Skip to content

Commit

Permalink
Merge branch 'master' into v1.3.0-prep
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty authored Oct 12, 2023
2 parents ab061e3 + 0481fb9 commit 2c9ea95
Show file tree
Hide file tree
Showing 23 changed files with 1,652 additions and 1,487 deletions.
1 change: 1 addition & 0 deletions locale/de/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ export default {
MN_STATUS_IS: 'Der Status der Masternode ist', //Your masternode status is
MN_STATE: 'Die Masternode hat den Status <b>{state}</b>', //Your masternode is in <b>{state}</b> state
MN_BAD_IP: 'Die IP-Adresse ist ungültig', //The IP address is invalid!
MN_BAD_PRIVKEY: '', //The private key is invalid
MN_NOT_ENOUGH_COLLAT:
'Du benötigst <b>{amount} mehr {ticker}</b> um eine Masternode zu erstellen!', //You need <b>{amount} more {ticker}</b> to create a Masternode!
MN_ENOUGH_BUT_NO_COLLAT:
Expand Down
1 change: 1 addition & 0 deletions locale/en/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ export default {
MN_STATUS_IS: 'Your masternode status is',
MN_STATE: 'Your masternode is in <b>{state}</b> state',
MN_BAD_IP: 'The IP address is invalid!',
MN_BAD_PRIVKEY: 'The private key is invalid',
MN_NOT_ENOUGH_COLLAT:
'You need <b>{amount} more {ticker}</b> to create a Masternode!',
MN_ENOUGH_BUT_NO_COLLAT:
Expand Down
1 change: 1 addition & 0 deletions locale/es-mx/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ export default {
MN_STATUS_IS: 'El estado de tu masternode es', //Your masternode status is
MN_STATE: 'Tu masternode está <b>{state}</b>', //Your masternode is in <b>{state}</b> state
MN_BAD_IP: '¡La dirección IP no es válida!', //The IP address is invalid!
MN_BAD_PRIVKEY: '', //The private key is invalid
MN_NOT_ENOUGH_COLLAT:
'¡Necesitas <b>{amount} más {ticker}</b> para crear un Masternode!', //You need <b>{amount} more {ticker}</b> to create a Masternode!
MN_ENOUGH_BUT_NO_COLLAT:
Expand Down
1 change: 1 addition & 0 deletions locale/fr/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ export default {
MN_STATUS_IS: "L'état de votre masternode est", //Your masternode status is
MN_STATE: "L'état de votre masternode est <b>{state}</b>", //Your masternode is in <b>{state}</b> state
MN_BAD_IP: "L'adresse IP n'est pas valide!", //The IP address is invalid!
MN_BAD_PRIVKEY: '', //The private key is invalid
MN_NOT_ENOUGH_COLLAT:
'Vous avez besoin <b>{amount} plus {ticker}</b> pour créer un Masternode!', //You need <b>{amount} more {ticker}</b> to create a Masternode!
MN_ENOUGH_BUT_NO_COLLAT:
Expand Down
1 change: 1 addition & 0 deletions locale/ph/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ export default {
MN_STATUS_IS: 'Ang kalagayan ng iyong Masternode ay', //Your masternode status is
MN_STATE: 'Ang iyong masternode ay nasa <b>{state}</b> kalagayan', //Your masternode is in <b>{state}</b> state
MN_BAD_IP: 'Ang IP address ay hindi wasto!', //The IP address is invalid!
MN_BAD_PRIVKEY: '', //The private key is invalid
MN_NOT_ENOUGH_COLLAT:
'Kailangan mo ng <b>{amount} pang {ticker}</b> upang makagawa ng Masternode!', //You need <b>{amount} more {ticker}</b> to create a Masternode!
MN_ENOUGH_BUT_NO_COLLAT:
Expand Down
1 change: 1 addition & 0 deletions locale/pt-br/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ export default {
MN_STATUS_IS: 'O status do seu masternode é', //Your masternode status is
MN_STATE: 'O status do seu masternode é <b>{state}</b>', //Your masternode is in <b>{state}</b> state
MN_BAD_IP: 'O endereço IP é inválido!', //The IP address is invalid!
MN_BAD_PRIVKEY: '', //The private key is invalid
MN_NOT_ENOUGH_COLLAT:
'Você precisa de <b>{amount} mais {ticker}</b> para criar um Masternode!', //You need <b>{amount} more {ticker}</b> to create a Masternode!
MN_ENOUGH_BUT_NO_COLLAT:
Expand Down
1 change: 1 addition & 0 deletions locale/pt-pt/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ export default {
MN_STATUS_IS: 'O estado do seu masternode é', //Your masternode status is
MN_STATE: 'O estado do seu masternode é <b>{state}</b>', //Your masternode is in <b>{state}</b> state
MN_BAD_IP: 'O endereço IP é inválido!', //The IP address is invalid!
MN_BAD_PRIVKEY: '', //The private key is invalid
MN_NOT_ENOUGH_COLLAT:
'Você precisa de <b>{amount} mais {ticker}</b> para criar um Masternode!', //You need <b>{amount} more {ticker}</b> to create a Masternode!
MN_ENOUGH_BUT_NO_COLLAT:
Expand Down
1 change: 1 addition & 0 deletions locale/template/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ export default {
MN_STATUS_IS: '', //Your masternode status is
MN_STATE: '', //Your masternode is in <b>{state}</b> state
MN_BAD_IP: '', //The IP address is invalid!
MN_BAD_PRIVKEY: '', //The private key is invalid!
MN_NOT_ENOUGH_COLLAT: '', //You need <b>{amount} more {ticker}</b> to create a Masternode!
MN_ENOUGH_BUT_NO_COLLAT: '', //You have enough balance for a Masternode, but no valid collateral UTXO of {amount} {ticker}
MN_COLLAT_NOT_SUITABLE: '', //This is not a suitable UTXO for a Masternode
Expand Down
1 change: 1 addition & 0 deletions locale/uwu/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ export default {
MN_STATUS_IS: 'Ur masternowode status is', //Your masternode status is
MN_STATE: 'Ur masternowode is in <b>{state}</b> state', //Your masternode is in <b>{state}</b> state
MN_BAD_IP: 'The IP addwess is invalid!', //The IP address is invalid!
MN_BAD_PRIVKEY: '', //The private key is invalid
MN_NOT_ENOUGH_COLLAT:
'Yew need <b>{amount} more {ticker}</b> to create a Masternowode!', //You need <b>{amount} more {ticker}</b> to create a Masternode!
MN_ENOUGH_BUT_NO_COLLAT:
Expand Down
Loading

0 comments on commit 2c9ea95

Please sign in to comment.