diff --git a/www/app/templates/account.hbs b/www/app/templates/account.hbs index 721d44d..756982c 100644 --- a/www/app/templates/account.hbs +++ b/www/app/templates/account.hbs @@ -4,51 +4,71 @@
- Immature Balance: {{format-balance model.stats.immature}}
- Preliminary balance awaiting blocks to mature. + {{t "account.immature.balance"}}: {{format-balance model.stats.immature}} + {{config.Unit}}
+ {{t "account.immature.description"}}
- Pending Balance: {{format-balance model.stats.balance}}
- Your Threshold: {{format-threshold model.threshold}}
- Credited coins awaiting payout. + {{t "account.pending.balance"}}: {{format-balance model.stats.balance}} + {{config.Unit}}
+ {{t "account.threshold"}}: {{format-threshold model.threshold}}
+ {{t "account.pending.description"}}
{{#if model.stats.payouttreshold}} -
- Payout Treshold: {{format-balance model.stats.payouttreshold}}
+
+ {{t "account.payoutThreshold"}}: {{format-balance + model.stats.payouttreshold}}
- {{/if}} + {{/if}} {{#if model.stats.pending}}
- Current Payment: {{format-balance model.stats.pending}}
+ {{t "account.current"}}: {{format-balance model.stats.pending}} + {{config.Unit}}
{{/if}} -
Total Paid: {{format-balance model.stats.paid}}
-
Last 24h Reward: {{format-balance model.24hreward}}
-
Earnings per day (24h avg):{{format-number earnPerDay}}
+
{{t "account.total.paid"}}: {{format-balance + model.stats.paid}} {{config.Unit}}
+
{{t "account.last24hReward"}}: {{format-balance + model.24hreward}}
+
{{t + "account.earningsperday24havg"}}:{{format-number + earnPerDay}}
{{#if model.stats.lastShare}} -
- Last Share Submitted: {{format-relative (seconds-to-ms (string-to-int model.stats.lastShare))}} +
+ {{t "account.last_share_submitted"}}: {{format-relative (seconds-to-ms (string-to-int + model.stats.lastShare))}}
{{/if}} -
Workers Online: {{format-number model.workersOnline}}
-
Hashrate (1 Hour): {{format-hashrate model.currentHashrate}}
-
Hashrate (6 Hour): {{format-hashrate model.hashrate}}
-
Shares found: {{format-hashrate model.stats.lastShareDiff}}
-
Mining Type:{{#if model.miningTypeSolo}}SOLO{{else}} PPLNS{{/if}}
+
{{t "account.online"}}: {{format-number + model.workersOnline}}
+
{{t "account.hashrate"}} ({{t + "account.short_average_abbrv"}}): {{format-hashrate model.currentHashrate}}
+
{{t "account.hashrate"}} ({{t + "account.long_average_abbrv"}}): {{format-hashrate model.hashrate}}
+
{{t "account.sharesfound"}}: {{format-hashrate + model.stats.lastShareDiff}}
+
{{t "account.payoutScheme"}}:{{#if + model.miningTypeSolo}}SOLO{{else}} PPLNS{{/if}}
-
Blocks Found: {{format-number model.stats.blocksFound fallback='0'}}
+
{{t "account.blocks.found"}}: + {{format-number model.stats.blocksFound fallback='0'}} +
- - Epoch Switch: {{format-relative applicationController.nextEpoch units="hour"}} + + {{t "account.epoch_switch"}}: {{format-relative applicationController.nextEpoch units="hour"}}
-
Personal Luck: {{format-number PersonalLuck style='percent'}}
-
- PPLNS Your Round Share: {{format-number roundPercent style='percent' maximumFractionDigits='0'}}
- Percent of your contribution to current round. +
{{t "account.personalLuck"}}: {{format-number + PersonalLuck + style='percent'}}
+
+ {{t "account.pPLNSYourRoundShare"}}: {{format-number roundPercent + style='percent' + maximumFractionDigits='0'}}
+ {{t "account.round_share_description"}}
@@ -58,21 +78,22 @@
-{{outlet}} +{{outlet}} \ No newline at end of file diff --git a/www/translations/en-us.yaml b/www/translations/en-us.yaml index 8eb2f65..e93d667 100644 --- a/www/translations/en-us.yaml +++ b/www/translations/en-us.yaml @@ -93,19 +93,29 @@ account: epoch_switch: Epoch Switch workers: Workers payouts: Payouts - + threshold: Your Threshold + payoutThreshold: Payout Threshold + last24hReward: Last 24h Reward + earningsperday24havg : Earnings per day (24h avg) + sharesfound: Shares found your_workers: Workers server: Server difficulty: Difficulty last_share: Last Seen short_average: rough, short average - short_average_abbrv: 30m + short_average_abbrv: 1 Hour long_average: accurate, long average - long_average_abbrv: 3h + long_average_abbrv: 6 Hour no_workers_online: No workers online notice: Notice notice_html: Your average hashrate will be smoothly adjusted until you have shares to fullfill estimation window.
There are two windows, long and short, first is equal to about 30 minutes and long window is usually equal to 3 hours.
Dead (sick) workers will be highlighted in a table of workers if they didn't submit a share for 1/2 of short window, so you can perform maintenance of your rigs. json_api_url: Your bulk stats JSON API URL + payoutScheme: Payout Scheme + personalLuck: Personal Luck + pPLNSYourRoundShare: PPLNS Your Round Share + rewards: Rewards + settings: Settings + pPLNSSOLO: PPLNS/SOLO payout: latest_payouts: Your Latest Payouts