Update radius-nas.tpl

Update translation
This commit is contained in:
Ahmad Husein 2024-08-21 15:05:41 +07:00 committed by GitHub
parent 26d14794e2
commit 95620da151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,16 +24,16 @@
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<a href="{$_url}radius/nas-add" class="btn btn-primary btn-block"><i <a href="{$_url}radius/nas-add" class="btn btn-primary btn-block"><i
class="ion ion-android-add"> </i> New NAS</a> class="ion ion-android-add"> </i> {Lang::T('New NAS')}</a>
</div>&nbsp; </div>&nbsp;
</div> </div>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-bordered table-striped table-condensed"> <table class="table table-bordered table-striped table-condensed">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>{Lang::T('Name')}</th>
<th>IP</th> <th>IP</th>
<th>Type</th> <th>{Lang::T('Type')}</th>
<th>Port</th> <th>Port</th>
<th>Server</th> <th>Server</th>
<th>Community</th> <th>Community</th>
@ -67,11 +67,11 @@
{include file="pagination.tpl"} {include file="pagination.tpl"}
<div class="bs-callout bs-callout-info" id="callout-navbar-role"> <div class="bs-callout bs-callout-info" id="callout-navbar-role">
<h4>RADIUS REST</h4> <h4>RADIUS REST</h4>
<p>For Radius REST, you don't need to add NAS, NAS need to add to client.conf manually</p> <p>{Lang::T('For Radius REST, you don't need to add NAS, NAS need to add to client.conf manually')}</p>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
{include file="sections/footer.tpl"} {include file="sections/footer.tpl"}