Add percenteage, refactor sync conditions

This commit is contained in:
Nicola Benaglia
2025-06-25 08:38:10 +02:00
parent 540ed77e6d
commit 44e9a435c4
14 changed files with 149 additions and 134 deletions

View File

@@ -334,8 +334,8 @@
"minting": "(Prägung)",
"not_minting": "(nicht punktieren)",
"no_status": "kein Status",
"synchronized": "synchronisiert",
"synchronizing": "Synchronisierung..."
"synchronized": "synchronisiert ({{ percent }}%)",
"synchronizing": "Synchronisierung ({{ percent }}%)..."
},
"status_title": "Münzstatus",
"tier_share_per_block": "Stufenanteil pro Block",

View File

@@ -336,8 +336,8 @@
"minting": "(minting)",
"not_minting": "(not minting)",
"no_status": "no status",
"synchronized": "synchronized",
"synchronizing": "synchronizing..."
"synchronized": "synchronized ({{ percent }}%)",
"synchronizing": "synchronizing ({{ percent }}%)..."
},
"status_title": "minting status",
"tier_share_per_block": "tier share per block",
@@ -399,6 +399,8 @@
"hour_other": "{{count}} hours",
"minute_one": "{{count}} minute",
"minute_other": "{{count}} minutes",
"second_one": "{{count}} second",
"second_other": "{{count}} seconds",
"time": "time"
},
"title": "title",

View File

@@ -335,8 +335,8 @@
"minting": "(acuñado)",
"not_minting": "(no acuñar)",
"no_status": "sin estado",
"synchronized": "sincronizado",
"synchronizing": "sincronización..."
"synchronized": "sincronizado ({{ percent }}%)",
"synchronizing": "sincronización ({{ percent }}%)..."
},
"status_title": "estado de acuñación",
"tier_share_per_block": "porción del nivel por bloque",

View File

@@ -335,8 +335,8 @@
"minting": "(Frappe)",
"not_minting": "(pas de la frappe)",
"no_status": "pas de statut",
"synchronized": "synchronisé",
"synchronizing": "synchronisation..."
"synchronized": "synchronisé ({{ percent }}%)",
"synchronizing": "synchronisation ({{ percent }}%)..."
},
"status_title": "statut de frappe",
"tier_share_per_block": "part du niveau par bloc",

View File

@@ -334,8 +334,8 @@
"minting": "(minting)",
"not_minting": "(non minting)",
"no_status": "nessun stato",
"synchronized": "sincronizzato",
"synchronizing": "sincronizzazione..."
"synchronized": "sincronizzato ({{ percent }}%)",
"synchronizing": "sincronizzazione ({{ percent }}%)..."
},
"status_title": "stato minting",
"tier_share_per_block": "quota della fascia per blocco",

View File

@@ -335,8 +335,8 @@
"minting": "(鋳造)",
"not_minting": "(造りではありません)",
"no_status": "ステータスなし",
"synchronized": "同期",
"synchronizing": "同期..."
"synchronized": "同期 ({{ percent }}%)",
"synchronizing": "同期 ({{ percent }}%)..."
},
"status_title": "ミントステータス",
"tier_share_per_block": "ブロックごとのティアシェア",

View File

@@ -335,8 +335,8 @@
"minting": "(добыча)",
"not_minting": "(не шахта)",
"no_status": "нет статуса",
"synchronized": "синхронизированный",
"synchronizing": "синхронизация..."
"synchronized": "синхронизированный ({{ percent }}%)",
"synchronizing": "синхронизация ({{ percent }}%)..."
},
"status_title": "Статус майтинга",
"tier_share_per_block": "доля уровня за блок",

View File

@@ -335,8 +335,8 @@
"minting": "(铸造)",
"not_minting": "(不是铸造)",
"no_status": "没有状态",
"synchronized": "同步",
"synchronizing": "同步..."
"synchronized": "同步 ({{ percent }}%)",
"synchronizing": "同步 ({{ percent }}%)..."
},
"status_title": "铸造状态",
"tier_share_per_block": "每个区块的等级份额",