-
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 @@
{{#active-li currentWhen='account.index' role='presentation'}}
- {{#link-to 'account.index'}}Workers {{model.workersOnline}} / {{model.workersOffline}}{{/link-to}}
+ {{#link-to 'account.index'}}{{t "account.workers"}} {{model.workersOnline}}
+ / {{model.workersOffline}}{{/link-to}}
{{/active-li}}
{{#active-li currentWhen='account.rewards' role='presentation'}}
- {{#link-to 'account.rewards'}}Rewards{{/link-to}}
+ {{#link-to 'account.rewards'}}{{t "account.rewards"}}{{/link-to}}
{{/active-li}}
{{#active-li currentWhen='account.payouts' role='presentation'}}
- {{#link-to 'account.payouts'}}Payouts{{/link-to}}
+ {{#link-to 'account.payouts'}}{{t "account.payouts"}}{{/link-to}}
{{/active-li}}
{{#active-li currentWhen='account.settings' role='presentation'}}
- {{#link-to 'account.settings'}}Settings{{/link-to}}
+ {{#link-to 'account.settings'}}{{t "account.settings"}}{{/link-to}}
{{/active-li}}
- {{#active-li currentWhen='account.mining' role='presentation'}}
- {{#link-to 'account.mining'}}PPLNS/SOLO{{/link-to}}
+ {{#active-li currentWhen='account.mining' role='presentation'}}
+ {{#link-to 'account.mining'}}{{t "account.pPLNSSOLO"}}{{/link-to}}
{{/active-li}}
-{{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