Locale fixes
gitea/hedera-web/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Juan Ferrer 2020-05-04 23:05:52 +02:00
parent 8e916d376a
commit 8ad20d23e3
8 changed files with 17 additions and 4 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.14) stable; urgency=low hedera-web (1.407.15) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -74,6 +74,6 @@
id="error-dialog" id="error-dialog"
icon="error" icon="error"
message="_An error has been in the payment" message="_An error has been in the payment"
buttons="ACCEPT_RETRY" buttons="RETRY_CANCEL"
on-response="onDialogResponse"/> on-response="onDialogResponse"/>
</vn> </vn>

View File

@ -39,7 +39,7 @@ var labels =
}]; }];
Button.CANCEL_ACCEPT = Button.CANCEL | Button.ACCEPT; Button.CANCEL_ACCEPT = Button.CANCEL | Button.ACCEPT;
Button.ACCEPT_RETRY = Button.ACCEPT | Button.RETRY; Button.RETRY_CANCEL = Button.RETRY | Button.CANCEL;
Button.YES_NO = Button.YES | Button.NO; Button.YES_NO = Button.YES | Button.NO;
Dialog.extend({ Dialog.extend({
@ -151,6 +151,7 @@ Dialog.implement({
} }
,createButton: function(label, response) { ,createButton: function(label, response) {
console.log(label);
var button = this.createElement('button'); var button = this.createElement('button');
button.className = 'thin'; button.className = 'thin';
button.appendChild(this.createTextNode(label)); button.appendChild(this.createTextNode(label));

View File

@ -38,3 +38,6 @@ Dec: Des
'%A, %B %e': '%A, %e de %B' '%A, %B %e': '%A, %e de %B'
Something went wrong: Alguna cosa ha anat malament Something went wrong: Alguna cosa ha anat malament
'The server does not respond, please check your Internet connection': 'El servidor no respon, si us plau comprova la teva connexió a Internet' 'The server does not respond, please check your Internet connection': 'El servidor no respon, si us plau comprova la teva connexió a Internet'
Accept: Acceptar
Cancel: Cancel·lar
Retry: Reintenta

View File

@ -38,3 +38,6 @@ Dec: Dic
'%A, %B %e': '%A, %e de %B' '%A, %B %e': '%A, %e de %B'
Something went wrong: Algo salió mal Something went wrong: Algo salió mal
'The server does not respond, please check your Internet connection': 'El servidor no responde, por favor comprueba tu conexión a Internet' 'The server does not respond, please check your Internet connection': 'El servidor no responde, por favor comprueba tu conexión a Internet'
Accept: Aceptar
Cancel: Cancelar
Retry: Reintentar

View File

@ -38,3 +38,6 @@ Dec: Déc
'%A, %B %e': '%A, %B %e' '%A, %B %e': '%A, %B %e'
Something went wrong: Quelque-chose s'est mal passé Something went wrong: Quelque-chose s'est mal passé
'The server does not respond, please check your Internet connection': 'Le serveur ne répond pas, s''il vous plaît vérifier votre connexion Internet' 'The server does not respond, please check your Internet connection': 'Le serveur ne répond pas, s''il vous plaît vérifier votre connexion Internet'
Accept: Accepter
Cancel: Annuler
Retry: Réessayer

View File

@ -38,3 +38,6 @@ Dec: Dez
'%A, %B %e': '%A, %B %e' '%A, %B %e': '%A, %B %e'
Something went wrong: Algo deu errado Something went wrong: Algo deu errado
'The server does not respond, please check your Internet connection': 'O servidor não responde, por favor, verifique sua conexão com a Internet' 'The server does not respond, please check your Internet connection': 'O servidor não responde, por favor, verifique sua conexão com a Internet'
Accept: Aceitar
Cancel: Cancelar
Retry: Tentar novamente

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.407.14", "version": "1.407.15",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {