Add translate key (#368)

This commit is contained in:
Cyril59310 2024-01-17 20:36:28 +01:00 committed by kevin
parent 19b060b81c
commit 58d345c93b
2 changed files with 3 additions and 2 deletions

View file

@ -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>

View file

@ -112,5 +112,6 @@
"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?",
"GlobalEnv": "Global .env" "GlobalEnv": "Global .env",
"LongSyntaxNotSupported": "Long syntax is not supported here. Please use the YAML editor."
} }