mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-07 13:32:35 +02:00
feat(translations): add a lot of missing translations in en.js
This commit is contained in:
parent
bd72981d32
commit
80b286b24d
28 changed files with 119 additions and 36 deletions
|
@ -9,7 +9,7 @@
|
|||
<a v-if="searchText" class="search-icon" @click="clearSearchText">
|
||||
<font-awesome-icon icon="times" />
|
||||
</a>
|
||||
<input v-model="searchText" class="form-control search-input" :placeholder="$t('Search...')" />
|
||||
<input v-model="searchText" class="form-control search-input" :placeholder="$t('SearchPlaceholder')" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="monitor-list" :class="{ scrollbar: scrollbar }">
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
:options="tagOptions"
|
||||
:multiple="false"
|
||||
:searchable="true"
|
||||
:placeholder="$t('Add New below or Select...')"
|
||||
:placeholder="$t('AddNewBelowOrSelect')"
|
||||
track-by="id"
|
||||
label="name"
|
||||
>
|
||||
|
@ -68,7 +68,7 @@
|
|||
:options="colorOptions"
|
||||
:multiple="false"
|
||||
:searchable="true"
|
||||
:placeholder="$t('color')"
|
||||
:placeholder="$t('Color')"
|
||||
track-by="color"
|
||||
label="name"
|
||||
select-label=""
|
||||
|
@ -96,7 +96,7 @@
|
|||
<div class="mb-2">
|
||||
<input v-model="newDraftTag.value" class="form-control"
|
||||
:class="{'is-invalid': validateDraftTag.valueInvalid}"
|
||||
:placeholder="$t('valueOptional')"
|
||||
:placeholder="$t('ValueOptional')"
|
||||
@keydown.enter.prevent="onEnter"
|
||||
/>
|
||||
<div class="invalid-feedback">
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Етикет с тази стойност вече съществува.",
|
||||
Color: "цвят",
|
||||
ValueOptional: "стойност (по желание)",
|
||||
Search: "Търси...",
|
||||
SearchPlaceholder: "Търси...",
|
||||
AvgPing: "Ср. пинг",
|
||||
AvgResponse: "Ср. отговор",
|
||||
EntryPage: "Основна страница",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Et Tag med denne værdi findes allerede.",
|
||||
Color: "farve",
|
||||
ValueOptional: "værdi (valgfri)",
|
||||
Search: "Søg...",
|
||||
SearchPlaceholder: "Søg...",
|
||||
AvgPing: "Gns. Ping",
|
||||
AvgResponse: "Gns. Respons",
|
||||
EntryPage: "Entry Side",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Ein Tag mit dem Wert existiert bereits.",
|
||||
Color: "Farbe",
|
||||
ValueOptional: "Wert (Optional)",
|
||||
Search: "Suchen...",
|
||||
SearchPlaceholder: "Suchen...",
|
||||
AvgPing: "Durchsch. Ping",
|
||||
AvgResponse: "Durchsch. Antwort",
|
||||
EntryPage: "Einstiegsseite",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Tag with this value already exist.",
|
||||
Color: "color",
|
||||
ValueOptional: "value (optional)",
|
||||
Search: "Search...",
|
||||
SearchPlaceholder: "Search...",
|
||||
AvgPing: "Avg. Ping",
|
||||
AvgResponse: "Avg. Response",
|
||||
EntryPage: "Entry Page",
|
||||
|
@ -138,4 +138,87 @@ export default {
|
|||
StatusPage: "Status Page",
|
||||
CreateIncident: "Create Incident",
|
||||
NoMonitorsAvailable: "No monitors available.",
|
||||
Valid: "Valid",
|
||||
Invalid: "Invalid",
|
||||
Confirm: "Confirm",
|
||||
Up: "Up",
|
||||
Down: "Down",
|
||||
Unknown: "Unknown",
|
||||
Status: "Status",
|
||||
DateTime: "DateTime",
|
||||
Message: "Message",
|
||||
First: "First",
|
||||
Last: "Last",
|
||||
Keyword: "Keyword",
|
||||
Pause: "Pause",
|
||||
Resume: "Resume",
|
||||
Edit: "Edit",
|
||||
Delete: "Delete",
|
||||
Current: "Current",
|
||||
HoursInADay: "HoursInADay",
|
||||
Uptime: "Uptime",
|
||||
DaysInAMonth: "DaysInAMonth",
|
||||
Events: "Events",
|
||||
Heartbeats: "Heartbeats",
|
||||
Yes: "Yes",
|
||||
No: "No",
|
||||
Response: "Response",
|
||||
Ping: "Ping",
|
||||
General: "General",
|
||||
Hostname: "Hostname",
|
||||
Port: "Port",
|
||||
Retries: "Retries",
|
||||
Advanced: "Advanced",
|
||||
Save: "Save",
|
||||
Notifications: "Notifications",
|
||||
Dashboard: "Dashboard",
|
||||
Settings: "Settings",
|
||||
List: "List",
|
||||
Add: "Add",
|
||||
Username: "Username",
|
||||
Password: "Password",
|
||||
Token: "Token",
|
||||
Login: "Login",
|
||||
Test: "Test",
|
||||
Appearance: "Appearance",
|
||||
Language: "Language",
|
||||
Theme: "Theme",
|
||||
Light: "Light",
|
||||
Dark: "Dark",
|
||||
Auto: "Auto",
|
||||
Normal: "Normal",
|
||||
Bottom: "Bottom",
|
||||
None: "None",
|
||||
Timezone: "Timezone",
|
||||
Export: "Export",
|
||||
Options: "Options",
|
||||
Overwrite: "Overwrite",
|
||||
Import: "Import",
|
||||
Logout: "Logout",
|
||||
Info: "Info",
|
||||
Version: "Version",
|
||||
Leave: "Leave",
|
||||
Create: "Create",
|
||||
Pending: "Pending",
|
||||
Discard: "Discard",
|
||||
Unpublish: "Unpublish",
|
||||
Publish: "Publish",
|
||||
Title: "Title",
|
||||
Content: "Content",
|
||||
Post: "Post",
|
||||
Cancel: "Cancel",
|
||||
Unpin: "Unpin",
|
||||
Description: "Description",
|
||||
Tags: "Tags",
|
||||
Name: "Name",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
Active: "Active",
|
||||
Inactive: "Inactive",
|
||||
};
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Tag with this value already exist.",
|
||||
Color: "color",
|
||||
ValueOptional: "value (optional)",
|
||||
Search: "Search...",
|
||||
SearchPlaceholder: "Search...",
|
||||
AvgPing: "Avg. Ping",
|
||||
AvgResponse: "Avg. Response",
|
||||
EntryPage: "Entry Page",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Selle väärtusega silt on juba olemas.",
|
||||
Color: "värvus",
|
||||
ValueOptional: "väärtus (fakultatiivne)",
|
||||
Search: "Otsi…",
|
||||
SearchPlaceholder: "Otsi…",
|
||||
AvgPing: "Keskmine ping",
|
||||
AvgResponse: "Keskmine reaktsiooniaeg",
|
||||
EntryPage: "Avaleht",
|
||||
|
|
|
@ -98,7 +98,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "یک برچسب با این «مقدار» از قبل وجود دارد.",
|
||||
Color: "رنگ",
|
||||
ValueOptional: "مقدار (اختیاری)",
|
||||
Search: "جستجو...",
|
||||
SearchPlaceholder: "جستجو...",
|
||||
AvgPing: "متوسط پینگ",
|
||||
AvgResponse: "متوسط زمان پاسخ",
|
||||
EntryPage: "صفحه ورودی",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Une étiquette avec cette valeur existe déjà.",
|
||||
Color: "couleur",
|
||||
ValueOptional: "valeur (facultatif)",
|
||||
Search: "Rechercher...",
|
||||
SearchPlaceholder: "Rechercher...",
|
||||
AvgPing: "Ping moyen",
|
||||
AvgResponse: "Réponse moyenne",
|
||||
EntryPage: "Page d'accueil",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Ilyen értékű cimke már létezik.",
|
||||
Color: "szín",
|
||||
ValueOptional: "érték (opcionális)",
|
||||
Search: "Keres...",
|
||||
SearchPlaceholder: "Keres...",
|
||||
AvgPing: "Átl. ping",
|
||||
AvgResponse: "Átl. válasz",
|
||||
EntryPage: "Nyitólap",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Un'etichetta con questo valore già esiste.",
|
||||
Color: "colori",
|
||||
ValueOptional: "valore (opzionale)",
|
||||
Search: "Cerca...",
|
||||
SearchPlaceholder: "Cerca...",
|
||||
AvgPing: "Ping medio",
|
||||
AvgResponse: "Risposta media",
|
||||
EntryPage: "Entry Page",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Tag with this value already exist.",
|
||||
Color: "color",
|
||||
ValueOptional: "value (optional)",
|
||||
Search: "Search...",
|
||||
SearchPlaceholder: "Search...",
|
||||
AvgPing: "Avg. Ping",
|
||||
AvgResponse: "Avg. Response",
|
||||
EntryPage: "Entry Page",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Tag with this value already exist.",
|
||||
Color: "color",
|
||||
ValueOptional: "value (optional)",
|
||||
Search: "Search...",
|
||||
SearchPlaceholder: "Search...",
|
||||
AvgPing: "Avg. Ping",
|
||||
AvgResponse: "Avg. Response",
|
||||
EntryPage: "Entry Page",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Tag with this value already exist.",
|
||||
Color: "color",
|
||||
ValueOptional: "value (optional)",
|
||||
Search: "Search...",
|
||||
SearchPlaceholder: "Search...",
|
||||
AvgPing: "Avg. Ping",
|
||||
AvgResponse: "Avg. Response",
|
||||
EntryPage: "Entry Page",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Tag o tej wartości już istnieje.",
|
||||
Color: "kolor",
|
||||
ValueOptional: "wartość (opcjonalnie)",
|
||||
Search: "Szukaj...",
|
||||
SearchPlaceholder: "Szukaj...",
|
||||
AvgPing: "Średni ping",
|
||||
AvgResponse: "Średnia odpowiedź",
|
||||
EntryPage: "Wejdź na stronę",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Já existe uma etiqueta com este valor.",
|
||||
Color: "cor",
|
||||
ValueOptional: "valor (opcional)",
|
||||
Search: "Buscar...",
|
||||
SearchPlaceholder: "Buscar...",
|
||||
AvgPing: "Ping Médio.",
|
||||
AvgResponse: "Resposta Média. ",
|
||||
EntryPage: "Página de entrada",
|
||||
|
|
|
@ -96,7 +96,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Тег с таким значением уже существует.",
|
||||
Color: "цвет",
|
||||
ValueOptional: "значение (опционально)",
|
||||
Search: "Поиск...",
|
||||
SearchPlaceholder: "Поиск...",
|
||||
AvgPing: "Средн. пинг",
|
||||
AvgResponse: "Средн. ответ",
|
||||
EntryPage: "Главная страница",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Tag with this value already exist.",
|
||||
Color: "color",
|
||||
ValueOptional: "value (optional)",
|
||||
Search: "Search...",
|
||||
SearchPlaceholder: "Search...",
|
||||
AvgPing: "Avg. Ping",
|
||||
AvgResponse: "Avg. Response",
|
||||
EntryPage: "Entry Page",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Tag with this value already exist.",
|
||||
Color: "color",
|
||||
ValueOptional: "value (optional)",
|
||||
Search: "Search...",
|
||||
SearchPlaceholder: "Search...",
|
||||
AvgPing: "Avg. Ping",
|
||||
AvgResponse: "Avg. Response",
|
||||
EntryPage: "Entry Page",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Tag with this value already exist.",
|
||||
Color: "color",
|
||||
ValueOptional: "value (optional)",
|
||||
Search: "Search...",
|
||||
SearchPlaceholder: "Search...",
|
||||
AvgPing: "Avg. Ping",
|
||||
AvgResponse: "Avg. Response",
|
||||
EntryPage: "Entry Page",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Tag with this value already exist.",
|
||||
Color: "color",
|
||||
ValueOptional: "value (optional)",
|
||||
Search: "Search...",
|
||||
SearchPlaceholder: "Search...",
|
||||
AvgPing: "Avg. Ping",
|
||||
AvgResponse: "Avg. Response",
|
||||
EntryPage: "Entry Page",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "相同内容的标签已存在",
|
||||
Color: "颜色",
|
||||
ValueOptional: "值(可选)",
|
||||
Search: "搜索...",
|
||||
SearchPlaceholder: "搜索...",
|
||||
AvgPing: "平均Ping",
|
||||
AvgResponse: "平均响应",
|
||||
EntryPage: "入口页面",
|
||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
|||
TagWithThisValueAlreadyExist: "Tag with this value already exist.",
|
||||
Color: "color",
|
||||
ValueOptional: "value (optional)",
|
||||
Search: "Search...",
|
||||
SearchPlaceholder: "Search...",
|
||||
AvgPing: "Avg. Ping",
|
||||
AvgResponse: "Avg. Response",
|
||||
EntryPage: "Entry Page",
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<HeartbeatBar :monitor-id="monitor.id" />
|
||||
<span class="word">{{ $t("checkEverySecond", [ monitor.interval ]) }}</span>
|
||||
<span class="word">{{ $t("CheckEverySecond", [ monitor.interval ]) }}</span>
|
||||
</div>
|
||||
<div class="col-md-4 text-center">
|
||||
<span class="badge rounded-pill" :class=" 'bg-' + status.color " style="font-size: 30px;">{{ status.text }}</span>
|
||||
|
@ -59,17 +59,17 @@
|
|||
</div>
|
||||
<div class="col">
|
||||
<h4>{{ pingTitle(true) }}</h4>
|
||||
<p>({{ $t("24-hour") }})</p>
|
||||
<p>({{ $t("HoursInADay") }})</p>
|
||||
<span class="num"><CountUp :value="avgPing" /></span>
|
||||
</div>
|
||||
<div class="col">
|
||||
<h4>{{ $t("Uptime") }}</h4>
|
||||
<p>({{ $t("24-hour") }})</p>
|
||||
<p>({{ $t("HoursInADay") }})</p>
|
||||
<span class="num"><Uptime :monitor="monitor" type="24" /></span>
|
||||
</div>
|
||||
<div class="col">
|
||||
<h4>{{ $t("Uptime") }}</h4>
|
||||
<p>({{ $t("30-day") }})</p>
|
||||
<p>({{ $t("DaysInAMonth") }})</p>
|
||||
<span class="num"><Uptime :monitor="monitor" type="720" /></span>
|
||||
</div>
|
||||
|
||||
|
@ -354,7 +354,7 @@ export default {
|
|||
pingTitle(average = false) {
|
||||
let translationPrefix = "";
|
||||
if (average) {
|
||||
translationPrefix = "Avg. ";
|
||||
translationPrefix = "Avg";
|
||||
}
|
||||
|
||||
if (this.monitor.type === "http") {
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
|
||||
<!-- Interval -->
|
||||
<div class="my-3">
|
||||
<label for="interval" class="form-label">{{ $t("HeartbeatInterval") }} ({{ $t("checkEverySecond", [ monitor.interval ]) }})</label>
|
||||
<label for="interval" class="form-label">{{ $t("HeartbeatInterval") }} ({{ $t("CheckEverySecond", [ monitor.interval ]) }})</label>
|
||||
<input id="interval" v-model="monitor.interval" type="number" class="form-control" required min="20" step="1">
|
||||
</div>
|
||||
|
||||
|
@ -126,7 +126,7 @@
|
|||
<div class="my-3">
|
||||
<label for="retry-interval" class="form-label">
|
||||
{{ $t("HeartbeatRetryInterval") }}
|
||||
<span>({{ $t("retryCheckEverySecond", [ monitor.retryInterval ]) }})</span>
|
||||
<span>({{ $t("RetryCheckEverySecond", [ monitor.retryInterval ]) }})</span>
|
||||
</label>
|
||||
<input id="retry-interval" v-model="monitor.retryInterval" type="number" class="form-control" required min="20" step="1">
|
||||
</div>
|
||||
|
|
|
@ -237,7 +237,7 @@
|
|||
<NotificationDialog ref="notificationDialog" />
|
||||
<TwoFADialog ref="TwoFADialog" />
|
||||
|
||||
<Confirm ref="confirmDisableAuth" btn-style="btn-danger" :yes-text="$t('I understand, please disable')" :no-text="$t('Leave')" @yes="disableAuth">
|
||||
<Confirm ref="confirmDisableAuth" btn-style="btn-danger" :yes-text="$t('IUnderstandPleaseDisable')" :no-text="$t('Leave')" @yes="disableAuth">
|
||||
<template v-if="$i18n.locale === 'es-ES' ">
|
||||
<p>Seguro que deseas <strong>deshabilitar la autenticación</strong>?</p>
|
||||
<p>Es para <strong>quien implementa autenticación de terceros</strong> ante Uptime Kuma como por ejemplo Cloudflare Access.</p>
|
||||
|
|
|
@ -182,7 +182,7 @@
|
|||
</select>
|
||||
</div>
|
||||
<div v-else class="text-center">
|
||||
{{ $t("NoMonitorsAvailable.") }} <router-link to="/add">{{ $t("AddOne") }}</router-link>
|
||||
{{ $t("NoMonitorsAvailable") }} <router-link to="/add">{{ $t("AddOne") }}</router-link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -197,7 +197,7 @@
|
|||
</div>
|
||||
|
||||
<footer class="mt-5 mb-4">
|
||||
{{ $t("PoweredBy") }} <a target="_blank" href="https://github.com/louislam/uptime-kuma">{{ $t("Uptime Kuma" )}}</a>
|
||||
{{ $t("PoweredBy") }} <a target="_blank" href="https://github.com/louislam/uptime-kuma">{{ $t("UptimeKuma" )}}</a>
|
||||
</footer>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue