mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Translate missing string about domain & DNS.
This commit is contained in:
parent
894e0fbb42
commit
56ff28db66
2 changed files with 9 additions and 2 deletions
|
@ -145,6 +145,13 @@
|
|||
"domain_default" : "Default domain",
|
||||
"domain_default_desc" : "The default domain is the connection domain where users log in.",
|
||||
"domain_select" : "Select domain",
|
||||
"domain_default_longdesc" : "This is your default domain.",
|
||||
"domain_visit_url" : "Visit %s",
|
||||
"domain_visit" : "Visit",
|
||||
"dns" : "DNS",
|
||||
"domain_dns_longdesc" : "View DNS configuration",
|
||||
"domain_dns_config" : "DNS configuration",
|
||||
"domain_delete_longdesc" : "Delete this domain",
|
||||
|
||||
"monitoring" : "Monitoring",
|
||||
"versions" : "Versions",
|
||||
|
|
|
@ -31,9 +31,9 @@
|
|||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="container">
|
||||
<p>{{t 'domain_visit' url}}</p>
|
||||
<p>{{t 'domain_visit_url' url}}</p>
|
||||
<a href="{{url}}" class="btn btn-success" target="_blank">
|
||||
{{t 'visit'}} {{url}} <span class="fa-fw fa-external-link"></span>
|
||||
{{t 'domain_visit'}} <span class="fa-fw fa-external-link"></span>
|
||||
</a>
|
||||
</div>
|
||||
{{#unless main}}
|
||||
|
|
Loading…
Reference in a new issue