Another chunk of polish translation

Moreover I added a translation for buttons
after passing a level
This commit is contained in:
YourSenseiCreeper 2020-12-29 23:39:01 +01:00
parent 2793a1d6a1
commit c36e9354b2
7 changed files with 313 additions and 18 deletions

View file

@ -139,8 +139,8 @@ var ConfirmCancelView = ResolveRejectBase.extend({
this.destination = options.destination;
this.deferred = options.deferred || Q.defer();
this.JSON = {
confirm: options.confirm || 'Confirm',
cancel: options.cancel || 'Cancel'
confirm: options.confirm || intl.str('confirm-button'),
cancel: options.cancel || intl.str('cancel-button')
};
this.render();