Skip to content

Commit

Permalink
utilities page translations
Browse files Browse the repository at this point in the history
  • Loading branch information
R-OZ committed Aug 7, 2024
1 parent c083e00 commit b16799b
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,25 +554,25 @@
"starknet_by_example": "Starknet by Example",
"converter": "Converter",
"converter_toolbox": "Converter Toolbox",
"decimal_number_to_felt": "Decimal Number to Felt",
"decimal_to_felt": "Decimal - Felt",
"input_number": "Input Number",
"input_length": "Input Length",
"input_too_large": "Input too large",
"felt_output": "Felt Output",
"hex_output": "Hex Output",
"short_string_to_felt": "Short String to Felt",
"short_string_to_felt": "Short String - Felt",
"input_string": "Input String",
"felt_to_short_string": "Felt to Short String",
"felt_to_short_string": "Felt - Short String",
"input_felt": "Input Felt",
"string_output": "String Output",
"string_length": "String Length",
"too_many_chars_short_string": "Too many characters for a short string",
"felt_array_to_string": "Felt Array to String",
"felt_array_to_string": "Felt Array - String",
"input_felt_array": "Input Felt Array",
"array_length": "Array Length",
"string_to_felt_array": "String to Felt Array",
"string_to_felt_array": "String - Felt Array",
"felt_array_output": "Felt Array Output",
"felt_to_uint256": "Felt to uint256",
"felt_to_uint256": "Felt - Uint256",
"low_output": "Low Output",
"high_output": "High Output",
"felt_to_uint384": "Felt to uint384",
Expand Down Expand Up @@ -633,5 +633,23 @@
"resources_utilized_execute_transactions": "The total count of resources used in the block",
"juno_starknet_client": "Juno Starknet Client",
"follow_us_to_x": "Follow us to X",
"deployed_at_block": "Deployed At"
"deployed_at_block": "Deployed At",
"list_of_helpful_tools": "A list of helpful development tools",
"felt_to_decimal": "Felt - Decimal",
"felt_to_integer": "Felt - Integer",
"gas_price_calculator": "Gas Price Calculator",
"calculate_gas_price_at_block": "Calculate the gas price at a given block",
"result": "Result",
"results": "results",
"your_output_below": "Your output will appear below",
"decimal_felt_converter": "Decimal number to Felt converter",
"felt_decimal_converter": "Felt to Decimal number converter",
"short_string_felt_converter": "Short String to Felt converter",
"felt_short_string_converter": "Felt to Short String converter",
"felt_array_string_converter": "Felt Array to String converter",
"string_felt_array_converter": "String to Felt Array converter",
"felt_uint256_converter": "Felt to Uint256 converter",
"felt_integer_converter": "Felt to Integer converter",
"no_history_found": "No history found",
"below_are_your_recent": "Below are your recent"
}

0 comments on commit b16799b

Please sign in to comment.