Added German Language

This commit is contained in:
Ponkhy 2021-08-26 02:43:26 +02:00
parent 397fd12081
commit 2b8c5e2e65
9 changed files with 123 additions and 8 deletions

View file

@ -421,8 +421,8 @@
</div>
</form>
<Confirm ref="confirmDelete" btn-style="btn-danger" @yes="deleteNotification">
Are you sure want to delete this notification for all monitors?
<Confirm ref="confirmDelete" btn-style="btn-danger" :yes-text="$t('Yes')" :no-text="$t('No')" @yes="deleteNotification">
{{ $t("deleteNotificationMsg") }}
</Confirm>
</template>