Fix again
This commit is contained in:
@@ -445,6 +445,9 @@
|
|||||||
"Do que você gostou?" : {
|
"Do que você gostou?" : {
|
||||||
"comment" : "A prompt asking users to mention what they liked about a review.",
|
"comment" : "A prompt asking users to mention what they liked about a review.",
|
||||||
"isCommentAutoGenerated" : true
|
"isCommentAutoGenerated" : true
|
||||||
|
},
|
||||||
|
"Editar endereço" : {
|
||||||
|
|
||||||
},
|
},
|
||||||
"Em uma escala de 0 a 10, qual é a chance de você indicar o Pedi Foods para um amigo?" : {
|
"Em uma escala de 0 a 10, qual é a chance de você indicar o Pedi Foods para um amigo?" : {
|
||||||
"comment" : "A description under the NPS scale question in the order review view.",
|
"comment" : "A description under the NPS scale question in the order review view.",
|
||||||
@@ -460,6 +463,12 @@
|
|||||||
"Entrar" : {
|
"Entrar" : {
|
||||||
"comment" : "A link that directs the user to the login screen.",
|
"comment" : "A link that directs the user to the login screen.",
|
||||||
"isCommentAutoGenerated" : true
|
"isCommentAutoGenerated" : true
|
||||||
|
},
|
||||||
|
"Entrar ou Cadastrar" : {
|
||||||
|
|
||||||
|
},
|
||||||
|
"Entre na sua conta" : {
|
||||||
|
|
||||||
},
|
},
|
||||||
"Entrega" : {
|
"Entrega" : {
|
||||||
"comment" : "A text describing delivery mode.",
|
"comment" : "A text describing delivery mode.",
|
||||||
@@ -512,6 +521,9 @@
|
|||||||
},
|
},
|
||||||
"Excluir sua conta?" : {
|
"Excluir sua conta?" : {
|
||||||
|
|
||||||
|
},
|
||||||
|
"Faça login ou cadastre-se para ver seu perfil, pedidos e endereços." : {
|
||||||
|
|
||||||
},
|
},
|
||||||
"Favorite" : {
|
"Favorite" : {
|
||||||
"comment" : "Item editor title label for marking the item as a favorite",
|
"comment" : "Item editor title label for marking the item as a favorite",
|
||||||
@@ -675,6 +687,12 @@
|
|||||||
},
|
},
|
||||||
"Meus Cartões" : {
|
"Meus Cartões" : {
|
||||||
|
|
||||||
|
},
|
||||||
|
"Meus Endereços" : {
|
||||||
|
|
||||||
|
},
|
||||||
|
"Meus Pedidos" : {
|
||||||
|
|
||||||
},
|
},
|
||||||
"Minhas Avaliações" : {
|
"Minhas Avaliações" : {
|
||||||
"comment" : "A button that links to their reviews.",
|
"comment" : "A button that links to their reviews.",
|
||||||
@@ -786,6 +804,9 @@
|
|||||||
},
|
},
|
||||||
"Novo Cartão" : {
|
"Novo Cartão" : {
|
||||||
|
|
||||||
|
},
|
||||||
|
"Novo endereço" : {
|
||||||
|
|
||||||
},
|
},
|
||||||
"Novo por aqui?" : {
|
"Novo por aqui?" : {
|
||||||
"comment" : "A text that appears at the bottom of the screen, inviting users to create an account.",
|
"comment" : "A text that appears at the bottom of the screen, inviting users to create an account.",
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ struct HomeView: View {
|
|||||||
|
|
||||||
private let headerExpandedHeight: CGFloat = 240
|
private let headerExpandedHeight: CGFloat = 240
|
||||||
private let headerCollapsedHeight: CGFloat = 120
|
private let headerCollapsedHeight: CGFloat = 120
|
||||||
private let contentTopSpacing: CGFloat = 18
|
private let contentTopSpacing: CGFloat = -40
|
||||||
private let contentBottomSpacing: CGFloat = 120
|
private let contentBottomSpacing: CGFloat = 120
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
|
|||||||
Reference in New Issue
Block a user