From 4eb5696acc66ace79fa3dfadc11f429b12715c3e Mon Sep 17 00:00:00 2001 From: Haider Date: Mon, 11 Dec 2023 18:19:14 +0500 Subject: [PATCH] add translations (#60) --- en/translation.json | 5 ++++- es/translation.json | 5 ++++- fr/translation.json | 6 ++++-- ja/translation.json | 7 +++++-- ko/translation.json | 7 +++++-- ru/translation.json | 5 ++++- uk/translation.json | 7 +++++-- vi/translation.json | 5 ++++- zh-CN/translation.json | 5 ++++- 9 files changed, 39 insertions(+), 13 deletions(-) diff --git a/en/translation.json b/en/translation.json index d9b91e9..cf27ee4 100644 --- a/en/translation.json +++ b/en/translation.json @@ -580,5 +580,8 @@ "time_at_which_event": "Time at which event was created", "unix_timestamp_event_created": "Unix timestamp at which the event was created", "gas_price": "Gas price", - "gas_price_for_block": "Gas price for this block" + "gas_price_for_block": "Gas price for this block", + "duration_between_pending_accepted": "Average time duration between one block's pending state and 'Accepted-on-L1' today", + "duration_between_accepted_l1": "Average time duration between each block's 'Accepted-on-L1' today", + "duration_between_accepted_l2": "Average time duration between each block's 'Accepted-on-L2' today" } diff --git a/es/translation.json b/es/translation.json index 33bb4ae..2ac6e08 100644 --- a/es/translation.json +++ b/es/translation.json @@ -580,5 +580,8 @@ "time_at_which_event": "Time at which event was created", "unix_timestamp_event_created": "Unix timestamp at which the event was created", "gas_price": "precio de la gasolina", - "gas_price_for_block": "Precio de la gasolina para el bloque" + "gas_price_for_block": "Precio de la gasolina para el bloque", + "duration_between_pending_accepted": "Average time duration between one block's pending state and 'Accepted-on-L1' today", + "duration_between_accepted_l1": "Average time duration between each block's 'Accepted-on-L1' today", + "duration_between_accepted_l2": "Average time duration between each block's 'Accepted-on-L2' today" } diff --git a/fr/translation.json b/fr/translation.json index 298c61b..aef7004 100644 --- a/fr/translation.json +++ b/fr/translation.json @@ -580,6 +580,8 @@ "time_at_which_event": "Time at which event was created", "unix_timestamp_event_created": "Unix timestamp at which the event was created", "gas_price": "Gas Price", - "gas_price_for_block": "Gas price for this block" - + "gas_price_for_block": "Gas price for this block", + "duration_between_pending_accepted": "Average time duration between one block's pending state and 'Accepted-on-L1' today", + "duration_between_accepted_l1": "Average time duration between each block's 'Accepted-on-L1' today", + "duration_between_accepted_l2": "Average time duration between each block's 'Accepted-on-L2' today" } diff --git a/ja/translation.json b/ja/translation.json index f66525b..f1d4d81 100644 --- a/ja/translation.json +++ b/ja/translation.json @@ -584,6 +584,9 @@ "unix_timestamp_class_created": "Unix timestamp at which the class was declared", "time_at_which_event": "Time at which event was created", "unix_timestamp_event_created": "Unix timestamp at which the event was created", - "gas_price": "ガソリン価格", - "gas_price_for_block": "ブロックのガソリン価格" + "gas_price": "ガソリン価格", + "gas_price_for_block": "ブロックのガソリン価格", + "duration_between_pending_accepted": "Average time duration between one block's pending state and 'Accepted-on-L1' today", + "duration_between_accepted_l1": "Average time duration between each block's 'Accepted-on-L1' today", + "duration_between_accepted_l2": "Average time duration between each block's 'Accepted-on-L2' today" } diff --git a/ko/translation.json b/ko/translation.json index 698d25a..f010720 100644 --- a/ko/translation.json +++ b/ko/translation.json @@ -579,6 +579,9 @@ "unix_timestamp_class_created": "Unix timestamp at which the class was declared", "time_at_which_event": "Time at which event was created", "unix_timestamp_event_created": "Unix timestamp at which the event was created", - "gas_price":"가솔린 가격", - "gas_price_for_block": "블록의 가솔린 가격" + "gas_price": "가솔린 가격", + "gas_price_for_block": "블록의 가솔린 가격", + "duration_between_pending_accepted": "Average time duration between one block's pending state and 'Accepted-on-L1' today", + "duration_between_accepted_l1": "Average time duration between each block's 'Accepted-on-L1' today", + "duration_between_accepted_l2": "Average time duration between each block's 'Accepted-on-L2' today" } diff --git a/ru/translation.json b/ru/translation.json index b25961d..cbfa4ef 100644 --- a/ru/translation.json +++ b/ru/translation.json @@ -580,5 +580,8 @@ "time_at_which_event": "Time at which event was created", "unix_timestamp_event_created": "Unix timestamp at which the event was created", "gas_price": "Gas Price", - "gas_price_for_block": "Gas price for this block" + "gas_price_for_block": "Gas price for this block", + "duration_between_pending_accepted": "Average time duration between one block's pending state and 'Accepted-on-L1' today", + "duration_between_accepted_l1": "Average time duration between each block's 'Accepted-on-L1' today", + "duration_between_accepted_l2": "Average time duration between each block's 'Accepted-on-L2' today" } diff --git a/uk/translation.json b/uk/translation.json index 3b17964..fa939a2 100644 --- a/uk/translation.json +++ b/uk/translation.json @@ -579,6 +579,9 @@ "unix_timestamp_class_created": "Unix timestamp at which the class was declared", "time_at_which_event": "Time at which event was created", "unix_timestamp_event_created": "Unix timestamp at which the event was created", - "gas_price":"Gas Price", - "gas_price_for_block": "Gas price for this block" + "gas_price": "Gas Price", + "gas_price_for_block": "Gas price for this block", + "duration_between_pending_accepted": "Average time duration between one block's pending state and 'Accepted-on-L1' today", + "duration_between_accepted_l1": "Average time duration between each block's 'Accepted-on-L1' today", + "duration_between_accepted_l2": "Average time duration between each block's 'Accepted-on-L2' today" } diff --git a/vi/translation.json b/vi/translation.json index d6d31a5..3ea7a16 100644 --- a/vi/translation.json +++ b/vi/translation.json @@ -580,5 +580,8 @@ "time_at_which_event": "Time at which event was created", "unix_timestamp_event_created": "Unix timestamp at which the event was created", "gas_price": "Giá khí", - "gas_price_for_block": "Giá khí cho khối" + "gas_price_for_block": "Giá khí cho khối", + "duration_between_pending_accepted": "Average time duration between one block's pending state and 'Accepted-on-L1' today", + "duration_between_accepted_l1": "Average time duration between each block's 'Accepted-on-L1' today", + "duration_between_accepted_l2": "Average time duration between each block's 'Accepted-on-L2' today" } diff --git a/zh-CN/translation.json b/zh-CN/translation.json index 18c4f88..a2019db 100644 --- a/zh-CN/translation.json +++ b/zh-CN/translation.json @@ -583,5 +583,8 @@ "time_at_which_event": "Time at which event was created", "unix_timestamp_event_created": "Unix timestamp at which the event was created", "gas_price": "gas 费", - "gas_price_for_block": "区块的 gas 价格" + "gas_price_for_block": "区块的 gas 价格", + "duration_between_pending_accepted": "Average time duration between one block's pending state and 'Accepted-on-L1' today", + "duration_between_accepted_l1": "Average time duration between each block's 'Accepted-on-L1' today", + "duration_between_accepted_l2": "Average time duration between each block's 'Accepted-on-L2' today" }