mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
changed which translation we are using
This commit is contained in:
parent
800847d0df
commit
ee99ee9460
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="line-channel-access-token" class="form-label">{{ $t("ChannelAccessTokenLongLived") }}</label>
|
<label for="line-channel-access-token" class="form-label">{{ $t("Channel access token (Long-lived)") }}</label>
|
||||||
<HiddenInput id="line-channel-access-token" v-model="$parent.notification.lineChannelAccessToken" :required="true" autocomplete="new-password"></HiddenInput>
|
<HiddenInput id="line-channel-access-token" v-model="$parent.notification.lineChannelAccessToken" :required="true" autocomplete="new-password"></HiddenInput>
|
||||||
</div>
|
</div>
|
||||||
<i18n-t tag="div" keypath="lineDevConsoleTo" class="form-text">
|
<i18n-t tag="div" keypath="lineDevConsoleTo" class="form-text">
|
||||||
|
@ -532,7 +532,7 @@
|
|||||||
"Recipients": "Recipients",
|
"Recipients": "Recipients",
|
||||||
"Access Token": "Access Token",
|
"Access Token": "Access Token",
|
||||||
"Channel access token": "Channel access token",
|
"Channel access token": "Channel access token",
|
||||||
"ChannelAccessTokenLongLived": "Channel access token (Long-lived)",
|
"Channel access token (Long-lived)": "Channel access token (Long-lived)",
|
||||||
"Line Developers Console": "Line Developers Console",
|
"Line Developers Console": "Line Developers Console",
|
||||||
"lineDevConsoleTo": "Line Developers Console - {0}",
|
"lineDevConsoleTo": "Line Developers Console - {0}",
|
||||||
"Basic Settings": "Basic Settings",
|
"Basic Settings": "Basic Settings",
|
||||||
|
Loading…
Reference in New Issue
Block a user