Skip to content

Commit

Permalink
fix: transations
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Mar 20, 2024
1 parent 28f1b3a commit b704741
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"menudrawer-acc": "Open Menu Drawer",
"menu-acc": "Open Menu",
"donation": "Thanks for supporting Zingo!",
"donation-button": "Donate To Zingo ",
"restarting": "Error connecting to the Server, the App will restart in a few seconds.",
"change-privacy": "New privacy policy: ",
"addressbook": {
Expand Down Expand Up @@ -579,5 +578,6 @@
"noaddress": "Didn't have an address",
"oneentry": "URI Should have at least 1 entry",
"parseerror": "Right now it is not possible to verify the address with the server"
}
},
"donation-button": "Donate To Zingo "
}
3 changes: 2 additions & 1 deletion app/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,5 +578,6 @@
"noaddress": "No tenía una dirección",
"oneentry": "URI Debería tener al menos una entrada",
"parseerror": "En este momento no es posible verificar la dirección en el Servidor"
}
},
"donation-button": "Donar a Zingo "
}
3 changes: 2 additions & 1 deletion app/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,5 +578,6 @@
"noaddress": "Nenhum endereço válido informado",
"oneentry": "RI deve ter pelo menos 1 entrada",
"parseerror": "nesse momento não é possível verificar o endereço com o servidor"
}
},
"donation-button": "Doar para Zingo "
}

0 comments on commit b704741

Please sign in to comment.