From 2018f0438e9a08869909e266fd3307ae4d1077a7 Mon Sep 17 00:00:00 2001 From: Reginald Ojeba <94791848+R-OZ@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:08:19 +0100 Subject: [PATCH] contract name tag translations (#88) contract name tag --- en/translation.json | 4 +++- es/translation.json | 4 +++- fr/translation.json | 4 +++- ja/translation.json | 4 +++- ko/translation.json | 4 +++- ru/translation.json | 4 +++- uk/translation.json | 4 +++- vi/translation.json | 4 +++- zh-CN/translation.json | 4 +++- 9 files changed, 27 insertions(+), 9 deletions(-) diff --git a/en/translation.json b/en/translation.json index 46c7dc8..d58fe56 100644 --- a/en/translation.json +++ b/en/translation.json @@ -673,5 +673,7 @@ "output_hex_low": "Output Hex Low", "output_hex_high": "Output Hex High", "output_dec_low": "Output Dec Low", - "output_dec_high": "Output Dec High" + "output_dec_high": "Output Dec High", + "request_name_tag": "Request name tag", + "name_tag": "Name tag" } \ No newline at end of file diff --git a/es/translation.json b/es/translation.json index 69b6d81..c71b972 100644 --- a/es/translation.json +++ b/es/translation.json @@ -674,5 +674,7 @@ "output_hex_low": "Output Hex Low", "output_hex_high": "Output Hex High", "output_dec_low": "Output Dec Low", - "output_dec_high": "Output Dec High" + "output_dec_high": "Output Dec High", + "request_name_tag": "Request name tag", + "name_tag": "Name tag" } \ No newline at end of file diff --git a/fr/translation.json b/fr/translation.json index 495af1f..c5f8768 100644 --- a/fr/translation.json +++ b/fr/translation.json @@ -674,5 +674,7 @@ "output_hex_low": "Output Hex Low", "output_hex_high": "Output Hex High", "output_dec_low": "Output Dec Low", - "output_dec_high": "Output Dec High" + "output_dec_high": "Output Dec High", + "request_name_tag": "Request name tag", + "name_tag": "Name tag" } \ No newline at end of file diff --git a/ja/translation.json b/ja/translation.json index 4a32ca2..46cb9d4 100644 --- a/ja/translation.json +++ b/ja/translation.json @@ -679,5 +679,7 @@ "output_hex_low": "Output Hex Low", "output_hex_high": "Output Hex High", "output_dec_low": "Output Dec Low", - "output_dec_high": "Output Dec High" + "output_dec_high": "Output Dec High", + "request_name_tag": "Request name tag", + "name_tag": "Name tag" } \ No newline at end of file diff --git a/ko/translation.json b/ko/translation.json index 209edf0..c55817f 100644 --- a/ko/translation.json +++ b/ko/translation.json @@ -674,5 +674,7 @@ "output_hex_low": "Output Hex Low", "output_hex_high": "Output Hex High", "output_dec_low": "Output Dec Low", - "output_dec_high": "Output Dec High" + "output_dec_high": "Output Dec High", + "request_name_tag": "Request name tag", + "name_tag": "Name tag" } \ No newline at end of file diff --git a/ru/translation.json b/ru/translation.json index c5b309c..696dd7e 100644 --- a/ru/translation.json +++ b/ru/translation.json @@ -674,5 +674,7 @@ "output_hex_low": "Output Hex Low", "output_hex_high": "Output Hex High", "output_dec_low": "Output Dec Low", - "output_dec_high": "Output Dec High" + "output_dec_high": "Output Dec High", + "request_name_tag": "Request name tag", + "name_tag": "Name tag" } \ No newline at end of file diff --git a/uk/translation.json b/uk/translation.json index 16da1c9..eaa7743 100644 --- a/uk/translation.json +++ b/uk/translation.json @@ -674,5 +674,7 @@ "output_hex_low": "Output Hex Low", "output_hex_high": "Output Hex High", "output_dec_low": "Output Dec Low", - "output_dec_high": "Output Dec High" + "output_dec_high": "Output Dec High", + "request_name_tag": "Request name tag", + "name_tag": "Name tag" } \ No newline at end of file diff --git a/vi/translation.json b/vi/translation.json index a008a14..b7b6f93 100644 --- a/vi/translation.json +++ b/vi/translation.json @@ -674,5 +674,7 @@ "output_hex_low": "Output Hex Low", "output_hex_high": "Output Hex High", "output_dec_low": "Output Dec Low", - "output_dec_high": "Output Dec High" + "output_dec_high": "Output Dec High", + "request_name_tag": "Request name tag", + "name_tag": "Name tag" } \ No newline at end of file diff --git a/zh-CN/translation.json b/zh-CN/translation.json index be572e2..dbc27f5 100644 --- a/zh-CN/translation.json +++ b/zh-CN/translation.json @@ -677,5 +677,7 @@ "output_hex_low": "Output Hex Low", "output_hex_high": "Output Hex High", "output_dec_low": "Output Dec Low", - "output_dec_high": "Output Dec High" + "output_dec_high": "Output Dec High", + "request_name_tag": "Request name tag", + "name_tag": "Name tag" } \ No newline at end of file