Further translation updates

This commit is contained in:
Pinga 2024-01-08 15:03:38 +02:00
parent 72acd498aa
commit 0aeeec272c
7 changed files with 45 additions and 117 deletions

View file

@ -35,7 +35,7 @@
<div class="mb-3">
<label for="registryOperator" class="form-label required">{{ __('Registry Operator Name') }}</label>
<input type="text" class="form-control" id="registryOperator" name="registryOperator" placeholder="{{ __('Enter registry operator's name') }}" value="{{ company_name }}" required>
<input type="text" class="form-control" id="registryOperator" name="registryOperator" placeholder="{{ __('Enter registry operator\'s name') }}" value="{{ company_name }}" required>
<small class="form-hint">{{ __('The official name of the organization operating the registry.') }}</small>
</div>
@ -48,13 +48,13 @@
<div class="mb-3">
<label for="whoisServer" class="form-label required">{{ __('WHOIS Server') }}</label>
<input type="text" class="form-control" id="whoisServer" name="whoisServer" placeholder="{{ __('Enter registry whois server') }}" value="{{ whois_server }}" required>
<small class="form-hint">{{ __('Enter the URL of the registry's WHOIS server. Example:') }} whois.example.com</small>
<small class="form-hint">{{ __('Enter the URL of the registry\'s WHOIS server. Example:') }} whois.example.com</small>
</div>
<div class="mb-3">
<label for="rdapServer" class="form-label required">{{ __('RDAP Server') }}</label>
<input type="text" class="form-control" id="rdapServer" name="rdapServer" placeholder="{{ __('Enter registry RDAP server') }}" value="{{ rdap_server }}" required>
<small class="form-hint">{{ __('Enter the URL of the registry's RDAP server. Example:') }} https://rdap.example.com</small>
<small class="form-hint">{{ __('Enter the URL of the registry\'s RDAP server. Example:') }} https://rdap.example.com</small>
</div>
<div class="mb-3">
@ -80,7 +80,7 @@
<div class="mb-3">
<label for="registryOperatorVat" class="form-label required">{{ __('Registry VAT/Company Number') }}</label>
<input type="text" class="form-control" id="registryOperatorVat" name="registryOperatorVat" placeholder="{{ __('Enter registry operator's VAT number') }}" value="{{ vat_number }}" required>
<input type="text" class="form-control" id="registryOperatorVat" name="registryOperatorVat" placeholder="{{ __('Enter registry operator\'s VAT number') }}" value="{{ vat_number }}" required>
<small class="form-hint">{{ __('Enter the VAT number of the organization operating the registry, or company number if VAT is unavailable.') }}</small>
</div>