mirror of
https://github.com/louislam/dockge.git
synced 2024-11-25 17:53:27 +01:00
Add translate key (#368)
This commit is contained in:
parent
2e22f95720
commit
051cc11eaa
@ -11,7 +11,7 @@
|
|||||||
<button class="btn btn-normal btn-sm mt-3" @click="addField">{{ $t("addListItem", [ displayName ]) }}</button>
|
<button class="btn btn-normal btn-sm mt-3" @click="addField">{{ $t("addListItem", [ displayName ]) }}</button>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
Long syntax is not supported here. Please use the YAML editor.
|
{{ $t("LongSyntaxNotSupported") }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -111,5 +111,6 @@
|
|||||||
"agentAddedSuccessfully": "Agent added successfully.",
|
"agentAddedSuccessfully": "Agent added successfully.",
|
||||||
"agentRemovedSuccessfully": "Agent removed successfully.",
|
"agentRemovedSuccessfully": "Agent removed successfully.",
|
||||||
"removeAgent": "Remove Agent",
|
"removeAgent": "Remove Agent",
|
||||||
"removeAgentMsg": "Are you sure you want to remove this agent?"
|
"removeAgentMsg": "Are you sure you want to remove this agent?",
|
||||||
|
"LongSyntaxNotSupported": "Long syntax is not supported here. Please use the YAML editor."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user