Skip to content

Commit

Permalink
Maintenance: table update
Browse files Browse the repository at this point in the history
  • Loading branch information
whphhg committed May 30, 2017
1 parent 62ead10 commit 5ae6b29
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vcash-electron",
"productName": "Vcash Electron GUI",
"version": "0.32.0",
"version": "0.32.1",
"description": "Multi-platform and multi-node GUI for Vcash.",
"main": "src/electron.js",
"scripts": {
Expand Down Expand Up @@ -75,7 +75,7 @@
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-runtime": "6.23.0",
"electron-builder": "18.1.0",
"electron-builder": "18.2.2",
"electron-prebuilt-compile": "1.7.0",
"standard": "10.0.2"
}
Expand Down
18 changes: 6 additions & 12 deletions src/components/Maintenance.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,22 @@ export default class Maintenance extends React.Component {
{
dataIndex: 'ip',
title: this.t('wallet:peers'),
width: 110
width: 120
},
{
dataIndex: 'port',
title: this.t('wallet:port'),
width: 60
width: 90
},
{
dataIndex: 'version',
title: this.t('wallet:version'),
width: 60
width: 90
},
{
dataIndex: 'os',
title: this.t('wallet:os'),
width: 80
width: 110
},
{
dataIndex: 'inbound',
Expand All @@ -109,19 +109,13 @@ export default class Maintenance extends React.Component {
{
dataIndex: 'conntime',
title: this.t('wallet:connected'),
width: 160,
render: text => moment(text * 1000).fromNow()
},
{
dataIndex: 'lastsend',
title: this.t('wallet:lastSend'),
width: 160,
width: 170,
render: text => moment(text * 1000).fromNow()
},
{
dataIndex: 'lastrecv',
title: this.t('wallet:lastReceived'),
width: 160,
width: 170,
render: text => moment(text * 1000).fromNow()
},
{
Expand Down
3 changes: 1 addition & 2 deletions src/locales/en-US/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"connectionNext": "Next connection",
"connectionPrevious": "Previous connection",
"connectionRemove": "Remove connection",
"connectionRemoveConfirm": "Are you sure you want to remove this conection?",
"connectionRemoveConfirm": "Are you sure you want to remove this connection?",
"coinbase": "Coinbase",
"country": "Country",
"currencyConverter": "Approximately convert between currencies",
Expand Down Expand Up @@ -79,7 +79,6 @@
"insufficientFunds": "You have insufficient funds.",
"keyFile": "Key file",
"keypoolRanOut": "Keypool ran out.",
"lastSend": "Last sent",
"lastReceived": "Last received",
"lastUpdated": "Last updated",
"latestRewards": "Latest rewards",
Expand Down
3 changes: 1 addition & 2 deletions src/locales/es-ES/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"insufficientFunds": "Usted no tiene dinero suficiente.",
"keyFile": "Archivo clave",
"keypoolRanOut": "Keypool expiró.",
"lastSend": "Último envío",
"lastReceived": "Última recepción",
"lastUpdated": "Última actualización",
"latestRewards": "Últimas recompensas",
Expand Down Expand Up @@ -188,4 +187,4 @@
"wallet": "Cartera",
"yes": "",
"zeroTime": "ZeroTime"
}
}
3 changes: 1 addition & 2 deletions src/locales/pt-BR/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"insufficientFunds": "Você não tem dinheiro suficiente.",
"keyFile": "Arquivo chave",
"keypoolRanOut": "Keypool expirou.",
"lastSend": "Último envio",
"lastReceived": "Última recepção",
"lastUpdated": "Ultima atualização",
"latestRewards": "Últimas recompensas",
Expand Down Expand Up @@ -188,4 +187,4 @@
"wallet": "Carteira",
"yes": "Sim",
"zeroTime": "ZeroTime"
}
}
1 change: 0 additions & 1 deletion src/locales/ru-RU/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"insufficientFunds": "У вас недостаточно средств.",
"keyFile": "Файл ключа",
"keypoolRanOut": "Keypool закончился.",
"lastSend": "Последнее сообщение",
"lastReceived": "Последние полученные",
"lastUpdated": "Последнее обновление",
"latestRewards": "Последнее вознаграждения",
Expand Down
3 changes: 1 addition & 2 deletions src/locales/sl-SI/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"backupLong": "Ustvari varnostno kopijo denarnice",
"backupFailed": "Nedavno spremenil geslo? Ponovi zagon.",
"balance": "Stanje",
"banScore": "Prepoved",
"banScore": "Kazenske točke",
"blended": "Zmešano",
"blendedOnly": "Samo zmešani",
"blending": "Mešam",
Expand Down Expand Up @@ -79,7 +79,6 @@
"insufficientFunds": "Zadostna sredstva niso na voljo.",
"keyFile": "Datoteka z ključem",
"keypoolRanOut": "Zmanjkalo je ključev.",
"lastSend": "Nazadnje poslano",
"lastReceived": "Nazadnje prejeto",
"lastUpdated": "Nazadnje posodobljeno",
"latestRewards": "Nedavne nagrade",
Expand Down

0 comments on commit 5ae6b29

Please sign in to comment.