From b16799b90c599bb551444d81cf20508e766acf0f Mon Sep 17 00:00:00 2001 From: Reginald Ojeba Date: Wed, 7 Aug 2024 14:54:04 +0100 Subject: [PATCH] utilities page translations --- en/translation.json | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/en/translation.json b/en/translation.json index 4f71151..ba473ca 100644 --- a/en/translation.json +++ b/en/translation.json @@ -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", @@ -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" }