mirror of https://github.com/rancher/dashboard.git
Add translation for reload button
This commit is contained in:
parent
118e1e60e9
commit
08cf09b4e6
|
|
@ -80,6 +80,7 @@ nav:
|
||||||
kubeconfig: Download KubeConfig
|
kubeconfig: Download KubeConfig
|
||||||
import: Import YAML
|
import: Import YAML
|
||||||
home: Home
|
home: Home
|
||||||
|
reload: Reload
|
||||||
shell: Kubectl Shell
|
shell: Kubectl Shell
|
||||||
support: |-
|
support: |-
|
||||||
{hasSupport, select,
|
{hasSupport, select,
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ export default {
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
<a class="btn role-secondary" @click="$router.go(-1)">
|
<a class="btn role-secondary" @click="$router.go(-1)">
|
||||||
Reload
|
{{ t('nav.reload') }}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue