Commit 569be378 authored by lauraMon's avatar lauraMon

Adds some translations

parent 15997680
......@@ -156,7 +156,7 @@ export default {
<div class="gl-max-w-full text-truncate">{{ item.title }}</div>
</template>
<template #cell(status)>
<gl-new-dropdown class="w-100">
<gl-new-dropdown class="w-100" :text="alert.status">
<gl-new-dropdown-item v-for="(label, field) in $options.statuses" :key="field"
>{{ label }}
</gl-new-dropdown-item>
......
......@@ -1085,9 +1085,6 @@ msgstr ""
msgid "Account: %{account}"
msgstr ""
msgid "Acknowledged"
msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
......@@ -1695,6 +1692,9 @@ msgstr[1] ""
msgid "Alert Details"
msgstr ""
msgid "AlertManagement|Acknowledged"
msgstr ""
msgid "AlertManagement|Alert"
msgstr ""
......@@ -1749,6 +1749,9 @@ msgstr ""
msgid "AlertManagement|There was an error displaying the alerts. Confirm your endpoint's configuration details to ensure alerts appear."
msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
msgid "AlertService|%{linkStart}Learn more%{linkEnd} about configuring this endpoint to receive alerts."
msgstr ""
......@@ -22146,9 +22149,6 @@ msgstr ""
msgid "Trigger was successfully updated."
msgstr ""
msgid "Triggered"
msgstr ""
msgid "Triggerer"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment