mirror of
https://github.com/louislam/dockge.git
synced 2026-05-22 06:22:17 +00:00
Minor
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
<input
|
<input
|
||||||
v-model="settings.primaryHostname"
|
v-model="settings.primaryHostname"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
placeholder="localhost"
|
placeholder="(Unset: Follow current hostname)"
|
||||||
/>
|
/>
|
||||||
<button class="btn btn-outline-primary" type="button" @click="autoGetPrimaryHostname">
|
<button class="btn btn-outline-primary" type="button" @click="autoGetPrimaryHostname">
|
||||||
{{ $t("autoGet") }}
|
{{ $t("autoGet") }}
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
"applyToYAML": "Apply to YAML",
|
"applyToYAML": "Apply to YAML",
|
||||||
"createExternalNetwork": "Create",
|
"createExternalNetwork": "Create",
|
||||||
"addInternalNetwork": "Add",
|
"addInternalNetwork": "Add",
|
||||||
"Save": "Sauvegarder",
|
"Save": "Save",
|
||||||
"Language": "Language",
|
"Language": "Language",
|
||||||
"Current User": "Current User",
|
"Current User": "Current User",
|
||||||
"Change Password": "Change Password",
|
"Change Password": "Change Password",
|
||||||
@@ -91,6 +91,4 @@
|
|||||||
"Internal Networks": "Internal Networks",
|
"Internal Networks": "Internal Networks",
|
||||||
"External Networks": "External Networks",
|
"External Networks": "External Networks",
|
||||||
"No External Networks": "No External Networks"
|
"No External Networks": "No External Networks"
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -91,5 +91,4 @@
|
|||||||
"Internal Networks": "Réseaux Internes",
|
"Internal Networks": "Réseaux Internes",
|
||||||
"External Networks": "Réseaux Externes",
|
"External Networks": "Réseaux Externes",
|
||||||
"No External Networks": "Aucun Réseau Externe"
|
"No External Networks": "Aucun Réseau Externe"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user