Skip to content

Commit

Permalink
add gas price translation (#58)
Browse files Browse the repository at this point in the history
* add gas price translation

* mod and add key
  • Loading branch information
onemapl3 authored Sep 20, 2023
1 parent b45fcb6 commit c652514
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 9 deletions.
4 changes: 3 additions & 1 deletion en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,5 +572,7 @@
"high_output": "High Output",
"felt_to_uint384": "Felt to uint384",
"mid_output": "Mid Output",
"this_contract_not_balances": "This contract does not have token balances"
"this_contract_not_balances": "This contract does not have token balances",
"gas_price": "Gas price",
"gas_price_for_block": "Gas price for this block"
}
4 changes: 3 additions & 1 deletion es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,5 +572,7 @@
"high_output": "High Output",
"felt_to_uint384": "Felt to uint384",
"mid_output": "Mid Output",
"this_contract_not_balances": "This contract does not have token balances"
"this_contract_not_balances": "This contract does not have token balances",
"gas_price": "precio de la gasolina",
"gas_price_for_block": "Precio de la gasolina para el bloque"
}
5 changes: 4 additions & 1 deletion fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,5 +572,8 @@
"high_output": "High Output",
"felt_to_uint384": "Felt to uint384",
"mid_output": "Mid Output",
"this_contract_not_balances": "This contract does not have token balances"
"this_contract_not_balances": "This contract does not have token balances",
"gas_price": "Gas Price",
"gas_price_for_block": "Gas price for this block"

}
4 changes: 3 additions & 1 deletion ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,5 +577,7 @@
"high_output": "High Output",
"felt_to_uint384": "Felt to uint384",
"mid_output": "Mid Output",
"this_contract_not_balances": "This contract does not have token balances"
"this_contract_not_balances": "This contract does not have token balances",
"gas_price": "ガソリン価格",
"gas_price_for_block": "ブロックのガソリン価格"
}
4 changes: 3 additions & 1 deletion ko/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,5 +572,7 @@
"high_output": "High Output",
"felt_to_uint384": "Felt to uint384",
"mid_output": "Mid Output",
"this_contract_not_balances": "This contract does not have token balances"
"this_contract_not_balances": "This contract does not have token balances",
"gas_price":"가솔린 가격",
"gas_price_for_block": "블록의 가솔린 가격"
}
4 changes: 3 additions & 1 deletion ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,5 +572,7 @@
"high_output": "High Output",
"felt_to_uint384": "Felt to uint384",
"mid_output": "Mid Output",
"this_contract_not_balances": "This contract does not have token balances"
"this_contract_not_balances": "This contract does not have token balances",
"gas_price": "Gas Price",
"gas_price_for_block": "Gas price for this block"
}
4 changes: 3 additions & 1 deletion uk/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,5 +572,7 @@
"high_output": "High Output",
"felt_to_uint384": "Felt to uint384",
"mid_output": "Mid Output",
"this_contract_not_balances": "This contract does not have token balances"
"this_contract_not_balances": "This contract does not have token balances",
"gas_price":"Gas Price",
"gas_price_for_block": "Gas price for this block"
}
4 changes: 3 additions & 1 deletion vi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,5 +572,7 @@
"high_output": "High Output",
"felt_to_uint384": "Felt to uint384",
"mid_output": "Mid Output",
"this_contract_not_balances": "This contract does not have token balances"
"this_contract_not_balances": "This contract does not have token balances",
"gas_price": "Giá khí",
"gas_price_for_block": "Giá khí cho khối"
}
4 changes: 3 additions & 1 deletion zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,5 +575,7 @@
"high_output": "High Output",
"felt_to_uint384": "Felt to uint384",
"mid_output": "Mid Output",
"this_contract_not_balances": "This contract does not have token balances"
"this_contract_not_balances": "This contract does not have token balances",
"gas_price": "gas 费",
"gas_price_for_block": "区块的 gas 价格"
}

0 comments on commit c652514

Please sign in to comment.