From 10beaccf0ef3e778235060b19f4507355c0ab541 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Tue, 9 Jan 2024 07:36:12 +0200 Subject: [PATCH] More translation updates --- .../views/admin/registrars/viewRegistrar.twig | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/cp/resources/views/admin/registrars/viewRegistrar.twig b/cp/resources/views/admin/registrars/viewRegistrar.twig index 3f460f2..d658d4d 100644 --- a/cp/resources/views/admin/registrars/viewRegistrar.twig +++ b/cp/resources/views/admin/registrars/viewRegistrar.twig @@ -26,56 +26,56 @@
-

Registrar {{ registrar.name }} {{ registrar.prefix }} {{ registrar.iana_id|default('N/A') }}

+

{{ __('Registrar') }} {{ registrar.name }} {{ registrar.prefix }} {{ registrar.iana_id|default('N/A') }}

-
Contact Email
+
{{ __('Contact Email') }}
{{ registrar.email }}
-
Website
+
{{ __('Website') }}
{{ registrar.url }}
-
Abuse Phone
+
{{ __('Abuse Phone') }}
{{ registrar.abuse_phone }}
-
Abuse Email
+
{{ __('Abuse Email') }}
{{ registrar.abuse_email }}
-
WHOIS Server
+
{{ __('WHOIS Server') }}
{{ registrar.whois_server }}
-
RDAP Server
+
{{ __('RDAP Server') }}
{{ registrar.rdap_server }}
-
Creation Date
+
{{ __('Creation Date') }}
{{ registrar.crdate }}
-
Currency
+
{{ __('Currency') }}
{{ registrar.currency }}
-
Account Balance
+
{{ __('Account Balance') }}
{{ currency }} {{ registrar.accountBalance }}
-
Credit Limit
+
{{ __('Credit Limit') }}
{{ currency }} {{ registrar.creditLimit }}
-
Credit Threshold
+
{{ __('Credit Threshold') }}
{{ currency }} {{ registrar.creditThreshold }}
-
Threshold Type
+
{{ __('Threshold Type') }}
{{ registrar.thresholdType|capitalize }}
@@ -86,7 +86,7 @@
-
IP Whitelisting
+
{{ __('IP Whitelisting') }}
    {% if registrarWhitelist is not empty %} {% for ip in registrarWhitelist %} @@ -95,7 +95,7 @@ {% endfor %} {% else %} -
  • No data available.
  • +
  • {{ __('No data available.') }}
  • {% endif %}
@@ -104,13 +104,13 @@
-
Registrar User
+
{{ __('Registrar User') }}
- - + + @@ -131,9 +131,9 @@
-
Operational Test and Evaluation (OTE)
+
{{ __('Operational Test and Evaluation (OTE)') }}

- Successfully passing the Operational Test and Evaluation (OTE) is a mandatory requirement for registrars. The OTE process evaluates the interaction and compliance of the registrar's system with registry operations through a series of EPP command tests in a controlled environment. Below you can find the results of these essential EPP command tests for your account: + {{ __('Successfully passing the Operational Test and Evaluation (OTE) is a mandatory requirement for registrars. The OTE process evaluates the interaction and compliance of the registrar\'s system with registry operations through a series of EPP command tests in a controlled environment. Below you can find the results of these essential EPP command tests for your account:') }}

@@ -142,7 +142,7 @@
  • {{ item.command }} - {% if item.result == 0 %}Completed{% elseif item.result == 9 %}Pending{% elseif item.result == 1 %}Failed{% endif %} + {% if item.result == 0 %}{{ __('Completed') }}{% elseif item.result == 9 %}{{ __('Pending') }}{% elseif item.result == 1 %}{{ __('Failed') }}{% endif %}
  • {% endfor %} @@ -155,7 +155,7 @@
  • {{ item.command }} - {% if item.result == 0 %}Completed{% elseif item.result == 9 %}Pending{% elseif item.result == 1 %}Failed{% endif %} + {% if item.result == 0 %}{{ __('Completed') }}{% elseif item.result == 9 %}{{ __('Pending') }}{% elseif item.result == 1 %}{{ __('Failed') }}{% endif %}
  • {% endfor %}
    EPP Username/CLIDPanel Login Email{{ __('EPP Username/CLID') }}{{ __('Panel Login Email') }}