mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-07 05:22:35 +02:00
Added Bulgarian Language.
This commit is contained in:
parent
9e10296290
commit
1c54c118dc
22 changed files with 3624 additions and 3435 deletions
|
@ -1,4 +1,5 @@
|
|||
import { createI18n } from "vue-i18n";
|
||||
import bgBG from "./languages/bg-BG";
|
||||
import daDK from "./languages/da-DK";
|
||||
import deDE from "./languages/de-DE";
|
||||
import en from "./languages/en";
|
||||
|
@ -21,6 +22,7 @@ import zhHK from "./languages/zh-HK";
|
|||
|
||||
const languageList = {
|
||||
en,
|
||||
"bg-BG": bgBG,
|
||||
"zh-HK": zhHK,
|
||||
"de-DE": deDE,
|
||||
"nl-NL": nlNL,
|
||||
|
|
181
src/languages/bg-BG.js
Normal file
181
src/languages/bg-BG.js
Normal file
|
@ -0,0 +1,181 @@
|
|||
export default {
|
||||
languageName: 'Български',
|
||||
checkEverySecond: 'Проверявай всеки {0} секунди.',
|
||||
retryCheckEverySecond: 'Повторен опит всеки {0} секунди.',
|
||||
retriesDescription: 'Максимакен брой опити преди услугата да бъде маркирана като недостъпна и да бъде изпратено известие',
|
||||
ignoreTLSError: 'Игнорирай TLS/SSL грешки за HTTPS уебсайтове',
|
||||
upsideDownModeDescription: 'Обърни статусът от горе на долу. Ако услугата е достъпна е ДОЛУ.',
|
||||
maxRedirectDescription: 'Максимален брой пренасочвания, които да бъдат следвани. Въведете 0 за да изключите пренасочване.',
|
||||
acceptedStatusCodesDescription: 'Изберете статус кодове, които се считат за успешен отговор.',
|
||||
passwordNotMatchMsg: 'Повторната парола не съвпада.',
|
||||
notificationDescription: 'Моля, задайте известието към монитор(и) за да функционира.',
|
||||
keywordDescription: 'Търсете ключова дума в обикновен html или JSON отговор - чувствителна е към регистъра',
|
||||
pauseDashboardHome: 'Пауза',
|
||||
deleteMonitorMsg: 'Наистина ли желаете да изтриете този монитор?',
|
||||
deleteNotificationMsg: 'Наистина ли желаете да изтриете известието за всички монитори?',
|
||||
resoverserverDescription: 'Cloudflare е сървърът по подразбиране, можете да промените сървъра по всяко време.',
|
||||
rrtypeDescription: 'Изберете ресурсния запис, който желаете да наблюдавате',
|
||||
pauseMonitorMsg: 'Наистина ли желаете да поставите в режим пауза?',
|
||||
enableDefaultNotificationDescription: 'За всеки нов монитор това известие ще бъде активирано по подразбиране. Можете да изключите известието за всеки отделен монитор.',
|
||||
clearEventsMsg: 'Наистина ли желаете да изтриете всички събития за този монитор?',
|
||||
clearHeartbeatsMsg: 'Наистина ли желаете да изтриете всички записи на честотни проверки за този монитор?',
|
||||
confirmClearStatisticsMsg: 'Наистина ли желаете да изтриете всички статистически данни?',
|
||||
importHandleDescription: "Изберете 'Пропусни съществуващите', ако искате да пропуснете всеки монитор или известие със същото име. 'Презапис' ще изтрие всеки съществуващ монитор и известие.",
|
||||
confirmImportMsg: "Сигурни ли сте за импортирането на архива? Моля, уверете се, че сте избрали правилната опция за импортиране.",
|
||||
twoFAVerifyLabel: 'Моля, въведете вашия токен код, за да проверите дали 2FA работи',
|
||||
tokenValidSettingsMsg: 'Токен кодът е валиден! Вече можете да запазите настройките на 2FA.',
|
||||
confirmEnableTwoFAMsg: 'Сигурни ли сте, че желаете да активирате 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Сигурни ли сте, че желаете да изключите 2FA?',
|
||||
Settings: 'Настройки',
|
||||
Dashboard: 'Табло',
|
||||
'New Update': 'Нова актуализация',
|
||||
Language: 'Език',
|
||||
Appearance: 'Изглед',
|
||||
Theme: 'Тема',
|
||||
General: 'Общи',
|
||||
Version: 'Версия',
|
||||
'Check Update On GitHub': 'Проверка за актуализация в GitHub',
|
||||
List: 'Списък',
|
||||
Add: 'Добави',
|
||||
'Add New Monitor': 'Добави монитор',
|
||||
'Quick Stats': 'Статистика',
|
||||
Up: 'Достъпна',
|
||||
Down: 'Не достъпна',
|
||||
Pending: 'В изчакване',
|
||||
Unknown: 'Неизвестни',
|
||||
Pause: 'В пауза',
|
||||
Name: 'Име',
|
||||
Status: 'Статус',
|
||||
DateTime: 'Дата час',
|
||||
Message: 'Съобщение',
|
||||
'No important events': 'Няма важни събития',
|
||||
Resume: 'Възобнови',
|
||||
Edit: 'Редакция',
|
||||
Delete: 'Изтрий',
|
||||
Current: 'Текущ',
|
||||
Uptime: 'Време на работа',
|
||||
'Cert Exp.': 'Вал. сертификат',
|
||||
days: 'дни',
|
||||
day: 'ден',
|
||||
'-day': '-ден',
|
||||
hour: 'час',
|
||||
'-hour': '-час',
|
||||
Response: 'Отговор',
|
||||
Ping: 'Пинг',
|
||||
'Monitor Type': 'Вид мониторинг',
|
||||
Keyword: 'Ключова дума',
|
||||
'Friendly Name': 'Абревиатура',
|
||||
URL: 'URL Адрес',
|
||||
Hostname: 'Хост',
|
||||
Port: 'Порт',
|
||||
'Heartbeat Interval': 'Честота',
|
||||
Retries: 'Повторни опити',
|
||||
'Heartbeat Retry Interval': 'Честота на повторна проверка',
|
||||
Advanced: 'Разширени',
|
||||
'Upside Down Mode': 'Обърнат режим',
|
||||
'Max. Redirects': 'Макс. брой пренасочвания',
|
||||
'Accepted Status Codes': 'Приемливи кодове за статус',
|
||||
Save: 'Запази',
|
||||
Notifications: 'Известия',
|
||||
'Not available, please setup.': 'Не е налично. Моля, настройте.',
|
||||
'Setup Notification': 'Настройка за известие',
|
||||
Light: 'Светла',
|
||||
Dark: 'Тъмна',
|
||||
Auto: 'Автоматично',
|
||||
'Theme - Heartbeat Bar': 'Тема на полето с честоти',
|
||||
Normal: 'Нормално',
|
||||
Bottom: 'Долу',
|
||||
None: 'Без',
|
||||
Timezone: 'Часова зона',
|
||||
'Search Engine Visibility': 'Видимост за търсачки',
|
||||
'Allow indexing': 'Разреши индексиране',
|
||||
'Discourage search engines from indexing site': 'Обезкуражи индексиране на сайта от търсачките',
|
||||
'Change Password': 'Промени парола',
|
||||
'Current Password': 'Текуща парола',
|
||||
'New Password': 'Нова парола',
|
||||
'Repeat New Password': 'Повторете новата парола',
|
||||
'Update Password': 'Актуализирай парола',
|
||||
'Disable Auth': 'Изключи удостоверяване',
|
||||
'Enable Auth': 'Включи удостоверяване',
|
||||
Logout: 'Изход',
|
||||
Leave: 'Напускам',
|
||||
'I understand, please disable': 'Разбирам. Моля, изключи',
|
||||
Confirm: 'Потвърди',
|
||||
Yes: 'Да',
|
||||
No: 'Не',
|
||||
Username: 'Потребител',
|
||||
Password: 'Парола',
|
||||
'Remember me': 'Запомни ме',
|
||||
Login: 'Вход',
|
||||
'No Monitors, please': 'Моля, без монитори',
|
||||
'add one': 'добави един',
|
||||
'Notification Type': 'Тип известие',
|
||||
Email: 'Имейл',
|
||||
Test: 'Тест',
|
||||
'Certificate Info': 'Информация за сертификат',
|
||||
'Resolver Server': 'Преобразуващ (DNS) сървър',
|
||||
'Resource Record Type': 'Тип запис',
|
||||
'Last Result': 'Последен резултат',
|
||||
'Create your admin account': 'Създайте администриращ акаунт',
|
||||
'Repeat Password': 'Повторете паролата',
|
||||
'Import Backup': 'Импорт на архив',
|
||||
'Export Backup': 'Експорт на архив',
|
||||
Export: 'Експорт',
|
||||
Import: 'Импорт',
|
||||
respTime: 'Време за отговор (ms)',
|
||||
notAvailableShort: 'Не е приложимо',
|
||||
'Default enabled': 'Включен по подразбиране',
|
||||
'Apply on all existing monitors': 'Приложи върху всички съществуващи монитори',
|
||||
Create: 'Създай',
|
||||
'Clear Data': 'Изчисти данни',
|
||||
Events: 'Събития',
|
||||
Heartbeats: 'Проверки',
|
||||
'Auto Get': 'Автоматияно получаване',
|
||||
backupDescription: 'Можете да архивирате всички монитори и всички известия в JSON файл.',
|
||||
backupDescription2: 'PS: Данни за история и събития не са включени.',
|
||||
backupDescription3: 'Чувствителни данни, като токен кодове за известяване, се съдържат в експортирания файл. Моля, бъдете внимателни с неговото съхраняване.',
|
||||
alertNoFile: 'Моля, изберете файл за импортиране.',
|
||||
alertWrongFileType: 'Моля, изберете JSON файл.',
|
||||
'Clear all statistics': 'Изчисти всички статистики',
|
||||
'Skip existing': 'Пропусни съществуващите',
|
||||
Overwrite: 'Презапиши',
|
||||
Options: 'Опции',
|
||||
'Keep both': 'Запази двете',
|
||||
'Verify Token': 'Проверка на токен код',
|
||||
'Setup 2FA': 'Настройка 2FA',
|
||||
'Enable 2FA': 'Включване 2FA',
|
||||
'Disable 2FA': 'Изключване 2FA',
|
||||
'2FA Settings': '2FA Настройки',
|
||||
'Two Factor Authentication': 'Двуфакторна идентификация',
|
||||
Active: 'Активирано',
|
||||
Inactive: 'Неактивирано',
|
||||
Token: 'Токен код',
|
||||
'Show URI': 'Покажи URI',
|
||||
Tags: 'Етикети',
|
||||
'Add New below or Select...': 'Добавяне нов по-долу или изберете...',
|
||||
'Tag with this name already exist.': 'Етикет с това име вече съществува.',
|
||||
'Tag with this value already exist.': 'Етикет с тази стойност вече съществува.',
|
||||
color: 'цвят',
|
||||
'value (optional)': 'стойност (по желание)',
|
||||
Gray: 'Сиво',
|
||||
Red: 'Червено',
|
||||
Orange: 'Оранжево',
|
||||
Green: 'Зелено',
|
||||
Blue: 'Синьо',
|
||||
Indigo: 'Индиго',
|
||||
Purple: 'Лилаво',
|
||||
Pink: 'Розово',
|
||||
'Search...': 'Търсене...',
|
||||
'Avg. Ping': 'Осреднен пинг',
|
||||
'Avg. Response': 'Осреднен отговор',
|
||||
'Entry Page': 'Основна страница',
|
||||
statusPageNothing: 'Все още няма нищо тук. Моля, добавете група или монитор.',
|
||||
'No Services': 'Няма Услуги',
|
||||
'All Systems Operational': 'Всички системи функционират',
|
||||
'Partially Degraded Service': 'Частично влошена услуга',
|
||||
'Degraded Service': 'Влошена услуга',
|
||||
'Add Group': 'Добавяне на група',
|
||||
'Add a monitor': 'Добавяне на монитор',
|
||||
'Edit Status Page': 'Редактиране статус страница',
|
||||
'Go to Dashboard': 'Към Таблото'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "Danish",
|
||||
Settings: "Indstillinger",
|
||||
Dashboard: "Dashboard",
|
||||
"New Update": "Opdatering tilgængelig",
|
||||
Language: "Sprog",
|
||||
Appearance: "Udseende",
|
||||
Theme: "Tema",
|
||||
General: "Generelt",
|
||||
Version: "Version",
|
||||
"Check Update On GitHub": "Tjek efter opdateringer på Github",
|
||||
List: "Liste",
|
||||
Add: "Tilføj",
|
||||
"Add New Monitor": "Tilføj ny Overvåger",
|
||||
"Quick Stats": "Oversigt",
|
||||
Up: "Aktiv",
|
||||
Down: "Inaktiv",
|
||||
Pending: "Afventer",
|
||||
Unknown: "Ukendt",
|
||||
Pause: "Stands",
|
||||
pauseDashboardHome: "Standset",
|
||||
Name: "Navn",
|
||||
Status: "Status",
|
||||
DateTime: "Dato / Tid",
|
||||
Message: "Beskeder",
|
||||
"No important events": "Inden vigtige begivenheder",
|
||||
Resume: "Fortsæt",
|
||||
Edit: "Rediger",
|
||||
Delete: "Slet",
|
||||
Current: "Aktuelt",
|
||||
Uptime: "Oppetid",
|
||||
"Cert Exp.": "Certifikatets udløb",
|
||||
days: "Dage",
|
||||
day: "Dag",
|
||||
"-day": "-Dage",
|
||||
hour: "Timer",
|
||||
"-hour": "-Timer",
|
||||
checkEverySecond: "Tjek hvert {0} sekund",
|
||||
Response: "Respons",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "Overvåger Type",
|
||||
Keyword: "Nøgleord",
|
||||
"Friendly Name": "Visningsnavn",
|
||||
URL: "URL",
|
||||
Hostname: "Hostname",
|
||||
Port: "Port",
|
||||
"Heartbeat Interval": "Taktinterval",
|
||||
Retries: "Gentagelser",
|
||||
retriesDescription: "Maksimalt antal gentagelser, før tjenesten markeres som inaktiv og sender en meddelelse.",
|
||||
Advanced: "Avanceret",
|
||||
ignoreTLSError: "Ignorere TLS/SSL web fejl",
|
||||
"Upside Down Mode": "Omvendt tilstand",
|
||||
upsideDownModeDescription: "Håndter tilstanden omvendt. Hvis tjenesten er tilgængelig, vises den som inaktiv.",
|
||||
"Max. Redirects": "Maks. Omdirigeringer",
|
||||
maxRedirectDescription: "Maksimalt antal omdirigeringer, der skal følges. Indstil til 0 for at deaktivere omdirigeringer.",
|
||||
"Accepted Status Codes": "Tilladte HTTP-Statuskoder",
|
||||
acceptedStatusCodesDescription: "Vælg de statuskoder, der stadig skal vurderes som vellykkede.",
|
||||
Save: "Gem",
|
||||
Notifications: "Underretninger",
|
||||
"Not available, please setup.": "Ikke tilgængelige, opsæt venligst.",
|
||||
"Setup Notification": "Opsæt underretninger",
|
||||
Light: "Lys",
|
||||
Dark: "Mørk",
|
||||
Auto: "Auto",
|
||||
"Theme - Heartbeat Bar": "Tema - Tidslinje",
|
||||
Normal: "Normal",
|
||||
Bottom: "Bunden",
|
||||
None: "Ingen",
|
||||
Timezone: "Tidszone",
|
||||
"Search Engine Visibility": "Søgemaskine synlighed",
|
||||
"Allow indexing": "Tillad indeksering",
|
||||
"Discourage search engines from indexing site": "Frabed søgemaskiner at indeksere webstedet",
|
||||
"Change Password": "Ændre adgangskode",
|
||||
"Current Password": "Nuværende adgangskode",
|
||||
"New Password": "Ny adgangskode",
|
||||
"Repeat New Password": "Gentag den nye adgangskode",
|
||||
passwordNotMatchMsg: "Adgangskoderne er ikke ens.",
|
||||
"Update Password": "Opdater adgangskode",
|
||||
"Disable Auth": "Deaktiver autentificering",
|
||||
"Enable Auth": "Aktiver autentificering",
|
||||
Logout: "Log ud",
|
||||
notificationDescription: "Tildel underretninger til Overvåger(e), så denne funktion træder i kraft.",
|
||||
Leave: "Verlassen",
|
||||
"I understand, please disable": "Jeg er indforstået, deaktiver venligst",
|
||||
Confirm: "Bekræft",
|
||||
Yes: "Ja",
|
||||
No: "Nej",
|
||||
Username: "Brugernavn",
|
||||
Password: "Adgangskode",
|
||||
"Remember me": "Husk mig",
|
||||
Login: "Log ind",
|
||||
"No Monitors, please": "Ingen Overvågere",
|
||||
"add one": "tilføj en",
|
||||
"Notification Type": "Underretningstype",
|
||||
Email: "E-Mail",
|
||||
Test: "Test",
|
||||
"Certificate Info": "Certifikatoplysninger",
|
||||
keywordDescription: "Søg efter et søgeord i almindelig HTML- eller JSON -output. Bemærk, at der skelnes mellem store og små bogstaver.",
|
||||
deleteMonitorMsg: "Er du sikker på, at du vil slette overvågeren?",
|
||||
deleteNotificationMsg: "Er du sikker på, at du vil slette denne underretning for alle overvågere? ",
|
||||
resoverserverDescription: "Cloudflare er standardserveren, den kan til enhver tid ændres.",
|
||||
"Resolver Server": "Navne-server",
|
||||
rrtypeDescription: "Vælg den type RR, du vil overvåge.",
|
||||
"Last Result": "Seneste resultat",
|
||||
pauseMonitorMsg: "Er du sikker på, at du vil standse Overvågeren?",
|
||||
"Create your admin account": "Opret din administratorkonto",
|
||||
"Repeat Password": "Gentag adgangskoden",
|
||||
"Resource Record Type": "Resource Record Type",
|
||||
respTime: "Resp. Tid (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
Create: "Opret",
|
||||
clearEventsMsg: "Er du sikker på vil slette alle events for denne Overvåger?",
|
||||
clearHeartbeatsMsg: "Er du sikker på vil slette alle heartbeats for denne Overvåger?",
|
||||
confirmClearStatisticsMsg: "Vil du helt sikkert slette ALLE statistikker?",
|
||||
"Clear Data": "Ryd Data",
|
||||
Events: "Events",
|
||||
Heartbeats: "Heartbeats",
|
||||
"Auto Get": "Auto-hent",
|
||||
enableDefaultNotificationDescription: "For hver ny overvåger aktiveres denne underretning som standard. Du kan stadig deaktivere underretningen separat for hver skærm.",
|
||||
"Default enabled": "Standard aktiveret",
|
||||
"Also apply to existing monitors": "Anvend også på eksisterende overvågere",
|
||||
Export: "Eksport",
|
||||
Import: "Import",
|
||||
backupDescription: "Du kan sikkerhedskopiere alle Overvågere og alle underretninger til en JSON-fil.",
|
||||
backupDescription2: "PS: Historik og hændelsesdata er ikke inkluderet.",
|
||||
backupDescription3: "Følsom data, f.eks. underretnings-tokener, er inkluderet i eksportfilen. Gem den sikkert.",
|
||||
alertNoFile: "Vælg en fil der skal importeres.",
|
||||
alertWrongFileType: "Vælg venligst en JSON-fil.",
|
||||
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||
"Apply on all existing monitors": "Apply on all existing monitors",
|
||||
"Verify Token": "Verify Token",
|
||||
"Setup 2FA": "Setup 2FA",
|
||||
"Enable 2FA": "Enable 2FA",
|
||||
"Disable 2FA": "Disable 2FA",
|
||||
"2FA Settings": "2FA Settings",
|
||||
"Two Factor Authentication": "Two Factor Authentication",
|
||||
Active: "Active",
|
||||
Inactive: "Inactive",
|
||||
Token: "Token",
|
||||
"Show URI": "Show URI",
|
||||
"Clear all statistics": "Clear all Statistics",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: 'Danish',
|
||||
Settings: 'Indstillinger',
|
||||
Dashboard: 'Dashboard',
|
||||
'New Update': 'Opdatering tilgængelig',
|
||||
Language: 'Sprog',
|
||||
Appearance: 'Udseende',
|
||||
Theme: 'Tema',
|
||||
General: 'Generelt',
|
||||
Version: 'Version',
|
||||
'Check Update On GitHub': 'Tjek efter opdateringer på Github',
|
||||
List: 'Liste',
|
||||
Add: 'Tilføj',
|
||||
'Add New Monitor': 'Tilføj ny Overvåger',
|
||||
'Quick Stats': 'Oversigt',
|
||||
Up: 'Aktiv',
|
||||
Down: 'Inaktiv',
|
||||
Pending: 'Afventer',
|
||||
Unknown: 'Ukendt',
|
||||
Pause: 'Stands',
|
||||
pauseDashboardHome: 'Standset',
|
||||
Name: 'Navn',
|
||||
Status: 'Status',
|
||||
DateTime: 'Dato / Tid',
|
||||
Message: 'Beskeder',
|
||||
'No important events': 'Inden vigtige begivenheder',
|
||||
Resume: 'Fortsæt',
|
||||
Edit: 'Rediger',
|
||||
Delete: 'Slet',
|
||||
Current: 'Aktuelt',
|
||||
Uptime: 'Oppetid',
|
||||
'Cert Exp.': 'Certifikatets udløb',
|
||||
days: 'Dage',
|
||||
day: 'Dag',
|
||||
'-day': '-Dage',
|
||||
hour: 'Timer',
|
||||
'-hour': '-Timer',
|
||||
checkEverySecond: 'Tjek hvert {0} sekund',
|
||||
Response: 'Respons',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': 'Overvåger Type',
|
||||
Keyword: 'Nøgleord',
|
||||
'Friendly Name': 'Visningsnavn',
|
||||
URL: 'URL',
|
||||
Hostname: 'Hostname',
|
||||
Port: 'Port',
|
||||
'Heartbeat Interval': 'Taktinterval',
|
||||
Retries: 'Gentagelser',
|
||||
retriesDescription: 'Maksimalt antal gentagelser, før tjenesten markeres som inaktiv og sender en meddelelse.',
|
||||
Advanced: 'Avanceret',
|
||||
ignoreTLSError: 'Ignorere TLS/SSL web fejl',
|
||||
'Upside Down Mode': 'Omvendt tilstand',
|
||||
upsideDownModeDescription: 'Håndter tilstanden omvendt. Hvis tjenesten er tilgængelig, vises den som inaktiv.',
|
||||
'Max. Redirects': 'Maks. Omdirigeringer',
|
||||
maxRedirectDescription: 'Maksimalt antal omdirigeringer, der skal følges. Indstil til 0 for at deaktivere omdirigeringer.',
|
||||
'Accepted Status Codes': 'Tilladte HTTP-Statuskoder',
|
||||
acceptedStatusCodesDescription: 'Vælg de statuskoder, der stadig skal vurderes som vellykkede.',
|
||||
Save: 'Gem',
|
||||
Notifications: 'Underretninger',
|
||||
'Not available, please setup.': 'Ikke tilgængelige, opsæt venligst.',
|
||||
'Setup Notification': 'Opsæt underretninger',
|
||||
Light: 'Lys',
|
||||
Dark: 'Mørk',
|
||||
Auto: 'Auto',
|
||||
'Theme - Heartbeat Bar': 'Tema - Tidslinje',
|
||||
Normal: 'Normal',
|
||||
Bottom: 'Bunden',
|
||||
None: 'Ingen',
|
||||
Timezone: 'Tidszone',
|
||||
'Search Engine Visibility': 'Søgemaskine synlighed',
|
||||
'Allow indexing': 'Tillad indeksering',
|
||||
'Discourage search engines from indexing site': 'Frabed søgemaskiner at indeksere webstedet',
|
||||
'Change Password': 'Ændre adgangskode',
|
||||
'Current Password': 'Nuværende adgangskode',
|
||||
'New Password': 'Ny adgangskode',
|
||||
'Repeat New Password': 'Gentag den nye adgangskode',
|
||||
passwordNotMatchMsg: 'Adgangskoderne er ikke ens.',
|
||||
'Update Password': 'Opdater adgangskode',
|
||||
'Disable Auth': 'Deaktiver autentificering',
|
||||
'Enable Auth': 'Aktiver autentificering',
|
||||
Logout: 'Log ud',
|
||||
notificationDescription: 'Tildel underretninger til Overvåger(e), så denne funktion træder i kraft.',
|
||||
Leave: 'Verlassen',
|
||||
'I understand, please disable': 'Jeg er indforstået, deaktiver venligst',
|
||||
Confirm: 'Bekræft',
|
||||
Yes: 'Ja',
|
||||
No: 'Nej',
|
||||
Username: 'Brugernavn',
|
||||
Password: 'Adgangskode',
|
||||
'Remember me': 'Husk mig',
|
||||
Login: 'Log ind',
|
||||
'No Monitors, please': 'Ingen Overvågere',
|
||||
'add one': 'tilføj en',
|
||||
'Notification Type': 'Underretningstype',
|
||||
Email: 'E-Mail',
|
||||
Test: 'Test',
|
||||
'Certificate Info': 'Certifikatoplysninger',
|
||||
keywordDescription: 'Søg efter et søgeord i almindelig HTML- eller JSON -output. Bemærk, at der skelnes mellem store og små bogstaver.',
|
||||
deleteMonitorMsg: 'Er du sikker på, at du vil slette overvågeren?',
|
||||
deleteNotificationMsg: 'Er du sikker på, at du vil slette denne underretning for alle overvågere? ',
|
||||
resoverserverDescription: 'Cloudflare er standardserveren, den kan til enhver tid ændres.',
|
||||
'Resolver Server': 'Navne-server',
|
||||
rrtypeDescription: 'Vælg den type RR, du vil overvåge.',
|
||||
'Last Result': 'Seneste resultat',
|
||||
pauseMonitorMsg: 'Er du sikker på, at du vil standse Overvågeren?',
|
||||
'Create your admin account': 'Opret din administratorkonto',
|
||||
'Repeat Password': 'Gentag adgangskoden',
|
||||
'Resource Record Type': 'Resource Record Type',
|
||||
respTime: 'Resp. Tid (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
Create: 'Opret',
|
||||
clearEventsMsg: 'Er du sikker på vil slette alle events for denne Overvåger?',
|
||||
clearHeartbeatsMsg: 'Er du sikker på vil slette alle heartbeats for denne Overvåger?',
|
||||
confirmClearStatisticsMsg: 'Vil du helt sikkert slette ALLE statistikker?',
|
||||
'Clear Data': 'Ryd Data',
|
||||
Events: 'Events',
|
||||
Heartbeats: 'Heartbeats',
|
||||
'Auto Get': 'Auto-hent',
|
||||
enableDefaultNotificationDescription: 'For hver ny overvåger aktiveres denne underretning som standard. Du kan stadig deaktivere underretningen separat for hver skærm.',
|
||||
'Default enabled': 'Standard aktiveret',
|
||||
'Also apply to existing monitors': 'Anvend også på eksisterende overvågere',
|
||||
Export: 'Eksport',
|
||||
Import: 'Import',
|
||||
backupDescription: 'Du kan sikkerhedskopiere alle Overvågere og alle underretninger til en JSON-fil.',
|
||||
backupDescription2: 'PS: Historik og hændelsesdata er ikke inkluderet.',
|
||||
backupDescription3: 'Følsom data, f.eks. underretnings-tokener, er inkluderet i eksportfilen. Gem den sikkert.',
|
||||
alertNoFile: 'Vælg en fil der skal importeres.',
|
||||
alertWrongFileType: 'Vælg venligst en JSON-fil.',
|
||||
twoFAVerifyLabel: 'Please type in your token to verify that 2FA is working',
|
||||
tokenValidSettingsMsg: 'Token is valid! You can now save the 2FA settings.',
|
||||
confirmEnableTwoFAMsg: 'Are you sure you want to enable 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Are you sure you want to disable 2FA?',
|
||||
'Apply on all existing monitors': 'Apply on all existing monitors',
|
||||
'Verify Token': 'Verify Token',
|
||||
'Setup 2FA': 'Setup 2FA',
|
||||
'Enable 2FA': 'Enable 2FA',
|
||||
'Disable 2FA': 'Disable 2FA',
|
||||
'2FA Settings': '2FA Settings',
|
||||
'Two Factor Authentication': 'Two Factor Authentication',
|
||||
Active: 'Active',
|
||||
Inactive: 'Inactive',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Show URI',
|
||||
'Clear all statistics': 'Clear all Statistics',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,181 +1,181 @@
|
|||
export default {
|
||||
languageName: "German",
|
||||
Settings: "Einstellungen",
|
||||
Dashboard: "Dashboard",
|
||||
"New Update": "Update Verfügbar",
|
||||
Language: "Sprache",
|
||||
Appearance: "Erscheinung",
|
||||
Theme: "Thema",
|
||||
General: "Allgemein",
|
||||
Version: "Version",
|
||||
"Check Update On GitHub": "Überprüfen von Updates auf Github",
|
||||
List: "Liste",
|
||||
Add: "Hinzufügen",
|
||||
"Add New Monitor": "Neuer Monitor",
|
||||
"Quick Stats": "Übersicht",
|
||||
Up: "Aktiv",
|
||||
Down: "Inaktiv",
|
||||
Pending: "Ausstehend",
|
||||
Unknown: "Unbekannt",
|
||||
Pause: "Pausieren",
|
||||
pauseDashboardHome: "Pausiert",
|
||||
Name: "Name",
|
||||
Status: "Status",
|
||||
DateTime: "Datum / Uhrzeit",
|
||||
Message: "Nachricht",
|
||||
"No important events": "Keine wichtigen Ereignisse",
|
||||
Resume: "Fortsetzen",
|
||||
Edit: "Bearbeiten",
|
||||
Delete: "Löschen",
|
||||
Current: "Aktuell",
|
||||
Uptime: "Verfügbarkeit",
|
||||
"Cert Exp.": "Zertifikatsablauf",
|
||||
days: "Tage",
|
||||
day: "Tag",
|
||||
"-day": "-Tage",
|
||||
hour: "Stunde",
|
||||
"-hour": "-Stunden",
|
||||
checkEverySecond: "Überprüfe alle {0} Sekunden",
|
||||
Response: "Antwortzeit",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "Monitor Typ",
|
||||
Keyword: "Schlüsselwort",
|
||||
"Friendly Name": "Anzeigename",
|
||||
URL: "URL",
|
||||
Hostname: "Hostname",
|
||||
Port: "Port",
|
||||
"Heartbeat Interval": "Taktintervall",
|
||||
Retries: "Wiederholungen",
|
||||
retriesDescription: "Maximale Anzahl von Wiederholungen, bevor der Dienst als inaktiv markiert und eine Benachrichtigung gesendet wird.",
|
||||
Advanced: "Erweitert",
|
||||
ignoreTLSError: "Ignoriere TLS/SSL Fehler von Webseiten",
|
||||
"Upside Down Mode": "Umgedrehter Modus",
|
||||
upsideDownModeDescription: "Drehe den Modus um, ist der Dienst erreichbar, wird er als Inaktiv angezeigt.",
|
||||
"Max. Redirects": "Max. Weiterleitungen",
|
||||
maxRedirectDescription: "Maximale Anzahl von Weiterleitungen, denen gefolgt werden soll. Setzte auf 0, um Weiterleitungen zu deaktivieren.",
|
||||
"Accepted Status Codes": "Erlaubte HTTP-Statuscodes",
|
||||
acceptedStatusCodesDescription: "Wähle die Statuscodes aus, welche trotzdem als erfolgreich gewertet werden sollen.",
|
||||
Save: "Speichern",
|
||||
Notifications: "Benachrichtigungen",
|
||||
"Not available, please setup.": "Keine verfügbar, bitte einrichten.",
|
||||
"Setup Notification": "Benachrichtigung einrichten",
|
||||
Light: "Hell",
|
||||
Dark: "Dunkel",
|
||||
Auto: "Auto",
|
||||
"Theme - Heartbeat Bar": "Thema - Taktleiste",
|
||||
Normal: "Normal",
|
||||
Bottom: "Unten",
|
||||
None: "Keine",
|
||||
Timezone: "Zeitzone",
|
||||
"Search Engine Visibility": "Suchmaschinensichtbarkeit",
|
||||
"Allow indexing": "Indizierung zulassen",
|
||||
"Discourage search engines from indexing site": "Halte Suchmaschinen von der Indexierung der Seite ab",
|
||||
"Change Password": "Passwort ändern",
|
||||
"Current Password": "Dezeitiges Passwort",
|
||||
"New Password": "Neues Passwort",
|
||||
"Repeat New Password": "Wiederhole neues Passwort",
|
||||
passwordNotMatchMsg: "Passwörter stimmen nicht überein. ",
|
||||
"Update Password": "Ändere Passwort",
|
||||
"Disable Auth": "Authentifizierung deaktivieren",
|
||||
"Enable Auth": "Authentifizierung aktivieren",
|
||||
Logout: "Ausloggen",
|
||||
notificationDescription: "Weise den Monitor(en) eine Benachrichtigung zu, damit diese Funktion greift.",
|
||||
Leave: "Verlassen",
|
||||
"I understand, please disable": "Ich verstehe, bitte deaktivieren",
|
||||
Confirm: "Bestätige",
|
||||
Yes: "Ja",
|
||||
No: "Nein",
|
||||
Username: "Benutzername",
|
||||
Password: "Passwort",
|
||||
"Remember me": "Passwort merken",
|
||||
Login: "Einloggen",
|
||||
"No Monitors, please": "Keine Monitore, bitte",
|
||||
"add one": "hinzufügen",
|
||||
"Notification Type": "Benachrichtigungs Dienst",
|
||||
Email: "E-Mail",
|
||||
Test: "Test",
|
||||
"Certificate Info": "Zertifikatsinfo",
|
||||
keywordDescription: "Suche nach einem Schlüsselwort in der HTML oder JSON Ausgabe. Bitte beachte, es wird in der Groß-/Kleinschreibung unterschieden.",
|
||||
deleteMonitorMsg: "Bist du sicher das du den Monitor löschen möchtest?",
|
||||
deleteNotificationMsg: "Möchtest du diese Benachrichtigung wirklich für alle Monitore löschen?",
|
||||
resoverserverDescription: "Cloudflare ist als der Standardserver festgelegt, dieser kann jederzeit geändern werden.",
|
||||
"Resolver Server": "Auflösungsserver",
|
||||
rrtypeDescription: "Wähle den RR-Typ aus, welchen du überwachen möchtest.",
|
||||
"Last Result": "Letztes Ergebnis",
|
||||
pauseMonitorMsg: "Bist du sicher das du den Monitor pausieren möchtest?",
|
||||
clearEventsMsg: "Bist du sicher das du alle Ereignisse für diesen Monitor löschen möchtest?",
|
||||
clearHeartbeatsMsg: "Bist du sicher das du alle Statistiken für diesen Monitor löschen möchtest?",
|
||||
"Clear Data": "Lösche Daten",
|
||||
Events: "Ereignisse",
|
||||
Heartbeats: "Statistiken",
|
||||
confirmClearStatisticsMsg: "Bist du sicher das du ALLE Statistiken löschen möchtest?",
|
||||
"Create your admin account": "Erstelle dein Admin Konto",
|
||||
"Repeat Password": "Wiederhole das Passwort",
|
||||
"Resource Record Type": "Resource Record Type",
|
||||
Export: "Export",
|
||||
Import: "Import",
|
||||
respTime: "Antw. Zeit (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
"Default enabled": "Standardmäßig aktiviert",
|
||||
"Apply on all existing monitors": "Auf alle existierenden Monitore anwenden",
|
||||
enableDefaultNotificationDescription: "Für jeden neuen Monitor wird diese Benachrichtigung standardmäßig aktiviert. Die Benachrichtigung kann weiterhin für jeden Monitor separat deaktiviert werden.",
|
||||
Create: "Erstellen",
|
||||
"Auto Get": "Auto Get",
|
||||
backupDescription: "Es können alle Monitore und Benachrichtigungen in einer JSON-Datei gesichert werden.",
|
||||
backupDescription2: "PS: Verlaufs- und Ereignisdaten sind nicht enthalten.",
|
||||
backupDescription3: "Sensible Daten wie Benachrichtigungstoken sind in der Exportdatei enthalten, bitte bewahre sie sorgfältig auf.",
|
||||
alertNoFile: "Bitte wähle eine Datei zum importieren aus.",
|
||||
alertWrongFileType: "Bitte wähle eine JSON Datei aus.",
|
||||
"Clear all statistics": "Lösche alle Statistiken",
|
||||
importHandleDescription: "Wähle 'Vorhandene überspringen' aus, wenn jeder Monitor oder Benachrichtigung mit demselben Namen übersprungen werden soll. 'Überschreiben' löscht jeden vorhandenen Monitor sowie Benachrichtigungen.",
|
||||
"Skip existing": "Vorhandene überspringen",
|
||||
Overwrite: "Überschreiben",
|
||||
Options: "Optionen",
|
||||
confirmImportMsg: "Möchtest du das Backup wirklich importieren? Bitte stelle sicher, dass die richtige Import Option ausgewählt ist.",
|
||||
"Keep both": "Beide behalten",
|
||||
twoFAVerifyLabel: "Bitte trage deinen Token ein um zu verifizieren das 2FA funktioniert",
|
||||
"Verify Token": "Token verifizieren",
|
||||
"Setup 2FA": "2FA Einrichten",
|
||||
"Enable 2FA": "2FA Aktivieren",
|
||||
"Disable 2FA": "2FA deaktivieren",
|
||||
"2FA Settings": "2FA Einstellungen",
|
||||
confirmEnableTwoFAMsg: "Bist du sicher das du 2FA aktivieren möchtest?",
|
||||
confirmDisableTwoFAMsg: "Bist du sicher das du 2FA deaktivieren möchtest?",
|
||||
tokenValidSettingsMsg: "Token gültig! Du kannst jetzt die 2FA Einstellungen speichern.",
|
||||
"Two Factor Authentication": "Zwei Faktor Authentifizierung",
|
||||
Active: "Aktiv",
|
||||
Inactive: "Inaktiv",
|
||||
Token: "Token",
|
||||
"Show URI": "URI Anzeigen",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Füge neuen hinzu oder wähle aus...",
|
||||
"Tag with this name already exist.": "Ein Tag mit dem Namen existiert bereits.",
|
||||
"Tag with this value already exist.": "Ein Tag mit dem Wert existiert bereits.",
|
||||
color: "Farbe",
|
||||
"value (optional)": "Wert (Optional)",
|
||||
Gray: "Grau",
|
||||
Red: "Rot",
|
||||
Orange: "Orange",
|
||||
Green: "Grün",
|
||||
Blue: "Blau",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Lila",
|
||||
Pink: "Pink",
|
||||
"Search...": "Suchen...",
|
||||
"Heartbeat Retry Interval": "Takt-Wiederholungsintervall",
|
||||
retryCheckEverySecond: "Versuche alle {0} Sekunden",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
"Avg. Ping": "Durchsch. Ping",
|
||||
"Avg. Response": "Durchsch. Antwort",
|
||||
"Entry Page": "Einstiegsseite",
|
||||
"statusPageNothing": "Nichts ist hier, bitte füge eine Gruppe oder Monitor hinzu.",
|
||||
"No Services": "Keine Dienste",
|
||||
"All Systems Operational": "Alle Systeme Betriebsbereit",
|
||||
"Partially Degraded Service": "Teilweise beeinträchtigter Dienst",
|
||||
"Degraded Service": "Eingeschränkter Dienst",
|
||||
"Add Group": "Gruppe hinzufügen",
|
||||
"Add a monitor": "Monitor hinzufügen",
|
||||
"Edit Status Page": "Bearbeite Statusseite",
|
||||
"Go to Dashboard": "Gehe zum Dashboard",
|
||||
};
|
||||
languageName: 'German',
|
||||
Settings: 'Einstellungen',
|
||||
Dashboard: 'Dashboard',
|
||||
'New Update': 'Update Verfügbar',
|
||||
Language: 'Sprache',
|
||||
Appearance: 'Erscheinung',
|
||||
Theme: 'Thema',
|
||||
General: 'Allgemein',
|
||||
Version: 'Version',
|
||||
'Check Update On GitHub': 'Überprüfen von Updates auf Github',
|
||||
List: 'Liste',
|
||||
Add: 'Hinzufügen',
|
||||
'Add New Monitor': 'Neuer Monitor',
|
||||
'Quick Stats': 'Übersicht',
|
||||
Up: 'Aktiv',
|
||||
Down: 'Inaktiv',
|
||||
Pending: 'Ausstehend',
|
||||
Unknown: 'Unbekannt',
|
||||
Pause: 'Pausieren',
|
||||
pauseDashboardHome: 'Pausiert',
|
||||
Name: 'Name',
|
||||
Status: 'Status',
|
||||
DateTime: 'Datum / Uhrzeit',
|
||||
Message: 'Nachricht',
|
||||
'No important events': 'Keine wichtigen Ereignisse',
|
||||
Resume: 'Fortsetzen',
|
||||
Edit: 'Bearbeiten',
|
||||
Delete: 'Löschen',
|
||||
Current: 'Aktuell',
|
||||
Uptime: 'Verfügbarkeit',
|
||||
'Cert Exp.': 'Zertifikatsablauf',
|
||||
days: 'Tage',
|
||||
day: 'Tag',
|
||||
'-day': '-Tage',
|
||||
hour: 'Stunde',
|
||||
'-hour': '-Stunden',
|
||||
checkEverySecond: 'Überprüfe alle {0} Sekunden',
|
||||
Response: 'Antwortzeit',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': 'Monitor Typ',
|
||||
Keyword: 'Schlüsselwort',
|
||||
'Friendly Name': 'Anzeigename',
|
||||
URL: 'URL',
|
||||
Hostname: 'Hostname',
|
||||
Port: 'Port',
|
||||
'Heartbeat Interval': 'Taktintervall',
|
||||
Retries: 'Wiederholungen',
|
||||
retriesDescription: 'Maximale Anzahl von Wiederholungen, bevor der Dienst als inaktiv markiert und eine Benachrichtigung gesendet wird.',
|
||||
Advanced: 'Erweitert',
|
||||
ignoreTLSError: 'Ignoriere TLS/SSL Fehler von Webseiten',
|
||||
'Upside Down Mode': 'Umgedrehter Modus',
|
||||
upsideDownModeDescription: 'Drehe den Modus um, ist der Dienst erreichbar, wird er als Inaktiv angezeigt.',
|
||||
'Max. Redirects': 'Max. Weiterleitungen',
|
||||
maxRedirectDescription: 'Maximale Anzahl von Weiterleitungen, denen gefolgt werden soll. Setzte auf 0, um Weiterleitungen zu deaktivieren.',
|
||||
'Accepted Status Codes': 'Erlaubte HTTP-Statuscodes',
|
||||
acceptedStatusCodesDescription: 'Wähle die Statuscodes aus, welche trotzdem als erfolgreich gewertet werden sollen.',
|
||||
Save: 'Speichern',
|
||||
Notifications: 'Benachrichtigungen',
|
||||
'Not available, please setup.': 'Keine verfügbar, bitte einrichten.',
|
||||
'Setup Notification': 'Benachrichtigung einrichten',
|
||||
Light: 'Hell',
|
||||
Dark: 'Dunkel',
|
||||
Auto: 'Auto',
|
||||
'Theme - Heartbeat Bar': 'Thema - Taktleiste',
|
||||
Normal: 'Normal',
|
||||
Bottom: 'Unten',
|
||||
None: 'Keine',
|
||||
Timezone: 'Zeitzone',
|
||||
'Search Engine Visibility': 'Suchmaschinensichtbarkeit',
|
||||
'Allow indexing': 'Indizierung zulassen',
|
||||
'Discourage search engines from indexing site': 'Halte Suchmaschinen von der Indexierung der Seite ab',
|
||||
'Change Password': 'Passwort ändern',
|
||||
'Current Password': 'Dezeitiges Passwort',
|
||||
'New Password': 'Neues Passwort',
|
||||
'Repeat New Password': 'Wiederhole neues Passwort',
|
||||
passwordNotMatchMsg: 'Passwörter stimmen nicht überein. ',
|
||||
'Update Password': 'Ändere Passwort',
|
||||
'Disable Auth': 'Authentifizierung deaktivieren',
|
||||
'Enable Auth': 'Authentifizierung aktivieren',
|
||||
Logout: 'Ausloggen',
|
||||
notificationDescription: 'Weise den Monitor(en) eine Benachrichtigung zu, damit diese Funktion greift.',
|
||||
Leave: 'Verlassen',
|
||||
'I understand, please disable': 'Ich verstehe, bitte deaktivieren',
|
||||
Confirm: 'Bestätige',
|
||||
Yes: 'Ja',
|
||||
No: 'Nein',
|
||||
Username: 'Benutzername',
|
||||
Password: 'Passwort',
|
||||
'Remember me': 'Passwort merken',
|
||||
Login: 'Einloggen',
|
||||
'No Monitors, please': 'Keine Monitore, bitte',
|
||||
'add one': 'hinzufügen',
|
||||
'Notification Type': 'Benachrichtigungs Dienst',
|
||||
Email: 'E-Mail',
|
||||
Test: 'Test',
|
||||
'Certificate Info': 'Zertifikatsinfo',
|
||||
keywordDescription: 'Suche nach einem Schlüsselwort in der HTML oder JSON Ausgabe. Bitte beachte, es wird in der Groß-/Kleinschreibung unterschieden.',
|
||||
deleteMonitorMsg: 'Bist du sicher das du den Monitor löschen möchtest?',
|
||||
deleteNotificationMsg: 'Möchtest du diese Benachrichtigung wirklich für alle Monitore löschen?',
|
||||
resoverserverDescription: 'Cloudflare ist als der Standardserver festgelegt, dieser kann jederzeit geändern werden.',
|
||||
'Resolver Server': 'Auflösungsserver',
|
||||
rrtypeDescription: 'Wähle den RR-Typ aus, welchen du überwachen möchtest.',
|
||||
'Last Result': 'Letztes Ergebnis',
|
||||
pauseMonitorMsg: 'Bist du sicher das du den Monitor pausieren möchtest?',
|
||||
clearEventsMsg: 'Bist du sicher das du alle Ereignisse für diesen Monitor löschen möchtest?',
|
||||
clearHeartbeatsMsg: 'Bist du sicher das du alle Statistiken für diesen Monitor löschen möchtest?',
|
||||
'Clear Data': 'Lösche Daten',
|
||||
Events: 'Ereignisse',
|
||||
Heartbeats: 'Statistiken',
|
||||
confirmClearStatisticsMsg: 'Bist du sicher das du ALLE Statistiken löschen möchtest?',
|
||||
'Create your admin account': 'Erstelle dein Admin Konto',
|
||||
'Repeat Password': 'Wiederhole das Passwort',
|
||||
'Resource Record Type': 'Resource Record Type',
|
||||
Export: 'Export',
|
||||
Import: 'Import',
|
||||
respTime: 'Antw. Zeit (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
'Default enabled': 'Standardmäßig aktiviert',
|
||||
'Apply on all existing monitors': 'Auf alle existierenden Monitore anwenden',
|
||||
enableDefaultNotificationDescription: 'Für jeden neuen Monitor wird diese Benachrichtigung standardmäßig aktiviert. Die Benachrichtigung kann weiterhin für jeden Monitor separat deaktiviert werden.',
|
||||
Create: 'Erstellen',
|
||||
'Auto Get': 'Auto Get',
|
||||
backupDescription: 'Es können alle Monitore und Benachrichtigungen in einer JSON-Datei gesichert werden.',
|
||||
backupDescription2: 'PS: Verlaufs- und Ereignisdaten sind nicht enthalten.',
|
||||
backupDescription3: 'Sensible Daten wie Benachrichtigungstoken sind in der Exportdatei enthalten, bitte bewahre sie sorgfältig auf.',
|
||||
alertNoFile: 'Bitte wähle eine Datei zum importieren aus.',
|
||||
alertWrongFileType: 'Bitte wähle eine JSON Datei aus.',
|
||||
'Clear all statistics': 'Lösche alle Statistiken',
|
||||
importHandleDescription: "Wähle 'Vorhandene überspringen' aus, wenn jeder Monitor oder Benachrichtigung mit demselben Namen übersprungen werden soll. 'Überschreiben' löscht jeden vorhandenen Monitor sowie Benachrichtigungen.",
|
||||
'Skip existing': 'Vorhandene überspringen',
|
||||
Overwrite: 'Überschreiben',
|
||||
Options: 'Optionen',
|
||||
confirmImportMsg: 'Möchtest du das Backup wirklich importieren? Bitte stelle sicher, dass die richtige Import Option ausgewählt ist.',
|
||||
'Keep both': 'Beide behalten',
|
||||
twoFAVerifyLabel: 'Bitte trage deinen Token ein um zu verifizieren das 2FA funktioniert',
|
||||
'Verify Token': 'Token verifizieren',
|
||||
'Setup 2FA': '2FA Einrichten',
|
||||
'Enable 2FA': '2FA Aktivieren',
|
||||
'Disable 2FA': '2FA deaktivieren',
|
||||
'2FA Settings': '2FA Einstellungen',
|
||||
confirmEnableTwoFAMsg: 'Bist du sicher das du 2FA aktivieren möchtest?',
|
||||
confirmDisableTwoFAMsg: 'Bist du sicher das du 2FA deaktivieren möchtest?',
|
||||
tokenValidSettingsMsg: 'Token gültig! Du kannst jetzt die 2FA Einstellungen speichern.',
|
||||
'Two Factor Authentication': 'Zwei Faktor Authentifizierung',
|
||||
Active: 'Aktiv',
|
||||
Inactive: 'Inaktiv',
|
||||
Token: 'Token',
|
||||
'Show URI': 'URI Anzeigen',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Füge neuen hinzu oder wähle aus...',
|
||||
'Tag with this name already exist.': 'Ein Tag mit dem Namen existiert bereits.',
|
||||
'Tag with this value already exist.': 'Ein Tag mit dem Wert existiert bereits.',
|
||||
color: 'Farbe',
|
||||
'value (optional)': 'Wert (Optional)',
|
||||
Gray: 'Grau',
|
||||
Red: 'Rot',
|
||||
Orange: 'Orange',
|
||||
Green: 'Grün',
|
||||
Blue: 'Blau',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Lila',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Suchen...',
|
||||
'Heartbeat Retry Interval': 'Takt-Wiederholungsintervall',
|
||||
retryCheckEverySecond: 'Versuche alle {0} Sekunden',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
'Avg. Ping': 'Durchsch. Ping',
|
||||
'Avg. Response': 'Durchsch. Antwort',
|
||||
'Entry Page': 'Einstiegsseite',
|
||||
statusPageNothing: 'Nichts ist hier, bitte füge eine Gruppe oder Monitor hinzu.',
|
||||
'No Services': 'Keine Dienste',
|
||||
'All Systems Operational': 'Alle Systeme Betriebsbereit',
|
||||
'Partially Degraded Service': 'Teilweise beeinträchtigter Dienst',
|
||||
'Degraded Service': 'Eingeschränkter Dienst',
|
||||
'Add Group': 'Gruppe hinzufügen',
|
||||
'Add a monitor': 'Monitor hinzufügen',
|
||||
'Edit Status Page': 'Bearbeite Statusseite',
|
||||
'Go to Dashboard': 'Gehe zum Dashboard'
|
||||
}
|
|
@ -1,181 +1,181 @@
|
|||
export default {
|
||||
languageName: "English",
|
||||
checkEverySecond: "Check every {0} seconds.",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
retriesDescription: "Maximum retries before the service is marked as down and a notification is sent",
|
||||
ignoreTLSError: "Ignore TLS/SSL error for HTTPS websites",
|
||||
upsideDownModeDescription: "Flip the status upside down. If the service is reachable, it is DOWN.",
|
||||
maxRedirectDescription: "Maximum number of redirects to follow. Set to 0 to disable redirects.",
|
||||
acceptedStatusCodesDescription: "Select status codes which are considered as a successful response.",
|
||||
passwordNotMatchMsg: "The repeat password does not match.",
|
||||
notificationDescription: "Please assign a notification to monitor(s) to get it to work.",
|
||||
keywordDescription: "Search keyword in plain html or JSON response and it is case-sensitive",
|
||||
pauseDashboardHome: "Pause",
|
||||
deleteMonitorMsg: "Are you sure want to delete this monitor?",
|
||||
deleteNotificationMsg: "Are you sure want to delete this notification for all monitors?",
|
||||
resoverserverDescription: "Cloudflare is the default server, you can change the resolver server anytime.",
|
||||
rrtypeDescription: "Select the RR-Type you want to monitor",
|
||||
pauseMonitorMsg: "Are you sure want to pause?",
|
||||
enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
|
||||
clearEventsMsg: "Are you sure want to delete all events for this monitor?",
|
||||
clearHeartbeatsMsg: "Are you sure want to delete all heartbeats for this monitor?",
|
||||
confirmClearStatisticsMsg: "Are you sure want to delete ALL statistics?",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||
Settings: "Settings",
|
||||
Dashboard: "Dashboard",
|
||||
"New Update": "New Update",
|
||||
Language: "Language",
|
||||
Appearance: "Appearance",
|
||||
Theme: "Theme",
|
||||
General: "General",
|
||||
Version: "Version",
|
||||
"Check Update On GitHub": "Check Update On GitHub",
|
||||
List: "List",
|
||||
Add: "Add",
|
||||
"Add New Monitor": "Add New Monitor",
|
||||
"Quick Stats": "Quick Stats",
|
||||
Up: "Up",
|
||||
Down: "Down",
|
||||
Pending: "Pending",
|
||||
Unknown: "Unknown",
|
||||
Pause: "Pause",
|
||||
Name: "Name",
|
||||
Status: "Status",
|
||||
DateTime: "DateTime",
|
||||
Message: "Message",
|
||||
"No important events": "No important events",
|
||||
Resume: "Resume",
|
||||
Edit: "Edit",
|
||||
Delete: "Delete",
|
||||
Current: "Current",
|
||||
Uptime: "Uptime",
|
||||
"Cert Exp.": "Cert Exp.",
|
||||
days: "days",
|
||||
day: "day",
|
||||
"-day": "-day",
|
||||
hour: "hour",
|
||||
"-hour": "-hour",
|
||||
Response: "Response",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "Monitor Type",
|
||||
Keyword: "Keyword",
|
||||
"Friendly Name": "Friendly Name",
|
||||
URL: "URL",
|
||||
Hostname: "Hostname",
|
||||
Port: "Port",
|
||||
"Heartbeat Interval": "Heartbeat Interval",
|
||||
Retries: "Retries",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
Advanced: "Advanced",
|
||||
"Upside Down Mode": "Upside Down Mode",
|
||||
"Max. Redirects": "Max. Redirects",
|
||||
"Accepted Status Codes": "Accepted Status Codes",
|
||||
Save: "Save",
|
||||
Notifications: "Notifications",
|
||||
"Not available, please setup.": "Not available, please setup.",
|
||||
"Setup Notification": "Setup Notification",
|
||||
Light: "Light",
|
||||
Dark: "Dark",
|
||||
Auto: "Auto",
|
||||
"Theme - Heartbeat Bar": "Theme - Heartbeat Bar",
|
||||
Normal: "Normal",
|
||||
Bottom: "Bottom",
|
||||
None: "None",
|
||||
Timezone: "Timezone",
|
||||
"Search Engine Visibility": "Search Engine Visibility",
|
||||
"Allow indexing": "Allow indexing",
|
||||
"Discourage search engines from indexing site": "Discourage search engines from indexing site",
|
||||
"Change Password": "Change Password",
|
||||
"Current Password": "Current Password",
|
||||
"New Password": "New Password",
|
||||
"Repeat New Password": "Repeat New Password",
|
||||
"Update Password": "Update Password",
|
||||
"Disable Auth": "Disable Auth",
|
||||
"Enable Auth": "Enable Auth",
|
||||
Logout: "Logout",
|
||||
Leave: "Leave",
|
||||
"I understand, please disable": "I understand, please disable",
|
||||
Confirm: "Confirm",
|
||||
Yes: "Yes",
|
||||
No: "No",
|
||||
Username: "Username",
|
||||
Password: "Password",
|
||||
"Remember me": "Remember me",
|
||||
Login: "Login",
|
||||
"No Monitors, please": "No Monitors, please",
|
||||
"add one": "add one",
|
||||
"Notification Type": "Notification Type",
|
||||
Email: "Email",
|
||||
Test: "Test",
|
||||
"Certificate Info": "Certificate Info",
|
||||
"Resolver Server": "Resolver Server",
|
||||
"Resource Record Type": "Resource Record Type",
|
||||
"Last Result": "Last Result",
|
||||
"Create your admin account": "Create your admin account",
|
||||
"Repeat Password": "Repeat Password",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
Export: "Export",
|
||||
Import: "Import",
|
||||
respTime: "Resp. Time (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
"Default enabled": "Default enabled",
|
||||
"Apply on all existing monitors": "Apply on all existing monitors",
|
||||
Create: "Create",
|
||||
"Clear Data": "Clear Data",
|
||||
Events: "Events",
|
||||
Heartbeats: "Heartbeats",
|
||||
"Auto Get": "Auto Get",
|
||||
backupDescription: "You can backup all monitors and all notifications into a JSON file.",
|
||||
backupDescription2: "PS: History and event data is not included.",
|
||||
backupDescription3: "Sensitive data such as notification tokens is included in the export file, please keep it carefully.",
|
||||
alertNoFile: "Please select a file to import.",
|
||||
alertWrongFileType: "Please select a JSON file.",
|
||||
"Clear all statistics": "Clear all Statistics",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
"Verify Token": "Verify Token",
|
||||
"Setup 2FA": "Setup 2FA",
|
||||
"Enable 2FA": "Enable 2FA",
|
||||
"Disable 2FA": "Disable 2FA",
|
||||
"2FA Settings": "2FA Settings",
|
||||
"Two Factor Authentication": "Two Factor Authentication",
|
||||
Active: "Active",
|
||||
Inactive: "Inactive",
|
||||
Token: "Token",
|
||||
"Show URI": "Show URI",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: 'English',
|
||||
checkEverySecond: 'Check every {0} seconds.',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
retriesDescription: 'Maximum retries before the service is marked as down and a notification is sent',
|
||||
ignoreTLSError: 'Ignore TLS/SSL error for HTTPS websites',
|
||||
upsideDownModeDescription: 'Flip the status upside down. If the service is reachable, it is DOWN.',
|
||||
maxRedirectDescription: 'Maximum number of redirects to follow. Set to 0 to disable redirects.',
|
||||
acceptedStatusCodesDescription: 'Select status codes which are considered as a successful response.',
|
||||
passwordNotMatchMsg: 'The repeat password does not match.',
|
||||
notificationDescription: 'Please assign a notification to monitor(s) to get it to work.',
|
||||
keywordDescription: 'Search keyword in plain html or JSON response and it is case-sensitive',
|
||||
pauseDashboardHome: 'Pause',
|
||||
deleteMonitorMsg: 'Are you sure want to delete this monitor?',
|
||||
deleteNotificationMsg: 'Are you sure want to delete this notification for all monitors?',
|
||||
resoverserverDescription: 'Cloudflare is the default server, you can change the resolver server anytime.',
|
||||
rrtypeDescription: 'Select the RR-Type you want to monitor',
|
||||
pauseMonitorMsg: 'Are you sure want to pause?',
|
||||
enableDefaultNotificationDescription: 'For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.',
|
||||
clearEventsMsg: 'Are you sure want to delete all events for this monitor?',
|
||||
clearHeartbeatsMsg: 'Are you sure want to delete all heartbeats for this monitor?',
|
||||
confirmClearStatisticsMsg: 'Are you sure want to delete ALL statistics?',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
twoFAVerifyLabel: 'Please type in your token to verify that 2FA is working',
|
||||
tokenValidSettingsMsg: 'Token is valid! You can now save the 2FA settings.',
|
||||
confirmEnableTwoFAMsg: 'Are you sure you want to enable 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Are you sure you want to disable 2FA?',
|
||||
Settings: 'Settings',
|
||||
Dashboard: 'Dashboard',
|
||||
'New Update': 'New Update',
|
||||
Language: 'Language',
|
||||
Appearance: 'Appearance',
|
||||
Theme: 'Theme',
|
||||
General: 'General',
|
||||
Version: 'Version',
|
||||
'Check Update On GitHub': 'Check Update On GitHub',
|
||||
List: 'List',
|
||||
Add: 'Add',
|
||||
'Add New Monitor': 'Add New Monitor',
|
||||
'Quick Stats': 'Quick Stats',
|
||||
Up: 'Up',
|
||||
Down: 'Down',
|
||||
Pending: 'Pending',
|
||||
Unknown: 'Unknown',
|
||||
Pause: 'Pause',
|
||||
Name: 'Name',
|
||||
Status: 'Status',
|
||||
DateTime: 'DateTime',
|
||||
Message: 'Message',
|
||||
'No important events': 'No important events',
|
||||
Resume: 'Resume',
|
||||
Edit: 'Edit',
|
||||
Delete: 'Delete',
|
||||
Current: 'Current',
|
||||
Uptime: 'Uptime',
|
||||
'Cert Exp.': 'Cert Exp.',
|
||||
days: 'days',
|
||||
day: 'day',
|
||||
'-day': '-day',
|
||||
hour: 'hour',
|
||||
'-hour': '-hour',
|
||||
Response: 'Response',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': 'Monitor Type',
|
||||
Keyword: 'Keyword',
|
||||
'Friendly Name': 'Friendly Name',
|
||||
URL: 'URL',
|
||||
Hostname: 'Hostname',
|
||||
Port: 'Port',
|
||||
'Heartbeat Interval': 'Heartbeat Interval',
|
||||
Retries: 'Retries',
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
Advanced: 'Advanced',
|
||||
'Upside Down Mode': 'Upside Down Mode',
|
||||
'Max. Redirects': 'Max. Redirects',
|
||||
'Accepted Status Codes': 'Accepted Status Codes',
|
||||
Save: 'Save',
|
||||
Notifications: 'Notifications',
|
||||
'Not available, please setup.': 'Not available, please setup.',
|
||||
'Setup Notification': 'Setup Notification',
|
||||
Light: 'Light',
|
||||
Dark: 'Dark',
|
||||
Auto: 'Auto',
|
||||
'Theme - Heartbeat Bar': 'Theme - Heartbeat Bar',
|
||||
Normal: 'Normal',
|
||||
Bottom: 'Bottom',
|
||||
None: 'None',
|
||||
Timezone: 'Timezone',
|
||||
'Search Engine Visibility': 'Search Engine Visibility',
|
||||
'Allow indexing': 'Allow indexing',
|
||||
'Discourage search engines from indexing site': 'Discourage search engines from indexing site',
|
||||
'Change Password': 'Change Password',
|
||||
'Current Password': 'Current Password',
|
||||
'New Password': 'New Password',
|
||||
'Repeat New Password': 'Repeat New Password',
|
||||
'Update Password': 'Update Password',
|
||||
'Disable Auth': 'Disable Auth',
|
||||
'Enable Auth': 'Enable Auth',
|
||||
Logout: 'Logout',
|
||||
Leave: 'Leave',
|
||||
'I understand, please disable': 'I understand, please disable',
|
||||
Confirm: 'Confirm',
|
||||
Yes: 'Yes',
|
||||
No: 'No',
|
||||
Username: 'Username',
|
||||
Password: 'Password',
|
||||
'Remember me': 'Remember me',
|
||||
Login: 'Login',
|
||||
'No Monitors, please': 'No Monitors, please',
|
||||
'add one': 'add one',
|
||||
'Notification Type': 'Notification Type',
|
||||
Email: 'Email',
|
||||
Test: 'Test',
|
||||
'Certificate Info': 'Certificate Info',
|
||||
'Resolver Server': 'Resolver Server',
|
||||
'Resource Record Type': 'Resource Record Type',
|
||||
'Last Result': 'Last Result',
|
||||
'Create your admin account': 'Create your admin account',
|
||||
'Repeat Password': 'Repeat Password',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
Export: 'Export',
|
||||
Import: 'Import',
|
||||
respTime: 'Resp. Time (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
'Default enabled': 'Default enabled',
|
||||
'Apply on all existing monitors': 'Apply on all existing monitors',
|
||||
Create: 'Create',
|
||||
'Clear Data': 'Clear Data',
|
||||
Events: 'Events',
|
||||
Heartbeats: 'Heartbeats',
|
||||
'Auto Get': 'Auto Get',
|
||||
backupDescription: 'You can backup all monitors and all notifications into a JSON file.',
|
||||
backupDescription2: 'PS: History and event data is not included.',
|
||||
backupDescription3: 'Sensitive data such as notification tokens is included in the export file, please keep it carefully.',
|
||||
alertNoFile: 'Please select a file to import.',
|
||||
alertWrongFileType: 'Please select a JSON file.',
|
||||
'Clear all statistics': 'Clear all Statistics',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
'Verify Token': 'Verify Token',
|
||||
'Setup 2FA': 'Setup 2FA',
|
||||
'Enable 2FA': 'Enable 2FA',
|
||||
'Disable 2FA': 'Disable 2FA',
|
||||
'2FA Settings': '2FA Settings',
|
||||
'Two Factor Authentication': 'Two Factor Authentication',
|
||||
Active: 'Active',
|
||||
Inactive: 'Inactive',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Show URI',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "Español",
|
||||
checkEverySecond: "Comprobar cada {0} segundos.",
|
||||
retriesDescription: "Número máximo de intentos antes de que el servicio se marque como CAÍDO y una notificación sea enviada.",
|
||||
ignoreTLSError: "Ignorar error TLS/SSL para sitios web HTTPS",
|
||||
upsideDownModeDescription: "Invertir el estado. Si el servicio es alcanzable, está CAÍDO.",
|
||||
maxRedirectDescription: "Número máximo de direcciones a seguir. Establecer a 0 para deshabilitar.",
|
||||
acceptedStatusCodesDescription: "Seleccionar los códigos de estado que se consideran como respuesta exitosa.",
|
||||
passwordNotMatchMsg: "La contraseña repetida no coincide.",
|
||||
notificationDescription: "Por favor asigne una notificación a el/los monitor(es) para hacerlos funcional(es).",
|
||||
keywordDescription: "Palabra clave en HTML plano o respuesta JSON y es sensible a mayúsculas",
|
||||
pauseDashboardHome: "Pausar",
|
||||
deleteMonitorMsg: "¿Seguro que quieres eliminar este monitor?",
|
||||
deleteNotificationMsg: "¿Seguro que quieres eliminar esta notificación para todos los monitores?",
|
||||
resoverserverDescription: "Cloudflare es el servidor por defecto, puedes cambiar el servidor de resolución en cualquier momento.",
|
||||
rrtypeDescription: "Selecciona el tipo de registro que quieres monitorizar",
|
||||
pauseMonitorMsg: "¿Seguro que quieres pausar?",
|
||||
Settings: "Ajustes",
|
||||
Dashboard: "Panel",
|
||||
"New Update": "Vueva actualización",
|
||||
Language: "Idioma",
|
||||
Appearance: "Apariencia",
|
||||
Theme: "Tema",
|
||||
General: "General",
|
||||
Version: "Versión",
|
||||
"Check Update On GitHub": "Comprobar actualizaciones en GitHub",
|
||||
List: "Lista",
|
||||
Add: "Añadir",
|
||||
"Add New Monitor": "Añadir nuevo monitor",
|
||||
"Quick Stats": "Estadísticas rápidas",
|
||||
Up: "Funcional",
|
||||
Down: "Caído",
|
||||
Pending: "Pendiente",
|
||||
Unknown: "Desconocido",
|
||||
Pause: "Pausa",
|
||||
Name: "Nombre",
|
||||
Status: "Estado",
|
||||
DateTime: "Fecha y Hora",
|
||||
Message: "Mensaje",
|
||||
"No important events": "No hay eventos importantes",
|
||||
Resume: "Reanudar",
|
||||
Edit: "Editar",
|
||||
Delete: "Eliminar",
|
||||
Current: "Actual",
|
||||
Uptime: "Tiempo activo",
|
||||
"Cert Exp.": "Caducidad cert.",
|
||||
days: "días",
|
||||
day: "día",
|
||||
"-day": "-día",
|
||||
hour: "hora",
|
||||
"-hour": "-hora",
|
||||
Response: "Respuesta",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "Tipo de Monitor",
|
||||
Keyword: "Palabra clave",
|
||||
"Friendly Name": "Nombre sencillo",
|
||||
URL: "URL",
|
||||
Hostname: "Nombre del host",
|
||||
Port: "Puerto",
|
||||
"Heartbeat Interval": "Intervalo de latido",
|
||||
Retries: "Reintentos",
|
||||
Advanced: "Avanzado",
|
||||
"Upside Down Mode": "Modo invertido",
|
||||
"Max. Redirects": "Máx. redirecciones",
|
||||
"Accepted Status Codes": "Códigos de estado aceptados",
|
||||
Save: "Guardar",
|
||||
Notifications: "Notificaciones",
|
||||
"Not available, please setup.": "No disponible, por favor configurar.",
|
||||
"Setup Notification": "Configurar notificación",
|
||||
Light: "Claro",
|
||||
Dark: "Oscuro",
|
||||
Auto: "Auto",
|
||||
"Theme - Heartbeat Bar": "Tema - Barra de intervalo de latido",
|
||||
Normal: "Normal",
|
||||
Bottom: "Abajo",
|
||||
None: "Ninguno",
|
||||
Timezone: "Zona horaria",
|
||||
"Search Engine Visibility": "Visibilidad motor de búsqueda",
|
||||
"Allow indexing": "Permitir indexación",
|
||||
"Discourage search engines from indexing site": "Disuadir a los motores de búsqueda de indexar el sitio",
|
||||
"Change Password": "Cambiar contraseña",
|
||||
"Current Password": "Contraseña actual",
|
||||
"New Password": "Nueva contraseña",
|
||||
"Repeat New Password": "Repetir nueva contraseña",
|
||||
"Update Password": "Actualizar contraseña",
|
||||
"Disable Auth": "Deshabilitar Autenticación ",
|
||||
"Enable Auth": "Habilitar Autenticación ",
|
||||
Logout: "Cerrar sesión",
|
||||
Leave: "Salir",
|
||||
"I understand, please disable": "Lo comprendo, por favor deshabilitar",
|
||||
Confirm: "Confirmar",
|
||||
Yes: "Sí",
|
||||
No: "No",
|
||||
Username: "Usuario",
|
||||
Password: "Contraseña",
|
||||
"Remember me": "Recordarme",
|
||||
Login: "Acceso",
|
||||
"No Monitors, please": "Sin monitores, por favor",
|
||||
"add one": "añade uno",
|
||||
"Notification Type": "Tipo de notificación",
|
||||
Email: "Email",
|
||||
Test: "Test",
|
||||
"Certificate Info": "Información del certificado ",
|
||||
"Resolver Server": "Servidor de resolución",
|
||||
"Resource Record Type": "Tipo de Registro",
|
||||
"Last Result": "Último resultado",
|
||||
"Create your admin account": "Crea tu cuenta de administrador",
|
||||
"Repeat Password": "Repetir contraseña",
|
||||
respTime: "Tiempo de resp. (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
Create: "Create",
|
||||
clearEventsMsg: "Are you sure want to delete all events for this monitor?",
|
||||
clearHeartbeatsMsg: "Are you sure want to delete all heartbeats for this monitor?",
|
||||
confirmClearStatisticsMsg: "Are you sure want to delete ALL statistics?",
|
||||
"Clear Data": "Clear Data",
|
||||
Events: "Events",
|
||||
Heartbeats: "Heartbeats",
|
||||
"Auto Get": "Auto Get",
|
||||
enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
|
||||
"Default enabled": "Default enabled",
|
||||
"Also apply to existing monitors": "Also apply to existing monitors",
|
||||
Export: "Export",
|
||||
Import: "Import",
|
||||
backupDescription: "You can backup all monitors and all notifications into a JSON file.",
|
||||
backupDescription2: "PS: History and event data is not included.",
|
||||
backupDescription3: "Sensitive data such as notification tokens is included in the export file, please keep it carefully.",
|
||||
alertNoFile: "Please select a file to import.",
|
||||
alertWrongFileType: "Please select a JSON file.",
|
||||
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||
"Apply on all existing monitors": "Apply on all existing monitors",
|
||||
"Verify Token": "Verify Token",
|
||||
"Setup 2FA": "Setup 2FA",
|
||||
"Enable 2FA": "Enable 2FA",
|
||||
"Disable 2FA": "Disable 2FA",
|
||||
"2FA Settings": "2FA Settings",
|
||||
"Two Factor Authentication": "Two Factor Authentication",
|
||||
Active: "Active",
|
||||
Inactive: "Inactive",
|
||||
Token: "Token",
|
||||
"Show URI": "Show URI",
|
||||
"Clear all statistics": "Clear all Statistics",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: 'Español',
|
||||
checkEverySecond: 'Comprobar cada {0} segundos.',
|
||||
retriesDescription: 'Número máximo de intentos antes de que el servicio se marque como CAÍDO y una notificación sea enviada.',
|
||||
ignoreTLSError: 'Ignorar error TLS/SSL para sitios web HTTPS',
|
||||
upsideDownModeDescription: 'Invertir el estado. Si el servicio es alcanzable, está CAÍDO.',
|
||||
maxRedirectDescription: 'Número máximo de direcciones a seguir. Establecer a 0 para deshabilitar.',
|
||||
acceptedStatusCodesDescription: 'Seleccionar los códigos de estado que se consideran como respuesta exitosa.',
|
||||
passwordNotMatchMsg: 'La contraseña repetida no coincide.',
|
||||
notificationDescription: 'Por favor asigne una notificación a el/los monitor(es) para hacerlos funcional(es).',
|
||||
keywordDescription: 'Palabra clave en HTML plano o respuesta JSON y es sensible a mayúsculas',
|
||||
pauseDashboardHome: 'Pausar',
|
||||
deleteMonitorMsg: '¿Seguro que quieres eliminar este monitor?',
|
||||
deleteNotificationMsg: '¿Seguro que quieres eliminar esta notificación para todos los monitores?',
|
||||
resoverserverDescription: 'Cloudflare es el servidor por defecto, puedes cambiar el servidor de resolución en cualquier momento.',
|
||||
rrtypeDescription: 'Selecciona el tipo de registro que quieres monitorizar',
|
||||
pauseMonitorMsg: '¿Seguro que quieres pausar?',
|
||||
Settings: 'Ajustes',
|
||||
Dashboard: 'Panel',
|
||||
'New Update': 'Vueva actualización',
|
||||
Language: 'Idioma',
|
||||
Appearance: 'Apariencia',
|
||||
Theme: 'Tema',
|
||||
General: 'General',
|
||||
Version: 'Versión',
|
||||
'Check Update On GitHub': 'Comprobar actualizaciones en GitHub',
|
||||
List: 'Lista',
|
||||
Add: 'Añadir',
|
||||
'Add New Monitor': 'Añadir nuevo monitor',
|
||||
'Quick Stats': 'Estadísticas rápidas',
|
||||
Up: 'Funcional',
|
||||
Down: 'Caído',
|
||||
Pending: 'Pendiente',
|
||||
Unknown: 'Desconocido',
|
||||
Pause: 'Pausa',
|
||||
Name: 'Nombre',
|
||||
Status: 'Estado',
|
||||
DateTime: 'Fecha y Hora',
|
||||
Message: 'Mensaje',
|
||||
'No important events': 'No hay eventos importantes',
|
||||
Resume: 'Reanudar',
|
||||
Edit: 'Editar',
|
||||
Delete: 'Eliminar',
|
||||
Current: 'Actual',
|
||||
Uptime: 'Tiempo activo',
|
||||
'Cert Exp.': 'Caducidad cert.',
|
||||
days: 'días',
|
||||
day: 'día',
|
||||
'-day': '-día',
|
||||
hour: 'hora',
|
||||
'-hour': '-hora',
|
||||
Response: 'Respuesta',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': 'Tipo de Monitor',
|
||||
Keyword: 'Palabra clave',
|
||||
'Friendly Name': 'Nombre sencillo',
|
||||
URL: 'URL',
|
||||
Hostname: 'Nombre del host',
|
||||
Port: 'Puerto',
|
||||
'Heartbeat Interval': 'Intervalo de latido',
|
||||
Retries: 'Reintentos',
|
||||
Advanced: 'Avanzado',
|
||||
'Upside Down Mode': 'Modo invertido',
|
||||
'Max. Redirects': 'Máx. redirecciones',
|
||||
'Accepted Status Codes': 'Códigos de estado aceptados',
|
||||
Save: 'Guardar',
|
||||
Notifications: 'Notificaciones',
|
||||
'Not available, please setup.': 'No disponible, por favor configurar.',
|
||||
'Setup Notification': 'Configurar notificación',
|
||||
Light: 'Claro',
|
||||
Dark: 'Oscuro',
|
||||
Auto: 'Auto',
|
||||
'Theme - Heartbeat Bar': 'Tema - Barra de intervalo de latido',
|
||||
Normal: 'Normal',
|
||||
Bottom: 'Abajo',
|
||||
None: 'Ninguno',
|
||||
Timezone: 'Zona horaria',
|
||||
'Search Engine Visibility': 'Visibilidad motor de búsqueda',
|
||||
'Allow indexing': 'Permitir indexación',
|
||||
'Discourage search engines from indexing site': 'Disuadir a los motores de búsqueda de indexar el sitio',
|
||||
'Change Password': 'Cambiar contraseña',
|
||||
'Current Password': 'Contraseña actual',
|
||||
'New Password': 'Nueva contraseña',
|
||||
'Repeat New Password': 'Repetir nueva contraseña',
|
||||
'Update Password': 'Actualizar contraseña',
|
||||
'Disable Auth': 'Deshabilitar Autenticación ',
|
||||
'Enable Auth': 'Habilitar Autenticación ',
|
||||
Logout: 'Cerrar sesión',
|
||||
Leave: 'Salir',
|
||||
'I understand, please disable': 'Lo comprendo, por favor deshabilitar',
|
||||
Confirm: 'Confirmar',
|
||||
Yes: 'Sí',
|
||||
No: 'No',
|
||||
Username: 'Usuario',
|
||||
Password: 'Contraseña',
|
||||
'Remember me': 'Recordarme',
|
||||
Login: 'Acceso',
|
||||
'No Monitors, please': 'Sin monitores, por favor',
|
||||
'add one': 'añade uno',
|
||||
'Notification Type': 'Tipo de notificación',
|
||||
Email: 'Email',
|
||||
Test: 'Test',
|
||||
'Certificate Info': 'Información del certificado ',
|
||||
'Resolver Server': 'Servidor de resolución',
|
||||
'Resource Record Type': 'Tipo de Registro',
|
||||
'Last Result': 'Último resultado',
|
||||
'Create your admin account': 'Crea tu cuenta de administrador',
|
||||
'Repeat Password': 'Repetir contraseña',
|
||||
respTime: 'Tiempo de resp. (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
Create: 'Create',
|
||||
clearEventsMsg: 'Are you sure want to delete all events for this monitor?',
|
||||
clearHeartbeatsMsg: 'Are you sure want to delete all heartbeats for this monitor?',
|
||||
confirmClearStatisticsMsg: 'Are you sure want to delete ALL statistics?',
|
||||
'Clear Data': 'Clear Data',
|
||||
Events: 'Events',
|
||||
Heartbeats: 'Heartbeats',
|
||||
'Auto Get': 'Auto Get',
|
||||
enableDefaultNotificationDescription: 'For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.',
|
||||
'Default enabled': 'Default enabled',
|
||||
'Also apply to existing monitors': 'Also apply to existing monitors',
|
||||
Export: 'Export',
|
||||
Import: 'Import',
|
||||
backupDescription: 'You can backup all monitors and all notifications into a JSON file.',
|
||||
backupDescription2: 'PS: History and event data is not included.',
|
||||
backupDescription3: 'Sensitive data such as notification tokens is included in the export file, please keep it carefully.',
|
||||
alertNoFile: 'Please select a file to import.',
|
||||
alertWrongFileType: 'Please select a JSON file.',
|
||||
twoFAVerifyLabel: 'Please type in your token to verify that 2FA is working',
|
||||
tokenValidSettingsMsg: 'Token is valid! You can now save the 2FA settings.',
|
||||
confirmEnableTwoFAMsg: 'Are you sure you want to enable 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Are you sure you want to disable 2FA?',
|
||||
'Apply on all existing monitors': 'Apply on all existing monitors',
|
||||
'Verify Token': 'Verify Token',
|
||||
'Setup 2FA': 'Setup 2FA',
|
||||
'Enable 2FA': 'Enable 2FA',
|
||||
'Disable 2FA': 'Disable 2FA',
|
||||
'2FA Settings': '2FA Settings',
|
||||
'Two Factor Authentication': 'Two Factor Authentication',
|
||||
Active: 'Active',
|
||||
Inactive: 'Inactive',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Show URI',
|
||||
'Clear all statistics': 'Clear all Statistics',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "eesti",
|
||||
checkEverySecond: "Kontrolli {0} sekundilise vahega.",
|
||||
retriesDescription: "Mitu korda tuleb kontrollida, mille järel märkida 'maas' ja saata välja teavitus.",
|
||||
ignoreTLSError: "Eira TLS/SSL viga HTTPS veebisaitidel.",
|
||||
upsideDownModeDescription: "Käitle teenuse saadavust rikkena, teenuse kättesaamatust töötavaks.",
|
||||
maxRedirectDescription: "Suurim arv ümbersuunamisi, millele järgida. 0 ei luba ühtegi ",
|
||||
acceptedStatusCodesDescription: "Vali välja HTTP koodid, mida arvestada kõlblikuks.",
|
||||
passwordNotMatchMsg: "Salasõnad ei kattu.",
|
||||
notificationDescription: "Teavitusmeetodi kasutamiseks seo see seirega.",
|
||||
keywordDescription: "Jälgi võtmesõna HTML või JSON vastustes. (tõstutundlik)",
|
||||
pauseDashboardHome: "Seismas",
|
||||
deleteMonitorMsg: "Kas soovid eemaldada seire?",
|
||||
deleteNotificationMsg: "Kas soovid eemaldada selle teavitusmeetodi kõikidelt seiretelt?",
|
||||
resoverserverDescription: "Cloudflare on vaikimisi pöördserver.",
|
||||
rrtypeDescription: "Vali kirje tüüp, mida soovid jälgida.",
|
||||
pauseMonitorMsg: "Kas soovid peatada seire?",
|
||||
Settings: "Seaded",
|
||||
Dashboard: "Töölaud",
|
||||
"New Update": "Uuem tarkvara versioon on saadaval.",
|
||||
Language: "Keel",
|
||||
Appearance: "Välimus",
|
||||
Theme: "Teema",
|
||||
General: "Üldine",
|
||||
Version: "Versioon",
|
||||
"Check Update On GitHub": "Otsi uuendusi GitHub'ist",
|
||||
List: "Nimekiri",
|
||||
Add: "Lisa",
|
||||
"Add New Monitor": "Seire lisamine",
|
||||
"Quick Stats": "Ülevaade",
|
||||
Up: "Töökorras",
|
||||
Down: "Rikkis",
|
||||
Pending: "Määramisel",
|
||||
Unknown: "Teadmata",
|
||||
Pause: "Seiskamine",
|
||||
Name: "Nimi",
|
||||
Status: "Olek",
|
||||
DateTime: "Kuupäev",
|
||||
Message: "Tulemus",
|
||||
"No important events": "Märkimisväärsed juhtumid puuduvad.",
|
||||
Resume: "Taasta",
|
||||
Edit: "Muutmine",
|
||||
Delete: "Eemalda",
|
||||
Current: "Hetkeseisund",
|
||||
Uptime: "Eluiga",
|
||||
"Cert Exp.": "Sert. aegumine",
|
||||
days: "päeva",
|
||||
day: "päev",
|
||||
"-day": "-päev",
|
||||
hour: "tund",
|
||||
"-hour": "-tund",
|
||||
Response: "Vastus",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "Seire tüüp",
|
||||
Keyword: "Võtmesõna",
|
||||
"Friendly Name": "Sõbralik nimi",
|
||||
URL: "URL",
|
||||
Hostname: "Hostname",
|
||||
Port: "Port",
|
||||
"Heartbeat Interval": "Tukse sagedus",
|
||||
Retries: "Korduskatsed",
|
||||
Advanced: "Rohkem",
|
||||
"Upside Down Mode": "Tagurpidi seire",
|
||||
"Max. Redirects": "Max. ümbersuunamine",
|
||||
"Accepted Status Codes": "Kõlblikud HTTP koodid",
|
||||
Save: "Salvesta",
|
||||
Notifications: "Teavitused",
|
||||
"Not available, please setup.": "Ühtegi teavitusteenust pole saadaval.",
|
||||
"Setup Notification": "Lisa teavitusteenus",
|
||||
Light: "hele",
|
||||
Dark: "tume",
|
||||
Auto: "automaatne",
|
||||
"Theme - Heartbeat Bar": "Teemasäte — tuksete riba",
|
||||
Normal: "tavaline",
|
||||
Bottom: "all",
|
||||
None: "puudub",
|
||||
Timezone: "Ajatsoon",
|
||||
"Search Engine Visibility": "Otsimootorite ligipääs",
|
||||
"Allow indexing": "Luba indekseerimine",
|
||||
"Discourage search engines from indexing site": "Keela selle saidi indekseerimine otsimootorite poolt",
|
||||
"Change Password": "Muuda parooli",
|
||||
"Current Password": "praegune parool",
|
||||
"New Password": "uus parool",
|
||||
"Repeat New Password": "korda salasõna",
|
||||
"Update Password": "Uuenda salasõna",
|
||||
"Disable Auth": "Lülita autentimine välja",
|
||||
"Enable Auth": "Lülita autentimine sisse",
|
||||
Logout: "Logi välja",
|
||||
Leave: "Lahku",
|
||||
"I understand, please disable": "Olen tutvunud riskidega, lülita välja",
|
||||
Confirm: "Kinnita",
|
||||
Yes: "Jah",
|
||||
No: "Ei",
|
||||
Username: "kasutajanimi",
|
||||
Password: "parool",
|
||||
"Remember me": "Mäleta mind",
|
||||
Login: "Logi sisse",
|
||||
"No Monitors, please": "Seired puuduvad.",
|
||||
"add one": "Lisa esimene",
|
||||
"Notification Type": "Teavituse tüüp",
|
||||
Email: "e-posti aadress",
|
||||
Test: "Saada prooviteavitus",
|
||||
"Certificate Info": "Sertifikaadi teave",
|
||||
"Resolver Server": "Server, mis vastab DNS päringutele.",
|
||||
"Resource Record Type": "DNS kirje tüüp",
|
||||
"Last Result": "Viimane",
|
||||
"Create your admin account": "Admininstraatori konto loomine",
|
||||
"Repeat Password": "korda salasõna",
|
||||
respTime: "Reageerimisaeg (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
enableDefaultNotificationDescription: "Kõik järgnevalt lisatud seired kasutavad seda teavitusmeetodit. Seiretelt võib teavitusmeetodi ühekaupa eemaldada.",
|
||||
clearEventsMsg: "Kas soovid seire kõik sündmused kustutada?",
|
||||
clearHeartbeatsMsg: "Kas soovid seire kõik tuksed kustutada?",
|
||||
confirmClearStatisticsMsg: "Kas soovid KÕIK statistika kustutada?",
|
||||
Export: "Eksport",
|
||||
Import: "Import",
|
||||
"Default enabled": "Kasuta vaikimisi",
|
||||
"Also apply to existing monitors": "Aktiveeri teavitusmeetod olemasolevatel seiretel",
|
||||
Create: "Loo konto",
|
||||
"Clear Data": "Eemalda andmed",
|
||||
Events: "Sündmused",
|
||||
Heartbeats: "Tuksed",
|
||||
"Auto Get": "Hangi automaatselt",
|
||||
backupDescription: "Varunda kõik seired ja teavitused JSON faili.",
|
||||
backupDescription2: "PS: Varukoopia EI sisalda seirete ajalugu ja sündmustikku.",
|
||||
backupDescription3: "Varukoopiad sisaldavad teavitusmeetodite pääsuvõtmeid.",
|
||||
alertNoFile: "Palun lisa fail, mida importida.",
|
||||
alertWrongFileType: "Palun lisa JSON-formaadis fail.",
|
||||
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||
"Apply on all existing monitors": "Apply on all existing monitors",
|
||||
"Verify Token": "Verify Token",
|
||||
"Setup 2FA": "Setup 2FA",
|
||||
"Enable 2FA": "Enable 2FA",
|
||||
"Disable 2FA": "Disable 2FA",
|
||||
"2FA Settings": "2FA Settings",
|
||||
"Two Factor Authentication": "Two Factor Authentication",
|
||||
Active: "Active",
|
||||
Inactive: "Inactive",
|
||||
Token: "Token",
|
||||
"Show URI": "Show URI",
|
||||
"Clear all statistics": "Clear all Statistics",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: 'eesti',
|
||||
checkEverySecond: 'Kontrolli {0} sekundilise vahega.',
|
||||
retriesDescription: "Mitu korda tuleb kontrollida, mille järel märkida 'maas' ja saata välja teavitus.",
|
||||
ignoreTLSError: 'Eira TLS/SSL viga HTTPS veebisaitidel.',
|
||||
upsideDownModeDescription: 'Käitle teenuse saadavust rikkena, teenuse kättesaamatust töötavaks.',
|
||||
maxRedirectDescription: 'Suurim arv ümbersuunamisi, millele järgida. 0 ei luba ühtegi ',
|
||||
acceptedStatusCodesDescription: 'Vali välja HTTP koodid, mida arvestada kõlblikuks.',
|
||||
passwordNotMatchMsg: 'Salasõnad ei kattu.',
|
||||
notificationDescription: 'Teavitusmeetodi kasutamiseks seo see seirega.',
|
||||
keywordDescription: 'Jälgi võtmesõna HTML või JSON vastustes. (tõstutundlik)',
|
||||
pauseDashboardHome: 'Seismas',
|
||||
deleteMonitorMsg: 'Kas soovid eemaldada seire?',
|
||||
deleteNotificationMsg: 'Kas soovid eemaldada selle teavitusmeetodi kõikidelt seiretelt?',
|
||||
resoverserverDescription: 'Cloudflare on vaikimisi pöördserver.',
|
||||
rrtypeDescription: 'Vali kirje tüüp, mida soovid jälgida.',
|
||||
pauseMonitorMsg: 'Kas soovid peatada seire?',
|
||||
Settings: 'Seaded',
|
||||
Dashboard: 'Töölaud',
|
||||
'New Update': 'Uuem tarkvara versioon on saadaval.',
|
||||
Language: 'Keel',
|
||||
Appearance: 'Välimus',
|
||||
Theme: 'Teema',
|
||||
General: 'Üldine',
|
||||
Version: 'Versioon',
|
||||
'Check Update On GitHub': "Otsi uuendusi GitHub'ist",
|
||||
List: 'Nimekiri',
|
||||
Add: 'Lisa',
|
||||
'Add New Monitor': 'Seire lisamine',
|
||||
'Quick Stats': 'Ülevaade',
|
||||
Up: 'Töökorras',
|
||||
Down: 'Rikkis',
|
||||
Pending: 'Määramisel',
|
||||
Unknown: 'Teadmata',
|
||||
Pause: 'Seiskamine',
|
||||
Name: 'Nimi',
|
||||
Status: 'Olek',
|
||||
DateTime: 'Kuupäev',
|
||||
Message: 'Tulemus',
|
||||
'No important events': 'Märkimisväärsed juhtumid puuduvad.',
|
||||
Resume: 'Taasta',
|
||||
Edit: 'Muutmine',
|
||||
Delete: 'Eemalda',
|
||||
Current: 'Hetkeseisund',
|
||||
Uptime: 'Eluiga',
|
||||
'Cert Exp.': 'Sert. aegumine',
|
||||
days: 'päeva',
|
||||
day: 'päev',
|
||||
'-day': '-päev',
|
||||
hour: 'tund',
|
||||
'-hour': '-tund',
|
||||
Response: 'Vastus',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': 'Seire tüüp',
|
||||
Keyword: 'Võtmesõna',
|
||||
'Friendly Name': 'Sõbralik nimi',
|
||||
URL: 'URL',
|
||||
Hostname: 'Hostname',
|
||||
Port: 'Port',
|
||||
'Heartbeat Interval': 'Tukse sagedus',
|
||||
Retries: 'Korduskatsed',
|
||||
Advanced: 'Rohkem',
|
||||
'Upside Down Mode': 'Tagurpidi seire',
|
||||
'Max. Redirects': 'Max. ümbersuunamine',
|
||||
'Accepted Status Codes': 'Kõlblikud HTTP koodid',
|
||||
Save: 'Salvesta',
|
||||
Notifications: 'Teavitused',
|
||||
'Not available, please setup.': 'Ühtegi teavitusteenust pole saadaval.',
|
||||
'Setup Notification': 'Lisa teavitusteenus',
|
||||
Light: 'hele',
|
||||
Dark: 'tume',
|
||||
Auto: 'automaatne',
|
||||
'Theme - Heartbeat Bar': 'Teemasäte — tuksete riba',
|
||||
Normal: 'tavaline',
|
||||
Bottom: 'all',
|
||||
None: 'puudub',
|
||||
Timezone: 'Ajatsoon',
|
||||
'Search Engine Visibility': 'Otsimootorite ligipääs',
|
||||
'Allow indexing': 'Luba indekseerimine',
|
||||
'Discourage search engines from indexing site': 'Keela selle saidi indekseerimine otsimootorite poolt',
|
||||
'Change Password': 'Muuda parooli',
|
||||
'Current Password': 'praegune parool',
|
||||
'New Password': 'uus parool',
|
||||
'Repeat New Password': 'korda salasõna',
|
||||
'Update Password': 'Uuenda salasõna',
|
||||
'Disable Auth': 'Lülita autentimine välja',
|
||||
'Enable Auth': 'Lülita autentimine sisse',
|
||||
Logout: 'Logi välja',
|
||||
Leave: 'Lahku',
|
||||
'I understand, please disable': 'Olen tutvunud riskidega, lülita välja',
|
||||
Confirm: 'Kinnita',
|
||||
Yes: 'Jah',
|
||||
No: 'Ei',
|
||||
Username: 'kasutajanimi',
|
||||
Password: 'parool',
|
||||
'Remember me': 'Mäleta mind',
|
||||
Login: 'Logi sisse',
|
||||
'No Monitors, please': 'Seired puuduvad.',
|
||||
'add one': 'Lisa esimene',
|
||||
'Notification Type': 'Teavituse tüüp',
|
||||
Email: 'e-posti aadress',
|
||||
Test: 'Saada prooviteavitus',
|
||||
'Certificate Info': 'Sertifikaadi teave',
|
||||
'Resolver Server': 'Server, mis vastab DNS päringutele.',
|
||||
'Resource Record Type': 'DNS kirje tüüp',
|
||||
'Last Result': 'Viimane',
|
||||
'Create your admin account': 'Admininstraatori konto loomine',
|
||||
'Repeat Password': 'korda salasõna',
|
||||
respTime: 'Reageerimisaeg (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
enableDefaultNotificationDescription: 'Kõik järgnevalt lisatud seired kasutavad seda teavitusmeetodit. Seiretelt võib teavitusmeetodi ühekaupa eemaldada.',
|
||||
clearEventsMsg: 'Kas soovid seire kõik sündmused kustutada?',
|
||||
clearHeartbeatsMsg: 'Kas soovid seire kõik tuksed kustutada?',
|
||||
confirmClearStatisticsMsg: 'Kas soovid KÕIK statistika kustutada?',
|
||||
Export: 'Eksport',
|
||||
Import: 'Import',
|
||||
'Default enabled': 'Kasuta vaikimisi',
|
||||
'Also apply to existing monitors': 'Aktiveeri teavitusmeetod olemasolevatel seiretel',
|
||||
Create: 'Loo konto',
|
||||
'Clear Data': 'Eemalda andmed',
|
||||
Events: 'Sündmused',
|
||||
Heartbeats: 'Tuksed',
|
||||
'Auto Get': 'Hangi automaatselt',
|
||||
backupDescription: 'Varunda kõik seired ja teavitused JSON faili.',
|
||||
backupDescription2: 'PS: Varukoopia EI sisalda seirete ajalugu ja sündmustikku.',
|
||||
backupDescription3: 'Varukoopiad sisaldavad teavitusmeetodite pääsuvõtmeid.',
|
||||
alertNoFile: 'Palun lisa fail, mida importida.',
|
||||
alertWrongFileType: 'Palun lisa JSON-formaadis fail.',
|
||||
twoFAVerifyLabel: 'Please type in your token to verify that 2FA is working',
|
||||
tokenValidSettingsMsg: 'Token is valid! You can now save the 2FA settings.',
|
||||
confirmEnableTwoFAMsg: 'Are you sure you want to enable 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Are you sure you want to disable 2FA?',
|
||||
'Apply on all existing monitors': 'Apply on all existing monitors',
|
||||
'Verify Token': 'Verify Token',
|
||||
'Setup 2FA': 'Setup 2FA',
|
||||
'Enable 2FA': 'Enable 2FA',
|
||||
'Disable 2FA': 'Disable 2FA',
|
||||
'2FA Settings': '2FA Settings',
|
||||
'Two Factor Authentication': 'Two Factor Authentication',
|
||||
Active: 'Active',
|
||||
Inactive: 'Inactive',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Show URI',
|
||||
'Clear all statistics': 'Clear all Statistics',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "Français (France)",
|
||||
Settings: "Paramètres",
|
||||
Dashboard: "Tableau de bord",
|
||||
"New Update": "Mise à jour disponible",
|
||||
Language: "Langue",
|
||||
Appearance: "Apparence",
|
||||
Theme: "Thème",
|
||||
General: "Général",
|
||||
Version: "Version",
|
||||
"Check Update On GitHub": "Consulter les mises à jour sur Github",
|
||||
List: "Lister",
|
||||
Add: "Ajouter",
|
||||
"Add New Monitor": "Ajouter une nouvelle sonde",
|
||||
"Quick Stats": "Résumé",
|
||||
Up: "En ligne",
|
||||
Down: "Hors ligne",
|
||||
Pending: "En attente",
|
||||
Unknown: "Inconnu",
|
||||
Pause: "En Pause",
|
||||
pauseDashboardHome: "Éléments mis en pause",
|
||||
Name: "Nom",
|
||||
Status: "État",
|
||||
DateTime: "Heure",
|
||||
Message: "Messages",
|
||||
"No important events": "Pas d'évènements important",
|
||||
Resume: "Reprendre",
|
||||
Edit: "Modifier",
|
||||
Delete: "Supprimer",
|
||||
Current: "Actuellement",
|
||||
Uptime: "Uptime",
|
||||
"Cert Exp.": "Certificat expiré",
|
||||
days: "Jours",
|
||||
day: "Jour",
|
||||
"-day": "Journée",
|
||||
hour: "Heure",
|
||||
"-hour": "Heures",
|
||||
checkEverySecond: "Vérifier toutes les {0} secondes",
|
||||
Response: "Temps de réponse",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "Type de Sonde",
|
||||
Keyword: "Mot-clé",
|
||||
"Friendly Name": "Nom d'affichage",
|
||||
URL: "URL",
|
||||
Hostname: "Nom d'hôte",
|
||||
Port: "Port",
|
||||
"Heartbeat Interval": "Intervale de vérification",
|
||||
Retries: "Essais",
|
||||
retriesDescription: "Nombre d'essais avant que le service soit déclaré hors-ligne.",
|
||||
Advanced: "Avancé",
|
||||
ignoreTLSError: "Ignorer les erreurs liées au certificat SSL/TLS",
|
||||
"Upside Down Mode": "Mode inversé",
|
||||
upsideDownModeDescription: "Si le service est en ligne, il sera alors noté hors-ligne et vice-versa.",
|
||||
"Max. Redirects": "Nombre maximum de redirections",
|
||||
maxRedirectDescription: "Nombre maximal de redirections avant que le service soit noté hors-ligne.",
|
||||
"Accepted Status Codes": "Codes HTTP",
|
||||
acceptedStatusCodesDescription: "Codes HTTP considérés comme en ligne",
|
||||
Save: "Sauvegarder",
|
||||
Notifications: "Notifications",
|
||||
"Not available, please setup.": "Pas de système de notification disponible, merci de le configurer",
|
||||
"Setup Notification": "Créer une notification",
|
||||
Light: "Clair",
|
||||
Dark: "Sombre",
|
||||
Auto: "Automatique",
|
||||
"Theme - Heartbeat Bar": "Voir les services surveillés",
|
||||
Normal: "Général",
|
||||
Bottom: "En dessous",
|
||||
None: "Rien",
|
||||
Timezone: "Fuseau Horaire",
|
||||
"Search Engine Visibility": "Visibilité par les moteurs de recherche",
|
||||
"Allow indexing": "Autoriser l'indexation par des moteurs de recherche",
|
||||
"Discourage search engines from indexing site": "Refuser l'indexation par des moteurs de recherche",
|
||||
"Change Password": "Changer le mot de passe",
|
||||
"Current Password": "Mot de passe actuel",
|
||||
"New Password": "Nouveau mot de passe",
|
||||
"Repeat New Password": "Répéter votre nouveau mot de passe",
|
||||
passwordNotMatchMsg: "Les mots de passe ne correspondent pas",
|
||||
"Update Password": "Mettre à jour le mot de passe",
|
||||
"Disable Auth": "Désactiver l'authentification",
|
||||
"Enable Auth": "Activer l'authentification",
|
||||
Logout: "Se déconnecter",
|
||||
notificationDescription: "Une fois ajoutée, vous devez l'activer manuellement dans les paramètres de vos hôtes.",
|
||||
Leave: "Quitter",
|
||||
"I understand, please disable": "J'ai compris, désactivez-le",
|
||||
Confirm: "Confirmer",
|
||||
Yes: "Oui",
|
||||
No: "Non",
|
||||
Username: "Nom d'utilisateur",
|
||||
Password: "Mot de passe",
|
||||
"Remember me": "Se souvenir de moi",
|
||||
Login: "Se connecter",
|
||||
"No Monitors, please": "Pas de sondes, veuillez ",
|
||||
"add one": "en ajouter une.",
|
||||
"Notification Type": "Type de notification",
|
||||
Email: "Email",
|
||||
Test: "Tester",
|
||||
keywordDescription: "Le mot clé sera recherché dans la réponse HTML/JSON reçue du site internet.",
|
||||
"Certificate Info": "Informations sur le certificat SSL",
|
||||
deleteMonitorMsg: "Êtes-vous sûr de vouloir supprimer cette sonde ?",
|
||||
deleteNotificationMsg: "Êtes-vous sûr de vouloir supprimer ce type de notifications ? Une fois désactivée, les services qui l'utilisent ne pourront plus envoyer de notifications.",
|
||||
"Resolver Server": "Serveur DNS utilisé",
|
||||
"Resource Record Type": "Type d'enregistrement DNS recherché",
|
||||
resoverserverDescription: "Le DNS de cloudflare est utilisé par défaut, mais vous pouvez le changer si vous le souhaitez.",
|
||||
rrtypeDescription: "Veuillez séléctionner un type d'enregistrement DNS",
|
||||
pauseMonitorMsg: "Etes vous sur de vouloir mettre en pause cette sonde ?",
|
||||
"Last Result": "Dernier résultat",
|
||||
"Create your admin account": "Créez votre compte administrateur",
|
||||
"Repeat Password": "Répéter le mot de passe",
|
||||
respTime: "Temps de réponse (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
Create: "Créer",
|
||||
clearEventsMsg: "Are you sure want to delete all events for this monitor?",
|
||||
clearHeartbeatsMsg: "Are you sure want to delete all heartbeats for this monitor?",
|
||||
confirmClearStatisticsMsg: "Are you sure want to delete ALL statistics?",
|
||||
"Clear Data": "Clear Data",
|
||||
Events: "Events",
|
||||
Heartbeats: "Heartbeats",
|
||||
"Auto Get": "Auto Get",
|
||||
enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
|
||||
"Default enabled": "Default enabled",
|
||||
"Also apply to existing monitors": "Also apply to existing monitors",
|
||||
Export: "Export",
|
||||
Import: "Import",
|
||||
backupDescription: "You can backup all monitors and all notifications into a JSON file.",
|
||||
backupDescription2: "PS: History and event data is not included.",
|
||||
backupDescription3: "Sensitive data such as notification tokens is included in the export file, please keep it carefully.",
|
||||
alertNoFile: "Please select a file to import.",
|
||||
alertWrongFileType: "Please select a JSON file.",
|
||||
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||
"Apply on all existing monitors": "Apply on all existing monitors",
|
||||
"Verify Token": "Verify Token",
|
||||
"Setup 2FA": "Setup 2FA",
|
||||
"Enable 2FA": "Enable 2FA",
|
||||
"Disable 2FA": "Disable 2FA",
|
||||
"2FA Settings": "2FA Settings",
|
||||
"Two Factor Authentication": "Two Factor Authentication",
|
||||
Active: "Active",
|
||||
Inactive: "Inactive",
|
||||
Token: "Token",
|
||||
"Show URI": "Show URI",
|
||||
"Clear all statistics": "Clear all Statistics",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: 'Français (France)',
|
||||
Settings: 'Paramètres',
|
||||
Dashboard: 'Tableau de bord',
|
||||
'New Update': 'Mise à jour disponible',
|
||||
Language: 'Langue',
|
||||
Appearance: 'Apparence',
|
||||
Theme: 'Thème',
|
||||
General: 'Général',
|
||||
Version: 'Version',
|
||||
'Check Update On GitHub': 'Consulter les mises à jour sur Github',
|
||||
List: 'Lister',
|
||||
Add: 'Ajouter',
|
||||
'Add New Monitor': 'Ajouter une nouvelle sonde',
|
||||
'Quick Stats': 'Résumé',
|
||||
Up: 'En ligne',
|
||||
Down: 'Hors ligne',
|
||||
Pending: 'En attente',
|
||||
Unknown: 'Inconnu',
|
||||
Pause: 'En Pause',
|
||||
pauseDashboardHome: 'Éléments mis en pause',
|
||||
Name: 'Nom',
|
||||
Status: 'État',
|
||||
DateTime: 'Heure',
|
||||
Message: 'Messages',
|
||||
'No important events': "Pas d'évènements important",
|
||||
Resume: 'Reprendre',
|
||||
Edit: 'Modifier',
|
||||
Delete: 'Supprimer',
|
||||
Current: 'Actuellement',
|
||||
Uptime: 'Uptime',
|
||||
'Cert Exp.': 'Certificat expiré',
|
||||
days: 'Jours',
|
||||
day: 'Jour',
|
||||
'-day': 'Journée',
|
||||
hour: 'Heure',
|
||||
'-hour': 'Heures',
|
||||
checkEverySecond: 'Vérifier toutes les {0} secondes',
|
||||
Response: 'Temps de réponse',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': 'Type de Sonde',
|
||||
Keyword: 'Mot-clé',
|
||||
'Friendly Name': "Nom d'affichage",
|
||||
URL: 'URL',
|
||||
Hostname: "Nom d'hôte",
|
||||
Port: 'Port',
|
||||
'Heartbeat Interval': 'Intervale de vérification',
|
||||
Retries: 'Essais',
|
||||
retriesDescription: "Nombre d'essais avant que le service soit déclaré hors-ligne.",
|
||||
Advanced: 'Avancé',
|
||||
ignoreTLSError: 'Ignorer les erreurs liées au certificat SSL/TLS',
|
||||
'Upside Down Mode': 'Mode inversé',
|
||||
upsideDownModeDescription: 'Si le service est en ligne, il sera alors noté hors-ligne et vice-versa.',
|
||||
'Max. Redirects': 'Nombre maximum de redirections',
|
||||
maxRedirectDescription: 'Nombre maximal de redirections avant que le service soit noté hors-ligne.',
|
||||
'Accepted Status Codes': 'Codes HTTP',
|
||||
acceptedStatusCodesDescription: 'Codes HTTP considérés comme en ligne',
|
||||
Save: 'Sauvegarder',
|
||||
Notifications: 'Notifications',
|
||||
'Not available, please setup.': 'Pas de système de notification disponible, merci de le configurer',
|
||||
'Setup Notification': 'Créer une notification',
|
||||
Light: 'Clair',
|
||||
Dark: 'Sombre',
|
||||
Auto: 'Automatique',
|
||||
'Theme - Heartbeat Bar': 'Voir les services surveillés',
|
||||
Normal: 'Général',
|
||||
Bottom: 'En dessous',
|
||||
None: 'Rien',
|
||||
Timezone: 'Fuseau Horaire',
|
||||
'Search Engine Visibility': 'Visibilité par les moteurs de recherche',
|
||||
'Allow indexing': "Autoriser l'indexation par des moteurs de recherche",
|
||||
'Discourage search engines from indexing site': "Refuser l'indexation par des moteurs de recherche",
|
||||
'Change Password': 'Changer le mot de passe',
|
||||
'Current Password': 'Mot de passe actuel',
|
||||
'New Password': 'Nouveau mot de passe',
|
||||
'Repeat New Password': 'Répéter votre nouveau mot de passe',
|
||||
passwordNotMatchMsg: 'Les mots de passe ne correspondent pas',
|
||||
'Update Password': 'Mettre à jour le mot de passe',
|
||||
'Disable Auth': "Désactiver l'authentification",
|
||||
'Enable Auth': "Activer l'authentification",
|
||||
Logout: 'Se déconnecter',
|
||||
notificationDescription: "Une fois ajoutée, vous devez l'activer manuellement dans les paramètres de vos hôtes.",
|
||||
Leave: 'Quitter',
|
||||
'I understand, please disable': "J'ai compris, désactivez-le",
|
||||
Confirm: 'Confirmer',
|
||||
Yes: 'Oui',
|
||||
No: 'Non',
|
||||
Username: "Nom d'utilisateur",
|
||||
Password: 'Mot de passe',
|
||||
'Remember me': 'Se souvenir de moi',
|
||||
Login: 'Se connecter',
|
||||
'No Monitors, please': 'Pas de sondes, veuillez ',
|
||||
'add one': 'en ajouter une.',
|
||||
'Notification Type': 'Type de notification',
|
||||
Email: 'Email',
|
||||
Test: 'Tester',
|
||||
keywordDescription: 'Le mot clé sera recherché dans la réponse HTML/JSON reçue du site internet.',
|
||||
'Certificate Info': 'Informations sur le certificat SSL',
|
||||
deleteMonitorMsg: 'Êtes-vous sûr de vouloir supprimer cette sonde ?',
|
||||
deleteNotificationMsg: "Êtes-vous sûr de vouloir supprimer ce type de notifications ? Une fois désactivée, les services qui l'utilisent ne pourront plus envoyer de notifications.",
|
||||
'Resolver Server': 'Serveur DNS utilisé',
|
||||
'Resource Record Type': "Type d'enregistrement DNS recherché",
|
||||
resoverserverDescription: 'Le DNS de cloudflare est utilisé par défaut, mais vous pouvez le changer si vous le souhaitez.',
|
||||
rrtypeDescription: "Veuillez séléctionner un type d'enregistrement DNS",
|
||||
pauseMonitorMsg: 'Etes vous sur de vouloir mettre en pause cette sonde ?',
|
||||
'Last Result': 'Dernier résultat',
|
||||
'Create your admin account': 'Créez votre compte administrateur',
|
||||
'Repeat Password': 'Répéter le mot de passe',
|
||||
respTime: 'Temps de réponse (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
Create: 'Créer',
|
||||
clearEventsMsg: 'Are you sure want to delete all events for this monitor?',
|
||||
clearHeartbeatsMsg: 'Are you sure want to delete all heartbeats for this monitor?',
|
||||
confirmClearStatisticsMsg: 'Are you sure want to delete ALL statistics?',
|
||||
'Clear Data': 'Clear Data',
|
||||
Events: 'Events',
|
||||
Heartbeats: 'Heartbeats',
|
||||
'Auto Get': 'Auto Get',
|
||||
enableDefaultNotificationDescription: 'For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.',
|
||||
'Default enabled': 'Default enabled',
|
||||
'Also apply to existing monitors': 'Also apply to existing monitors',
|
||||
Export: 'Export',
|
||||
Import: 'Import',
|
||||
backupDescription: 'You can backup all monitors and all notifications into a JSON file.',
|
||||
backupDescription2: 'PS: History and event data is not included.',
|
||||
backupDescription3: 'Sensitive data such as notification tokens is included in the export file, please keep it carefully.',
|
||||
alertNoFile: 'Please select a file to import.',
|
||||
alertWrongFileType: 'Please select a JSON file.',
|
||||
twoFAVerifyLabel: 'Please type in your token to verify that 2FA is working',
|
||||
tokenValidSettingsMsg: 'Token is valid! You can now save the 2FA settings.',
|
||||
confirmEnableTwoFAMsg: 'Are you sure you want to enable 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Are you sure you want to disable 2FA?',
|
||||
'Apply on all existing monitors': 'Apply on all existing monitors',
|
||||
'Verify Token': 'Verify Token',
|
||||
'Setup 2FA': 'Setup 2FA',
|
||||
'Enable 2FA': 'Enable 2FA',
|
||||
'Disable 2FA': 'Disable 2FA',
|
||||
'2FA Settings': '2FA Settings',
|
||||
'Two Factor Authentication': 'Two Factor Authentication',
|
||||
Active: 'Active',
|
||||
Inactive: 'Inactive',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Show URI',
|
||||
'Clear all statistics': 'Clear all Statistics',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,181 +1,181 @@
|
|||
export default {
|
||||
languageName: "Italiano (Italian)",
|
||||
checkEverySecond: "controlla ogni {0} secondi",
|
||||
retryCheckEverySecond: "Riprova ogni {0} secondi.",
|
||||
retriesDescription: "Tentativi da fare prima che il servizio venga marcato come \"giù\" e che una notifica venga inviata.",
|
||||
ignoreTLSError: "Ignora gli errori TLS/SSL per i siti in HTTPS.",
|
||||
upsideDownModeDescription: "Capovolgi lo stato. Se il servizio è raggiungibile viene marcato come \"GIÙ\".",
|
||||
maxRedirectDescription: "Numero massimo di redirezionamenti consentito. Per disabilitare impostare \"0\".",
|
||||
acceptedStatusCodesDescription: "Inserire i codici di stato considerati come risposte corrette.",
|
||||
passwordNotMatchMsg: "La password non coincide.",
|
||||
notificationDescription: "Assegnare la notifica a uno o più elementi monitorati per metterla in funzione.",
|
||||
keywordDescription: "Cerca la parola chiave nella risposta in html o JSON e fai distinzione tra maiuscole e minuscole",
|
||||
pauseDashboardHome: "In Pausa",
|
||||
deleteMonitorMsg: "Si è certi di voler eliminare questo monitoraggio?",
|
||||
deleteNotificationMsg: "Si è certi di voler eliminare questa notifica per tutti gli oggetti monitorati?",
|
||||
resoverserverDescription: "Cloudflare è il server predefinito, è possibile cambiare il server DNS.",
|
||||
rrtypeDescription: "Scegliere il tipo di RR che si vuole monitorare",
|
||||
pauseMonitorMsg: "Si è certi di voler mettere in pausa?",
|
||||
enableDefaultNotificationDescription: "Per ogni nuovo monitoraggio questa notifica sarà abilitata di default. È comunque possibile disabilitare la notifica separatamente per ogni monitoraggio.",
|
||||
clearEventsMsg: "Si è certi di voler eliminare tutti gli eventi per questo servizio?",
|
||||
clearHeartbeatsMsg: "Si è certi di voler eliminare tutti gli intervalli di controllo per questo servizio?",
|
||||
confirmClearStatisticsMsg: "Si è certi di voler eliminare TUTTE le statistiche?",
|
||||
importHandleDescription: "Selezionare 'Ignora gli esistenti' si vuole ignorare l'importazione dei monitoraggi o delle notifiche con lo stesso nome. 'Sovrascrivi' eliminerà ogni monitoraggio e notifica esistente.",
|
||||
confirmImportMsg: "Si è certi di voler importare il backup? Essere certi di aver selezionato l'opzione corretta di importazione.",
|
||||
twoFAVerifyLabel: "Scrivi il token per verificare che l'autenticazione a due fattori funzioni",
|
||||
tokenValidSettingsMsg: "Il token è valido! È ora possibile salvare le impostazioni.",
|
||||
confirmEnableTwoFAMsg: "Si è certi di voler abilitare l'autenticazione a due fattori?",
|
||||
confirmDisableTwoFAMsg: "Si è certi di voler disabilitare l'autenticazione a due fattori?",
|
||||
Settings: "Impostazioni",
|
||||
Dashboard: "Cruscotto",
|
||||
"New Update": "Nuovo Aggiornamento Disponibile",
|
||||
Language: "Lingua",
|
||||
Appearance: "Aspetto",
|
||||
Theme: "Tema",
|
||||
General: "Generali",
|
||||
Version: "Versione",
|
||||
"Check Update On GitHub": "Controlla aggiornamenti su GitHub",
|
||||
List: "Lista",
|
||||
Add: "Aggiungi",
|
||||
"Add New Monitor": "Aggiungi un nuovo monitoraggio",
|
||||
"Quick Stats": "Statistiche rapide",
|
||||
Up: "Su",
|
||||
Down: "Giù",
|
||||
Pending: "Pendente",
|
||||
Unknown: "Sconosciuti",
|
||||
Pause: "Metti in Pausa",
|
||||
Name: "Nome",
|
||||
Status: "Stato",
|
||||
DateTime: "Data e Ora",
|
||||
Message: "Messaggio",
|
||||
"No important events": "Nessun evento importante",
|
||||
Resume: "Riprendi",
|
||||
Edit: "Modifica",
|
||||
Delete: "Elimina",
|
||||
Current: "Corrente",
|
||||
Uptime: "Tempo di attività",
|
||||
"Cert Exp.": "Scadenza certificato",
|
||||
days: "giorni",
|
||||
day: "giorno",
|
||||
"-day": "-giorni",
|
||||
hour: "ora",
|
||||
"-hour": "-ore",
|
||||
Response: "Risposta",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "Tipo di Monitoraggio",
|
||||
Keyword: "Parola chiave",
|
||||
"Friendly Name": "Nome Amichevole",
|
||||
URL: "URL",
|
||||
Hostname: "Nome Host",
|
||||
Port: "Porta",
|
||||
"Heartbeat Interval": "Intervallo di controllo",
|
||||
Retries: "Tentativi",
|
||||
"Heartbeat Retry Interval": "Intervallo tra un tentativo di controllo e l'altro",
|
||||
Advanced: "Avanzate",
|
||||
"Upside Down Mode": "Modalità capovolta",
|
||||
"Max. Redirects": "Redirezionamenti massimi",
|
||||
"Accepted Status Codes": "Codici di stato accettati",
|
||||
Save: "Salva",
|
||||
Notifications: "Notifiche",
|
||||
"Not available, please setup.": "Non disponibili, da impostare.",
|
||||
"Setup Notification": "Imposta le notifiche",
|
||||
Light: "Chiaro",
|
||||
Dark: "Scuro",
|
||||
Auto: "Automatico",
|
||||
"Theme - Heartbeat Bar": "Tema - Barra di Stato",
|
||||
Normal: "Normale",
|
||||
Bottom: "Sotto",
|
||||
None: "Nessuna",
|
||||
Timezone: "Fuso Orario",
|
||||
"Search Engine Visibility": "Visibilità ai motori di ricerca",
|
||||
"Allow indexing": "Permetti l'indicizzazione",
|
||||
"Discourage search engines from indexing site": "Scoraggia l'indicizzazione da parte dei motori di ricerca",
|
||||
"Change Password": "Cambio Password",
|
||||
"Current Password": "Password Corrente",
|
||||
"New Password": "Nuova Password",
|
||||
"Repeat New Password": "Ripetere la nuova Password",
|
||||
"Update Password": "Modifica Password",
|
||||
"Disable Auth": "Disabilita l'autenticazione",
|
||||
"Enable Auth": "Abilita Autenticazione",
|
||||
Logout: "Esci",
|
||||
Leave: "Annulla",
|
||||
"I understand, please disable": "Lo capisco, disabilitare l'autenticazione.",
|
||||
Confirm: "Conferma",
|
||||
Yes: "Sì",
|
||||
No: "No",
|
||||
Username: "Nome Utente",
|
||||
Password: "Password",
|
||||
"Remember me": "Ricordami",
|
||||
Login: "Accesso",
|
||||
"No Monitors, please": "Nessun monitoraggio, cortesemente",
|
||||
"add one": "aggiungerne uno",
|
||||
"Notification Type": "Tipo di notifica",
|
||||
Email: "E-mail",
|
||||
Test: "Prova",
|
||||
"Certificate Info": "Informazioni sul certificato",
|
||||
"Resolver Server": "Server DNS",
|
||||
"Resource Record Type": "Tipo di Resource Record",
|
||||
"Last Result": "Ultimo risultato",
|
||||
"Create your admin account": "Crea l'account amministratore",
|
||||
"Repeat Password": "Ripeti Password",
|
||||
"Import Backup": "Importa Backup",
|
||||
"Export Backup": "Esporta Backup",
|
||||
Export: "Esporta",
|
||||
Import: "Importa",
|
||||
respTime: "Tempo di Risposta (ms)",
|
||||
notAvailableShort: "N/D",
|
||||
"Default enabled": "Abilitato di default",
|
||||
"Apply on all existing monitors": "Applica su tutti i monitoraggi",
|
||||
Create: "Crea",
|
||||
"Clear Data": "Cancella dati",
|
||||
Events: "Eventi",
|
||||
Heartbeats: "Controlli",
|
||||
"Auto Get": "Auto Get",
|
||||
backupDescription: "È possibile fare il backup di tutti i monitoraggi e di tutte le notifiche in un file JSON.",
|
||||
backupDescription2: "P.S.: lo storico e i dati relativi agli eventi non saranno inclusi.",
|
||||
backupDescription3: "Dati sensibili come i token di autenticazione saranno inclusi nel backup, tenere quindi in un luogo sicuro.",
|
||||
alertNoFile: "Selezionare il file da importare.",
|
||||
alertWrongFileType: "Selezionare un file JSON.",
|
||||
"Clear all statistics": "Pulisci tutte le statistiche",
|
||||
"Skip existing": "Ignora gli esistenti",
|
||||
Overwrite: "Sovrascrivi",
|
||||
Options: "Opzioni",
|
||||
"Keep both": "Mantieni entrambi",
|
||||
"Verify Token": "Verifica Token",
|
||||
"Setup 2FA": "Imposta l'autenticazione a due fattori",
|
||||
"Enable 2FA": "Abilita l'autenticazione a due fattori",
|
||||
"Disable 2FA": "Disabilita l'autenticazione a due fattori",
|
||||
"2FA Settings": "Impostazioni autenticazione a due fattori",
|
||||
"Two Factor Authentication": "Autenticazione a due fattori",
|
||||
Active: "Attivata",
|
||||
Inactive: "Disattivata",
|
||||
Token: "Token",
|
||||
"Show URI": "Mostra URI",
|
||||
Tags: "Etichette",
|
||||
"Add New below or Select...": "Aggiungine una oppure scegli...",
|
||||
"Tag with this name already exist.": "Un'etichetta con questo nome già esiste.",
|
||||
"Tag with this value already exist.": "Un'etichetta con questo valore già esiste.",
|
||||
color: "colori",
|
||||
"value (optional)": "valore (opzionale)",
|
||||
Gray: "Grigio",
|
||||
Red: "Rosso",
|
||||
Orange: "Arancione",
|
||||
Green: "Verde",
|
||||
Blue: "Blu",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Viola",
|
||||
Pink: "Rosa",
|
||||
"Search...": "Cerca...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: 'Italiano (Italian)',
|
||||
checkEverySecond: 'controlla ogni {0} secondi',
|
||||
retryCheckEverySecond: 'Riprova ogni {0} secondi.',
|
||||
retriesDescription: 'Tentativi da fare prima che il servizio venga marcato come "giù" e che una notifica venga inviata.',
|
||||
ignoreTLSError: 'Ignora gli errori TLS/SSL per i siti in HTTPS.',
|
||||
upsideDownModeDescription: 'Capovolgi lo stato. Se il servizio è raggiungibile viene marcato come "GIÙ".',
|
||||
maxRedirectDescription: 'Numero massimo di redirezionamenti consentito. Per disabilitare impostare "0".',
|
||||
acceptedStatusCodesDescription: 'Inserire i codici di stato considerati come risposte corrette.',
|
||||
passwordNotMatchMsg: 'La password non coincide.',
|
||||
notificationDescription: 'Assegnare la notifica a uno o più elementi monitorati per metterla in funzione.',
|
||||
keywordDescription: 'Cerca la parola chiave nella risposta in html o JSON e fai distinzione tra maiuscole e minuscole',
|
||||
pauseDashboardHome: 'In Pausa',
|
||||
deleteMonitorMsg: 'Si è certi di voler eliminare questo monitoraggio?',
|
||||
deleteNotificationMsg: 'Si è certi di voler eliminare questa notifica per tutti gli oggetti monitorati?',
|
||||
resoverserverDescription: 'Cloudflare è il server predefinito, è possibile cambiare il server DNS.',
|
||||
rrtypeDescription: 'Scegliere il tipo di RR che si vuole monitorare',
|
||||
pauseMonitorMsg: 'Si è certi di voler mettere in pausa?',
|
||||
enableDefaultNotificationDescription: 'Per ogni nuovo monitoraggio questa notifica sarà abilitata di default. È comunque possibile disabilitare la notifica separatamente per ogni monitoraggio.',
|
||||
clearEventsMsg: 'Si è certi di voler eliminare tutti gli eventi per questo servizio?',
|
||||
clearHeartbeatsMsg: 'Si è certi di voler eliminare tutti gli intervalli di controllo per questo servizio?',
|
||||
confirmClearStatisticsMsg: 'Si è certi di voler eliminare TUTTE le statistiche?',
|
||||
importHandleDescription: "Selezionare 'Ignora gli esistenti' si vuole ignorare l'importazione dei monitoraggi o delle notifiche con lo stesso nome. 'Sovrascrivi' eliminerà ogni monitoraggio e notifica esistente.",
|
||||
confirmImportMsg: "Si è certi di voler importare il backup? Essere certi di aver selezionato l'opzione corretta di importazione.",
|
||||
twoFAVerifyLabel: "Scrivi il token per verificare che l'autenticazione a due fattori funzioni",
|
||||
tokenValidSettingsMsg: 'Il token è valido! È ora possibile salvare le impostazioni.',
|
||||
confirmEnableTwoFAMsg: "Si è certi di voler abilitare l'autenticazione a due fattori?",
|
||||
confirmDisableTwoFAMsg: "Si è certi di voler disabilitare l'autenticazione a due fattori?",
|
||||
Settings: 'Impostazioni',
|
||||
Dashboard: 'Cruscotto',
|
||||
'New Update': 'Nuovo Aggiornamento Disponibile',
|
||||
Language: 'Lingua',
|
||||
Appearance: 'Aspetto',
|
||||
Theme: 'Tema',
|
||||
General: 'Generali',
|
||||
Version: 'Versione',
|
||||
'Check Update On GitHub': 'Controlla aggiornamenti su GitHub',
|
||||
List: 'Lista',
|
||||
Add: 'Aggiungi',
|
||||
'Add New Monitor': 'Aggiungi un nuovo monitoraggio',
|
||||
'Quick Stats': 'Statistiche rapide',
|
||||
Up: 'Su',
|
||||
Down: 'Giù',
|
||||
Pending: 'Pendente',
|
||||
Unknown: 'Sconosciuti',
|
||||
Pause: 'Metti in Pausa',
|
||||
Name: 'Nome',
|
||||
Status: 'Stato',
|
||||
DateTime: 'Data e Ora',
|
||||
Message: 'Messaggio',
|
||||
'No important events': 'Nessun evento importante',
|
||||
Resume: 'Riprendi',
|
||||
Edit: 'Modifica',
|
||||
Delete: 'Elimina',
|
||||
Current: 'Corrente',
|
||||
Uptime: 'Tempo di attività',
|
||||
'Cert Exp.': 'Scadenza certificato',
|
||||
days: 'giorni',
|
||||
day: 'giorno',
|
||||
'-day': '-giorni',
|
||||
hour: 'ora',
|
||||
'-hour': '-ore',
|
||||
Response: 'Risposta',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': 'Tipo di Monitoraggio',
|
||||
Keyword: 'Parola chiave',
|
||||
'Friendly Name': 'Nome Amichevole',
|
||||
URL: 'URL',
|
||||
Hostname: 'Nome Host',
|
||||
Port: 'Porta',
|
||||
'Heartbeat Interval': 'Intervallo di controllo',
|
||||
Retries: 'Tentativi',
|
||||
'Heartbeat Retry Interval': "Intervallo tra un tentativo di controllo e l'altro",
|
||||
Advanced: 'Avanzate',
|
||||
'Upside Down Mode': 'Modalità capovolta',
|
||||
'Max. Redirects': 'Redirezionamenti massimi',
|
||||
'Accepted Status Codes': 'Codici di stato accettati',
|
||||
Save: 'Salva',
|
||||
Notifications: 'Notifiche',
|
||||
'Not available, please setup.': 'Non disponibili, da impostare.',
|
||||
'Setup Notification': 'Imposta le notifiche',
|
||||
Light: 'Chiaro',
|
||||
Dark: 'Scuro',
|
||||
Auto: 'Automatico',
|
||||
'Theme - Heartbeat Bar': 'Tema - Barra di Stato',
|
||||
Normal: 'Normale',
|
||||
Bottom: 'Sotto',
|
||||
None: 'Nessuna',
|
||||
Timezone: 'Fuso Orario',
|
||||
'Search Engine Visibility': 'Visibilità ai motori di ricerca',
|
||||
'Allow indexing': "Permetti l'indicizzazione",
|
||||
'Discourage search engines from indexing site': "Scoraggia l'indicizzazione da parte dei motori di ricerca",
|
||||
'Change Password': 'Cambio Password',
|
||||
'Current Password': 'Password Corrente',
|
||||
'New Password': 'Nuova Password',
|
||||
'Repeat New Password': 'Ripetere la nuova Password',
|
||||
'Update Password': 'Modifica Password',
|
||||
'Disable Auth': "Disabilita l'autenticazione",
|
||||
'Enable Auth': 'Abilita Autenticazione',
|
||||
Logout: 'Esci',
|
||||
Leave: 'Annulla',
|
||||
'I understand, please disable': "Lo capisco, disabilitare l'autenticazione.",
|
||||
Confirm: 'Conferma',
|
||||
Yes: 'Sì',
|
||||
No: 'No',
|
||||
Username: 'Nome Utente',
|
||||
Password: 'Password',
|
||||
'Remember me': 'Ricordami',
|
||||
Login: 'Accesso',
|
||||
'No Monitors, please': 'Nessun monitoraggio, cortesemente',
|
||||
'add one': 'aggiungerne uno',
|
||||
'Notification Type': 'Tipo di notifica',
|
||||
Email: 'E-mail',
|
||||
Test: 'Prova',
|
||||
'Certificate Info': 'Informazioni sul certificato',
|
||||
'Resolver Server': 'Server DNS',
|
||||
'Resource Record Type': 'Tipo di Resource Record',
|
||||
'Last Result': 'Ultimo risultato',
|
||||
'Create your admin account': "Crea l'account amministratore",
|
||||
'Repeat Password': 'Ripeti Password',
|
||||
'Import Backup': 'Importa Backup',
|
||||
'Export Backup': 'Esporta Backup',
|
||||
Export: 'Esporta',
|
||||
Import: 'Importa',
|
||||
respTime: 'Tempo di Risposta (ms)',
|
||||
notAvailableShort: 'N/D',
|
||||
'Default enabled': 'Abilitato di default',
|
||||
'Apply on all existing monitors': 'Applica su tutti i monitoraggi',
|
||||
Create: 'Crea',
|
||||
'Clear Data': 'Cancella dati',
|
||||
Events: 'Eventi',
|
||||
Heartbeats: 'Controlli',
|
||||
'Auto Get': 'Auto Get',
|
||||
backupDescription: 'È possibile fare il backup di tutti i monitoraggi e di tutte le notifiche in un file JSON.',
|
||||
backupDescription2: 'P.S.: lo storico e i dati relativi agli eventi non saranno inclusi.',
|
||||
backupDescription3: 'Dati sensibili come i token di autenticazione saranno inclusi nel backup, tenere quindi in un luogo sicuro.',
|
||||
alertNoFile: 'Selezionare il file da importare.',
|
||||
alertWrongFileType: 'Selezionare un file JSON.',
|
||||
'Clear all statistics': 'Pulisci tutte le statistiche',
|
||||
'Skip existing': 'Ignora gli esistenti',
|
||||
Overwrite: 'Sovrascrivi',
|
||||
Options: 'Opzioni',
|
||||
'Keep both': 'Mantieni entrambi',
|
||||
'Verify Token': 'Verifica Token',
|
||||
'Setup 2FA': "Imposta l'autenticazione a due fattori",
|
||||
'Enable 2FA': "Abilita l'autenticazione a due fattori",
|
||||
'Disable 2FA': "Disabilita l'autenticazione a due fattori",
|
||||
'2FA Settings': 'Impostazioni autenticazione a due fattori',
|
||||
'Two Factor Authentication': 'Autenticazione a due fattori',
|
||||
Active: 'Attivata',
|
||||
Inactive: 'Disattivata',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Mostra URI',
|
||||
Tags: 'Etichette',
|
||||
'Add New below or Select...': 'Aggiungine una oppure scegli...',
|
||||
'Tag with this name already exist.': "Un'etichetta con questo nome già esiste.",
|
||||
'Tag with this value already exist.': "Un'etichetta con questo valore già esiste.",
|
||||
color: 'colori',
|
||||
'value (optional)': 'valore (opzionale)',
|
||||
Gray: 'Grigio',
|
||||
Red: 'Rosso',
|
||||
Orange: 'Arancione',
|
||||
Green: 'Verde',
|
||||
Blue: 'Blu',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Viola',
|
||||
Pink: 'Rosa',
|
||||
'Search...': 'Cerca...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "日本語",
|
||||
checkEverySecond: "{0}秒ごとにチェックします。",
|
||||
retriesDescription: "サービスがダウンとしてマークされ、通知が送信されるまでの最大リトライ数",
|
||||
ignoreTLSError: "HTTPS ウェブサイトの TLS/SSL エラーを無視する",
|
||||
upsideDownModeDescription: "ステータスの扱いを逆にします。サービスに到達可能な場合は、DOWNとなる。",
|
||||
maxRedirectDescription: "フォローするリダイレクトの最大数。リダイレクトを無効にするには0を設定する。",
|
||||
acceptedStatusCodesDescription: "成功した応答とみなされるステータスコードを選択する。",
|
||||
passwordNotMatchMsg: "繰り返しのパスワードが一致しません。",
|
||||
notificationDescription: "監視を機能させるには、監視に通知を割り当ててください。",
|
||||
keywordDescription: "プレーンHTMLまたはJSON応答でキーワードを検索し、大文字と小文字を区別します",
|
||||
pauseDashboardHome: "一時停止",
|
||||
deleteMonitorMsg: "この監視を削除してよろしいですか?",
|
||||
deleteNotificationMsg: "全ての監視のこの通知を削除してよろしいですか?",
|
||||
resoverserverDescription: "Cloudflareがデフォルトのサーバーですが、いつでもリゾルバサーバーを変更できます。",
|
||||
rrtypeDescription: "監視するRRタイプを選択します",
|
||||
pauseMonitorMsg: "一時停止しますか?",
|
||||
Settings: "設定",
|
||||
Dashboard: "ダッシュボード",
|
||||
"New Update": "New Update",
|
||||
Language: "言語",
|
||||
Appearance: "外観",
|
||||
Theme: "テーマ",
|
||||
General: "General",
|
||||
Version: "バージョン",
|
||||
"Check Update On GitHub": "GitHubでアップデートを確認する",
|
||||
List: "一覧",
|
||||
Add: "追加",
|
||||
"Add New Monitor": "監視の追加",
|
||||
"Quick Stats": "統計",
|
||||
Up: "Up",
|
||||
Down: "Down",
|
||||
Pending: "中止",
|
||||
Unknown: "不明",
|
||||
Pause: "一時停止",
|
||||
Name: "名前",
|
||||
Status: "ステータス",
|
||||
DateTime: "日時",
|
||||
Message: "メッセージ",
|
||||
"No important events": "重要なイベントなし",
|
||||
Resume: "再開",
|
||||
Edit: "編集",
|
||||
Delete: "削除",
|
||||
Current: "現在",
|
||||
Uptime: "起動時間",
|
||||
"Cert Exp.": "証明書有効期限",
|
||||
days: "日間",
|
||||
day: "日",
|
||||
"-day": "-日",
|
||||
hour: "時間",
|
||||
"-hour": "-時間",
|
||||
Response: "レスポンス",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "監視タイプ",
|
||||
Keyword: "キーワード",
|
||||
"Friendly Name": "Friendly Name",
|
||||
URL: "URL",
|
||||
Hostname: "ホスト名",
|
||||
Port: "ポート",
|
||||
"Heartbeat Interval": "監視間隔",
|
||||
Retries: "Retries",
|
||||
Advanced: "Advanced",
|
||||
"Upside Down Mode": "Upside Down Mode",
|
||||
"Max. Redirects": "最大リダイレクト数",
|
||||
"Accepted Status Codes": "承認されたステータスコード",
|
||||
Save: "保存",
|
||||
Notifications: "通知",
|
||||
"Not available, please setup.": "利用できません。設定してください。",
|
||||
"Setup Notification": "通知設定",
|
||||
Light: "Light",
|
||||
Dark: "Dark",
|
||||
Auto: "Auto",
|
||||
"Theme - Heartbeat Bar": "Theme - Heartbeat Bar",
|
||||
Normal: "通常",
|
||||
Bottom: "下部",
|
||||
None: "なし",
|
||||
Timezone: "タイムゾーン",
|
||||
"Search Engine Visibility": "検索エンジンでの表示",
|
||||
"Allow indexing": "インデックス作成を許可する",
|
||||
"Discourage search engines from indexing site": "検索エンジンにインデックスさせないようにする",
|
||||
"Change Password": "パスワード変更",
|
||||
"Current Password": "現在のパスワード",
|
||||
"New Password": "新しいパスワード",
|
||||
"Repeat New Password": "確認のため新しいパスワードをもう一度",
|
||||
"Update Password": "パスワードの更新",
|
||||
"Disable Auth": "認証の無効化",
|
||||
"Enable Auth": "認証の有効化",
|
||||
Logout: "ログアウト",
|
||||
Leave: "作業を中止する",
|
||||
"I understand, please disable": "理解した上で無効化する",
|
||||
Confirm: "確認",
|
||||
Yes: "はい",
|
||||
No: "いいえ",
|
||||
Username: "ユーザー名",
|
||||
Password: "パスワード",
|
||||
"Remember me": "パスワードを忘れた場合",
|
||||
Login: "ログイン",
|
||||
"No Monitors, please": "監視がありません",
|
||||
"add one": "add one",
|
||||
"Notification Type": "通知タイプ",
|
||||
Email: "Eメール",
|
||||
Test: "テスト",
|
||||
"Certificate Info": "証明書情報",
|
||||
"Resolver Server": "問い合わせ先DNSサーバ",
|
||||
"Resource Record Type": "DNSレコード設定",
|
||||
"Last Result": "最終結果",
|
||||
"Create your admin account": "Create your admin account",
|
||||
"Repeat Password": "Repeat Password",
|
||||
respTime: "Resp. Time (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
Create: "Create",
|
||||
clearEventsMsg: "Are you sure want to delete all events for this monitor?",
|
||||
clearHeartbeatsMsg: "Are you sure want to delete all heartbeats for this monitor?",
|
||||
confirmClearStatisticsMsg: "Are you sure want to delete ALL statistics?",
|
||||
"Clear Data": "Clear Data",
|
||||
Events: "Events",
|
||||
Heartbeats: "Heartbeats",
|
||||
"Auto Get": "Auto Get",
|
||||
enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
|
||||
"Default enabled": "Default enabled",
|
||||
"Also apply to existing monitors": "Also apply to existing monitors",
|
||||
Export: "Export",
|
||||
Import: "Import",
|
||||
backupDescription: "You can backup all monitors and all notifications into a JSON file.",
|
||||
backupDescription2: "PS: History and event data is not included.",
|
||||
backupDescription3: "Sensitive data such as notification tokens is included in the export file, please keep it carefully.",
|
||||
alertNoFile: "Please select a file to import.",
|
||||
alertWrongFileType: "Please select a JSON file.",
|
||||
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||
"Apply on all existing monitors": "Apply on all existing monitors",
|
||||
"Verify Token": "Verify Token",
|
||||
"Setup 2FA": "Setup 2FA",
|
||||
"Enable 2FA": "Enable 2FA",
|
||||
"Disable 2FA": "Disable 2FA",
|
||||
"2FA Settings": "2FA Settings",
|
||||
"Two Factor Authentication": "Two Factor Authentication",
|
||||
Active: "Active",
|
||||
Inactive: "Inactive",
|
||||
Token: "Token",
|
||||
"Show URI": "Show URI",
|
||||
"Clear all statistics": "Clear all Statistics",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: '日本語',
|
||||
checkEverySecond: '{0}秒ごとにチェックします。',
|
||||
retriesDescription: 'サービスがダウンとしてマークされ、通知が送信されるまでの最大リトライ数',
|
||||
ignoreTLSError: 'HTTPS ウェブサイトの TLS/SSL エラーを無視する',
|
||||
upsideDownModeDescription: 'ステータスの扱いを逆にします。サービスに到達可能な場合は、DOWNとなる。',
|
||||
maxRedirectDescription: 'フォローするリダイレクトの最大数。リダイレクトを無効にするには0を設定する。',
|
||||
acceptedStatusCodesDescription: '成功した応答とみなされるステータスコードを選択する。',
|
||||
passwordNotMatchMsg: '繰り返しのパスワードが一致しません。',
|
||||
notificationDescription: '監視を機能させるには、監視に通知を割り当ててください。',
|
||||
keywordDescription: 'プレーンHTMLまたはJSON応答でキーワードを検索し、大文字と小文字を区別します',
|
||||
pauseDashboardHome: '一時停止',
|
||||
deleteMonitorMsg: 'この監視を削除してよろしいですか?',
|
||||
deleteNotificationMsg: '全ての監視のこの通知を削除してよろしいですか?',
|
||||
resoverserverDescription: 'Cloudflareがデフォルトのサーバーですが、いつでもリゾルバサーバーを変更できます。',
|
||||
rrtypeDescription: '監視するRRタイプを選択します',
|
||||
pauseMonitorMsg: '一時停止しますか?',
|
||||
Settings: '設定',
|
||||
Dashboard: 'ダッシュボード',
|
||||
'New Update': 'New Update',
|
||||
Language: '言語',
|
||||
Appearance: '外観',
|
||||
Theme: 'テーマ',
|
||||
General: 'General',
|
||||
Version: 'バージョン',
|
||||
'Check Update On GitHub': 'GitHubでアップデートを確認する',
|
||||
List: '一覧',
|
||||
Add: '追加',
|
||||
'Add New Monitor': '監視の追加',
|
||||
'Quick Stats': '統計',
|
||||
Up: 'Up',
|
||||
Down: 'Down',
|
||||
Pending: '中止',
|
||||
Unknown: '不明',
|
||||
Pause: '一時停止',
|
||||
Name: '名前',
|
||||
Status: 'ステータス',
|
||||
DateTime: '日時',
|
||||
Message: 'メッセージ',
|
||||
'No important events': '重要なイベントなし',
|
||||
Resume: '再開',
|
||||
Edit: '編集',
|
||||
Delete: '削除',
|
||||
Current: '現在',
|
||||
Uptime: '起動時間',
|
||||
'Cert Exp.': '証明書有効期限',
|
||||
days: '日間',
|
||||
day: '日',
|
||||
'-day': '-日',
|
||||
hour: '時間',
|
||||
'-hour': '-時間',
|
||||
Response: 'レスポンス',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': '監視タイプ',
|
||||
Keyword: 'キーワード',
|
||||
'Friendly Name': 'Friendly Name',
|
||||
URL: 'URL',
|
||||
Hostname: 'ホスト名',
|
||||
Port: 'ポート',
|
||||
'Heartbeat Interval': '監視間隔',
|
||||
Retries: 'Retries',
|
||||
Advanced: 'Advanced',
|
||||
'Upside Down Mode': 'Upside Down Mode',
|
||||
'Max. Redirects': '最大リダイレクト数',
|
||||
'Accepted Status Codes': '承認されたステータスコード',
|
||||
Save: '保存',
|
||||
Notifications: '通知',
|
||||
'Not available, please setup.': '利用できません。設定してください。',
|
||||
'Setup Notification': '通知設定',
|
||||
Light: 'Light',
|
||||
Dark: 'Dark',
|
||||
Auto: 'Auto',
|
||||
'Theme - Heartbeat Bar': 'Theme - Heartbeat Bar',
|
||||
Normal: '通常',
|
||||
Bottom: '下部',
|
||||
None: 'なし',
|
||||
Timezone: 'タイムゾーン',
|
||||
'Search Engine Visibility': '検索エンジンでの表示',
|
||||
'Allow indexing': 'インデックス作成を許可する',
|
||||
'Discourage search engines from indexing site': '検索エンジンにインデックスさせないようにする',
|
||||
'Change Password': 'パスワード変更',
|
||||
'Current Password': '現在のパスワード',
|
||||
'New Password': '新しいパスワード',
|
||||
'Repeat New Password': '確認のため新しいパスワードをもう一度',
|
||||
'Update Password': 'パスワードの更新',
|
||||
'Disable Auth': '認証の無効化',
|
||||
'Enable Auth': '認証の有効化',
|
||||
Logout: 'ログアウト',
|
||||
Leave: '作業を中止する',
|
||||
'I understand, please disable': '理解した上で無効化する',
|
||||
Confirm: '確認',
|
||||
Yes: 'はい',
|
||||
No: 'いいえ',
|
||||
Username: 'ユーザー名',
|
||||
Password: 'パスワード',
|
||||
'Remember me': 'パスワードを忘れた場合',
|
||||
Login: 'ログイン',
|
||||
'No Monitors, please': '監視がありません',
|
||||
'add one': 'add one',
|
||||
'Notification Type': '通知タイプ',
|
||||
Email: 'Eメール',
|
||||
Test: 'テスト',
|
||||
'Certificate Info': '証明書情報',
|
||||
'Resolver Server': '問い合わせ先DNSサーバ',
|
||||
'Resource Record Type': 'DNSレコード設定',
|
||||
'Last Result': '最終結果',
|
||||
'Create your admin account': 'Create your admin account',
|
||||
'Repeat Password': 'Repeat Password',
|
||||
respTime: 'Resp. Time (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
Create: 'Create',
|
||||
clearEventsMsg: 'Are you sure want to delete all events for this monitor?',
|
||||
clearHeartbeatsMsg: 'Are you sure want to delete all heartbeats for this monitor?',
|
||||
confirmClearStatisticsMsg: 'Are you sure want to delete ALL statistics?',
|
||||
'Clear Data': 'Clear Data',
|
||||
Events: 'Events',
|
||||
Heartbeats: 'Heartbeats',
|
||||
'Auto Get': 'Auto Get',
|
||||
enableDefaultNotificationDescription: 'For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.',
|
||||
'Default enabled': 'Default enabled',
|
||||
'Also apply to existing monitors': 'Also apply to existing monitors',
|
||||
Export: 'Export',
|
||||
Import: 'Import',
|
||||
backupDescription: 'You can backup all monitors and all notifications into a JSON file.',
|
||||
backupDescription2: 'PS: History and event data is not included.',
|
||||
backupDescription3: 'Sensitive data such as notification tokens is included in the export file, please keep it carefully.',
|
||||
alertNoFile: 'Please select a file to import.',
|
||||
alertWrongFileType: 'Please select a JSON file.',
|
||||
twoFAVerifyLabel: 'Please type in your token to verify that 2FA is working',
|
||||
tokenValidSettingsMsg: 'Token is valid! You can now save the 2FA settings.',
|
||||
confirmEnableTwoFAMsg: 'Are you sure you want to enable 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Are you sure you want to disable 2FA?',
|
||||
'Apply on all existing monitors': 'Apply on all existing monitors',
|
||||
'Verify Token': 'Verify Token',
|
||||
'Setup 2FA': 'Setup 2FA',
|
||||
'Enable 2FA': 'Enable 2FA',
|
||||
'Disable 2FA': 'Disable 2FA',
|
||||
'2FA Settings': '2FA Settings',
|
||||
'Two Factor Authentication': 'Two Factor Authentication',
|
||||
Active: 'Active',
|
||||
Inactive: 'Inactive',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Show URI',
|
||||
'Clear all statistics': 'Clear all Statistics',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "한국어",
|
||||
checkEverySecond: "{0} 초마다 체크해요.",
|
||||
retriesDescription: "서비스가 중단된 후 알림을 보내기 전 최대 재시도 횟수",
|
||||
ignoreTLSError: "HTTPS 웹사이트에서 TLS/SSL 에러 무시하기",
|
||||
upsideDownModeDescription: "서버 상태를 반대로 표시해요. 서버가 작동하면 오프라인으로 표시할 거에요.",
|
||||
maxRedirectDescription: "최대 리다이렉트 횟수에요. 0을 입력하면 리다이렉트를 꺼요.",
|
||||
acceptedStatusCodesDescription: "응답 성공으로 간주할 상태 코드를 정해요.",
|
||||
passwordNotMatchMsg: "비밀번호 재입력이 일치하지 않아요.",
|
||||
notificationDescription: "모니터링에 알림을 설정할 수 있어요.",
|
||||
keywordDescription: "Html 이나 JSON에서 대소문자를 구분해 키워드를 검색해요.",
|
||||
pauseDashboardHome: "일시 정지",
|
||||
deleteMonitorMsg: "정말 이 모니터링을 삭제할까요?",
|
||||
deleteNotificationMsg: "정말 이 알림을 모든 모니터링에서 삭제할까요?",
|
||||
resoverserverDescription: "Cloudflare가 기본 서버에요, 원한다면 언제나 다른 resolver 서버로 변경할 수 있어요.",
|
||||
rrtypeDescription: "모니터링할 RR-Type을 선택해요.",
|
||||
pauseMonitorMsg: "정말 이 모니터링을 일시 정지 할까요?",
|
||||
Settings: "설정",
|
||||
Dashboard: "대시보드",
|
||||
"New Update": "새로운 업데이트",
|
||||
Language: "언어",
|
||||
Appearance: "외형",
|
||||
Theme: "테마",
|
||||
General: "일반",
|
||||
Version: "버전",
|
||||
"Check Update On GitHub": "깃허브에서 업데이트 확인",
|
||||
List: "목록",
|
||||
Add: "추가",
|
||||
"Add New Monitor": "새로운 모니터링 추가하기",
|
||||
"Quick Stats": "간단한 정보",
|
||||
Up: "온라인",
|
||||
Down: "오프라인",
|
||||
Pending: "대기 중",
|
||||
Unknown: "알 수 없음",
|
||||
Pause: "일시 정지",
|
||||
Name: "이름",
|
||||
Status: "상태",
|
||||
DateTime: "날짜",
|
||||
Message: "메시지",
|
||||
"No important events": "중요 이벤트 없음",
|
||||
Resume: "재개",
|
||||
Edit: "수정",
|
||||
Delete: "삭제",
|
||||
Current: "현재",
|
||||
Uptime: "업타임",
|
||||
"Cert Exp.": "인증서 만료",
|
||||
days: "일",
|
||||
day: "일",
|
||||
"-day": "-일",
|
||||
hour: "시간",
|
||||
"-hour": "-시간",
|
||||
Response: "응답",
|
||||
Ping: "핑",
|
||||
"Monitor Type": "모니터링 종류",
|
||||
Keyword: "키워드",
|
||||
"Friendly Name": "이름",
|
||||
URL: "URL",
|
||||
Hostname: "호스트네임",
|
||||
Port: "포트",
|
||||
"Heartbeat Interval": "하트비트 주기",
|
||||
Retries: "재시도",
|
||||
Advanced: "고급",
|
||||
"Upside Down Mode": "상태 반전 모드",
|
||||
"Max. Redirects": "최대 리다이렉트",
|
||||
"Accepted Status Codes": "응답 성공 상태 코드",
|
||||
Save: "저장",
|
||||
Notifications: "알림",
|
||||
"Not available, please setup.": "존재하지 않아요, 새로운거 하나 만드는건 어때요?",
|
||||
"Setup Notification": "알림 설정",
|
||||
Light: "라이트",
|
||||
Dark: "다크",
|
||||
Auto: "자동",
|
||||
"Theme - Heartbeat Bar": "테마 - 하트비트 바",
|
||||
Normal: "기본값",
|
||||
Bottom: "가운데",
|
||||
None: "제거",
|
||||
Timezone: "시간대",
|
||||
"Search Engine Visibility": "검색 엔진 활성화",
|
||||
"Allow indexing": "인덱싱 허용",
|
||||
"Discourage search engines from indexing site": "검색 엔진 인덱싱 거부",
|
||||
"Change Password": "비밀번호 변경",
|
||||
"Current Password": "기존 비밀번호",
|
||||
"New Password": "새로운 비밀번호",
|
||||
"Repeat New Password": "새로운 비밀번호 재입력",
|
||||
"Update Password": "비밀번호 변경",
|
||||
"Disable Auth": "인증 끄기",
|
||||
"Enable Auth": "인증 켜기",
|
||||
Logout: "로그아웃",
|
||||
Leave: "나가기",
|
||||
"I understand, please disable": "기능에 대해 이해했으니 꺼주세요.",
|
||||
Confirm: "확인",
|
||||
Yes: "확인",
|
||||
No: "취소",
|
||||
Username: "이름",
|
||||
Password: "비밀번호",
|
||||
"Remember me": "비밀번호 기억하기",
|
||||
Login: "로그인",
|
||||
"No Monitors, please": "모니터링이 없어요,",
|
||||
"add one": "하나 추가해봐요",
|
||||
"Notification Type": "알림 종류",
|
||||
Email: "이메일",
|
||||
Test: "테스트",
|
||||
"Certificate Info": "인증서 정보",
|
||||
"Resolver Server": "Resolver 서버",
|
||||
"Resource Record Type": "자원 레코드 유형",
|
||||
"Last Result": "최근 결과",
|
||||
"Create your admin account": "관리자 계정 만들기",
|
||||
"Repeat Password": "비밀번호 재입력",
|
||||
respTime: "응답 시간 (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
Create: "Create",
|
||||
clearEventsMsg: "Are you sure want to delete all events for this monitor?",
|
||||
clearHeartbeatsMsg: "Are you sure want to delete all heartbeats for this monitor?",
|
||||
confirmClearStatisticsMsg: "Are you sure want to delete ALL statistics?",
|
||||
"Clear Data": "Clear Data",
|
||||
Events: "Events",
|
||||
Heartbeats: "Heartbeats",
|
||||
"Auto Get": "Auto Get",
|
||||
enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
|
||||
"Default enabled": "Default enabled",
|
||||
"Also apply to existing monitors": "Also apply to existing monitors",
|
||||
Export: "Export",
|
||||
Import: "Import",
|
||||
backupDescription: "You can backup all monitors and all notifications into a JSON file.",
|
||||
backupDescription2: "PS: History and event data is not included.",
|
||||
backupDescription3: "Sensitive data such as notification tokens is included in the export file, please keep it carefully.",
|
||||
alertNoFile: "Please select a file to import.",
|
||||
alertWrongFileType: "Please select a JSON file.",
|
||||
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||
"Apply on all existing monitors": "Apply on all existing monitors",
|
||||
"Verify Token": "Verify Token",
|
||||
"Setup 2FA": "Setup 2FA",
|
||||
"Enable 2FA": "Enable 2FA",
|
||||
"Disable 2FA": "Disable 2FA",
|
||||
"2FA Settings": "2FA Settings",
|
||||
"Two Factor Authentication": "Two Factor Authentication",
|
||||
Active: "Active",
|
||||
Inactive: "Inactive",
|
||||
Token: "Token",
|
||||
"Show URI": "Show URI",
|
||||
"Clear all statistics": "Clear all Statistics",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: '한국어',
|
||||
checkEverySecond: '{0} 초마다 체크해요.',
|
||||
retriesDescription: '서비스가 중단된 후 알림을 보내기 전 최대 재시도 횟수',
|
||||
ignoreTLSError: 'HTTPS 웹사이트에서 TLS/SSL 에러 무시하기',
|
||||
upsideDownModeDescription: '서버 상태를 반대로 표시해요. 서버가 작동하면 오프라인으로 표시할 거에요.',
|
||||
maxRedirectDescription: '최대 리다이렉트 횟수에요. 0을 입력하면 리다이렉트를 꺼요.',
|
||||
acceptedStatusCodesDescription: '응답 성공으로 간주할 상태 코드를 정해요.',
|
||||
passwordNotMatchMsg: '비밀번호 재입력이 일치하지 않아요.',
|
||||
notificationDescription: '모니터링에 알림을 설정할 수 있어요.',
|
||||
keywordDescription: 'Html 이나 JSON에서 대소문자를 구분해 키워드를 검색해요.',
|
||||
pauseDashboardHome: '일시 정지',
|
||||
deleteMonitorMsg: '정말 이 모니터링을 삭제할까요?',
|
||||
deleteNotificationMsg: '정말 이 알림을 모든 모니터링에서 삭제할까요?',
|
||||
resoverserverDescription: 'Cloudflare가 기본 서버에요, 원한다면 언제나 다른 resolver 서버로 변경할 수 있어요.',
|
||||
rrtypeDescription: '모니터링할 RR-Type을 선택해요.',
|
||||
pauseMonitorMsg: '정말 이 모니터링을 일시 정지 할까요?',
|
||||
Settings: '설정',
|
||||
Dashboard: '대시보드',
|
||||
'New Update': '새로운 업데이트',
|
||||
Language: '언어',
|
||||
Appearance: '외형',
|
||||
Theme: '테마',
|
||||
General: '일반',
|
||||
Version: '버전',
|
||||
'Check Update On GitHub': '깃허브에서 업데이트 확인',
|
||||
List: '목록',
|
||||
Add: '추가',
|
||||
'Add New Monitor': '새로운 모니터링 추가하기',
|
||||
'Quick Stats': '간단한 정보',
|
||||
Up: '온라인',
|
||||
Down: '오프라인',
|
||||
Pending: '대기 중',
|
||||
Unknown: '알 수 없음',
|
||||
Pause: '일시 정지',
|
||||
Name: '이름',
|
||||
Status: '상태',
|
||||
DateTime: '날짜',
|
||||
Message: '메시지',
|
||||
'No important events': '중요 이벤트 없음',
|
||||
Resume: '재개',
|
||||
Edit: '수정',
|
||||
Delete: '삭제',
|
||||
Current: '현재',
|
||||
Uptime: '업타임',
|
||||
'Cert Exp.': '인증서 만료',
|
||||
days: '일',
|
||||
day: '일',
|
||||
'-day': '-일',
|
||||
hour: '시간',
|
||||
'-hour': '-시간',
|
||||
Response: '응답',
|
||||
Ping: '핑',
|
||||
'Monitor Type': '모니터링 종류',
|
||||
Keyword: '키워드',
|
||||
'Friendly Name': '이름',
|
||||
URL: 'URL',
|
||||
Hostname: '호스트네임',
|
||||
Port: '포트',
|
||||
'Heartbeat Interval': '하트비트 주기',
|
||||
Retries: '재시도',
|
||||
Advanced: '고급',
|
||||
'Upside Down Mode': '상태 반전 모드',
|
||||
'Max. Redirects': '최대 리다이렉트',
|
||||
'Accepted Status Codes': '응답 성공 상태 코드',
|
||||
Save: '저장',
|
||||
Notifications: '알림',
|
||||
'Not available, please setup.': '존재하지 않아요, 새로운거 하나 만드는건 어때요?',
|
||||
'Setup Notification': '알림 설정',
|
||||
Light: '라이트',
|
||||
Dark: '다크',
|
||||
Auto: '자동',
|
||||
'Theme - Heartbeat Bar': '테마 - 하트비트 바',
|
||||
Normal: '기본값',
|
||||
Bottom: '가운데',
|
||||
None: '제거',
|
||||
Timezone: '시간대',
|
||||
'Search Engine Visibility': '검색 엔진 활성화',
|
||||
'Allow indexing': '인덱싱 허용',
|
||||
'Discourage search engines from indexing site': '검색 엔진 인덱싱 거부',
|
||||
'Change Password': '비밀번호 변경',
|
||||
'Current Password': '기존 비밀번호',
|
||||
'New Password': '새로운 비밀번호',
|
||||
'Repeat New Password': '새로운 비밀번호 재입력',
|
||||
'Update Password': '비밀번호 변경',
|
||||
'Disable Auth': '인증 끄기',
|
||||
'Enable Auth': '인증 켜기',
|
||||
Logout: '로그아웃',
|
||||
Leave: '나가기',
|
||||
'I understand, please disable': '기능에 대해 이해했으니 꺼주세요.',
|
||||
Confirm: '확인',
|
||||
Yes: '확인',
|
||||
No: '취소',
|
||||
Username: '이름',
|
||||
Password: '비밀번호',
|
||||
'Remember me': '비밀번호 기억하기',
|
||||
Login: '로그인',
|
||||
'No Monitors, please': '모니터링이 없어요,',
|
||||
'add one': '하나 추가해봐요',
|
||||
'Notification Type': '알림 종류',
|
||||
Email: '이메일',
|
||||
Test: '테스트',
|
||||
'Certificate Info': '인증서 정보',
|
||||
'Resolver Server': 'Resolver 서버',
|
||||
'Resource Record Type': '자원 레코드 유형',
|
||||
'Last Result': '최근 결과',
|
||||
'Create your admin account': '관리자 계정 만들기',
|
||||
'Repeat Password': '비밀번호 재입력',
|
||||
respTime: '응답 시간 (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
Create: 'Create',
|
||||
clearEventsMsg: 'Are you sure want to delete all events for this monitor?',
|
||||
clearHeartbeatsMsg: 'Are you sure want to delete all heartbeats for this monitor?',
|
||||
confirmClearStatisticsMsg: 'Are you sure want to delete ALL statistics?',
|
||||
'Clear Data': 'Clear Data',
|
||||
Events: 'Events',
|
||||
Heartbeats: 'Heartbeats',
|
||||
'Auto Get': 'Auto Get',
|
||||
enableDefaultNotificationDescription: 'For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.',
|
||||
'Default enabled': 'Default enabled',
|
||||
'Also apply to existing monitors': 'Also apply to existing monitors',
|
||||
Export: 'Export',
|
||||
Import: 'Import',
|
||||
backupDescription: 'You can backup all monitors and all notifications into a JSON file.',
|
||||
backupDescription2: 'PS: History and event data is not included.',
|
||||
backupDescription3: 'Sensitive data such as notification tokens is included in the export file, please keep it carefully.',
|
||||
alertNoFile: 'Please select a file to import.',
|
||||
alertWrongFileType: 'Please select a JSON file.',
|
||||
twoFAVerifyLabel: 'Please type in your token to verify that 2FA is working',
|
||||
tokenValidSettingsMsg: 'Token is valid! You can now save the 2FA settings.',
|
||||
confirmEnableTwoFAMsg: 'Are you sure you want to enable 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Are you sure you want to disable 2FA?',
|
||||
'Apply on all existing monitors': 'Apply on all existing monitors',
|
||||
'Verify Token': 'Verify Token',
|
||||
'Setup 2FA': 'Setup 2FA',
|
||||
'Enable 2FA': 'Enable 2FA',
|
||||
'Disable 2FA': 'Disable 2FA',
|
||||
'2FA Settings': '2FA Settings',
|
||||
'Two Factor Authentication': 'Two Factor Authentication',
|
||||
Active: 'Active',
|
||||
Inactive: 'Inactive',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Show URI',
|
||||
'Clear all statistics': 'Clear all Statistics',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "Nederlands",
|
||||
checkEverySecond: "Controleer elke {0} seconden.",
|
||||
retriesDescription: "Maximum aantal nieuwe pogingen voordat de service wordt gemarkeerd als niet beschikbaar en er een melding wordt verzonden",
|
||||
ignoreTLSError: "Negeer TLS/SSL-fout voor HTTPS-websites",
|
||||
upsideDownModeDescription: "Draai de status om. Als de service bereikbaar is, is deze OFFLINE.",
|
||||
maxRedirectDescription: "Maximaal aantal te volgen omleidingen. Stel in op 0 om omleidingen uit te schakelen.",
|
||||
acceptedStatusCodesDescription: "Selecteer statuscodes die als een succesvol antwoord worden beschouwd.",
|
||||
passwordNotMatchMsg: "Het herhaalwachtwoord komt niet overeen.",
|
||||
notificationDescription: "Wijs a.u.b. een melding toe aan de monitor(s) om het te laten werken.",
|
||||
keywordDescription: "Zoek trefwoord in gewone html of JSON-response en het is hoofdlettergevoelig",
|
||||
pauseDashboardHome: "Gepauzeerd",
|
||||
deleteMonitorMsg: "Weet u zeker dat u deze monitor wilt verwijderen?",
|
||||
deleteNotificationMsg: "Weet u zeker dat u deze melding voor alle monitoren wilt verwijderen?",
|
||||
resoverserverDescription: "Cloudflare is de standaardserver, u kunt de resolver server op elk moment wijzigen.",
|
||||
rrtypeDescription: "Selecteer het RR-type dat u wilt monitoren",
|
||||
pauseMonitorMsg: "Weet je zeker dat je wilt pauzeren?",
|
||||
enableDefaultNotificationDescription: "Voor elke nieuwe monitor wordt deze melding standaard ingeschakeld. U kunt de melding nog steeds afzonderlijk uitschakelen voor elke monitor.",
|
||||
clearEventsMsg: "Weet je zeker dat je alle evenementen voor deze monitor wilt verwijderen?",
|
||||
clearHeartbeatsMsg: "Weet je zeker dat je alle heartbeats voor deze monitor wilt verwijderen?",
|
||||
confirmClearStatisticsMsg: "Weet u zeker dat u alle statistieken wilt verwijderen?",
|
||||
twoFAVerifyLabel: "Voer uw 2FA controle token in voor verificatie",
|
||||
tokenValidSettingsMsg: "Token is geldig! U kunt nu de 2FA-instellingen opslaan.",
|
||||
confirmEnableTwoFAMsg: "Weet je zeker dat je 2FA wilt inschakelen?",
|
||||
confirmDisableTwoFAMsg: "Weet je zeker dat je 2FA wilt uitschakelen?",
|
||||
Settings: "Instellingen",
|
||||
Dashboard: "Dashboard",
|
||||
"New Update": "Nieuwe update",
|
||||
Language: "Taal",
|
||||
Appearance: "Weergave",
|
||||
Theme: "Thema",
|
||||
General: "Algemeen",
|
||||
Version: "Versie",
|
||||
"Check Update On GitHub": "Controleer voor updates op GitHub",
|
||||
List: "Lijst",
|
||||
Add: "Toevoegen",
|
||||
"Add New Monitor": "Nieuwe monitor toevoegen",
|
||||
"Quick Stats": "Snelle statistieken",
|
||||
Up: "Online",
|
||||
Down: "Offline",
|
||||
Pending: "In afwachting",
|
||||
Unknown: "Onbekend",
|
||||
Pause: "Pauze",
|
||||
Name: "Naam",
|
||||
Status: "Status",
|
||||
DateTime: "Datum Tijd",
|
||||
Message: "Bericht",
|
||||
"No important events": "Geen belangrijke gebeurtenissen",
|
||||
Resume: "Hervat",
|
||||
Edit: "Wijzigen",
|
||||
Delete: "Verwijderen",
|
||||
Current: "Huidig",
|
||||
Uptime: "Uptime",
|
||||
"Cert Exp.": "Cert. verl.",
|
||||
days: "dagen",
|
||||
day: "dag",
|
||||
"-day": "-dag",
|
||||
hour: "uur",
|
||||
"-hour": "-uur",
|
||||
Response: "Antwoord",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "Monitortype:",
|
||||
Keyword: "Trefwoord",
|
||||
"Friendly Name": "Vriendelijke naam",
|
||||
URL: "URL",
|
||||
Hostname: "Hostnaam",
|
||||
Port: "Poort",
|
||||
"Heartbeat Interval": "Hartslaginterval",
|
||||
Retries: "Pogingen",
|
||||
Advanced: "Geavanceerd",
|
||||
"Upside Down Mode": "Ondersteboven modus",
|
||||
"Max. Redirects": "Max. Omleidingen",
|
||||
"Accepted Status Codes": "Geaccepteerde statuscodes",
|
||||
Save: "Opslaan",
|
||||
Notifications: "Meldingen",
|
||||
"Not available, please setup.": "Niet beschikbaar, stel a.u.b. in.",
|
||||
"Setup Notification": "Melding instellen",
|
||||
Light: "Licht",
|
||||
Dark: "Donker",
|
||||
Auto: "Auto",
|
||||
"Theme - Heartbeat Bar": "Thema - Hartslagbalk",
|
||||
Normal: "Normaal",
|
||||
Bottom: "Onderkant",
|
||||
None: "Geen",
|
||||
Timezone: "Tijdzone",
|
||||
"Search Engine Visibility": "Zichtbaarheid voor zoekmachines",
|
||||
"Allow indexing": "Indexering toestaan",
|
||||
"Discourage search engines from indexing site": "Ontmoedig zoekmachines om de site te indexeren",
|
||||
"Change Password": "Verander wachtwoord",
|
||||
"Current Password": "Huidig wachtwoord",
|
||||
"New Password": "Nieuw wachtwoord",
|
||||
"Repeat New Password": "Herhaal nieuw wachtwoord",
|
||||
"Update Password": "Vernieuw wachtwoord",
|
||||
"Disable Auth": "Autorisatie uitschakelen",
|
||||
"Enable Auth": "Autorisatie inschakelen",
|
||||
Logout: "Uitloggen",
|
||||
Leave: "Vertrekken",
|
||||
"I understand, please disable": "Ik begrijp het, schakel a.u.b. uit",
|
||||
Confirm: "Bevestigen",
|
||||
Yes: "Ja",
|
||||
No: "Nee",
|
||||
Username: "Gebruikersnaam",
|
||||
Password: "Wachtwoord",
|
||||
"Remember me": "Wachtwoord onthouden",
|
||||
Login: "Inloggen",
|
||||
"No Monitors, please": "Geen monitoren, ",
|
||||
"add one": "voeg een toe",
|
||||
"Notification Type": "Melding type",
|
||||
Email: "E-mail",
|
||||
Test: "Testen",
|
||||
"Certificate Info": "Certificaat informatie",
|
||||
"Resolver Server": "Resolver Server",
|
||||
"Resource Record Type": "Type bronrecord",
|
||||
"Last Result": "Laatste resultaat",
|
||||
"Create your admin account": "Maak uw beheerdersaccount aan",
|
||||
"Repeat Password": "Herhaal wachtwoord",
|
||||
Export: "Exporteren",
|
||||
Import: "Importeren",
|
||||
respTime: "resp. tijd (ms)",
|
||||
notAvailableShort: "N.v.t.",
|
||||
"Default enabled": "Default enabled",
|
||||
"Apply on all existing monitors": "Pas toe op alle bestaande monitors",
|
||||
Create: "Aanmaken",
|
||||
"Clear Data": "Data wissen",
|
||||
Events: "Gebeurtenissen",
|
||||
Heartbeats: "Heartbeats",
|
||||
"Auto Get": "Auto Get",
|
||||
backupDescription: "U kunt een back-up maken van alle monitoren en alle meldingen in een JSON-bestand.",
|
||||
backupDescription2: "PS: Geschiedenis- en gebeurtenisgegevens zijn niet inbegrepen.",
|
||||
backupDescription3: "Gevoelige gegevens zoals melding tokens zijn opgenomen in het exportbestand, houd het veilig opgeslagen.",
|
||||
alertNoFile: "Selecteer een bestand om te importeren.",
|
||||
alertWrongFileType: "Selecteer een JSON-bestand.",
|
||||
"Verify Token": "Controleer token",
|
||||
"Setup 2FA": "2FA instellingen",
|
||||
"Enable 2FA": "Schakel 2FA in",
|
||||
"Disable 2FA": "Schakel 2FA uit",
|
||||
"2FA Settings": "2FA-instellingen",
|
||||
"Two Factor Authentication": "Two Factor Authenticatie",
|
||||
Active: "Actief",
|
||||
Inactive: "Inactief",
|
||||
"Also apply to existing monitors": "Also apply to existing monitors",
|
||||
Token: "Token",
|
||||
"Show URI": "Toon URI",
|
||||
"Clear all statistics": "Wis alle statistieken",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: 'Nederlands',
|
||||
checkEverySecond: 'Controleer elke {0} seconden.',
|
||||
retriesDescription: 'Maximum aantal nieuwe pogingen voordat de service wordt gemarkeerd als niet beschikbaar en er een melding wordt verzonden',
|
||||
ignoreTLSError: 'Negeer TLS/SSL-fout voor HTTPS-websites',
|
||||
upsideDownModeDescription: 'Draai de status om. Als de service bereikbaar is, is deze OFFLINE.',
|
||||
maxRedirectDescription: 'Maximaal aantal te volgen omleidingen. Stel in op 0 om omleidingen uit te schakelen.',
|
||||
acceptedStatusCodesDescription: 'Selecteer statuscodes die als een succesvol antwoord worden beschouwd.',
|
||||
passwordNotMatchMsg: 'Het herhaalwachtwoord komt niet overeen.',
|
||||
notificationDescription: 'Wijs a.u.b. een melding toe aan de monitor(s) om het te laten werken.',
|
||||
keywordDescription: 'Zoek trefwoord in gewone html of JSON-response en het is hoofdlettergevoelig',
|
||||
pauseDashboardHome: 'Gepauzeerd',
|
||||
deleteMonitorMsg: 'Weet u zeker dat u deze monitor wilt verwijderen?',
|
||||
deleteNotificationMsg: 'Weet u zeker dat u deze melding voor alle monitoren wilt verwijderen?',
|
||||
resoverserverDescription: 'Cloudflare is de standaardserver, u kunt de resolver server op elk moment wijzigen.',
|
||||
rrtypeDescription: 'Selecteer het RR-type dat u wilt monitoren',
|
||||
pauseMonitorMsg: 'Weet je zeker dat je wilt pauzeren?',
|
||||
enableDefaultNotificationDescription: 'Voor elke nieuwe monitor wordt deze melding standaard ingeschakeld. U kunt de melding nog steeds afzonderlijk uitschakelen voor elke monitor.',
|
||||
clearEventsMsg: 'Weet je zeker dat je alle evenementen voor deze monitor wilt verwijderen?',
|
||||
clearHeartbeatsMsg: 'Weet je zeker dat je alle heartbeats voor deze monitor wilt verwijderen?',
|
||||
confirmClearStatisticsMsg: 'Weet u zeker dat u alle statistieken wilt verwijderen?',
|
||||
twoFAVerifyLabel: 'Voer uw 2FA controle token in voor verificatie',
|
||||
tokenValidSettingsMsg: 'Token is geldig! U kunt nu de 2FA-instellingen opslaan.',
|
||||
confirmEnableTwoFAMsg: 'Weet je zeker dat je 2FA wilt inschakelen?',
|
||||
confirmDisableTwoFAMsg: 'Weet je zeker dat je 2FA wilt uitschakelen?',
|
||||
Settings: 'Instellingen',
|
||||
Dashboard: 'Dashboard',
|
||||
'New Update': 'Nieuwe update',
|
||||
Language: 'Taal',
|
||||
Appearance: 'Weergave',
|
||||
Theme: 'Thema',
|
||||
General: 'Algemeen',
|
||||
Version: 'Versie',
|
||||
'Check Update On GitHub': 'Controleer voor updates op GitHub',
|
||||
List: 'Lijst',
|
||||
Add: 'Toevoegen',
|
||||
'Add New Monitor': 'Nieuwe monitor toevoegen',
|
||||
'Quick Stats': 'Snelle statistieken',
|
||||
Up: 'Online',
|
||||
Down: 'Offline',
|
||||
Pending: 'In afwachting',
|
||||
Unknown: 'Onbekend',
|
||||
Pause: 'Pauze',
|
||||
Name: 'Naam',
|
||||
Status: 'Status',
|
||||
DateTime: 'Datum Tijd',
|
||||
Message: 'Bericht',
|
||||
'No important events': 'Geen belangrijke gebeurtenissen',
|
||||
Resume: 'Hervat',
|
||||
Edit: 'Wijzigen',
|
||||
Delete: 'Verwijderen',
|
||||
Current: 'Huidig',
|
||||
Uptime: 'Uptime',
|
||||
'Cert Exp.': 'Cert. verl.',
|
||||
days: 'dagen',
|
||||
day: 'dag',
|
||||
'-day': '-dag',
|
||||
hour: 'uur',
|
||||
'-hour': '-uur',
|
||||
Response: 'Antwoord',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': 'Monitortype:',
|
||||
Keyword: 'Trefwoord',
|
||||
'Friendly Name': 'Vriendelijke naam',
|
||||
URL: 'URL',
|
||||
Hostname: 'Hostnaam',
|
||||
Port: 'Poort',
|
||||
'Heartbeat Interval': 'Hartslaginterval',
|
||||
Retries: 'Pogingen',
|
||||
Advanced: 'Geavanceerd',
|
||||
'Upside Down Mode': 'Ondersteboven modus',
|
||||
'Max. Redirects': 'Max. Omleidingen',
|
||||
'Accepted Status Codes': 'Geaccepteerde statuscodes',
|
||||
Save: 'Opslaan',
|
||||
Notifications: 'Meldingen',
|
||||
'Not available, please setup.': 'Niet beschikbaar, stel a.u.b. in.',
|
||||
'Setup Notification': 'Melding instellen',
|
||||
Light: 'Licht',
|
||||
Dark: 'Donker',
|
||||
Auto: 'Auto',
|
||||
'Theme - Heartbeat Bar': 'Thema - Hartslagbalk',
|
||||
Normal: 'Normaal',
|
||||
Bottom: 'Onderkant',
|
||||
None: 'Geen',
|
||||
Timezone: 'Tijdzone',
|
||||
'Search Engine Visibility': 'Zichtbaarheid voor zoekmachines',
|
||||
'Allow indexing': 'Indexering toestaan',
|
||||
'Discourage search engines from indexing site': 'Ontmoedig zoekmachines om de site te indexeren',
|
||||
'Change Password': 'Verander wachtwoord',
|
||||
'Current Password': 'Huidig wachtwoord',
|
||||
'New Password': 'Nieuw wachtwoord',
|
||||
'Repeat New Password': 'Herhaal nieuw wachtwoord',
|
||||
'Update Password': 'Vernieuw wachtwoord',
|
||||
'Disable Auth': 'Autorisatie uitschakelen',
|
||||
'Enable Auth': 'Autorisatie inschakelen',
|
||||
Logout: 'Uitloggen',
|
||||
Leave: 'Vertrekken',
|
||||
'I understand, please disable': 'Ik begrijp het, schakel a.u.b. uit',
|
||||
Confirm: 'Bevestigen',
|
||||
Yes: 'Ja',
|
||||
No: 'Nee',
|
||||
Username: 'Gebruikersnaam',
|
||||
Password: 'Wachtwoord',
|
||||
'Remember me': 'Wachtwoord onthouden',
|
||||
Login: 'Inloggen',
|
||||
'No Monitors, please': 'Geen monitoren, ',
|
||||
'add one': 'voeg een toe',
|
||||
'Notification Type': 'Melding type',
|
||||
Email: 'E-mail',
|
||||
Test: 'Testen',
|
||||
'Certificate Info': 'Certificaat informatie',
|
||||
'Resolver Server': 'Resolver Server',
|
||||
'Resource Record Type': 'Type bronrecord',
|
||||
'Last Result': 'Laatste resultaat',
|
||||
'Create your admin account': 'Maak uw beheerdersaccount aan',
|
||||
'Repeat Password': 'Herhaal wachtwoord',
|
||||
Export: 'Exporteren',
|
||||
Import: 'Importeren',
|
||||
respTime: 'resp. tijd (ms)',
|
||||
notAvailableShort: 'N.v.t.',
|
||||
'Default enabled': 'Default enabled',
|
||||
'Apply on all existing monitors': 'Pas toe op alle bestaande monitors',
|
||||
Create: 'Aanmaken',
|
||||
'Clear Data': 'Data wissen',
|
||||
Events: 'Gebeurtenissen',
|
||||
Heartbeats: 'Heartbeats',
|
||||
'Auto Get': 'Auto Get',
|
||||
backupDescription: 'U kunt een back-up maken van alle monitoren en alle meldingen in een JSON-bestand.',
|
||||
backupDescription2: 'PS: Geschiedenis- en gebeurtenisgegevens zijn niet inbegrepen.',
|
||||
backupDescription3: 'Gevoelige gegevens zoals melding tokens zijn opgenomen in het exportbestand, houd het veilig opgeslagen.',
|
||||
alertNoFile: 'Selecteer een bestand om te importeren.',
|
||||
alertWrongFileType: 'Selecteer een JSON-bestand.',
|
||||
'Verify Token': 'Controleer token',
|
||||
'Setup 2FA': '2FA instellingen',
|
||||
'Enable 2FA': 'Schakel 2FA in',
|
||||
'Disable 2FA': 'Schakel 2FA uit',
|
||||
'2FA Settings': '2FA-instellingen',
|
||||
'Two Factor Authentication': 'Two Factor Authenticatie',
|
||||
Active: 'Actief',
|
||||
Inactive: 'Inactief',
|
||||
'Also apply to existing monitors': 'Also apply to existing monitors',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Toon URI',
|
||||
'Clear all statistics': 'Wis alle statistieken',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "Polski",
|
||||
checkEverySecond: "Sprawdzaj co {0} sekund.",
|
||||
retriesDescription: "Maksymalna liczba powtórzeń, zanim usługa zostanie oznaczona jako wyłączona i zostanie wysłane powiadomienie",
|
||||
ignoreTLSError: "Ignoruj błąd TLS/SSL dla stron HTTPS",
|
||||
upsideDownModeDescription: "Odwróć status do góry nogami. Jeśli usługa jest osiągalna, to jest oznaczona jako niedostępna.",
|
||||
maxRedirectDescription: "Maksymalna liczba przekierowań do wykonania. Ustaw na 0, aby wyłączyć przekierowania.",
|
||||
acceptedStatusCodesDescription: "Wybierz kody stanu, które są uważane za udaną odpowiedź.",
|
||||
passwordNotMatchMsg: "Powtórzone hasło nie pasuje.",
|
||||
notificationDescription: "Proszę przypisać powiadomienie do monitora(ów), aby zadziałało.",
|
||||
keywordDescription: "Wyszukiwanie słów kluczowych w zwykłym html lub odpowiedzi JSON. Wielkość liter ma znaczenie.",
|
||||
pauseDashboardHome: "Pauza",
|
||||
deleteMonitorMsg: "Czy na pewno chcesz usunąć ten monitor?",
|
||||
deleteNotificationMsg: "Czy na pewno chcesz usunąć to powiadomienie dla wszystkich monitorów?",
|
||||
resoverserverDescription: "Cloudflare jest domyślnym serwerem, możesz zmienić serwer resolver w każdej chwili.",
|
||||
rrtypeDescription: "Wybierz RR-Type który chcesz monitorować",
|
||||
pauseMonitorMsg: "Czy na pewno chcesz wstrzymać?",
|
||||
Settings: "Ustawienia",
|
||||
Dashboard: "Panel",
|
||||
"New Update": "Nowa aktualizacja",
|
||||
Language: "Język",
|
||||
Appearance: "Wygląd",
|
||||
Theme: "Motyw",
|
||||
General: "Ogólne",
|
||||
Version: "Wersja",
|
||||
"Check Update On GitHub": "Sprawdź aktualizację na GitHub.",
|
||||
List: "Lista",
|
||||
Add: "Dodaj",
|
||||
"Add New Monitor": "Dodaj nowy monitor",
|
||||
"Quick Stats": "Szybkie statystyki",
|
||||
Up: "Online",
|
||||
Down: "Offline",
|
||||
Pending: "Oczekujący",
|
||||
Unknown: "Nieznane",
|
||||
Pause: "Pauza",
|
||||
Name: "Nazwa",
|
||||
Status: "Status",
|
||||
DateTime: "Data i godzina",
|
||||
Message: "Wiadomość",
|
||||
"No important events": "Brak ważnych wydarzeń",
|
||||
Resume: "Wznów",
|
||||
Edit: "Edytuj",
|
||||
Delete: "Usuń",
|
||||
Current: "aktualny",
|
||||
Uptime: "Czas pracy",
|
||||
"Cert Exp.": "Wygaśnięcie certyfikatu",
|
||||
days: "dni",
|
||||
day: "dzień",
|
||||
"-day": " dni",
|
||||
hour: "godzina",
|
||||
"-hour": " godziny",
|
||||
Response: "Odpowiedź",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "Typ monitora",
|
||||
Keyword: "Słowo kluczowe",
|
||||
"Friendly Name": "Przyjazna nazwa",
|
||||
URL: "URL",
|
||||
Hostname: "Nazwa hosta",
|
||||
Port: "Port",
|
||||
"Heartbeat Interval": "Interwał bicia serca",
|
||||
Retries: "Prób",
|
||||
Advanced: "Zaawansowane",
|
||||
"Upside Down Mode": "Tryb do góry nogami",
|
||||
"Max. Redirects": "Maks. przekierowania",
|
||||
"Accepted Status Codes": "Akceptowane kody statusu",
|
||||
Save: "Zapisz",
|
||||
Notifications: "Powiadomienia",
|
||||
"Not available, please setup.": "Niedostępne, proszę skonfigurować.",
|
||||
"Setup Notification": "Konfiguracja powiadomień",
|
||||
Light: "Jasny",
|
||||
Dark: "Ciemny",
|
||||
Auto: "Automatyczny",
|
||||
"Theme - Heartbeat Bar": "Motyw - pasek bicia serca",
|
||||
Normal: "Normalne",
|
||||
Bottom: "Na dole",
|
||||
None: "Brak",
|
||||
Timezone: "Strefa czasowa",
|
||||
"Search Engine Visibility": "Widoczność w wyszukiwarce",
|
||||
"Allow indexing": "Pozwól na indeksowanie",
|
||||
"Discourage search engines from indexing site": "Zniechęcaj wyszukiwarki do indeksowania strony",
|
||||
"Change Password": "Zmień hasło",
|
||||
"Current Password": "Aktualne hasło",
|
||||
"New Password": "Nowe hasło",
|
||||
"Repeat New Password": "Powtórz nowe hasło",
|
||||
"Update Password": "Zaktualizuj hasło",
|
||||
"Disable Auth": "Wyłącz autoryzację",
|
||||
"Enable Auth": "Włącz autoryzację ",
|
||||
Logout: "Wyloguj się",
|
||||
Leave: "Zostaw",
|
||||
"I understand, please disable": "Rozumiem, proszę wyłączyć",
|
||||
Confirm: "Potwierdź",
|
||||
Yes: "Tak",
|
||||
No: "Nie",
|
||||
Username: "Nazwa użytkownika",
|
||||
Password: "Hasło",
|
||||
"Remember me": "Zapamiętaj mnie",
|
||||
Login: "Zaloguj się",
|
||||
"No Monitors, please": "Brak monitorów, proszę",
|
||||
"add one": "dodaj jeden",
|
||||
"Notification Type": "Typ powiadomienia",
|
||||
Email: "Email",
|
||||
Test: "Test",
|
||||
"Certificate Info": "Informacje o certyfikacie",
|
||||
"Resolver Server": "Server resolver",
|
||||
"Resource Record Type": "Typ rekordu zasobów",
|
||||
"Last Result": "Ostatni wynik",
|
||||
"Create your admin account": "Utwórz swoje konto administratora",
|
||||
"Repeat Password": "Powtórz hasło",
|
||||
respTime: "Czas odp. (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
Create: "Stwórz",
|
||||
clearEventsMsg: "Jesteś pewien, że chcesz usunąć wszystkie monitory dla tej strony?",
|
||||
clearHeartbeatsMsg: "Jesteś pewien, że chcesz usunąć wszystkie bicia serca dla tego monitora?",
|
||||
confirmClearStatisticsMsg: "Jesteś pewien, że chcesz usunąć WSZYSTKIE statystyki?",
|
||||
"Clear Data": "Usuń dane",
|
||||
Events: "Wydarzenia",
|
||||
Heartbeats: "Bicia serca",
|
||||
"Auto Get": "Pobierz automatycznie",
|
||||
enableDefaultNotificationDescription: "Dla każdego nowego monitora to powiadomienie będzie domyślnie włączone. Nadal możesz wyłączyć powiadomienia osobno dla każdego monitora.",
|
||||
"Default enabled": "Domyślnie włączone",
|
||||
"Also apply to existing monitors": "Również zastosuj do obecnych monitorów",
|
||||
Export: "Eksportuj",
|
||||
Import: "Importuj",
|
||||
backupDescription: "Możesz wykonać kopię zapasową wszystkich monitorów i wszystkich powiadomień do pliku JSON.",
|
||||
backupDescription2: "PS: Historia i dane zdarzeń nie są uwzględniane.",
|
||||
backupDescription3: "Poufne dane, takie jak tokeny powiadomień, są zawarte w pliku eksportu, prosimy o ostrożne przechowywanie.",
|
||||
alertNoFile: "Proszę wybrać plik do importu.",
|
||||
alertWrongFileType: "Proszę wybrać plik JSON.",
|
||||
twoFAVerifyLabel: "Proszę podaj swój token 2FA, aby sprawdzić czy 2FA działa",
|
||||
tokenValidSettingsMsg: "Token jest poprawny! Możesz teraz zapisać ustawienia 2FA.",
|
||||
confirmEnableTwoFAMsg: "Jesteś pewien że chcesz włączyć 2FA?",
|
||||
confirmDisableTwoFAMsg: "Jesteś pewien że chcesz wyłączyć 2FA?",
|
||||
"Apply on all existing monitors": "Zastosuj do wszystki obecnych monitorów",
|
||||
"Verify Token": "Weryfikuj token",
|
||||
"Setup 2FA": "Konfiguracja 2FA",
|
||||
"Enable 2FA": "Włącz 2FA",
|
||||
"Disable 2FA": "Wyłącz 2FA",
|
||||
"2FA Settings": "Ustawienia 2FA",
|
||||
"Two Factor Authentication": "Uwierzytelnienie dwuskładnikowe",
|
||||
Active: "Włączone",
|
||||
Inactive: "Wyłączone",
|
||||
Token: "Token",
|
||||
"Show URI": "Pokaż URI",
|
||||
"Clear all statistics": "Wyczyść wszystkie statystyki",
|
||||
retryCheckEverySecond: "Ponawiaj co {0} sekund.",
|
||||
importHandleDescription: "Wybierz 'Pomiń istniejące', jeśli chcesz pominąć każdy monitor lub powiadomienie o tej samej nazwie. 'Nadpisz' spowoduje usunięcie każdego istniejącego monitora i powiadomienia.",
|
||||
confirmImportMsg: "Czy na pewno chcesz zaimportować kopię zapasową? Upewnij się, że wybrałeś właściwą opcję importu.",
|
||||
"Heartbeat Retry Interval": "Częstotliwość ponawiania bicia serca",
|
||||
"Import Backup": "Importuj kopię zapasową",
|
||||
"Export Backup": "Eksportuj kopię zapasową",
|
||||
"Skip existing": "Pomiń istniejące",
|
||||
Overwrite: "Nadpisz",
|
||||
Options: "Opcje",
|
||||
"Keep both": "Zachowaj oba",
|
||||
Tags: "Tagi",
|
||||
"Add New below or Select...": "Dodaj nowy poniżej lub wybierz...",
|
||||
"Tag with this name already exist.": "Tag o tej nazwie już istnieje.",
|
||||
"Tag with this value already exist.": "Tag o tej wartości już istnieje.",
|
||||
color: "kolor",
|
||||
"value (optional)": "wartość (opcjonalnie)",
|
||||
Gray: "Szary",
|
||||
Red: "Czerwony",
|
||||
Orange: "Pomarańczowy",
|
||||
Green: "Zielony",
|
||||
Blue: "Niebieski",
|
||||
Indigo: "Indygo",
|
||||
Purple: "Fioletowy",
|
||||
Pink: "Różowy",
|
||||
"Search...": "Szukaj...",
|
||||
"Avg. Ping": "Średni ping",
|
||||
"Avg. Response": "Średnia odpowiedź",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: 'Polski',
|
||||
checkEverySecond: 'Sprawdzaj co {0} sekund.',
|
||||
retriesDescription: 'Maksymalna liczba powtórzeń, zanim usługa zostanie oznaczona jako wyłączona i zostanie wysłane powiadomienie',
|
||||
ignoreTLSError: 'Ignoruj błąd TLS/SSL dla stron HTTPS',
|
||||
upsideDownModeDescription: 'Odwróć status do góry nogami. Jeśli usługa jest osiągalna, to jest oznaczona jako niedostępna.',
|
||||
maxRedirectDescription: 'Maksymalna liczba przekierowań do wykonania. Ustaw na 0, aby wyłączyć przekierowania.',
|
||||
acceptedStatusCodesDescription: 'Wybierz kody stanu, które są uważane za udaną odpowiedź.',
|
||||
passwordNotMatchMsg: 'Powtórzone hasło nie pasuje.',
|
||||
notificationDescription: 'Proszę przypisać powiadomienie do monitora(ów), aby zadziałało.',
|
||||
keywordDescription: 'Wyszukiwanie słów kluczowych w zwykłym html lub odpowiedzi JSON. Wielkość liter ma znaczenie.',
|
||||
pauseDashboardHome: 'Pauza',
|
||||
deleteMonitorMsg: 'Czy na pewno chcesz usunąć ten monitor?',
|
||||
deleteNotificationMsg: 'Czy na pewno chcesz usunąć to powiadomienie dla wszystkich monitorów?',
|
||||
resoverserverDescription: 'Cloudflare jest domyślnym serwerem, możesz zmienić serwer resolver w każdej chwili.',
|
||||
rrtypeDescription: 'Wybierz RR-Type który chcesz monitorować',
|
||||
pauseMonitorMsg: 'Czy na pewno chcesz wstrzymać?',
|
||||
Settings: 'Ustawienia',
|
||||
Dashboard: 'Panel',
|
||||
'New Update': 'Nowa aktualizacja',
|
||||
Language: 'Język',
|
||||
Appearance: 'Wygląd',
|
||||
Theme: 'Motyw',
|
||||
General: 'Ogólne',
|
||||
Version: 'Wersja',
|
||||
'Check Update On GitHub': 'Sprawdź aktualizację na GitHub.',
|
||||
List: 'Lista',
|
||||
Add: 'Dodaj',
|
||||
'Add New Monitor': 'Dodaj nowy monitor',
|
||||
'Quick Stats': 'Szybkie statystyki',
|
||||
Up: 'Online',
|
||||
Down: 'Offline',
|
||||
Pending: 'Oczekujący',
|
||||
Unknown: 'Nieznane',
|
||||
Pause: 'Pauza',
|
||||
Name: 'Nazwa',
|
||||
Status: 'Status',
|
||||
DateTime: 'Data i godzina',
|
||||
Message: 'Wiadomość',
|
||||
'No important events': 'Brak ważnych wydarzeń',
|
||||
Resume: 'Wznów',
|
||||
Edit: 'Edytuj',
|
||||
Delete: 'Usuń',
|
||||
Current: 'aktualny',
|
||||
Uptime: 'Czas pracy',
|
||||
'Cert Exp.': 'Wygaśnięcie certyfikatu',
|
||||
days: 'dni',
|
||||
day: 'dzień',
|
||||
'-day': ' dni',
|
||||
hour: 'godzina',
|
||||
'-hour': ' godziny',
|
||||
Response: 'Odpowiedź',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': 'Typ monitora',
|
||||
Keyword: 'Słowo kluczowe',
|
||||
'Friendly Name': 'Przyjazna nazwa',
|
||||
URL: 'URL',
|
||||
Hostname: 'Nazwa hosta',
|
||||
Port: 'Port',
|
||||
'Heartbeat Interval': 'Interwał bicia serca',
|
||||
Retries: 'Prób',
|
||||
Advanced: 'Zaawansowane',
|
||||
'Upside Down Mode': 'Tryb do góry nogami',
|
||||
'Max. Redirects': 'Maks. przekierowania',
|
||||
'Accepted Status Codes': 'Akceptowane kody statusu',
|
||||
Save: 'Zapisz',
|
||||
Notifications: 'Powiadomienia',
|
||||
'Not available, please setup.': 'Niedostępne, proszę skonfigurować.',
|
||||
'Setup Notification': 'Konfiguracja powiadomień',
|
||||
Light: 'Jasny',
|
||||
Dark: 'Ciemny',
|
||||
Auto: 'Automatyczny',
|
||||
'Theme - Heartbeat Bar': 'Motyw - pasek bicia serca',
|
||||
Normal: 'Normalne',
|
||||
Bottom: 'Na dole',
|
||||
None: 'Brak',
|
||||
Timezone: 'Strefa czasowa',
|
||||
'Search Engine Visibility': 'Widoczność w wyszukiwarce',
|
||||
'Allow indexing': 'Pozwól na indeksowanie',
|
||||
'Discourage search engines from indexing site': 'Zniechęcaj wyszukiwarki do indeksowania strony',
|
||||
'Change Password': 'Zmień hasło',
|
||||
'Current Password': 'Aktualne hasło',
|
||||
'New Password': 'Nowe hasło',
|
||||
'Repeat New Password': 'Powtórz nowe hasło',
|
||||
'Update Password': 'Zaktualizuj hasło',
|
||||
'Disable Auth': 'Wyłącz autoryzację',
|
||||
'Enable Auth': 'Włącz autoryzację ',
|
||||
Logout: 'Wyloguj się',
|
||||
Leave: 'Zostaw',
|
||||
'I understand, please disable': 'Rozumiem, proszę wyłączyć',
|
||||
Confirm: 'Potwierdź',
|
||||
Yes: 'Tak',
|
||||
No: 'Nie',
|
||||
Username: 'Nazwa użytkownika',
|
||||
Password: 'Hasło',
|
||||
'Remember me': 'Zapamiętaj mnie',
|
||||
Login: 'Zaloguj się',
|
||||
'No Monitors, please': 'Brak monitorów, proszę',
|
||||
'add one': 'dodaj jeden',
|
||||
'Notification Type': 'Typ powiadomienia',
|
||||
Email: 'Email',
|
||||
Test: 'Test',
|
||||
'Certificate Info': 'Informacje o certyfikacie',
|
||||
'Resolver Server': 'Server resolver',
|
||||
'Resource Record Type': 'Typ rekordu zasobów',
|
||||
'Last Result': 'Ostatni wynik',
|
||||
'Create your admin account': 'Utwórz swoje konto administratora',
|
||||
'Repeat Password': 'Powtórz hasło',
|
||||
respTime: 'Czas odp. (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
Create: 'Stwórz',
|
||||
clearEventsMsg: 'Jesteś pewien, że chcesz usunąć wszystkie monitory dla tej strony?',
|
||||
clearHeartbeatsMsg: 'Jesteś pewien, że chcesz usunąć wszystkie bicia serca dla tego monitora?',
|
||||
confirmClearStatisticsMsg: 'Jesteś pewien, że chcesz usunąć WSZYSTKIE statystyki?',
|
||||
'Clear Data': 'Usuń dane',
|
||||
Events: 'Wydarzenia',
|
||||
Heartbeats: 'Bicia serca',
|
||||
'Auto Get': 'Pobierz automatycznie',
|
||||
enableDefaultNotificationDescription: 'Dla każdego nowego monitora to powiadomienie będzie domyślnie włączone. Nadal możesz wyłączyć powiadomienia osobno dla każdego monitora.',
|
||||
'Default enabled': 'Domyślnie włączone',
|
||||
'Also apply to existing monitors': 'Również zastosuj do obecnych monitorów',
|
||||
Export: 'Eksportuj',
|
||||
Import: 'Importuj',
|
||||
backupDescription: 'Możesz wykonać kopię zapasową wszystkich monitorów i wszystkich powiadomień do pliku JSON.',
|
||||
backupDescription2: 'PS: Historia i dane zdarzeń nie są uwzględniane.',
|
||||
backupDescription3: 'Poufne dane, takie jak tokeny powiadomień, są zawarte w pliku eksportu, prosimy o ostrożne przechowywanie.',
|
||||
alertNoFile: 'Proszę wybrać plik do importu.',
|
||||
alertWrongFileType: 'Proszę wybrać plik JSON.',
|
||||
twoFAVerifyLabel: 'Proszę podaj swój token 2FA, aby sprawdzić czy 2FA działa',
|
||||
tokenValidSettingsMsg: 'Token jest poprawny! Możesz teraz zapisać ustawienia 2FA.',
|
||||
confirmEnableTwoFAMsg: 'Jesteś pewien że chcesz włączyć 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Jesteś pewien że chcesz wyłączyć 2FA?',
|
||||
'Apply on all existing monitors': 'Zastosuj do wszystki obecnych monitorów',
|
||||
'Verify Token': 'Weryfikuj token',
|
||||
'Setup 2FA': 'Konfiguracja 2FA',
|
||||
'Enable 2FA': 'Włącz 2FA',
|
||||
'Disable 2FA': 'Wyłącz 2FA',
|
||||
'2FA Settings': 'Ustawienia 2FA',
|
||||
'Two Factor Authentication': 'Uwierzytelnienie dwuskładnikowe',
|
||||
Active: 'Włączone',
|
||||
Inactive: 'Wyłączone',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Pokaż URI',
|
||||
'Clear all statistics': 'Wyczyść wszystkie statystyki',
|
||||
retryCheckEverySecond: 'Ponawiaj co {0} sekund.',
|
||||
importHandleDescription: "Wybierz 'Pomiń istniejące', jeśli chcesz pominąć każdy monitor lub powiadomienie o tej samej nazwie. 'Nadpisz' spowoduje usunięcie każdego istniejącego monitora i powiadomienia.",
|
||||
confirmImportMsg: 'Czy na pewno chcesz zaimportować kopię zapasową? Upewnij się, że wybrałeś właściwą opcję importu.',
|
||||
'Heartbeat Retry Interval': 'Częstotliwość ponawiania bicia serca',
|
||||
'Import Backup': 'Importuj kopię zapasową',
|
||||
'Export Backup': 'Eksportuj kopię zapasową',
|
||||
'Skip existing': 'Pomiń istniejące',
|
||||
Overwrite: 'Nadpisz',
|
||||
Options: 'Opcje',
|
||||
'Keep both': 'Zachowaj oba',
|
||||
Tags: 'Tagi',
|
||||
'Add New below or Select...': 'Dodaj nowy poniżej lub wybierz...',
|
||||
'Tag with this name already exist.': 'Tag o tej nazwie już istnieje.',
|
||||
'Tag with this value already exist.': 'Tag o tej wartości już istnieje.',
|
||||
color: 'kolor',
|
||||
'value (optional)': 'wartość (opcjonalnie)',
|
||||
Gray: 'Szary',
|
||||
Red: 'Czerwony',
|
||||
Orange: 'Pomarańczowy',
|
||||
Green: 'Zielony',
|
||||
Blue: 'Niebieski',
|
||||
Indigo: 'Indygo',
|
||||
Purple: 'Fioletowy',
|
||||
Pink: 'Różowy',
|
||||
'Search...': 'Szukaj...',
|
||||
'Avg. Ping': 'Średni ping',
|
||||
'Avg. Response': 'Średnia odpowiedź',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "Português (Brasileiro)",
|
||||
checkEverySecond: "Verificar cada {0} segundos.",
|
||||
retryCheckEverySecond: "Tentar novamente a cada {0} segundos.",
|
||||
retriesDescription: "Máximo de tentativas antes que o serviço seja marcado como inativo e uma notificação seja enviada",
|
||||
ignoreTLSError: "Ignorar erros TLS/SSL para sites HTTPS",
|
||||
upsideDownModeDescription: "Inverta o status de cabeça para baixo. Se o serviço estiver acessível, ele está OFFLINE.",
|
||||
maxRedirectDescription: "Número máximo de redirecionamentos a seguir. Defina como 0 para desativar redirecionamentos.",
|
||||
acceptedStatusCodesDescription: "Selecione os códigos de status que são considerados uma resposta bem-sucedida.",
|
||||
passwordNotMatchMsg: "A senha repetida não corresponde.",
|
||||
notificationDescription: "Atribua uma notificação ao (s) monitor (es) para que funcione.",
|
||||
keywordDescription: "Pesquise a palavra-chave em html simples ou resposta JSON e diferencia maiúsculas de minúsculas",
|
||||
pauseDashboardHome: "Pausar",
|
||||
deleteMonitorMsg: "Tem certeza de que deseja excluir este monitor?",
|
||||
deleteNotificationMsg: "Tem certeza de que deseja excluir esta notificação para todos os monitores?",
|
||||
resoverserverDescription: "Cloudflare é o servidor padrão, você pode alterar o servidor resolvedor a qualquer momento.",
|
||||
rrtypeDescription: "Selecione o RR-Type que você deseja monitorar",
|
||||
pauseMonitorMsg: "Tem certeza que deseja fazer uma pausa?",
|
||||
enableDefaultNotificationDescription: "Para cada novo monitor, esta notificação será habilitada por padrão. Você ainda pode desativar a notificação separadamente para cada monitor.",
|
||||
clearEventsMsg: "Tem certeza de que deseja excluir todos os eventos deste monitor?",
|
||||
clearHeartbeatsMsg: "Tem certeza de que deseja excluir todos os heartbeats deste monitor?",
|
||||
confirmClearStatisticsMsg: "Tem certeza que deseja excluir TODAS as estatísticas?",
|
||||
importHandleDescription: "Escolha 'Ignorar existente' se quiser ignorar todos os monitores ou notificações com o mesmo nome. 'Substituir' excluirá todos os monitores e notificações existentes.",
|
||||
confirmImportMsg: "Tem certeza que deseja importar o backup? Certifique-se de que selecionou a opção de importação correta.",
|
||||
twoFAVerifyLabel: "Digite seu token para verificar se 2FA está funcionando",
|
||||
tokenValidSettingsMsg: "O token é válido! Agora você pode salvar as configurações 2FA.",
|
||||
confirmEnableTwoFAMsg: "Tem certeza de que deseja habilitar 2FA?",
|
||||
confirmDisableTwoFAMsg: "Tem certeza de que deseja desativar 2FA?",
|
||||
Settings: "Configurações",
|
||||
Dashboard: "Dashboard",
|
||||
"New Update": "Nova Atualização",
|
||||
Language: "Linguagem",
|
||||
Appearance: "Aparência",
|
||||
Theme: "Tema",
|
||||
General: "Geral",
|
||||
Version: "Versão",
|
||||
"Check Update On GitHub": "Verificar atualização no Github",
|
||||
List: "Lista",
|
||||
Add: "Adicionar",
|
||||
"Add New Monitor": "Adicionar novo monitor",
|
||||
"Quick Stats": "Estatísticas rápidas",
|
||||
Up: "On",
|
||||
Down: "Off",
|
||||
Pending: "Pendente",
|
||||
Unknown: "Desconhecido",
|
||||
Pause: "Pausar",
|
||||
Name: "Nome",
|
||||
Status: "Status",
|
||||
DateTime: "Data hora",
|
||||
Message: "Mensagem",
|
||||
"No important events": "Nenhum evento importante",
|
||||
Resume: "Resumo",
|
||||
Edit: "Editar",
|
||||
Delete: "Deletar",
|
||||
Current: "Atual",
|
||||
Uptime: "Tempo de atividade",
|
||||
"Cert Exp.": "Cert Exp.",
|
||||
days: "dias",
|
||||
day: "dia",
|
||||
"-day": "-dia",
|
||||
hour: "hora",
|
||||
"-hour": "-hora",
|
||||
Response: "Resposta",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "Tipo de Monitor",
|
||||
Keyword: "Palavra-Chave",
|
||||
"Friendly Name": "Nome Amigável",
|
||||
URL: "URL",
|
||||
Hostname: "Hostname",
|
||||
Port: "Porta",
|
||||
"Heartbeat Interval": "Intervalo de Heartbeat",
|
||||
Retries: "Novas tentativas",
|
||||
"Heartbeat Retry Interval": "Intervalo de repetição de Heartbeat",
|
||||
Advanced: "Avançado",
|
||||
"Upside Down Mode": "Modo de cabeça para baixo",
|
||||
"Max. Redirects": "Redirecionamento Máx.",
|
||||
"Accepted Status Codes": "Status Code Aceitáveis",
|
||||
Save: "Salvar",
|
||||
Notifications: "Notificações",
|
||||
"Not available, please setup.": "Não disponível, por favor configure.",
|
||||
"Setup Notification": "Configurar Notificação",
|
||||
Light: "Claro",
|
||||
Dark: "Escuro",
|
||||
Auto: "Auto",
|
||||
"Theme - Heartbeat Bar": "Tema - Barra de Heartbeat",
|
||||
Normal: "Normal",
|
||||
Bottom: "Inferior",
|
||||
None: "Nenhum",
|
||||
Timezone: "Fuso horário",
|
||||
"Search Engine Visibility": "Visibilidade do mecanismo de pesquisa",
|
||||
"Allow indexing": "Permitir Indexação",
|
||||
"Discourage search engines from indexing site": "Desencoraje os motores de busca de indexar o site",
|
||||
"Change Password": "Mudar senha",
|
||||
"Current Password": "Senha atual",
|
||||
"New Password": "Nova Senha",
|
||||
"Repeat New Password": "Repetir Nova Senha",
|
||||
"Update Password": "Atualizar Senha",
|
||||
"Disable Auth": "Desativar Autenticação",
|
||||
"Enable Auth": "Ativar Autenticação",
|
||||
Logout: "Deslogar",
|
||||
Leave: "Sair",
|
||||
"I understand, please disable": "Eu entendo, por favor desative.",
|
||||
Confirm: "Confirmar",
|
||||
Yes: "Sim",
|
||||
No: "Não",
|
||||
Username: "Usuário",
|
||||
Password: "Senha",
|
||||
"Remember me": "Lembre-me",
|
||||
Login: "Autenticar",
|
||||
"No Monitors, please": "Nenhum monitor, por favor",
|
||||
"add one": "adicionar um",
|
||||
"Notification Type": "Tipo de Notificação",
|
||||
Email: "Email",
|
||||
Test: "Testar",
|
||||
"Certificate Info": "Info. do Certificado ",
|
||||
"Resolver Server": "Resolver Servidor",
|
||||
"Resource Record Type": "Tipo de registro de aplicação",
|
||||
"Last Result": "Último resultado",
|
||||
"Create your admin account": "Crie sua conta de admin",
|
||||
"Repeat Password": "Repita a senha",
|
||||
"Import Backup": "Importar Backup",
|
||||
"Export Backup": "Exportar Backup",
|
||||
Export: "Exportar",
|
||||
Import: "Importar",
|
||||
respTime: "Tempo de Resp. (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
"Default enabled": "Padrão habilitado",
|
||||
"Apply on all existing monitors": "Aplicar em todos os monitores existentes",
|
||||
Create: "Criar",
|
||||
"Clear Data": "Limpar Dados",
|
||||
Events: "Eventos",
|
||||
Heartbeats: "Heartbeats",
|
||||
"Auto Get": "Obter Automático",
|
||||
backupDescription: "Você pode fazer backup de todos os monitores e todas as notificações em um arquivo JSON.",
|
||||
backupDescription2: "OBS: Os dados do histórico e do evento não estão incluídos.",
|
||||
backupDescription3: "Dados confidenciais, como tokens de notificação, estão incluídos no arquivo de exportação, mantenha-o com cuidado.",
|
||||
alertNoFile: "Selecione um arquivo para importar.",
|
||||
alertWrongFileType: "Selecione um arquivo JSON.",
|
||||
"Clear all statistics": "Limpar todas as estatísticas",
|
||||
"Skip existing": "Pular existente",
|
||||
Overwrite: "Sobrescrever",
|
||||
Options: "Opções",
|
||||
"Keep both": "Manter os dois",
|
||||
"Verify Token": "Verificar Token",
|
||||
"Setup 2FA": "Configurar 2FA",
|
||||
"Enable 2FA": "Ativar 2FA",
|
||||
"Disable 2FA": "Desativar 2FA",
|
||||
"2FA Settings": "Configurações do 2FA ",
|
||||
"Two Factor Authentication": "Autenticação e Dois Fatores",
|
||||
Active: "Ativo",
|
||||
Inactive: "Inativo",
|
||||
Token: "Token",
|
||||
"Show URI": "Mostrar URI",
|
||||
Tags: "Tag",
|
||||
"Add New below or Select...": "Adicionar Novo abaixo ou Selecionar ...",
|
||||
"Tag with this name already exist.": "Já existe uma etiqueta com este nome.",
|
||||
"Tag with this value already exist.": "Já existe uma etiqueta com este valor.",
|
||||
color: "cor",
|
||||
"value (optional)": "valor (opcional)",
|
||||
Gray: "Cinza",
|
||||
Red: "Vermelho",
|
||||
Orange: "Laranja",
|
||||
Green: "Verde",
|
||||
Blue: "Azul",
|
||||
Indigo: "Índigo",
|
||||
Purple: "Roxo",
|
||||
Pink: "Rosa",
|
||||
"Search...": "Buscar...",
|
||||
"Avg. Ping": "Ping Médio.",
|
||||
"Avg. Response": "Resposta Média. ",
|
||||
"Status Page": "Página de Status",
|
||||
"Entry Page": "Página de entrada",
|
||||
"statusPageNothing": "Nada aqui, por favor, adicione um grupo ou monitor.",
|
||||
"No Services": "Nenhum Serviço",
|
||||
"All Systems Operational": "Todos os Serviços Operacionais",
|
||||
"Partially Degraded Service": "Serviço parcialmente degradado",
|
||||
"Degraded Service": "Serviço Degradado",
|
||||
"Add Group": "Adicionar Grupo",
|
||||
"Add a monitor": "Adicionar um monitor",
|
||||
"Edit Status Page": "Editar Página de Status",
|
||||
"Go to Dashboard": "Ir para a dashboard",
|
||||
};
|
||||
languageName: 'Português (Brasileiro)',
|
||||
checkEverySecond: 'Verificar cada {0} segundos.',
|
||||
retryCheckEverySecond: 'Tentar novamente a cada {0} segundos.',
|
||||
retriesDescription: 'Máximo de tentativas antes que o serviço seja marcado como inativo e uma notificação seja enviada',
|
||||
ignoreTLSError: 'Ignorar erros TLS/SSL para sites HTTPS',
|
||||
upsideDownModeDescription: 'Inverta o status de cabeça para baixo. Se o serviço estiver acessível, ele está OFFLINE.',
|
||||
maxRedirectDescription: 'Número máximo de redirecionamentos a seguir. Defina como 0 para desativar redirecionamentos.',
|
||||
acceptedStatusCodesDescription: 'Selecione os códigos de status que são considerados uma resposta bem-sucedida.',
|
||||
passwordNotMatchMsg: 'A senha repetida não corresponde.',
|
||||
notificationDescription: 'Atribua uma notificação ao (s) monitor (es) para que funcione.',
|
||||
keywordDescription: 'Pesquise a palavra-chave em html simples ou resposta JSON e diferencia maiúsculas de minúsculas',
|
||||
pauseDashboardHome: 'Pausar',
|
||||
deleteMonitorMsg: 'Tem certeza de que deseja excluir este monitor?',
|
||||
deleteNotificationMsg: 'Tem certeza de que deseja excluir esta notificação para todos os monitores?',
|
||||
resoverserverDescription: 'Cloudflare é o servidor padrão, você pode alterar o servidor resolvedor a qualquer momento.',
|
||||
rrtypeDescription: 'Selecione o RR-Type que você deseja monitorar',
|
||||
pauseMonitorMsg: 'Tem certeza que deseja fazer uma pausa?',
|
||||
enableDefaultNotificationDescription: 'Para cada novo monitor, esta notificação será habilitada por padrão. Você ainda pode desativar a notificação separadamente para cada monitor.',
|
||||
clearEventsMsg: 'Tem certeza de que deseja excluir todos os eventos deste monitor?',
|
||||
clearHeartbeatsMsg: 'Tem certeza de que deseja excluir todos os heartbeats deste monitor?',
|
||||
confirmClearStatisticsMsg: 'Tem certeza que deseja excluir TODAS as estatísticas?',
|
||||
importHandleDescription: "Escolha 'Ignorar existente' se quiser ignorar todos os monitores ou notificações com o mesmo nome. 'Substituir' excluirá todos os monitores e notificações existentes.",
|
||||
confirmImportMsg: 'Tem certeza que deseja importar o backup? Certifique-se de que selecionou a opção de importação correta.',
|
||||
twoFAVerifyLabel: 'Digite seu token para verificar se 2FA está funcionando',
|
||||
tokenValidSettingsMsg: 'O token é válido! Agora você pode salvar as configurações 2FA.',
|
||||
confirmEnableTwoFAMsg: 'Tem certeza de que deseja habilitar 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Tem certeza de que deseja desativar 2FA?',
|
||||
Settings: 'Configurações',
|
||||
Dashboard: 'Dashboard',
|
||||
'New Update': 'Nova Atualização',
|
||||
Language: 'Linguagem',
|
||||
Appearance: 'Aparência',
|
||||
Theme: 'Tema',
|
||||
General: 'Geral',
|
||||
Version: 'Versão',
|
||||
'Check Update On GitHub': 'Verificar atualização no Github',
|
||||
List: 'Lista',
|
||||
Add: 'Adicionar',
|
||||
'Add New Monitor': 'Adicionar novo monitor',
|
||||
'Quick Stats': 'Estatísticas rápidas',
|
||||
Up: 'On',
|
||||
Down: 'Off',
|
||||
Pending: 'Pendente',
|
||||
Unknown: 'Desconhecido',
|
||||
Pause: 'Pausar',
|
||||
Name: 'Nome',
|
||||
Status: 'Status',
|
||||
DateTime: 'Data hora',
|
||||
Message: 'Mensagem',
|
||||
'No important events': 'Nenhum evento importante',
|
||||
Resume: 'Resumo',
|
||||
Edit: 'Editar',
|
||||
Delete: 'Deletar',
|
||||
Current: 'Atual',
|
||||
Uptime: 'Tempo de atividade',
|
||||
'Cert Exp.': 'Cert Exp.',
|
||||
days: 'dias',
|
||||
day: 'dia',
|
||||
'-day': '-dia',
|
||||
hour: 'hora',
|
||||
'-hour': '-hora',
|
||||
Response: 'Resposta',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': 'Tipo de Monitor',
|
||||
Keyword: 'Palavra-Chave',
|
||||
'Friendly Name': 'Nome Amigável',
|
||||
URL: 'URL',
|
||||
Hostname: 'Hostname',
|
||||
Port: 'Porta',
|
||||
'Heartbeat Interval': 'Intervalo de Heartbeat',
|
||||
Retries: 'Novas tentativas',
|
||||
'Heartbeat Retry Interval': 'Intervalo de repetição de Heartbeat',
|
||||
Advanced: 'Avançado',
|
||||
'Upside Down Mode': 'Modo de cabeça para baixo',
|
||||
'Max. Redirects': 'Redirecionamento Máx.',
|
||||
'Accepted Status Codes': 'Status Code Aceitáveis',
|
||||
Save: 'Salvar',
|
||||
Notifications: 'Notificações',
|
||||
'Not available, please setup.': 'Não disponível, por favor configure.',
|
||||
'Setup Notification': 'Configurar Notificação',
|
||||
Light: 'Claro',
|
||||
Dark: 'Escuro',
|
||||
Auto: 'Auto',
|
||||
'Theme - Heartbeat Bar': 'Tema - Barra de Heartbeat',
|
||||
Normal: 'Normal',
|
||||
Bottom: 'Inferior',
|
||||
None: 'Nenhum',
|
||||
Timezone: 'Fuso horário',
|
||||
'Search Engine Visibility': 'Visibilidade do mecanismo de pesquisa',
|
||||
'Allow indexing': 'Permitir Indexação',
|
||||
'Discourage search engines from indexing site': 'Desencoraje os motores de busca de indexar o site',
|
||||
'Change Password': 'Mudar senha',
|
||||
'Current Password': 'Senha atual',
|
||||
'New Password': 'Nova Senha',
|
||||
'Repeat New Password': 'Repetir Nova Senha',
|
||||
'Update Password': 'Atualizar Senha',
|
||||
'Disable Auth': 'Desativar Autenticação',
|
||||
'Enable Auth': 'Ativar Autenticação',
|
||||
Logout: 'Deslogar',
|
||||
Leave: 'Sair',
|
||||
'I understand, please disable': 'Eu entendo, por favor desative.',
|
||||
Confirm: 'Confirmar',
|
||||
Yes: 'Sim',
|
||||
No: 'Não',
|
||||
Username: 'Usuário',
|
||||
Password: 'Senha',
|
||||
'Remember me': 'Lembre-me',
|
||||
Login: 'Autenticar',
|
||||
'No Monitors, please': 'Nenhum monitor, por favor',
|
||||
'add one': 'adicionar um',
|
||||
'Notification Type': 'Tipo de Notificação',
|
||||
Email: 'Email',
|
||||
Test: 'Testar',
|
||||
'Certificate Info': 'Info. do Certificado ',
|
||||
'Resolver Server': 'Resolver Servidor',
|
||||
'Resource Record Type': 'Tipo de registro de aplicação',
|
||||
'Last Result': 'Último resultado',
|
||||
'Create your admin account': 'Crie sua conta de admin',
|
||||
'Repeat Password': 'Repita a senha',
|
||||
'Import Backup': 'Importar Backup',
|
||||
'Export Backup': 'Exportar Backup',
|
||||
Export: 'Exportar',
|
||||
Import: 'Importar',
|
||||
respTime: 'Tempo de Resp. (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
'Default enabled': 'Padrão habilitado',
|
||||
'Apply on all existing monitors': 'Aplicar em todos os monitores existentes',
|
||||
Create: 'Criar',
|
||||
'Clear Data': 'Limpar Dados',
|
||||
Events: 'Eventos',
|
||||
Heartbeats: 'Heartbeats',
|
||||
'Auto Get': 'Obter Automático',
|
||||
backupDescription: 'Você pode fazer backup de todos os monitores e todas as notificações em um arquivo JSON.',
|
||||
backupDescription2: 'OBS: Os dados do histórico e do evento não estão incluídos.',
|
||||
backupDescription3: 'Dados confidenciais, como tokens de notificação, estão incluídos no arquivo de exportação, mantenha-o com cuidado.',
|
||||
alertNoFile: 'Selecione um arquivo para importar.',
|
||||
alertWrongFileType: 'Selecione um arquivo JSON.',
|
||||
'Clear all statistics': 'Limpar todas as estatísticas',
|
||||
'Skip existing': 'Pular existente',
|
||||
Overwrite: 'Sobrescrever',
|
||||
Options: 'Opções',
|
||||
'Keep both': 'Manter os dois',
|
||||
'Verify Token': 'Verificar Token',
|
||||
'Setup 2FA': 'Configurar 2FA',
|
||||
'Enable 2FA': 'Ativar 2FA',
|
||||
'Disable 2FA': 'Desativar 2FA',
|
||||
'2FA Settings': 'Configurações do 2FA ',
|
||||
'Two Factor Authentication': 'Autenticação e Dois Fatores',
|
||||
Active: 'Ativo',
|
||||
Inactive: 'Inativo',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Mostrar URI',
|
||||
Tags: 'Tag',
|
||||
'Add New below or Select...': 'Adicionar Novo abaixo ou Selecionar ...',
|
||||
'Tag with this name already exist.': 'Já existe uma etiqueta com este nome.',
|
||||
'Tag with this value already exist.': 'Já existe uma etiqueta com este valor.',
|
||||
color: 'cor',
|
||||
'value (optional)': 'valor (opcional)',
|
||||
Gray: 'Cinza',
|
||||
Red: 'Vermelho',
|
||||
Orange: 'Laranja',
|
||||
Green: 'Verde',
|
||||
Blue: 'Azul',
|
||||
Indigo: 'Índigo',
|
||||
Purple: 'Roxo',
|
||||
Pink: 'Rosa',
|
||||
'Search...': 'Buscar...',
|
||||
'Avg. Ping': 'Ping Médio.',
|
||||
'Avg. Response': 'Resposta Média. ',
|
||||
'Status Page': 'Página de Status',
|
||||
'Entry Page': 'Página de entrada',
|
||||
statusPageNothing: 'Nada aqui, por favor, adicione um grupo ou monitor.',
|
||||
'No Services': 'Nenhum Serviço',
|
||||
'All Systems Operational': 'Todos os Serviços Operacionais',
|
||||
'Partially Degraded Service': 'Serviço parcialmente degradado',
|
||||
'Degraded Service': 'Serviço Degradado',
|
||||
'Add Group': 'Adicionar Grupo',
|
||||
'Add a monitor': 'Adicionar um monitor',
|
||||
'Edit Status Page': 'Editar Página de Status',
|
||||
'Go to Dashboard': 'Ir para a dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "Русский",
|
||||
checkEverySecond: "Проверять каждые {0} секунд.",
|
||||
retriesDescription: "Максимальное количество попыток перед пометкой сервиса как недоступного и отправкой уведомления",
|
||||
ignoreTLSError: "Игнорировать ошибку TLS/SSL для HTTPS сайтов",
|
||||
upsideDownModeDescription: "Реверс статуса сервиса. Если сервис доступен, то он помечается как НЕДОСТУПНЫЙ.",
|
||||
maxRedirectDescription: "Максимальное количество перенаправлений. Поставьте 0, чтобы отключить перенаправления.",
|
||||
acceptedStatusCodesDescription: "Выберите коды статусов, которые должны считаться за успешный ответ.",
|
||||
passwordNotMatchMsg: "Повтор пароля не совпадает.",
|
||||
notificationDescription: "Привяжите уведомления к мониторам.",
|
||||
keywordDescription: "Поиск слова в чистом HTML или в JSON-ответе (чувствительно к регистру)",
|
||||
pauseDashboardHome: "Пауза",
|
||||
deleteMonitorMsg: "Вы действительно хотите удалить данный монитор?",
|
||||
deleteNotificationMsg: "Вы действительно хотите удалить это уведомление для всех мониторов?",
|
||||
resoverserverDescription: "Cloudflare является сервером по умолчанию. Вы всегда можете сменить данный сервер.",
|
||||
rrtypeDescription: "Выберите тип ресурсной записи, который вы хотите отслеживать",
|
||||
pauseMonitorMsg: "Вы действительно хотите поставить на паузу?",
|
||||
Settings: "Настройки",
|
||||
Dashboard: "Панель",
|
||||
"New Update": "Обновление",
|
||||
Language: "Язык",
|
||||
Appearance: "Внешний вид",
|
||||
Theme: "Тема",
|
||||
General: "Общее",
|
||||
Version: "Версия",
|
||||
"Check Update On GitHub": "Проверить обновления на GitHub",
|
||||
List: "Список",
|
||||
Add: "Добавить",
|
||||
"Add New Monitor": "Новый монитор",
|
||||
"Quick Stats": "Статистика",
|
||||
Up: "Доступно",
|
||||
Down: "Недоступно",
|
||||
Pending: "Ожидание",
|
||||
Unknown: "Неизвестно",
|
||||
Pause: "Пауза",
|
||||
Name: "Имя",
|
||||
Status: "Статус",
|
||||
DateTime: "Дата и время",
|
||||
Message: "Сообщение",
|
||||
"No important events": "Важных событий нет",
|
||||
Resume: "Возобновить",
|
||||
Edit: "Изменить",
|
||||
Delete: "Удалить",
|
||||
Current: "Текущий",
|
||||
Uptime: "Аптайм",
|
||||
"Cert Exp.": "Сертификат просрочен",
|
||||
days: "дней",
|
||||
day: "день",
|
||||
"-day": " дней",
|
||||
hour: "час",
|
||||
"-hour": " часа",
|
||||
Response: "Ответ",
|
||||
Ping: "Пинг",
|
||||
"Monitor Type": "Тип монитора",
|
||||
Keyword: "Слово",
|
||||
"Friendly Name": "Имя",
|
||||
URL: "URL",
|
||||
Hostname: "Имя хоста",
|
||||
Port: "Порт",
|
||||
"Heartbeat Interval": "Частота опроса",
|
||||
Retries: "Попыток",
|
||||
Advanced: "Дополнительно",
|
||||
"Upside Down Mode": "Режим реверса статуса",
|
||||
"Max. Redirects": "Макс. перенаправлений",
|
||||
"Accepted Status Codes": "Допустимые коды статуса",
|
||||
Save: "Сохранить",
|
||||
Notifications: "Уведомления",
|
||||
"Not available, please setup.": "Доступных уведомлений нет, необходима настройка.",
|
||||
"Setup Notification": "Настроить уведомления",
|
||||
Light: "Светлая",
|
||||
Dark: "Тёмная",
|
||||
Auto: "Авто",
|
||||
"Theme - Heartbeat Bar": "Тема - Полоса частоты опроса",
|
||||
Normal: "Обычный",
|
||||
Bottom: "Снизу",
|
||||
None: "Отсутствует",
|
||||
Timezone: "Часовой пояс",
|
||||
"Search Engine Visibility": "Видимость поисковым движком",
|
||||
"Allow indexing": "Разрешить индексирование",
|
||||
"Discourage search engines from indexing site": "Не позволять индексировать сайт",
|
||||
"Change Password": "Сменить пароль",
|
||||
"Current Password": "Текущий пароль",
|
||||
"New Password": "Новый пароль",
|
||||
"Repeat New Password": "Повтор нового пароля",
|
||||
"Update Password": "Обновить пароль",
|
||||
"Disable Auth": "Отключить авторизацию",
|
||||
"Enable Auth": "Включить авторизацию",
|
||||
Logout: "Выйти",
|
||||
Leave: "Отмена",
|
||||
"I understand, please disable": "Я понимаю, всё равно отключить",
|
||||
Confirm: "Подтвердить",
|
||||
Yes: "Да",
|
||||
No: "Нет",
|
||||
Username: "Логин",
|
||||
Password: "Пароль",
|
||||
"Remember me": "Запомнить меня",
|
||||
Login: "Вход в систему",
|
||||
"No Monitors, please": "Мониторов нет, пожалуйста",
|
||||
"add one": "создайте новый",
|
||||
"Notification Type": "Тип уведомления",
|
||||
Email: "Почта",
|
||||
Test: "Проверка",
|
||||
"Certificate Info": "Информация о сертификате",
|
||||
"Resolver Server": "DNS сервер",
|
||||
"Resource Record Type": "Тип ресурсной записи",
|
||||
"Last Result": "Последний результат",
|
||||
"Create your admin account": "Создайте аккаунт администратора",
|
||||
"Repeat Password": "Повторите пароль",
|
||||
respTime: "Время ответа (мс)",
|
||||
notAvailableShort: "Н/Д",
|
||||
Create: "Создать",
|
||||
clearEventsMsg: "Вы действительно хотите удалить всю статистику событий данного монитора?",
|
||||
clearHeartbeatsMsg: "Вы действительно хотите удалить всю статистику опросов данного монитора?",
|
||||
confirmClearStatisticsMsg: "Вы действительно хотите удалить ВСЮ статистику?",
|
||||
"Clear Data": "Очистить статистику",
|
||||
Events: "События",
|
||||
Heartbeats: "Опросы",
|
||||
"Auto Get": "Авто-получение",
|
||||
enableDefaultNotificationDescription: "Для каждого нового монитора это уведомление будет включено по умолчанию. Вы всё ещё можете отключить уведомления в каждом мониторе отдельно.",
|
||||
"Default enabled": "Использовать по умолчанию",
|
||||
"Also apply to existing monitors": "Применить к существующим мониторам",
|
||||
Export: "Экспорт",
|
||||
Import: "Импорт",
|
||||
backupDescription: "Вы можете сохранить резервную копию всех мониторов и уведомлений в виде JSON-файла",
|
||||
backupDescription2: "P.S.: История и события сохранены не будут.",
|
||||
backupDescription3: "Важные данные, такие как токены уведомлений, добавляются при экспорте, поэтому храните файлы в безопасном месте.",
|
||||
alertNoFile: "Выберите файл для импорта.",
|
||||
alertWrongFileType: "Выберите JSON-файл.",
|
||||
twoFAVerifyLabel: "Пожалуйста, введите свой токен, чтобы проверить работу 2FA",
|
||||
tokenValidSettingsMsg: "Токен действителен! Теперь вы можете сохранить настройки 2FA.",
|
||||
confirmEnableTwoFAMsg: "Вы действительно хотите включить 2FA?",
|
||||
confirmDisableTwoFAMsg: "Вы действительно хотите выключить 2FA?",
|
||||
"Apply on all existing monitors": "Применить ко всем существующим мониторам",
|
||||
"Verify Token": "Проверить токен",
|
||||
"Setup 2FA": "Настройка 2FA",
|
||||
"Enable 2FA": "Включить 2FA",
|
||||
"Disable 2FA": "Выключить 2FA",
|
||||
"2FA Settings": "Настройки 2FA",
|
||||
"Two Factor Authentication": "Двухфакторная аутентификация",
|
||||
Active: "Активно",
|
||||
Inactive: "Неактивно",
|
||||
Token: "Токен",
|
||||
"Show URI": "Показать URI",
|
||||
"Clear all statistics": "Очистить всю статистику",
|
||||
retryCheckEverySecond: "Повторять каждые {0} секунд.",
|
||||
importHandleDescription: "Выберите 'Пропустить существующие' если вы хотите пропустить каждый монитор или уведомление с таким же именем. 'Перезаписать' удалит каждый существующий монитор или уведомление.",
|
||||
confirmImportMsg: "Вы действительно хотите восстановить резервную копию? Убедитесь, что вы выбрали подходящий вариант импорта.",
|
||||
"Heartbeat Retry Interval": "Интервал повтора опроса",
|
||||
"Import Backup": "Импорт резервной копии",
|
||||
"Export Backup": "Экспорт резервной копии",
|
||||
"Skip existing": "Пропустить существующие",
|
||||
Overwrite: "Перезаписать",
|
||||
Options: "Опции",
|
||||
"Keep both": "Оставить оба",
|
||||
Tags: "Теги",
|
||||
"Add New below or Select...": "Добавить новое ниже или выбрать...",
|
||||
"Tag with this name already exist.": "Такой тег уже существует.",
|
||||
"Tag with this value already exist.": "Тег с таким значением уже существует.",
|
||||
color: "цвет",
|
||||
"value (optional)": "значение (опционально)",
|
||||
Gray: "Серый",
|
||||
Red: "Красный",
|
||||
Orange: "Оранжевый",
|
||||
Green: "Зелёный",
|
||||
Blue: "Синий",
|
||||
Indigo: "Индиго",
|
||||
Purple: "Пурпурный",
|
||||
Pink: "Розовый",
|
||||
"Search...": "Поиск...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: 'Русский',
|
||||
checkEverySecond: 'Проверять каждые {0} секунд.',
|
||||
retriesDescription: 'Максимальное количество попыток перед пометкой сервиса как недоступного и отправкой уведомления',
|
||||
ignoreTLSError: 'Игнорировать ошибку TLS/SSL для HTTPS сайтов',
|
||||
upsideDownModeDescription: 'Реверс статуса сервиса. Если сервис доступен, то он помечается как НЕДОСТУПНЫЙ.',
|
||||
maxRedirectDescription: 'Максимальное количество перенаправлений. Поставьте 0, чтобы отключить перенаправления.',
|
||||
acceptedStatusCodesDescription: 'Выберите коды статусов, которые должны считаться за успешный ответ.',
|
||||
passwordNotMatchMsg: 'Повтор пароля не совпадает.',
|
||||
notificationDescription: 'Привяжите уведомления к мониторам.',
|
||||
keywordDescription: 'Поиск слова в чистом HTML или в JSON-ответе (чувствительно к регистру)',
|
||||
pauseDashboardHome: 'Пауза',
|
||||
deleteMonitorMsg: 'Вы действительно хотите удалить данный монитор?',
|
||||
deleteNotificationMsg: 'Вы действительно хотите удалить это уведомление для всех мониторов?',
|
||||
resoverserverDescription: 'Cloudflare является сервером по умолчанию. Вы всегда можете сменить данный сервер.',
|
||||
rrtypeDescription: 'Выберите тип ресурсной записи, который вы хотите отслеживать',
|
||||
pauseMonitorMsg: 'Вы действительно хотите поставить на паузу?',
|
||||
Settings: 'Настройки',
|
||||
Dashboard: 'Панель',
|
||||
'New Update': 'Обновление',
|
||||
Language: 'Язык',
|
||||
Appearance: 'Внешний вид',
|
||||
Theme: 'Тема',
|
||||
General: 'Общее',
|
||||
Version: 'Версия',
|
||||
'Check Update On GitHub': 'Проверить обновления на GitHub',
|
||||
List: 'Список',
|
||||
Add: 'Добавить',
|
||||
'Add New Monitor': 'Новый монитор',
|
||||
'Quick Stats': 'Статистика',
|
||||
Up: 'Доступно',
|
||||
Down: 'Недоступно',
|
||||
Pending: 'Ожидание',
|
||||
Unknown: 'Неизвестно',
|
||||
Pause: 'Пауза',
|
||||
Name: 'Имя',
|
||||
Status: 'Статус',
|
||||
DateTime: 'Дата и время',
|
||||
Message: 'Сообщение',
|
||||
'No important events': 'Важных событий нет',
|
||||
Resume: 'Возобновить',
|
||||
Edit: 'Изменить',
|
||||
Delete: 'Удалить',
|
||||
Current: 'Текущий',
|
||||
Uptime: 'Аптайм',
|
||||
'Cert Exp.': 'Сертификат просрочен',
|
||||
days: 'дней',
|
||||
day: 'день',
|
||||
'-day': ' дней',
|
||||
hour: 'час',
|
||||
'-hour': ' часа',
|
||||
Response: 'Ответ',
|
||||
Ping: 'Пинг',
|
||||
'Monitor Type': 'Тип монитора',
|
||||
Keyword: 'Слово',
|
||||
'Friendly Name': 'Имя',
|
||||
URL: 'URL',
|
||||
Hostname: 'Имя хоста',
|
||||
Port: 'Порт',
|
||||
'Heartbeat Interval': 'Частота опроса',
|
||||
Retries: 'Попыток',
|
||||
Advanced: 'Дополнительно',
|
||||
'Upside Down Mode': 'Режим реверса статуса',
|
||||
'Max. Redirects': 'Макс. перенаправлений',
|
||||
'Accepted Status Codes': 'Допустимые коды статуса',
|
||||
Save: 'Сохранить',
|
||||
Notifications: 'Уведомления',
|
||||
'Not available, please setup.': 'Доступных уведомлений нет, необходима настройка.',
|
||||
'Setup Notification': 'Настроить уведомления',
|
||||
Light: 'Светлая',
|
||||
Dark: 'Тёмная',
|
||||
Auto: 'Авто',
|
||||
'Theme - Heartbeat Bar': 'Тема - Полоса частоты опроса',
|
||||
Normal: 'Обычный',
|
||||
Bottom: 'Снизу',
|
||||
None: 'Отсутствует',
|
||||
Timezone: 'Часовой пояс',
|
||||
'Search Engine Visibility': 'Видимость поисковым движком',
|
||||
'Allow indexing': 'Разрешить индексирование',
|
||||
'Discourage search engines from indexing site': 'Не позволять индексировать сайт',
|
||||
'Change Password': 'Сменить пароль',
|
||||
'Current Password': 'Текущий пароль',
|
||||
'New Password': 'Новый пароль',
|
||||
'Repeat New Password': 'Повтор нового пароля',
|
||||
'Update Password': 'Обновить пароль',
|
||||
'Disable Auth': 'Отключить авторизацию',
|
||||
'Enable Auth': 'Включить авторизацию',
|
||||
Logout: 'Выйти',
|
||||
Leave: 'Отмена',
|
||||
'I understand, please disable': 'Я понимаю, всё равно отключить',
|
||||
Confirm: 'Подтвердить',
|
||||
Yes: 'Да',
|
||||
No: 'Нет',
|
||||
Username: 'Логин',
|
||||
Password: 'Пароль',
|
||||
'Remember me': 'Запомнить меня',
|
||||
Login: 'Вход в систему',
|
||||
'No Monitors, please': 'Мониторов нет, пожалуйста',
|
||||
'add one': 'создайте новый',
|
||||
'Notification Type': 'Тип уведомления',
|
||||
Email: 'Почта',
|
||||
Test: 'Проверка',
|
||||
'Certificate Info': 'Информация о сертификате',
|
||||
'Resolver Server': 'DNS сервер',
|
||||
'Resource Record Type': 'Тип ресурсной записи',
|
||||
'Last Result': 'Последний результат',
|
||||
'Create your admin account': 'Создайте аккаунт администратора',
|
||||
'Repeat Password': 'Повторите пароль',
|
||||
respTime: 'Время ответа (мс)',
|
||||
notAvailableShort: 'Н/Д',
|
||||
Create: 'Создать',
|
||||
clearEventsMsg: 'Вы действительно хотите удалить всю статистику событий данного монитора?',
|
||||
clearHeartbeatsMsg: 'Вы действительно хотите удалить всю статистику опросов данного монитора?',
|
||||
confirmClearStatisticsMsg: 'Вы действительно хотите удалить ВСЮ статистику?',
|
||||
'Clear Data': 'Очистить статистику',
|
||||
Events: 'События',
|
||||
Heartbeats: 'Опросы',
|
||||
'Auto Get': 'Авто-получение',
|
||||
enableDefaultNotificationDescription: 'Для каждого нового монитора это уведомление будет включено по умолчанию. Вы всё ещё можете отключить уведомления в каждом мониторе отдельно.',
|
||||
'Default enabled': 'Использовать по умолчанию',
|
||||
'Also apply to existing monitors': 'Применить к существующим мониторам',
|
||||
Export: 'Экспорт',
|
||||
Import: 'Импорт',
|
||||
backupDescription: 'Вы можете сохранить резервную копию всех мониторов и уведомлений в виде JSON-файла',
|
||||
backupDescription2: 'P.S.: История и события сохранены не будут.',
|
||||
backupDescription3: 'Важные данные, такие как токены уведомлений, добавляются при экспорте, поэтому храните файлы в безопасном месте.',
|
||||
alertNoFile: 'Выберите файл для импорта.',
|
||||
alertWrongFileType: 'Выберите JSON-файл.',
|
||||
twoFAVerifyLabel: 'Пожалуйста, введите свой токен, чтобы проверить работу 2FA',
|
||||
tokenValidSettingsMsg: 'Токен действителен! Теперь вы можете сохранить настройки 2FA.',
|
||||
confirmEnableTwoFAMsg: 'Вы действительно хотите включить 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Вы действительно хотите выключить 2FA?',
|
||||
'Apply on all existing monitors': 'Применить ко всем существующим мониторам',
|
||||
'Verify Token': 'Проверить токен',
|
||||
'Setup 2FA': 'Настройка 2FA',
|
||||
'Enable 2FA': 'Включить 2FA',
|
||||
'Disable 2FA': 'Выключить 2FA',
|
||||
'2FA Settings': 'Настройки 2FA',
|
||||
'Two Factor Authentication': 'Двухфакторная аутентификация',
|
||||
Active: 'Активно',
|
||||
Inactive: 'Неактивно',
|
||||
Token: 'Токен',
|
||||
'Show URI': 'Показать URI',
|
||||
'Clear all statistics': 'Очистить всю статистику',
|
||||
retryCheckEverySecond: 'Повторять каждые {0} секунд.',
|
||||
importHandleDescription: "Выберите 'Пропустить существующие' если вы хотите пропустить каждый монитор или уведомление с таким же именем. 'Перезаписать' удалит каждый существующий монитор или уведомление.",
|
||||
confirmImportMsg: 'Вы действительно хотите восстановить резервную копию? Убедитесь, что вы выбрали подходящий вариант импорта.',
|
||||
'Heartbeat Retry Interval': 'Интервал повтора опроса',
|
||||
'Import Backup': 'Импорт резервной копии',
|
||||
'Export Backup': 'Экспорт резервной копии',
|
||||
'Skip existing': 'Пропустить существующие',
|
||||
Overwrite: 'Перезаписать',
|
||||
Options: 'Опции',
|
||||
'Keep both': 'Оставить оба',
|
||||
Tags: 'Теги',
|
||||
'Add New below or Select...': 'Добавить новое ниже или выбрать...',
|
||||
'Tag with this name already exist.': 'Такой тег уже существует.',
|
||||
'Tag with this value already exist.': 'Тег с таким значением уже существует.',
|
||||
color: 'цвет',
|
||||
'value (optional)': 'значение (опционально)',
|
||||
Gray: 'Серый',
|
||||
Red: 'Красный',
|
||||
Orange: 'Оранжевый',
|
||||
Green: 'Зелёный',
|
||||
Blue: 'Синий',
|
||||
Indigo: 'Индиго',
|
||||
Purple: 'Пурпурный',
|
||||
Pink: 'Розовый',
|
||||
'Search...': 'Поиск...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "Srpski",
|
||||
checkEverySecond: "Proveri svakih {0} sekundi.",
|
||||
retriesDescription: "Maksimum pokušaja pre nego što se servis obeleži kao neaktivan i pošalje se obaveštenje.",
|
||||
ignoreTLSError: "Ignoriši TLS/SSL greške za HTTPS veb stranice.",
|
||||
upsideDownModeDescription: "Obrnite status. Ako je servis dostupan, onda je obeležen kao neaktivan.",
|
||||
maxRedirectDescription: "Maksimani broj preusmerenja da se prate. Postavite na 0 da bi se isključila preusmerenja.",
|
||||
acceptedStatusCodesDescription: "Odaberite statusne kodove koji se smatraju uspešnim odgovorom.",
|
||||
passwordNotMatchMsg: "Ponovljena lozinka se ne poklapa.",
|
||||
notificationDescription: "Molim Vas postavite obaveštenje za masmatrače da bise aktivirali.",
|
||||
keywordDescription: "Pretraži ključnu reč u čistom html ili JSON odgovoru sa osetljivim velikim i malim slovima",
|
||||
pauseDashboardHome: "Pauziraj",
|
||||
deleteMonitorMsg: "Da li ste sigurni da želite da obrišete ovog posmatrača?",
|
||||
deleteNotificationMsg: "Da li ste sigurni d aželite da uklonite ovo obaveštenje za sve posmatrače?",
|
||||
resoverserverDescription: "Cloudflare je podrazumevani server. Možete promeniti server za raszrešavanje u bilo kom trenutku.",
|
||||
rrtypeDescription: "Odaberite RR-Type koji želite da posmatrate",
|
||||
pauseMonitorMsg: "Da li ste sigurni da želite da pauzirate?",
|
||||
Settings: "Podešavanja",
|
||||
Dashboard: "Komandna tabla",
|
||||
"New Update": "Nova verzija",
|
||||
Language: "Jezik",
|
||||
Appearance: "Izgled",
|
||||
Theme: "Tema",
|
||||
General: "Opšte",
|
||||
Version: "Verzija",
|
||||
"Check Update On GitHub": "Proverite novu verziju na GitHub-u",
|
||||
List: "Lista",
|
||||
Add: "Dodaj",
|
||||
"Add New Monitor": "Dodaj novog posmatrača",
|
||||
"Quick Stats": "Brze statistike",
|
||||
Up: "Aktivno",
|
||||
Down: "Neaktivno",
|
||||
Pending: "Nerešeno",
|
||||
Unknown: "Nepoznato",
|
||||
Pause: "Pauziraj",
|
||||
Name: "Ime",
|
||||
Status: "Status",
|
||||
DateTime: "Datum i vreme",
|
||||
Message: "Poruka",
|
||||
"No important events": "Nema bitnih događaja",
|
||||
Resume: "Nastavi",
|
||||
Edit: "Izmeni",
|
||||
Delete: "Ukloni",
|
||||
Current: "Trenutno",
|
||||
Uptime: "Vreme rada",
|
||||
"Cert Exp.": "Istek sert.",
|
||||
days: "dana",
|
||||
day: "dan",
|
||||
"-day": "-dana",
|
||||
hour: "sat",
|
||||
"-hour": "-sata",
|
||||
Response: "Odgovor",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "Tip posmatrača",
|
||||
Keyword: "Ključna reč",
|
||||
"Friendly Name": "Prijateljsko ime",
|
||||
URL: "URL",
|
||||
Hostname: "Hostname",
|
||||
Port: "Port",
|
||||
"Heartbeat Interval": "Interval otkucaja srca",
|
||||
Retries: "Pokušaji",
|
||||
Advanced: "Napredno",
|
||||
"Upside Down Mode": "Naopak mod",
|
||||
"Max. Redirects": "Maks. preusmerenja",
|
||||
"Accepted Status Codes": "Prihvaćeni statusni kodovi",
|
||||
Save: "Sačuvaj",
|
||||
Notifications: "Obaveštenja",
|
||||
"Not available, please setup.": "Nije dostupno, molim Vas podesite.",
|
||||
"Setup Notification": "Postavi obaveštenje",
|
||||
Light: "Svetlo",
|
||||
Dark: "Tamno",
|
||||
Auto: "Automatsko",
|
||||
"Theme - Heartbeat Bar": "Tema - Traka otkucaja srca",
|
||||
Normal: "Normalno",
|
||||
Bottom: "Dole",
|
||||
None: "Isključeno",
|
||||
Timezone: "Vremenska zona",
|
||||
"Search Engine Visibility": "Vidljivost pretraživačima",
|
||||
"Allow indexing": "Dozvoli indeksiranje",
|
||||
"Discourage search engines from indexing site": "Odvraćajte pretraživače od indeksiranja sajta",
|
||||
"Change Password": "Promeni lozinku",
|
||||
"Current Password": "Trenutna lozinka",
|
||||
"New Password": "Nova lozinka",
|
||||
"Repeat New Password": "Ponovi novu lozinku",
|
||||
"Update Password": "Izmeni lozinku",
|
||||
"Disable Auth": "Isključi autentifikaciju",
|
||||
"Enable Auth": "Uključi autentifikaciju",
|
||||
Logout: "Odloguj se",
|
||||
Leave: "Izađi",
|
||||
"I understand, please disable": "Razumem, molim te isključi",
|
||||
Confirm: "Potvrdi",
|
||||
Yes: "Da",
|
||||
No: "Ne",
|
||||
Username: "Korisničko ime",
|
||||
Password: "Lozinka",
|
||||
"Remember me": "Zapamti me",
|
||||
Login: "Uloguj se",
|
||||
"No Monitors, please": "Bez posmatrača molim",
|
||||
"add one": "dodaj jednog",
|
||||
"Notification Type": "Tip obaveštenja",
|
||||
Email: "E-pošta",
|
||||
Test: "Test",
|
||||
"Certificate Info": "Informacije sertifikata",
|
||||
"Resolver Server": "Razrešivački server",
|
||||
"Resource Record Type": "Tip zapisa resursa",
|
||||
"Last Result": "Poslednji rezultat",
|
||||
"Create your admin account": "Naprivi administratorski nalog",
|
||||
"Repeat Password": "Ponovite lozinku",
|
||||
respTime: "Vreme odg. (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
Create: "Create",
|
||||
clearEventsMsg: "Are you sure want to delete all events for this monitor?",
|
||||
clearHeartbeatsMsg: "Are you sure want to delete all heartbeats for this monitor?",
|
||||
confirmClearStatisticsMsg: "Are you sure want to delete ALL statistics?",
|
||||
"Clear Data": "Clear Data",
|
||||
Events: "Events",
|
||||
Heartbeats: "Heartbeats",
|
||||
"Auto Get": "Auto Get",
|
||||
enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
|
||||
"Default enabled": "Default enabled",
|
||||
"Also apply to existing monitors": "Also apply to existing monitors",
|
||||
Export: "Export",
|
||||
Import: "Import",
|
||||
backupDescription: "You can backup all monitors and all notifications into a JSON file.",
|
||||
backupDescription2: "PS: History and event data is not included.",
|
||||
backupDescription3: "Sensitive data such as notification tokens is included in the export file, please keep it carefully.",
|
||||
alertNoFile: "Please select a file to import.",
|
||||
alertWrongFileType: "Please select a JSON file.",
|
||||
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||
"Apply on all existing monitors": "Apply on all existing monitors",
|
||||
"Verify Token": "Verify Token",
|
||||
"Setup 2FA": "Setup 2FA",
|
||||
"Enable 2FA": "Enable 2FA",
|
||||
"Disable 2FA": "Disable 2FA",
|
||||
"2FA Settings": "2FA Settings",
|
||||
"Two Factor Authentication": "Two Factor Authentication",
|
||||
Active: "Active",
|
||||
Inactive: "Inactive",
|
||||
Token: "Token",
|
||||
"Show URI": "Show URI",
|
||||
"Clear all statistics": "Clear all Statistics",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: 'Srpski',
|
||||
checkEverySecond: 'Proveri svakih {0} sekundi.',
|
||||
retriesDescription: 'Maksimum pokušaja pre nego što se servis obeleži kao neaktivan i pošalje se obaveštenje.',
|
||||
ignoreTLSError: 'Ignoriši TLS/SSL greške za HTTPS veb stranice.',
|
||||
upsideDownModeDescription: 'Obrnite status. Ako je servis dostupan, onda je obeležen kao neaktivan.',
|
||||
maxRedirectDescription: 'Maksimani broj preusmerenja da se prate. Postavite na 0 da bi se isključila preusmerenja.',
|
||||
acceptedStatusCodesDescription: 'Odaberite statusne kodove koji se smatraju uspešnim odgovorom.',
|
||||
passwordNotMatchMsg: 'Ponovljena lozinka se ne poklapa.',
|
||||
notificationDescription: 'Molim Vas postavite obaveštenje za masmatrače da bise aktivirali.',
|
||||
keywordDescription: 'Pretraži ključnu reč u čistom html ili JSON odgovoru sa osetljivim velikim i malim slovima',
|
||||
pauseDashboardHome: 'Pauziraj',
|
||||
deleteMonitorMsg: 'Da li ste sigurni da želite da obrišete ovog posmatrača?',
|
||||
deleteNotificationMsg: 'Da li ste sigurni d aželite da uklonite ovo obaveštenje za sve posmatrače?',
|
||||
resoverserverDescription: 'Cloudflare je podrazumevani server. Možete promeniti server za raszrešavanje u bilo kom trenutku.',
|
||||
rrtypeDescription: 'Odaberite RR-Type koji želite da posmatrate',
|
||||
pauseMonitorMsg: 'Da li ste sigurni da želite da pauzirate?',
|
||||
Settings: 'Podešavanja',
|
||||
Dashboard: 'Komandna tabla',
|
||||
'New Update': 'Nova verzija',
|
||||
Language: 'Jezik',
|
||||
Appearance: 'Izgled',
|
||||
Theme: 'Tema',
|
||||
General: 'Opšte',
|
||||
Version: 'Verzija',
|
||||
'Check Update On GitHub': 'Proverite novu verziju na GitHub-u',
|
||||
List: 'Lista',
|
||||
Add: 'Dodaj',
|
||||
'Add New Monitor': 'Dodaj novog posmatrača',
|
||||
'Quick Stats': 'Brze statistike',
|
||||
Up: 'Aktivno',
|
||||
Down: 'Neaktivno',
|
||||
Pending: 'Nerešeno',
|
||||
Unknown: 'Nepoznato',
|
||||
Pause: 'Pauziraj',
|
||||
Name: 'Ime',
|
||||
Status: 'Status',
|
||||
DateTime: 'Datum i vreme',
|
||||
Message: 'Poruka',
|
||||
'No important events': 'Nema bitnih događaja',
|
||||
Resume: 'Nastavi',
|
||||
Edit: 'Izmeni',
|
||||
Delete: 'Ukloni',
|
||||
Current: 'Trenutno',
|
||||
Uptime: 'Vreme rada',
|
||||
'Cert Exp.': 'Istek sert.',
|
||||
days: 'dana',
|
||||
day: 'dan',
|
||||
'-day': '-dana',
|
||||
hour: 'sat',
|
||||
'-hour': '-sata',
|
||||
Response: 'Odgovor',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': 'Tip posmatrača',
|
||||
Keyword: 'Ključna reč',
|
||||
'Friendly Name': 'Prijateljsko ime',
|
||||
URL: 'URL',
|
||||
Hostname: 'Hostname',
|
||||
Port: 'Port',
|
||||
'Heartbeat Interval': 'Interval otkucaja srca',
|
||||
Retries: 'Pokušaji',
|
||||
Advanced: 'Napredno',
|
||||
'Upside Down Mode': 'Naopak mod',
|
||||
'Max. Redirects': 'Maks. preusmerenja',
|
||||
'Accepted Status Codes': 'Prihvaćeni statusni kodovi',
|
||||
Save: 'Sačuvaj',
|
||||
Notifications: 'Obaveštenja',
|
||||
'Not available, please setup.': 'Nije dostupno, molim Vas podesite.',
|
||||
'Setup Notification': 'Postavi obaveštenje',
|
||||
Light: 'Svetlo',
|
||||
Dark: 'Tamno',
|
||||
Auto: 'Automatsko',
|
||||
'Theme - Heartbeat Bar': 'Tema - Traka otkucaja srca',
|
||||
Normal: 'Normalno',
|
||||
Bottom: 'Dole',
|
||||
None: 'Isključeno',
|
||||
Timezone: 'Vremenska zona',
|
||||
'Search Engine Visibility': 'Vidljivost pretraživačima',
|
||||
'Allow indexing': 'Dozvoli indeksiranje',
|
||||
'Discourage search engines from indexing site': 'Odvraćajte pretraživače od indeksiranja sajta',
|
||||
'Change Password': 'Promeni lozinku',
|
||||
'Current Password': 'Trenutna lozinka',
|
||||
'New Password': 'Nova lozinka',
|
||||
'Repeat New Password': 'Ponovi novu lozinku',
|
||||
'Update Password': 'Izmeni lozinku',
|
||||
'Disable Auth': 'Isključi autentifikaciju',
|
||||
'Enable Auth': 'Uključi autentifikaciju',
|
||||
Logout: 'Odloguj se',
|
||||
Leave: 'Izađi',
|
||||
'I understand, please disable': 'Razumem, molim te isključi',
|
||||
Confirm: 'Potvrdi',
|
||||
Yes: 'Da',
|
||||
No: 'Ne',
|
||||
Username: 'Korisničko ime',
|
||||
Password: 'Lozinka',
|
||||
'Remember me': 'Zapamti me',
|
||||
Login: 'Uloguj se',
|
||||
'No Monitors, please': 'Bez posmatrača molim',
|
||||
'add one': 'dodaj jednog',
|
||||
'Notification Type': 'Tip obaveštenja',
|
||||
Email: 'E-pošta',
|
||||
Test: 'Test',
|
||||
'Certificate Info': 'Informacije sertifikata',
|
||||
'Resolver Server': 'Razrešivački server',
|
||||
'Resource Record Type': 'Tip zapisa resursa',
|
||||
'Last Result': 'Poslednji rezultat',
|
||||
'Create your admin account': 'Naprivi administratorski nalog',
|
||||
'Repeat Password': 'Ponovite lozinku',
|
||||
respTime: 'Vreme odg. (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
Create: 'Create',
|
||||
clearEventsMsg: 'Are you sure want to delete all events for this monitor?',
|
||||
clearHeartbeatsMsg: 'Are you sure want to delete all heartbeats for this monitor?',
|
||||
confirmClearStatisticsMsg: 'Are you sure want to delete ALL statistics?',
|
||||
'Clear Data': 'Clear Data',
|
||||
Events: 'Events',
|
||||
Heartbeats: 'Heartbeats',
|
||||
'Auto Get': 'Auto Get',
|
||||
enableDefaultNotificationDescription: 'For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.',
|
||||
'Default enabled': 'Default enabled',
|
||||
'Also apply to existing monitors': 'Also apply to existing monitors',
|
||||
Export: 'Export',
|
||||
Import: 'Import',
|
||||
backupDescription: 'You can backup all monitors and all notifications into a JSON file.',
|
||||
backupDescription2: 'PS: History and event data is not included.',
|
||||
backupDescription3: 'Sensitive data such as notification tokens is included in the export file, please keep it carefully.',
|
||||
alertNoFile: 'Please select a file to import.',
|
||||
alertWrongFileType: 'Please select a JSON file.',
|
||||
twoFAVerifyLabel: 'Please type in your token to verify that 2FA is working',
|
||||
tokenValidSettingsMsg: 'Token is valid! You can now save the 2FA settings.',
|
||||
confirmEnableTwoFAMsg: 'Are you sure you want to enable 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Are you sure you want to disable 2FA?',
|
||||
'Apply on all existing monitors': 'Apply on all existing monitors',
|
||||
'Verify Token': 'Verify Token',
|
||||
'Setup 2FA': 'Setup 2FA',
|
||||
'Enable 2FA': 'Enable 2FA',
|
||||
'Disable 2FA': 'Disable 2FA',
|
||||
'2FA Settings': '2FA Settings',
|
||||
'Two Factor Authentication': 'Two Factor Authentication',
|
||||
Active: 'Active',
|
||||
Inactive: 'Inactive',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Show URI',
|
||||
'Clear all statistics': 'Clear all Statistics',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "Српски",
|
||||
checkEverySecond: "Провери сваких {0} секунди.",
|
||||
retriesDescription: "Максимум покушаја пре него што се сервис обележи као неактиван и пошаље се обавештење.",
|
||||
ignoreTLSError: "Игнориши TLS/SSL грешке за HTTPS веб странице.",
|
||||
upsideDownModeDescription: "Обрните статус. Ако је сервис доступан, онда је обележен као неактиван.",
|
||||
maxRedirectDescription: "Максимани број преусмерења да се прате. Поставите на 0 да би се искључила преусмерења.",
|
||||
acceptedStatusCodesDescription: "Одаберите статусне кодове који се сматрају успешним одговором.",
|
||||
passwordNotMatchMsg: "Поновљена лозинка се не поклапа.",
|
||||
notificationDescription: "Молим Вас поставите обавештење за масматраче да бисе активирали.",
|
||||
keywordDescription: "Претражи кључну реч у чистом html или JSON одговору са осетљивим великим и малим словима",
|
||||
pauseDashboardHome: "Паузирај",
|
||||
deleteMonitorMsg: "Да ли сте сигурни да желите да обришете овог посматрача?",
|
||||
deleteNotificationMsg: "Да ли сте сигурни д ажелите да уклоните ово обавештење за све посматраче?",
|
||||
resoverserverDescription: "Cloudflare је подразумевани сервер. Можете променити сервер за расзрешавање у било ком тренутку.",
|
||||
rrtypeDescription: "Одаберите RR-Type који желите да посматрате",
|
||||
pauseMonitorMsg: "Да ли сте сигурни да желите да паузирате?",
|
||||
Settings: "Подешавања",
|
||||
Dashboard: "Командна табла",
|
||||
"New Update": "Нова верзија",
|
||||
Language: "Језик",
|
||||
Appearance: "Изглед",
|
||||
Theme: "Тема",
|
||||
General: "Опште",
|
||||
Version: "Верзија",
|
||||
"Check Update On GitHub": "Проверите нову верзију на GitHub-у",
|
||||
List: "Листа",
|
||||
Add: "Додај",
|
||||
"Add New Monitor": "Додај новог посматрача",
|
||||
"Quick Stats": "Брзе статистике",
|
||||
Up: "Активно",
|
||||
Down: "Неактивно",
|
||||
Pending: "Нерешено",
|
||||
Unknown: "Непознато",
|
||||
Pause: "Паузирај",
|
||||
Name: "Име",
|
||||
Status: "Статус",
|
||||
DateTime: "Датум и време",
|
||||
Message: "Порука",
|
||||
"No important events": "Нема битних догађаја",
|
||||
Resume: "Настави",
|
||||
Edit: "Измени",
|
||||
Delete: "Уклони",
|
||||
Current: "Тренутно",
|
||||
Uptime: "Време рада",
|
||||
"Cert Exp.": "Истек серт.",
|
||||
days: "дана",
|
||||
day: "дан",
|
||||
"-day": "-дана",
|
||||
hour: "сат",
|
||||
"-hour": "-сата",
|
||||
Response: "Одговор",
|
||||
Ping: "Пинг",
|
||||
"Monitor Type": "Тип посматрача",
|
||||
Keyword: "Кључна реч",
|
||||
"Friendly Name": "Пријатељско име",
|
||||
URL: "URL",
|
||||
Hostname: "Hostname",
|
||||
Port: "Порт",
|
||||
"Heartbeat Interval": "Интервал откуцаја срца",
|
||||
Retries: "Покушаји",
|
||||
Advanced: "Напредно",
|
||||
"Upside Down Mode": "Наопак мод",
|
||||
"Max. Redirects": "Макс. преусмерења",
|
||||
"Accepted Status Codes": "Прихваћени статусни кодови",
|
||||
Save: "Сачувај",
|
||||
Notifications: "Обавештења",
|
||||
"Not available, please setup.": "Није доступно, молим Вас подесите.",
|
||||
"Setup Notification": "Постави обавештење",
|
||||
Light: "Светло",
|
||||
Dark: "Тамно",
|
||||
Auto: "Аутоматско",
|
||||
"Theme - Heartbeat Bar": "Тема - Трака откуцаја срца",
|
||||
Normal: "Нормално",
|
||||
Bottom: "Доле",
|
||||
None: "Искључено",
|
||||
Timezone: "Временска зона",
|
||||
"Search Engine Visibility": "Видљивост претраживачима",
|
||||
"Allow indexing": "Дозволи индексирање",
|
||||
"Discourage search engines from indexing site": "Одвраћајте претраживаче од индексирања сајта",
|
||||
"Change Password": "Промени лозинку",
|
||||
"Current Password": "Тренутна лозинка",
|
||||
"New Password": "Нова лозинка",
|
||||
"Repeat New Password": "Понови нову лозинку",
|
||||
"Update Password": "Измени лозинку",
|
||||
"Disable Auth": "Искључи аутентификацију",
|
||||
"Enable Auth": "Укључи аутентификацију",
|
||||
Logout: "Одлогуј се",
|
||||
Leave: "Изађи",
|
||||
"I understand, please disable": "Разумем, молим те искључи",
|
||||
Confirm: "Потврди",
|
||||
Yes: "Да",
|
||||
No: "Не",
|
||||
Username: "Корисничко име",
|
||||
Password: "Лозинка",
|
||||
"Remember me": "Запамти ме",
|
||||
Login: "Улогуј се",
|
||||
"No Monitors, please": "Без посматрача молим",
|
||||
"add one": "додај једног",
|
||||
"Notification Type": "Тип обавештења",
|
||||
Email: "Е-пошта",
|
||||
Test: "Тест",
|
||||
"Certificate Info": "Информације сертификата",
|
||||
"Resolver Server": "Разрешивачки сервер",
|
||||
"Resource Record Type": "Тип записа ресурса",
|
||||
"Last Result": "Последњи резултат",
|
||||
"Create your admin account": "Наприви администраторски налог",
|
||||
"Repeat Password": "Поновите лозинку",
|
||||
respTime: "Време одг. (мс)",
|
||||
notAvailableShort: "N/A",
|
||||
Create: "Create",
|
||||
clearEventsMsg: "Are you sure want to delete all events for this monitor?",
|
||||
clearHeartbeatsMsg: "Are you sure want to delete all heartbeats for this monitor?",
|
||||
confirmClearStatisticsMsg: "Are you sure want to delete ALL statistics?",
|
||||
"Clear Data": "Clear Data",
|
||||
Events: "Events",
|
||||
Heartbeats: "Heartbeats",
|
||||
"Auto Get": "Auto Get",
|
||||
enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
|
||||
"Default enabled": "Default enabled",
|
||||
"Also apply to existing monitors": "Also apply to existing monitors",
|
||||
Export: "Export",
|
||||
Import: "Import",
|
||||
backupDescription: "You can backup all monitors and all notifications into a JSON file.",
|
||||
backupDescription2: "PS: History and event data is not included.",
|
||||
backupDescription3: "Sensitive data such as notification tokens is included in the export file, please keep it carefully.",
|
||||
alertNoFile: "Please select a file to import.",
|
||||
alertWrongFileType: "Please select a JSON file.",
|
||||
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||
"Apply on all existing monitors": "Apply on all existing monitors",
|
||||
"Verify Token": "Verify Token",
|
||||
"Setup 2FA": "Setup 2FA",
|
||||
"Enable 2FA": "Enable 2FA",
|
||||
"Disable 2FA": "Disable 2FA",
|
||||
"2FA Settings": "2FA Settings",
|
||||
"Two Factor Authentication": "Two Factor Authentication",
|
||||
Active: "Active",
|
||||
Inactive: "Inactive",
|
||||
Token: "Token",
|
||||
"Show URI": "Show URI",
|
||||
"Clear all statistics": "Clear all Statistics",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: 'Српски',
|
||||
checkEverySecond: 'Провери сваких {0} секунди.',
|
||||
retriesDescription: 'Максимум покушаја пре него што се сервис обележи као неактиван и пошаље се обавештење.',
|
||||
ignoreTLSError: 'Игнориши TLS/SSL грешке за HTTPS веб странице.',
|
||||
upsideDownModeDescription: 'Обрните статус. Ако је сервис доступан, онда је обележен као неактиван.',
|
||||
maxRedirectDescription: 'Максимани број преусмерења да се прате. Поставите на 0 да би се искључила преусмерења.',
|
||||
acceptedStatusCodesDescription: 'Одаберите статусне кодове који се сматрају успешним одговором.',
|
||||
passwordNotMatchMsg: 'Поновљена лозинка се не поклапа.',
|
||||
notificationDescription: 'Молим Вас поставите обавештење за масматраче да бисе активирали.',
|
||||
keywordDescription: 'Претражи кључну реч у чистом html или JSON одговору са осетљивим великим и малим словима',
|
||||
pauseDashboardHome: 'Паузирај',
|
||||
deleteMonitorMsg: 'Да ли сте сигурни да желите да обришете овог посматрача?',
|
||||
deleteNotificationMsg: 'Да ли сте сигурни д ажелите да уклоните ово обавештење за све посматраче?',
|
||||
resoverserverDescription: 'Cloudflare је подразумевани сервер. Можете променити сервер за расзрешавање у било ком тренутку.',
|
||||
rrtypeDescription: 'Одаберите RR-Type који желите да посматрате',
|
||||
pauseMonitorMsg: 'Да ли сте сигурни да желите да паузирате?',
|
||||
Settings: 'Подешавања',
|
||||
Dashboard: 'Командна табла',
|
||||
'New Update': 'Нова верзија',
|
||||
Language: 'Језик',
|
||||
Appearance: 'Изглед',
|
||||
Theme: 'Тема',
|
||||
General: 'Опште',
|
||||
Version: 'Верзија',
|
||||
'Check Update On GitHub': 'Проверите нову верзију на GitHub-у',
|
||||
List: 'Листа',
|
||||
Add: 'Додај',
|
||||
'Add New Monitor': 'Додај новог посматрача',
|
||||
'Quick Stats': 'Брзе статистике',
|
||||
Up: 'Активно',
|
||||
Down: 'Неактивно',
|
||||
Pending: 'Нерешено',
|
||||
Unknown: 'Непознато',
|
||||
Pause: 'Паузирај',
|
||||
Name: 'Име',
|
||||
Status: 'Статус',
|
||||
DateTime: 'Датум и време',
|
||||
Message: 'Порука',
|
||||
'No important events': 'Нема битних догађаја',
|
||||
Resume: 'Настави',
|
||||
Edit: 'Измени',
|
||||
Delete: 'Уклони',
|
||||
Current: 'Тренутно',
|
||||
Uptime: 'Време рада',
|
||||
'Cert Exp.': 'Истек серт.',
|
||||
days: 'дана',
|
||||
day: 'дан',
|
||||
'-day': '-дана',
|
||||
hour: 'сат',
|
||||
'-hour': '-сата',
|
||||
Response: 'Одговор',
|
||||
Ping: 'Пинг',
|
||||
'Monitor Type': 'Тип посматрача',
|
||||
Keyword: 'Кључна реч',
|
||||
'Friendly Name': 'Пријатељско име',
|
||||
URL: 'URL',
|
||||
Hostname: 'Hostname',
|
||||
Port: 'Порт',
|
||||
'Heartbeat Interval': 'Интервал откуцаја срца',
|
||||
Retries: 'Покушаји',
|
||||
Advanced: 'Напредно',
|
||||
'Upside Down Mode': 'Наопак мод',
|
||||
'Max. Redirects': 'Макс. преусмерења',
|
||||
'Accepted Status Codes': 'Прихваћени статусни кодови',
|
||||
Save: 'Сачувај',
|
||||
Notifications: 'Обавештења',
|
||||
'Not available, please setup.': 'Није доступно, молим Вас подесите.',
|
||||
'Setup Notification': 'Постави обавештење',
|
||||
Light: 'Светло',
|
||||
Dark: 'Тамно',
|
||||
Auto: 'Аутоматско',
|
||||
'Theme - Heartbeat Bar': 'Тема - Трака откуцаја срца',
|
||||
Normal: 'Нормално',
|
||||
Bottom: 'Доле',
|
||||
None: 'Искључено',
|
||||
Timezone: 'Временска зона',
|
||||
'Search Engine Visibility': 'Видљивост претраживачима',
|
||||
'Allow indexing': 'Дозволи индексирање',
|
||||
'Discourage search engines from indexing site': 'Одвраћајте претраживаче од индексирања сајта',
|
||||
'Change Password': 'Промени лозинку',
|
||||
'Current Password': 'Тренутна лозинка',
|
||||
'New Password': 'Нова лозинка',
|
||||
'Repeat New Password': 'Понови нову лозинку',
|
||||
'Update Password': 'Измени лозинку',
|
||||
'Disable Auth': 'Искључи аутентификацију',
|
||||
'Enable Auth': 'Укључи аутентификацију',
|
||||
Logout: 'Одлогуј се',
|
||||
Leave: 'Изађи',
|
||||
'I understand, please disable': 'Разумем, молим те искључи',
|
||||
Confirm: 'Потврди',
|
||||
Yes: 'Да',
|
||||
No: 'Не',
|
||||
Username: 'Корисничко име',
|
||||
Password: 'Лозинка',
|
||||
'Remember me': 'Запамти ме',
|
||||
Login: 'Улогуј се',
|
||||
'No Monitors, please': 'Без посматрача молим',
|
||||
'add one': 'додај једног',
|
||||
'Notification Type': 'Тип обавештења',
|
||||
Email: 'Е-пошта',
|
||||
Test: 'Тест',
|
||||
'Certificate Info': 'Информације сертификата',
|
||||
'Resolver Server': 'Разрешивачки сервер',
|
||||
'Resource Record Type': 'Тип записа ресурса',
|
||||
'Last Result': 'Последњи резултат',
|
||||
'Create your admin account': 'Наприви администраторски налог',
|
||||
'Repeat Password': 'Поновите лозинку',
|
||||
respTime: 'Време одг. (мс)',
|
||||
notAvailableShort: 'N/A',
|
||||
Create: 'Create',
|
||||
clearEventsMsg: 'Are you sure want to delete all events for this monitor?',
|
||||
clearHeartbeatsMsg: 'Are you sure want to delete all heartbeats for this monitor?',
|
||||
confirmClearStatisticsMsg: 'Are you sure want to delete ALL statistics?',
|
||||
'Clear Data': 'Clear Data',
|
||||
Events: 'Events',
|
||||
Heartbeats: 'Heartbeats',
|
||||
'Auto Get': 'Auto Get',
|
||||
enableDefaultNotificationDescription: 'For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.',
|
||||
'Default enabled': 'Default enabled',
|
||||
'Also apply to existing monitors': 'Also apply to existing monitors',
|
||||
Export: 'Export',
|
||||
Import: 'Import',
|
||||
backupDescription: 'You can backup all monitors and all notifications into a JSON file.',
|
||||
backupDescription2: 'PS: History and event data is not included.',
|
||||
backupDescription3: 'Sensitive data such as notification tokens is included in the export file, please keep it carefully.',
|
||||
alertNoFile: 'Please select a file to import.',
|
||||
alertWrongFileType: 'Please select a JSON file.',
|
||||
twoFAVerifyLabel: 'Please type in your token to verify that 2FA is working',
|
||||
tokenValidSettingsMsg: 'Token is valid! You can now save the 2FA settings.',
|
||||
confirmEnableTwoFAMsg: 'Are you sure you want to enable 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Are you sure you want to disable 2FA?',
|
||||
'Apply on all existing monitors': 'Apply on all existing monitors',
|
||||
'Verify Token': 'Verify Token',
|
||||
'Setup 2FA': 'Setup 2FA',
|
||||
'Enable 2FA': 'Enable 2FA',
|
||||
'Disable 2FA': 'Disable 2FA',
|
||||
'2FA Settings': '2FA Settings',
|
||||
'Two Factor Authentication': 'Two Factor Authentication',
|
||||
Active: 'Active',
|
||||
Inactive: 'Inactive',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Show URI',
|
||||
'Clear all statistics': 'Clear all Statistics',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "Svenska",
|
||||
checkEverySecond: "Uppdatera var {0} sekund.",
|
||||
retriesDescription: "Max antal försök innan tjänsten markeras som nere och en notis skickas",
|
||||
ignoreTLSError: "Ignorera TLS/SSL-fel för webbsidor med HTTPS",
|
||||
upsideDownModeDescription: "Vänd upp och ner på statusen. Om tjänsten är nåbar visas den som NERE.",
|
||||
maxRedirectDescription: "Max antal omdirigeringar att följa. Välj 0 för att avaktivera omdirigeringar.",
|
||||
acceptedStatusCodesDescription: "Välj statuskoder som räknas som lyckade.",
|
||||
passwordNotMatchMsg: "Det bekräftade lösenordet stämmer ej överens.",
|
||||
notificationDescription: "Vänligen lägg till en notistjänst till dina övervakare.",
|
||||
keywordDescription: "Sök efter nyckelord i ren HTML eller JSON-svar. Sökningen är skiftkänslig.",
|
||||
pauseDashboardHome: "Pausa",
|
||||
deleteMonitorMsg: "Är du säker på att du vill ta bort den här övervakningen?",
|
||||
deleteNotificationMsg: "Är du säker på att du vill ta bort den här notisen för alla övervakare?",
|
||||
resoverserverDescription: "Cloudflare är den förvalda servern. Du kan byta resolver när som helst.",
|
||||
rrtypeDescription: "Välj den RR-typ du vill övervaka",
|
||||
pauseMonitorMsg: "Är du säker på att du vill pausa?",
|
||||
Settings: "Inställningar",
|
||||
Dashboard: "Infopanel",
|
||||
"New Update": "Ny uppdatering",
|
||||
Language: "Språk",
|
||||
Appearance: "Utseende",
|
||||
Theme: "Tema",
|
||||
General: "Allmänt",
|
||||
Version: "Version",
|
||||
"Check Update On GitHub": "Sök efter uppdatering på GitHub",
|
||||
List: "Lista",
|
||||
Add: "Lägg till",
|
||||
"Add New Monitor": "Lägg Till Ny Övervakare",
|
||||
"Quick Stats": "Snabbstatistik",
|
||||
Up: "Uppe",
|
||||
Down: "Nere",
|
||||
Pending: "Pågående",
|
||||
Unknown: "Okänt",
|
||||
Pause: "Pausa",
|
||||
Name: "Namn",
|
||||
Status: "Status",
|
||||
DateTime: "Datum & Tid",
|
||||
Message: "Meddelande",
|
||||
"No important events": "Inga viktiga händelser",
|
||||
Resume: "Återuppta",
|
||||
Edit: "Redigera",
|
||||
Delete: "Ta bort",
|
||||
Current: "Nuvarande",
|
||||
Uptime: "Drifttid",
|
||||
"Cert Exp.": "Certifikat utgår",
|
||||
days: "dagar",
|
||||
day: "dag",
|
||||
"-day": " dagar",
|
||||
hour: "timme",
|
||||
"-hour": " timmar",
|
||||
Response: "Svar",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "Övervakningstyp",
|
||||
Keyword: "Nyckelord",
|
||||
"Friendly Name": "Namn",
|
||||
URL: "URL",
|
||||
Hostname: "Värdnamn",
|
||||
Port: "Port",
|
||||
"Heartbeat Interval": "Hjärtslagsintervall",
|
||||
Retries: "Försök",
|
||||
Advanced: "Avancerat",
|
||||
"Upside Down Mode": "Upp och ner-läge",
|
||||
"Max. Redirects": "Max antal omdirigeringar",
|
||||
"Accepted Status Codes": "Tillåtna statuskoder",
|
||||
Save: "Spara",
|
||||
Notifications: "Notiser",
|
||||
"Not available, please setup.": "Ej tillgänglig, vänligen konfigurera.",
|
||||
"Setup Notification": "Ny Notistjänst",
|
||||
Light: "Ljust",
|
||||
Dark: "Mörkt",
|
||||
Auto: "Automatiskt",
|
||||
"Theme - Heartbeat Bar": "Tema - Heartbeat Bar",
|
||||
Normal: "Normal",
|
||||
Bottom: "Botten",
|
||||
None: "Tomt",
|
||||
Timezone: "Tidszon",
|
||||
"Search Engine Visibility": "Synlighet på Sökmotorer",
|
||||
"Allow indexing": "Tillåt indexering",
|
||||
"Discourage search engines from indexing site": "Hindra sökmotorer från att indexera sidan",
|
||||
"Change Password": "Byt Lösenord",
|
||||
"Current Password": "Nuvarande Lösenord",
|
||||
"New Password": "Nytt Lösenord",
|
||||
"Repeat New Password": "Upprepa Nytt Lösenord",
|
||||
"Update Password": "Uppdatera Lösenord",
|
||||
"Disable Auth": "Avaktivera Autentisering",
|
||||
"Enable Auth": "Aktivera Autentisering",
|
||||
Logout: "Logga ut",
|
||||
Leave: "Lämna",
|
||||
"I understand, please disable": "Jag förstår, vänligen avaktivera",
|
||||
Confirm: "Bekräfta",
|
||||
Yes: "Ja",
|
||||
No: "Nej",
|
||||
Username: "Användarnamn",
|
||||
Password: "Lösenord",
|
||||
"Remember me": "Kom ihåg mig",
|
||||
Login: "Logga in",
|
||||
"No Monitors, please": "Inga Övervakare, tack",
|
||||
"add one": "lägg till en",
|
||||
"Notification Type": "Notistyp",
|
||||
Email: "Email",
|
||||
Test: "Test",
|
||||
"Certificate Info": "Certifikatsinfo",
|
||||
"Resolver Server": "Resolverserver",
|
||||
"Resource Record Type": "RR-typ",
|
||||
"Last Result": "Senaste resultat",
|
||||
"Create your admin account": "Skapa ditt administratörskonto",
|
||||
"Repeat Password": "Upprepa Lösenord",
|
||||
respTime: "Svarstid (ms)",
|
||||
notAvailableShort: "Ej Tillg.",
|
||||
Create: "Create",
|
||||
clearEventsMsg: "Are you sure want to delete all events for this monitor?",
|
||||
clearHeartbeatsMsg: "Are you sure want to delete all heartbeats for this monitor?",
|
||||
confirmClearStatisticsMsg: "Are you sure want to delete ALL statistics?",
|
||||
"Clear Data": "Clear Data",
|
||||
Events: "Events",
|
||||
Heartbeats: "Heartbeats",
|
||||
"Auto Get": "Auto Get",
|
||||
enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
|
||||
"Default enabled": "Default enabled",
|
||||
"Also apply to existing monitors": "Also apply to existing monitors",
|
||||
Export: "Export",
|
||||
Import: "Import",
|
||||
backupDescription: "You can backup all monitors and all notifications into a JSON file.",
|
||||
backupDescription2: "PS: History and event data is not included.",
|
||||
backupDescription3: "Sensitive data such as notification tokens is included in the export file, please keep it carefully.",
|
||||
alertNoFile: "Please select a file to import.",
|
||||
alertWrongFileType: "Please select a JSON file.",
|
||||
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||
"Apply on all existing monitors": "Apply on all existing monitors",
|
||||
"Verify Token": "Verify Token",
|
||||
"Setup 2FA": "Setup 2FA",
|
||||
"Enable 2FA": "Enable 2FA",
|
||||
"Disable 2FA": "Disable 2FA",
|
||||
"2FA Settings": "2FA Settings",
|
||||
"Two Factor Authentication": "Two Factor Authentication",
|
||||
Active: "Active",
|
||||
Inactive: "Inactive",
|
||||
Token: "Token",
|
||||
"Show URI": "Show URI",
|
||||
"Clear all statistics": "Clear all Statistics",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: 'Svenska',
|
||||
checkEverySecond: 'Uppdatera var {0} sekund.',
|
||||
retriesDescription: 'Max antal försök innan tjänsten markeras som nere och en notis skickas',
|
||||
ignoreTLSError: 'Ignorera TLS/SSL-fel för webbsidor med HTTPS',
|
||||
upsideDownModeDescription: 'Vänd upp och ner på statusen. Om tjänsten är nåbar visas den som NERE.',
|
||||
maxRedirectDescription: 'Max antal omdirigeringar att följa. Välj 0 för att avaktivera omdirigeringar.',
|
||||
acceptedStatusCodesDescription: 'Välj statuskoder som räknas som lyckade.',
|
||||
passwordNotMatchMsg: 'Det bekräftade lösenordet stämmer ej överens.',
|
||||
notificationDescription: 'Vänligen lägg till en notistjänst till dina övervakare.',
|
||||
keywordDescription: 'Sök efter nyckelord i ren HTML eller JSON-svar. Sökningen är skiftkänslig.',
|
||||
pauseDashboardHome: 'Pausa',
|
||||
deleteMonitorMsg: 'Är du säker på att du vill ta bort den här övervakningen?',
|
||||
deleteNotificationMsg: 'Är du säker på att du vill ta bort den här notisen för alla övervakare?',
|
||||
resoverserverDescription: 'Cloudflare är den förvalda servern. Du kan byta resolver när som helst.',
|
||||
rrtypeDescription: 'Välj den RR-typ du vill övervaka',
|
||||
pauseMonitorMsg: 'Är du säker på att du vill pausa?',
|
||||
Settings: 'Inställningar',
|
||||
Dashboard: 'Infopanel',
|
||||
'New Update': 'Ny uppdatering',
|
||||
Language: 'Språk',
|
||||
Appearance: 'Utseende',
|
||||
Theme: 'Tema',
|
||||
General: 'Allmänt',
|
||||
Version: 'Version',
|
||||
'Check Update On GitHub': 'Sök efter uppdatering på GitHub',
|
||||
List: 'Lista',
|
||||
Add: 'Lägg till',
|
||||
'Add New Monitor': 'Lägg Till Ny Övervakare',
|
||||
'Quick Stats': 'Snabbstatistik',
|
||||
Up: 'Uppe',
|
||||
Down: 'Nere',
|
||||
Pending: 'Pågående',
|
||||
Unknown: 'Okänt',
|
||||
Pause: 'Pausa',
|
||||
Name: 'Namn',
|
||||
Status: 'Status',
|
||||
DateTime: 'Datum & Tid',
|
||||
Message: 'Meddelande',
|
||||
'No important events': 'Inga viktiga händelser',
|
||||
Resume: 'Återuppta',
|
||||
Edit: 'Redigera',
|
||||
Delete: 'Ta bort',
|
||||
Current: 'Nuvarande',
|
||||
Uptime: 'Drifttid',
|
||||
'Cert Exp.': 'Certifikat utgår',
|
||||
days: 'dagar',
|
||||
day: 'dag',
|
||||
'-day': ' dagar',
|
||||
hour: 'timme',
|
||||
'-hour': ' timmar',
|
||||
Response: 'Svar',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': 'Övervakningstyp',
|
||||
Keyword: 'Nyckelord',
|
||||
'Friendly Name': 'Namn',
|
||||
URL: 'URL',
|
||||
Hostname: 'Värdnamn',
|
||||
Port: 'Port',
|
||||
'Heartbeat Interval': 'Hjärtslagsintervall',
|
||||
Retries: 'Försök',
|
||||
Advanced: 'Avancerat',
|
||||
'Upside Down Mode': 'Upp och ner-läge',
|
||||
'Max. Redirects': 'Max antal omdirigeringar',
|
||||
'Accepted Status Codes': 'Tillåtna statuskoder',
|
||||
Save: 'Spara',
|
||||
Notifications: 'Notiser',
|
||||
'Not available, please setup.': 'Ej tillgänglig, vänligen konfigurera.',
|
||||
'Setup Notification': 'Ny Notistjänst',
|
||||
Light: 'Ljust',
|
||||
Dark: 'Mörkt',
|
||||
Auto: 'Automatiskt',
|
||||
'Theme - Heartbeat Bar': 'Tema - Heartbeat Bar',
|
||||
Normal: 'Normal',
|
||||
Bottom: 'Botten',
|
||||
None: 'Tomt',
|
||||
Timezone: 'Tidszon',
|
||||
'Search Engine Visibility': 'Synlighet på Sökmotorer',
|
||||
'Allow indexing': 'Tillåt indexering',
|
||||
'Discourage search engines from indexing site': 'Hindra sökmotorer från att indexera sidan',
|
||||
'Change Password': 'Byt Lösenord',
|
||||
'Current Password': 'Nuvarande Lösenord',
|
||||
'New Password': 'Nytt Lösenord',
|
||||
'Repeat New Password': 'Upprepa Nytt Lösenord',
|
||||
'Update Password': 'Uppdatera Lösenord',
|
||||
'Disable Auth': 'Avaktivera Autentisering',
|
||||
'Enable Auth': 'Aktivera Autentisering',
|
||||
Logout: 'Logga ut',
|
||||
Leave: 'Lämna',
|
||||
'I understand, please disable': 'Jag förstår, vänligen avaktivera',
|
||||
Confirm: 'Bekräfta',
|
||||
Yes: 'Ja',
|
||||
No: 'Nej',
|
||||
Username: 'Användarnamn',
|
||||
Password: 'Lösenord',
|
||||
'Remember me': 'Kom ihåg mig',
|
||||
Login: 'Logga in',
|
||||
'No Monitors, please': 'Inga Övervakare, tack',
|
||||
'add one': 'lägg till en',
|
||||
'Notification Type': 'Notistyp',
|
||||
Email: 'Email',
|
||||
Test: 'Test',
|
||||
'Certificate Info': 'Certifikatsinfo',
|
||||
'Resolver Server': 'Resolverserver',
|
||||
'Resource Record Type': 'RR-typ',
|
||||
'Last Result': 'Senaste resultat',
|
||||
'Create your admin account': 'Skapa ditt administratörskonto',
|
||||
'Repeat Password': 'Upprepa Lösenord',
|
||||
respTime: 'Svarstid (ms)',
|
||||
notAvailableShort: 'Ej Tillg.',
|
||||
Create: 'Create',
|
||||
clearEventsMsg: 'Are you sure want to delete all events for this monitor?',
|
||||
clearHeartbeatsMsg: 'Are you sure want to delete all heartbeats for this monitor?',
|
||||
confirmClearStatisticsMsg: 'Are you sure want to delete ALL statistics?',
|
||||
'Clear Data': 'Clear Data',
|
||||
Events: 'Events',
|
||||
Heartbeats: 'Heartbeats',
|
||||
'Auto Get': 'Auto Get',
|
||||
enableDefaultNotificationDescription: 'For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.',
|
||||
'Default enabled': 'Default enabled',
|
||||
'Also apply to existing monitors': 'Also apply to existing monitors',
|
||||
Export: 'Export',
|
||||
Import: 'Import',
|
||||
backupDescription: 'You can backup all monitors and all notifications into a JSON file.',
|
||||
backupDescription2: 'PS: History and event data is not included.',
|
||||
backupDescription3: 'Sensitive data such as notification tokens is included in the export file, please keep it carefully.',
|
||||
alertNoFile: 'Please select a file to import.',
|
||||
alertWrongFileType: 'Please select a JSON file.',
|
||||
twoFAVerifyLabel: 'Please type in your token to verify that 2FA is working',
|
||||
tokenValidSettingsMsg: 'Token is valid! You can now save the 2FA settings.',
|
||||
confirmEnableTwoFAMsg: 'Are you sure you want to enable 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Are you sure you want to disable 2FA?',
|
||||
'Apply on all existing monitors': 'Apply on all existing monitors',
|
||||
'Verify Token': 'Verify Token',
|
||||
'Setup 2FA': 'Setup 2FA',
|
||||
'Enable 2FA': 'Enable 2FA',
|
||||
'Disable 2FA': 'Disable 2FA',
|
||||
'2FA Settings': '2FA Settings',
|
||||
'Two Factor Authentication': 'Two Factor Authentication',
|
||||
Active: 'Active',
|
||||
Inactive: 'Inactive',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Show URI',
|
||||
'Clear all statistics': 'Clear all Statistics',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,181 +1,181 @@
|
|||
export default {
|
||||
languageName: "Türkçe",
|
||||
checkEverySecond: "{0} Saniyede bir kontrol et.",
|
||||
retriesDescription: "Servisin kapalı olarak işaretlenmeden ve bir bildirim gönderilmeden önce maksimum yeniden deneme sayısı",
|
||||
ignoreTLSError: "HTTPS web siteleri için TLS/SSL hatasını yoksay",
|
||||
upsideDownModeDescription: "Servisin durumunu tersine çevirir. Servis çalışıyorsa kapalı olarak işaretler.",
|
||||
maxRedirectDescription: "İzlenecek maksimum yönlendirme sayısı. Yönlendirmeleri devre dışı bırakmak için 0'a ayarlayın.",
|
||||
acceptedStatusCodesDescription: "Servisin çalıştığını hangi durum kodları belirlesin?",
|
||||
passwordNotMatchMsg: "Şifre eşleşmiyor.",
|
||||
notificationDescription: "Servislerin bildirim gönderebilmesi için bir bildirim yöntemi belirleyin.",
|
||||
keywordDescription: "Anahtar kelimeyi düz html veya JSON yanıtında arayın ve büyük/küçük harfe duyarlıdır",
|
||||
pauseDashboardHome: "Durdur",
|
||||
deleteMonitorMsg: "Servisi silmek istediğinden emin misin?",
|
||||
deleteNotificationMsg: "Bu bildirimi tüm servisler için silmek istediğinden emin misin?",
|
||||
resoverserverDescription: "Cloudflare varsayılan sunucudur, çözümleyici sunucusunu istediğiniz zaman değiştirebilirsiniz.",
|
||||
rrtypeDescription: "İzlemek istediğiniz servisin RR-Tipini seçin",
|
||||
pauseMonitorMsg: "Durdurmak istediğinden emin misin?",
|
||||
clearEventsMsg: "Bu servisin bütün kayıtlarını silmek istediğinden emin misin?",
|
||||
clearHeartbeatsMsg: "Bu servis için tüm sağlık durumunu silmek istediğinden emin misin?",
|
||||
confirmClearStatisticsMsg: "Tüm istatistikleri silmek istediğinden emin misin?",
|
||||
Settings: "Ayarlar",
|
||||
Dashboard: "Panel",
|
||||
"New Update": "Yeni Güncelleme",
|
||||
Language: "Dil",
|
||||
Appearance: "Görünüm",
|
||||
Theme: "Tema",
|
||||
General: "Genel",
|
||||
Version: "Versiyon",
|
||||
"Check Update On GitHub": "GitHub'da Güncellemeyi Kontrol Edin",
|
||||
List: "Liste",
|
||||
Add: "Ekle",
|
||||
"Add New Monitor": "Yeni Servis Ekle",
|
||||
"Quick Stats": "Servis istatistikleri",
|
||||
Up: "Normal",
|
||||
Down: "Hatalı",
|
||||
Pending: "Bekliyor",
|
||||
Unknown: "Bilinmeyen",
|
||||
Pause: "Durdur",
|
||||
Name: "Servis ismi",
|
||||
Status: "Durum",
|
||||
DateTime: "Zaman",
|
||||
Message: "Mesaj",
|
||||
"No important events": "Önemli olay yok",
|
||||
Resume: "Devam et",
|
||||
Edit: "Düzenle",
|
||||
Delete: "Sil",
|
||||
Current: "Şu anda",
|
||||
Uptime: "Çalışma zamanı",
|
||||
"Cert Exp.": "Sertifika Süresi",
|
||||
days: "günler",
|
||||
day: "gün",
|
||||
"-day": "-gün",
|
||||
hour: "saat",
|
||||
"-hour": "-saat",
|
||||
Response: "Cevap Süresi",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "Servis Tipi",
|
||||
Keyword: "Anahtar Kelime",
|
||||
"Friendly Name": "Panelde görünecek isim",
|
||||
URL: "URL",
|
||||
Hostname: "IP Adresi",
|
||||
Port: "Port",
|
||||
"Heartbeat Interval": "Servis Test Aralığı",
|
||||
Retries: "Yeniden deneme",
|
||||
Advanced: "Gelişmiş",
|
||||
"Upside Down Mode": "Ters/Düz Modu",
|
||||
"Max. Redirects": "Maksimum Yönlendirme",
|
||||
"Accepted Status Codes": "Kabul Edilen Durum Kodları",
|
||||
Save: "Kaydet",
|
||||
Notifications: "Bildirimler",
|
||||
"Not available, please setup.": "Atanmış bildirim yöntemi yok. Ayarlardan belirleyebilirsiniz.",
|
||||
"Setup Notification": "Bildirim yöntemi kur",
|
||||
Light: "Açık",
|
||||
Dark: "Koyu",
|
||||
Auto: "Oto",
|
||||
"Theme - Heartbeat Bar": "Servis Bar Konumu",
|
||||
Normal: "Normal",
|
||||
Bottom: "Aşağıda",
|
||||
None: "Gösterme",
|
||||
Timezone: "Zaman Dilimi",
|
||||
"Search Engine Visibility": "Arama Motoru Görünürlüğü",
|
||||
"Allow indexing": "İndekslemeye izin ver",
|
||||
"Discourage search engines from indexing site": "İndekslemeyi reddet",
|
||||
"Change Password": "Şifre Değiştir",
|
||||
"Current Password": "Şuan ki Şifre",
|
||||
"New Password": "Yeni Şifre",
|
||||
"Repeat New Password": "Yeni Şifreyi Tekrar Girin",
|
||||
"Update Password": "Şifreyi Değiştir",
|
||||
"Disable Auth": "Şifreli girişi iptal et.",
|
||||
"Enable Auth": "Şifreli girişi aktif et.",
|
||||
Logout: "Çıkış yap",
|
||||
Leave: "Ayrıl",
|
||||
"I understand, please disable": "Evet farkındayım, iptal et",
|
||||
Confirm: "Onayla",
|
||||
Yes: "Evet",
|
||||
No: "Hayır",
|
||||
Username: "Kullanıcı Adı",
|
||||
Password: "Şifre",
|
||||
"Remember me": "Beni Hatırla",
|
||||
Login: "Giriş yap",
|
||||
"No Monitors, please": "Servis yok, lütfen",
|
||||
"add one": "bir servis ekleyin",
|
||||
"Notification Type": "Bildirim Yöntemi",
|
||||
Email: "E-mail",
|
||||
Test: "Test",
|
||||
"Certificate Info": "Sertifika Bilgisi",
|
||||
"Resolver Server": "Çözümleyici Sunucu",
|
||||
"Resource Record Type": "Kaynak Kayıt Türü",
|
||||
"Last Result": "En son sonuçlar",
|
||||
"Create your admin account": "Yönetici hesabınızı oluşturun",
|
||||
"Repeat Password": "Şifrenizi tekrar girin",
|
||||
respTime: "Cevap Süresi (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
Create: "Yarat",
|
||||
"Clear Data": "Verileri Temizle",
|
||||
Events: "Olaylar",
|
||||
Heartbeats: "Sağlık Durumları",
|
||||
"Auto Get": "Otomatik Al",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
Export: "Export",
|
||||
Import: "Import",
|
||||
"Default enabled": "Default enabled",
|
||||
"Apply on all existing monitors": "Apply on all existing monitors",
|
||||
backupDescription: "You can backup all monitors and all notifications into a JSON file.",
|
||||
backupDescription2: "PS: History and event data is not included.",
|
||||
backupDescription3: "Sensitive data such as notification tokens is included in the export file, please keep it carefully.",
|
||||
alertNoFile: "Please select a file to import.",
|
||||
alertWrongFileType: "Please select a JSON file.",
|
||||
"Clear all statistics": "Clear all Statistics",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
"Verify Token": "Verify Token",
|
||||
"Setup 2FA": "Setup 2FA",
|
||||
"Enable 2FA": "Enable 2FA",
|
||||
"Disable 2FA": "Disable 2FA",
|
||||
"2FA Settings": "2FA Settings",
|
||||
"Two Factor Authentication": "Two Factor Authentication",
|
||||
Active: "Active",
|
||||
Inactive: "Inactive",
|
||||
Token: "Token",
|
||||
"Show URI": "Show URI",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: 'Türkçe',
|
||||
checkEverySecond: '{0} Saniyede bir kontrol et.',
|
||||
retriesDescription: 'Servisin kapalı olarak işaretlenmeden ve bir bildirim gönderilmeden önce maksimum yeniden deneme sayısı',
|
||||
ignoreTLSError: 'HTTPS web siteleri için TLS/SSL hatasını yoksay',
|
||||
upsideDownModeDescription: 'Servisin durumunu tersine çevirir. Servis çalışıyorsa kapalı olarak işaretler.',
|
||||
maxRedirectDescription: "İzlenecek maksimum yönlendirme sayısı. Yönlendirmeleri devre dışı bırakmak için 0'a ayarlayın.",
|
||||
acceptedStatusCodesDescription: 'Servisin çalıştığını hangi durum kodları belirlesin?',
|
||||
passwordNotMatchMsg: 'Şifre eşleşmiyor.',
|
||||
notificationDescription: 'Servislerin bildirim gönderebilmesi için bir bildirim yöntemi belirleyin.',
|
||||
keywordDescription: 'Anahtar kelimeyi düz html veya JSON yanıtında arayın ve büyük/küçük harfe duyarlıdır',
|
||||
pauseDashboardHome: 'Durdur',
|
||||
deleteMonitorMsg: 'Servisi silmek istediğinden emin misin?',
|
||||
deleteNotificationMsg: 'Bu bildirimi tüm servisler için silmek istediğinden emin misin?',
|
||||
resoverserverDescription: 'Cloudflare varsayılan sunucudur, çözümleyici sunucusunu istediğiniz zaman değiştirebilirsiniz.',
|
||||
rrtypeDescription: 'İzlemek istediğiniz servisin RR-Tipini seçin',
|
||||
pauseMonitorMsg: 'Durdurmak istediğinden emin misin?',
|
||||
clearEventsMsg: 'Bu servisin bütün kayıtlarını silmek istediğinden emin misin?',
|
||||
clearHeartbeatsMsg: 'Bu servis için tüm sağlık durumunu silmek istediğinden emin misin?',
|
||||
confirmClearStatisticsMsg: 'Tüm istatistikleri silmek istediğinden emin misin?',
|
||||
Settings: 'Ayarlar',
|
||||
Dashboard: 'Panel',
|
||||
'New Update': 'Yeni Güncelleme',
|
||||
Language: 'Dil',
|
||||
Appearance: 'Görünüm',
|
||||
Theme: 'Tema',
|
||||
General: 'Genel',
|
||||
Version: 'Versiyon',
|
||||
'Check Update On GitHub': "GitHub'da Güncellemeyi Kontrol Edin",
|
||||
List: 'Liste',
|
||||
Add: 'Ekle',
|
||||
'Add New Monitor': 'Yeni Servis Ekle',
|
||||
'Quick Stats': 'Servis istatistikleri',
|
||||
Up: 'Normal',
|
||||
Down: 'Hatalı',
|
||||
Pending: 'Bekliyor',
|
||||
Unknown: 'Bilinmeyen',
|
||||
Pause: 'Durdur',
|
||||
Name: 'Servis ismi',
|
||||
Status: 'Durum',
|
||||
DateTime: 'Zaman',
|
||||
Message: 'Mesaj',
|
||||
'No important events': 'Önemli olay yok',
|
||||
Resume: 'Devam et',
|
||||
Edit: 'Düzenle',
|
||||
Delete: 'Sil',
|
||||
Current: 'Şu anda',
|
||||
Uptime: 'Çalışma zamanı',
|
||||
'Cert Exp.': 'Sertifika Süresi',
|
||||
days: 'günler',
|
||||
day: 'gün',
|
||||
'-day': '-gün',
|
||||
hour: 'saat',
|
||||
'-hour': '-saat',
|
||||
Response: 'Cevap Süresi',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': 'Servis Tipi',
|
||||
Keyword: 'Anahtar Kelime',
|
||||
'Friendly Name': 'Panelde görünecek isim',
|
||||
URL: 'URL',
|
||||
Hostname: 'IP Adresi',
|
||||
Port: 'Port',
|
||||
'Heartbeat Interval': 'Servis Test Aralığı',
|
||||
Retries: 'Yeniden deneme',
|
||||
Advanced: 'Gelişmiş',
|
||||
'Upside Down Mode': 'Ters/Düz Modu',
|
||||
'Max. Redirects': 'Maksimum Yönlendirme',
|
||||
'Accepted Status Codes': 'Kabul Edilen Durum Kodları',
|
||||
Save: 'Kaydet',
|
||||
Notifications: 'Bildirimler',
|
||||
'Not available, please setup.': 'Atanmış bildirim yöntemi yok. Ayarlardan belirleyebilirsiniz.',
|
||||
'Setup Notification': 'Bildirim yöntemi kur',
|
||||
Light: 'Açık',
|
||||
Dark: 'Koyu',
|
||||
Auto: 'Oto',
|
||||
'Theme - Heartbeat Bar': 'Servis Bar Konumu',
|
||||
Normal: 'Normal',
|
||||
Bottom: 'Aşağıda',
|
||||
None: 'Gösterme',
|
||||
Timezone: 'Zaman Dilimi',
|
||||
'Search Engine Visibility': 'Arama Motoru Görünürlüğü',
|
||||
'Allow indexing': 'İndekslemeye izin ver',
|
||||
'Discourage search engines from indexing site': 'İndekslemeyi reddet',
|
||||
'Change Password': 'Şifre Değiştir',
|
||||
'Current Password': 'Şuan ki Şifre',
|
||||
'New Password': 'Yeni Şifre',
|
||||
'Repeat New Password': 'Yeni Şifreyi Tekrar Girin',
|
||||
'Update Password': 'Şifreyi Değiştir',
|
||||
'Disable Auth': 'Şifreli girişi iptal et.',
|
||||
'Enable Auth': 'Şifreli girişi aktif et.',
|
||||
Logout: 'Çıkış yap',
|
||||
Leave: 'Ayrıl',
|
||||
'I understand, please disable': 'Evet farkındayım, iptal et',
|
||||
Confirm: 'Onayla',
|
||||
Yes: 'Evet',
|
||||
No: 'Hayır',
|
||||
Username: 'Kullanıcı Adı',
|
||||
Password: 'Şifre',
|
||||
'Remember me': 'Beni Hatırla',
|
||||
Login: 'Giriş yap',
|
||||
'No Monitors, please': 'Servis yok, lütfen',
|
||||
'add one': 'bir servis ekleyin',
|
||||
'Notification Type': 'Bildirim Yöntemi',
|
||||
Email: 'E-mail',
|
||||
Test: 'Test',
|
||||
'Certificate Info': 'Sertifika Bilgisi',
|
||||
'Resolver Server': 'Çözümleyici Sunucu',
|
||||
'Resource Record Type': 'Kaynak Kayıt Türü',
|
||||
'Last Result': 'En son sonuçlar',
|
||||
'Create your admin account': 'Yönetici hesabınızı oluşturun',
|
||||
'Repeat Password': 'Şifrenizi tekrar girin',
|
||||
respTime: 'Cevap Süresi (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
Create: 'Yarat',
|
||||
'Clear Data': 'Verileri Temizle',
|
||||
Events: 'Olaylar',
|
||||
Heartbeats: 'Sağlık Durumları',
|
||||
'Auto Get': 'Otomatik Al',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
enableDefaultNotificationDescription: 'For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
twoFAVerifyLabel: 'Please type in your token to verify that 2FA is working',
|
||||
tokenValidSettingsMsg: 'Token is valid! You can now save the 2FA settings.',
|
||||
confirmEnableTwoFAMsg: 'Are you sure you want to enable 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Are you sure you want to disable 2FA?',
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
Export: 'Export',
|
||||
Import: 'Import',
|
||||
'Default enabled': 'Default enabled',
|
||||
'Apply on all existing monitors': 'Apply on all existing monitors',
|
||||
backupDescription: 'You can backup all monitors and all notifications into a JSON file.',
|
||||
backupDescription2: 'PS: History and event data is not included.',
|
||||
backupDescription3: 'Sensitive data such as notification tokens is included in the export file, please keep it carefully.',
|
||||
alertNoFile: 'Please select a file to import.',
|
||||
alertWrongFileType: 'Please select a JSON file.',
|
||||
'Clear all statistics': 'Clear all Statistics',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
'Verify Token': 'Verify Token',
|
||||
'Setup 2FA': 'Setup 2FA',
|
||||
'Enable 2FA': 'Enable 2FA',
|
||||
'Disable 2FA': 'Disable 2FA',
|
||||
'2FA Settings': '2FA Settings',
|
||||
'Two Factor Authentication': 'Two Factor Authentication',
|
||||
Active: 'Active',
|
||||
Inactive: 'Inactive',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Show URI',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "简体中文",
|
||||
checkEverySecond: "检测频率 {0} 秒",
|
||||
retriesDescription: "最大重试失败次数",
|
||||
ignoreTLSError: "忽略HTTPS站点的证书错误",
|
||||
upsideDownModeDescription: "反向状态监控(状态码范围外为有效状态,反之为无效)",
|
||||
maxRedirectDescription: "最大重定向次数,设置为 0 禁止重定向",
|
||||
acceptedStatusCodesDescription: "选择被视为成功响应的状态码",
|
||||
passwordNotMatchMsg: "两次密码输入不一致",
|
||||
notificationDescription: "请为监控项配置消息通知",
|
||||
keywordDescription: "检测响应内容中的关键字,区分大小写",
|
||||
pauseDashboardHome: "暂停",
|
||||
deleteMonitorMsg: "确定要删除此监控吗?",
|
||||
deleteNotificationMsg: "确定要删除此消息通知吗?这将对所有监控生效。",
|
||||
resoverserverDescription: "可自定义要使用的DNS服务器",
|
||||
rrtypeDescription: "选择要监控的资源记录类型",
|
||||
pauseMonitorMsg: "确定要暂停吗?",
|
||||
Settings: "设置",
|
||||
Dashboard: "仪表盘",
|
||||
"New Update": "有新版本更新",
|
||||
Language: "语言",
|
||||
Appearance: "外观设置",
|
||||
Theme: "主题",
|
||||
General: "基本设置",
|
||||
Version: "Version",
|
||||
"Check Update On GitHub": "检查更新",
|
||||
List: "列表",
|
||||
Add: "添加",
|
||||
"Add New Monitor": "创建监控项",
|
||||
"Quick Stats": "状态速览",
|
||||
Up: "正常",
|
||||
Down: "故障",
|
||||
Pending: "检测失败",
|
||||
Unknown: "未知",
|
||||
Pause: "暂停",
|
||||
Name: "名称",
|
||||
Status: "状态",
|
||||
DateTime: "时间",
|
||||
Message: "事件",
|
||||
"No important events": "暂无重要事件",
|
||||
Resume: "恢复",
|
||||
Edit: "修改",
|
||||
Delete: "删除",
|
||||
Current: "当前",
|
||||
Uptime: "可用率",
|
||||
"Cert Exp.": "证书过期",
|
||||
days: "天",
|
||||
day: "天",
|
||||
"-day": " 天",
|
||||
hour: "小时",
|
||||
"-hour": " 小时",
|
||||
Response: "响应时长",
|
||||
Ping: "Ping",
|
||||
"Monitor Type": "监控类型",
|
||||
Keyword: "关键字",
|
||||
"Friendly Name": "自定义名称",
|
||||
URL: "网址URL",
|
||||
Hostname: "主机名",
|
||||
Port: "端口号",
|
||||
"Heartbeat Interval": "心跳间隔",
|
||||
Retries: "重试次数",
|
||||
Advanced: "高级选项",
|
||||
"Upside Down Mode": "反向监控",
|
||||
"Max. Redirects": "重定向次数",
|
||||
"Accepted Status Codes": "有效状态码",
|
||||
Save: "保存",
|
||||
Notifications: "消息通知",
|
||||
"Not available, please setup.": "无可用通道,请先设置",
|
||||
"Setup Notification": "设置通知",
|
||||
Light: "明亮",
|
||||
Dark: "黑暗",
|
||||
Auto: "自动",
|
||||
"Theme - Heartbeat Bar": "状态显示",
|
||||
Normal: "正常显示",
|
||||
Bottom: "靠下显示",
|
||||
None: "不显示",
|
||||
Timezone: "时区",
|
||||
"Search Engine Visibility": "搜索引擎设置",
|
||||
"Allow indexing": "允许索引",
|
||||
"Discourage search engines from indexing site": "阻止搜索引擎索引网站",
|
||||
"Change Password": "修改密码",
|
||||
"Current Password": "当前密码",
|
||||
"New Password": "新的密码",
|
||||
"Repeat New Password": "重复新的密码",
|
||||
"Update Password": "更新密码",
|
||||
"Disable Auth": "禁用身份验证",
|
||||
"Enable Auth": "启用身份验证",
|
||||
Logout: "退出",
|
||||
Leave: "离开",
|
||||
"I understand, please disable": "我已了解,继续禁用",
|
||||
Confirm: "确认",
|
||||
Yes: "确定",
|
||||
No: "取消",
|
||||
Username: "用户名",
|
||||
Password: "密码",
|
||||
"Remember me": "记住登录",
|
||||
Login: "登录",
|
||||
"No Monitors, please": "还没有监控项,",
|
||||
"add one": "点击新增",
|
||||
"Notification Type": "消息类型",
|
||||
Email: "邮件",
|
||||
Test: "测试一下",
|
||||
"Certificate Info": "证书信息",
|
||||
"Resolver Server": "解析服务器",
|
||||
"Resource Record Type": "资源记录类型",
|
||||
"Last Result": "Last Result",
|
||||
"Create your admin account": "创建管理员账号",
|
||||
"Repeat Password": "重复密码",
|
||||
respTime: "Resp. Time (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
Create: "创建",
|
||||
clearEventsMsg: "确定要删除此监控项的所有事件吗?",
|
||||
clearHeartbeatsMsg: "确定要删除此监控项的所有状态吗?",
|
||||
confirmClearStatisticsMsg: "确定要删除所有统计信息吗?",
|
||||
"Clear Data": "清除数据",
|
||||
Events: "事件",
|
||||
Heartbeats: "心跳",
|
||||
"Auto Get": "自动获取",
|
||||
enableDefaultNotificationDescription: "新的监控项将默认启用,你也可以在每个监控项中分别设置",
|
||||
"Default enabled": "默认开启",
|
||||
"Also apply to existing monitors": "应用到所有监控项",
|
||||
Export: "导出",
|
||||
Import: "导入",
|
||||
backupDescription: "你可以将所有的监控项和消息通知备份到一个 JSON 文件中",
|
||||
backupDescription2: "注意: 不包括历史状态和事件数据",
|
||||
backupDescription3: "导出的文件中可能包含敏感信息,如消息通知的 Token 信息,请小心存放!",
|
||||
alertNoFile: "请选择一个文件导入",
|
||||
alertWrongFileType: "请选择一个 JSON 格式的文件",
|
||||
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||
"Apply on all existing monitors": "应用到所有监控项",
|
||||
"Verify Token": "Verify Token",
|
||||
"Setup 2FA": "Setup 2FA",
|
||||
"Enable 2FA": "Enable 2FA",
|
||||
"Disable 2FA": "Disable 2FA",
|
||||
"2FA Settings": "2FA Settings",
|
||||
"Two Factor Authentication": "Two Factor Authentication",
|
||||
Active: "Active",
|
||||
Inactive: "Inactive",
|
||||
Token: "Token",
|
||||
"Show URI": "Show URI",
|
||||
"Clear all statistics": "Clear all Statistics",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: '简体中文',
|
||||
checkEverySecond: '检测频率 {0} 秒',
|
||||
retriesDescription: '最大重试失败次数',
|
||||
ignoreTLSError: '忽略HTTPS站点的证书错误',
|
||||
upsideDownModeDescription: '反向状态监控(状态码范围外为有效状态,反之为无效)',
|
||||
maxRedirectDescription: '最大重定向次数,设置为 0 禁止重定向',
|
||||
acceptedStatusCodesDescription: '选择被视为成功响应的状态码',
|
||||
passwordNotMatchMsg: '两次密码输入不一致',
|
||||
notificationDescription: '请为监控项配置消息通知',
|
||||
keywordDescription: '检测响应内容中的关键字,区分大小写',
|
||||
pauseDashboardHome: '暂停',
|
||||
deleteMonitorMsg: '确定要删除此监控吗?',
|
||||
deleteNotificationMsg: '确定要删除此消息通知吗?这将对所有监控生效。',
|
||||
resoverserverDescription: '可自定义要使用的DNS服务器',
|
||||
rrtypeDescription: '选择要监控的资源记录类型',
|
||||
pauseMonitorMsg: '确定要暂停吗?',
|
||||
Settings: '设置',
|
||||
Dashboard: '仪表盘',
|
||||
'New Update': '有新版本更新',
|
||||
Language: '语言',
|
||||
Appearance: '外观设置',
|
||||
Theme: '主题',
|
||||
General: '基本设置',
|
||||
Version: 'Version',
|
||||
'Check Update On GitHub': '检查更新',
|
||||
List: '列表',
|
||||
Add: '添加',
|
||||
'Add New Monitor': '创建监控项',
|
||||
'Quick Stats': '状态速览',
|
||||
Up: '正常',
|
||||
Down: '故障',
|
||||
Pending: '检测失败',
|
||||
Unknown: '未知',
|
||||
Pause: '暂停',
|
||||
Name: '名称',
|
||||
Status: '状态',
|
||||
DateTime: '时间',
|
||||
Message: '事件',
|
||||
'No important events': '暂无重要事件',
|
||||
Resume: '恢复',
|
||||
Edit: '修改',
|
||||
Delete: '删除',
|
||||
Current: '当前',
|
||||
Uptime: '可用率',
|
||||
'Cert Exp.': '证书过期',
|
||||
days: '天',
|
||||
day: '天',
|
||||
'-day': ' 天',
|
||||
hour: '小时',
|
||||
'-hour': ' 小时',
|
||||
Response: '响应时长',
|
||||
Ping: 'Ping',
|
||||
'Monitor Type': '监控类型',
|
||||
Keyword: '关键字',
|
||||
'Friendly Name': '自定义名称',
|
||||
URL: '网址URL',
|
||||
Hostname: '主机名',
|
||||
Port: '端口号',
|
||||
'Heartbeat Interval': '心跳间隔',
|
||||
Retries: '重试次数',
|
||||
Advanced: '高级选项',
|
||||
'Upside Down Mode': '反向监控',
|
||||
'Max. Redirects': '重定向次数',
|
||||
'Accepted Status Codes': '有效状态码',
|
||||
Save: '保存',
|
||||
Notifications: '消息通知',
|
||||
'Not available, please setup.': '无可用通道,请先设置',
|
||||
'Setup Notification': '设置通知',
|
||||
Light: '明亮',
|
||||
Dark: '黑暗',
|
||||
Auto: '自动',
|
||||
'Theme - Heartbeat Bar': '状态显示',
|
||||
Normal: '正常显示',
|
||||
Bottom: '靠下显示',
|
||||
None: '不显示',
|
||||
Timezone: '时区',
|
||||
'Search Engine Visibility': '搜索引擎设置',
|
||||
'Allow indexing': '允许索引',
|
||||
'Discourage search engines from indexing site': '阻止搜索引擎索引网站',
|
||||
'Change Password': '修改密码',
|
||||
'Current Password': '当前密码',
|
||||
'New Password': '新的密码',
|
||||
'Repeat New Password': '重复新的密码',
|
||||
'Update Password': '更新密码',
|
||||
'Disable Auth': '禁用身份验证',
|
||||
'Enable Auth': '启用身份验证',
|
||||
Logout: '退出',
|
||||
Leave: '离开',
|
||||
'I understand, please disable': '我已了解,继续禁用',
|
||||
Confirm: '确认',
|
||||
Yes: '确定',
|
||||
No: '取消',
|
||||
Username: '用户名',
|
||||
Password: '密码',
|
||||
'Remember me': '记住登录',
|
||||
Login: '登录',
|
||||
'No Monitors, please': '还没有监控项,',
|
||||
'add one': '点击新增',
|
||||
'Notification Type': '消息类型',
|
||||
Email: '邮件',
|
||||
Test: '测试一下',
|
||||
'Certificate Info': '证书信息',
|
||||
'Resolver Server': '解析服务器',
|
||||
'Resource Record Type': '资源记录类型',
|
||||
'Last Result': 'Last Result',
|
||||
'Create your admin account': '创建管理员账号',
|
||||
'Repeat Password': '重复密码',
|
||||
respTime: 'Resp. Time (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
Create: '创建',
|
||||
clearEventsMsg: '确定要删除此监控项的所有事件吗?',
|
||||
clearHeartbeatsMsg: '确定要删除此监控项的所有状态吗?',
|
||||
confirmClearStatisticsMsg: '确定要删除所有统计信息吗?',
|
||||
'Clear Data': '清除数据',
|
||||
Events: '事件',
|
||||
Heartbeats: '心跳',
|
||||
'Auto Get': '自动获取',
|
||||
enableDefaultNotificationDescription: '新的监控项将默认启用,你也可以在每个监控项中分别设置',
|
||||
'Default enabled': '默认开启',
|
||||
'Also apply to existing monitors': '应用到所有监控项',
|
||||
Export: '导出',
|
||||
Import: '导入',
|
||||
backupDescription: '你可以将所有的监控项和消息通知备份到一个 JSON 文件中',
|
||||
backupDescription2: '注意: 不包括历史状态和事件数据',
|
||||
backupDescription3: '导出的文件中可能包含敏感信息,如消息通知的 Token 信息,请小心存放!',
|
||||
alertNoFile: '请选择一个文件导入',
|
||||
alertWrongFileType: '请选择一个 JSON 格式的文件',
|
||||
twoFAVerifyLabel: 'Please type in your token to verify that 2FA is working',
|
||||
tokenValidSettingsMsg: 'Token is valid! You can now save the 2FA settings.',
|
||||
confirmEnableTwoFAMsg: 'Are you sure you want to enable 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Are you sure you want to disable 2FA?',
|
||||
'Apply on all existing monitors': '应用到所有监控项',
|
||||
'Verify Token': 'Verify Token',
|
||||
'Setup 2FA': 'Setup 2FA',
|
||||
'Enable 2FA': 'Enable 2FA',
|
||||
'Disable 2FA': 'Disable 2FA',
|
||||
'2FA Settings': '2FA Settings',
|
||||
'Two Factor Authentication': 'Two Factor Authentication',
|
||||
Active: 'Active',
|
||||
Inactive: 'Inactive',
|
||||
Token: 'Token',
|
||||
'Show URI': 'Show URI',
|
||||
'Clear all statistics': 'Clear all Statistics',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -1,182 +1,182 @@
|
|||
export default {
|
||||
languageName: "繁體中文 (香港)",
|
||||
Settings: "設定",
|
||||
Dashboard: "錶板",
|
||||
"New Update": "有更新",
|
||||
Language: "語言",
|
||||
Appearance: "外觀",
|
||||
Theme: "主題",
|
||||
General: "一般",
|
||||
Version: "版本",
|
||||
"Check Update On GitHub": "到 Github 查看更新",
|
||||
List: "列表",
|
||||
Add: "新增",
|
||||
"Add New Monitor": "新增監測器",
|
||||
"Quick Stats": "綜合數據",
|
||||
Up: "上線",
|
||||
Down: "離線",
|
||||
Pending: "待定",
|
||||
Unknown: "不明",
|
||||
Pause: "暫停",
|
||||
pauseDashboardHome: "暫停",
|
||||
Name: "名稱",
|
||||
Status: "狀態",
|
||||
DateTime: "日期時間",
|
||||
Message: "內容",
|
||||
"No important events": "沒有重要事件",
|
||||
Resume: "恢復",
|
||||
Edit: "編輯",
|
||||
Delete: "刪除",
|
||||
Current: "目前",
|
||||
Uptime: "上線率",
|
||||
"Cert Exp.": "証書期限",
|
||||
days: "日",
|
||||
day: "日",
|
||||
"-day": "日",
|
||||
hour: "小時",
|
||||
"-hour": "小時",
|
||||
checkEverySecond: "每 {0} 秒檢查一次",
|
||||
Response: "反應時間",
|
||||
Ping: "反應時間",
|
||||
"Monitor Type": "監測器類型",
|
||||
Keyword: "關鍵字",
|
||||
"Friendly Name": "名稱",
|
||||
URL: "網址 URL",
|
||||
Hostname: "Hostname",
|
||||
Port: "Port",
|
||||
"Heartbeat Interval": "檢查間距",
|
||||
Retries: "重試數次確定為離線",
|
||||
retriesDescription: "重試多少次後才判定為離線及傳送通知。如數值為 0 會即判定為離線及傳送通知。",
|
||||
Advanced: "進階",
|
||||
ignoreTLSError: "忽略 TLS/SSL 錯誤",
|
||||
"Upside Down Mode": "反轉模式",
|
||||
upsideDownModeDescription: "反轉狀態,如網址是可正常瀏覽,會被判定為 '離線/DOWN'",
|
||||
"Max. Redirects": "跟隨重新導向 (Redirect) 的次數",
|
||||
maxRedirectDescription: "設為 0 即不跟蹤",
|
||||
"Accepted Status Codes": "接受為上線的 HTTP 狀態碼",
|
||||
acceptedStatusCodesDescription: "可多選",
|
||||
Save: "儲存",
|
||||
Notifications: "通知",
|
||||
"Not available, please setup.": "無法使用,需要設定",
|
||||
"Setup Notification": "設定通知",
|
||||
Light: "明亮",
|
||||
Dark: "暗黑",
|
||||
Auto: "自動",
|
||||
"Theme - Heartbeat Bar": "監測器列表 狀態條外觀",
|
||||
Normal: "一般",
|
||||
Bottom: "下方",
|
||||
None: "沒有",
|
||||
Timezone: "時區",
|
||||
"Search Engine Visibility": "是否允許搜尋器索引",
|
||||
"Allow indexing": "允許索引",
|
||||
"Discourage search engines from indexing site": "不建議搜尋器索引",
|
||||
"Change Password": "變更密碼",
|
||||
"Current Password": "目前密碼",
|
||||
"New Password": "新密碼",
|
||||
"Repeat New Password": "確認新密碼",
|
||||
passwordNotMatchMsg: "密碼不一致",
|
||||
"Update Password": "更新密碼",
|
||||
"Disable Auth": "取消登入認証",
|
||||
"Enable Auth": "開啟登入認証",
|
||||
Logout: "登出",
|
||||
notificationDescription: "新增後,你需要在監測器裡啟用。",
|
||||
Leave: "離開",
|
||||
"I understand, please disable": "我明白,請取消登入認証",
|
||||
Confirm: "確認",
|
||||
Yes: "是",
|
||||
No: "否",
|
||||
Username: "帳號",
|
||||
Password: "密碼",
|
||||
"Remember me": "記住我",
|
||||
Login: "登入",
|
||||
"No Monitors, please": "沒有監測器,請",
|
||||
"add one": "新增",
|
||||
"Notification Type": "通知類型",
|
||||
Email: "電郵",
|
||||
Test: "測試",
|
||||
keywordDescription: "搜索 HTML 或 JSON 裡是否有出現關鍵字(注意英文大細階)",
|
||||
"Certificate Info": "憑證詳細資料",
|
||||
deleteMonitorMsg: "是否確定刪除這個監測器",
|
||||
deleteNotificationMsg: "是否確定刪除這個通知設定?如監測器啟用了這個通知,將會收不到通知。",
|
||||
"Resolver Server": "DNS 伺服器",
|
||||
"Resource Record Type": "DNS 記錄類型",
|
||||
resoverserverDescription: "預設值為 Cloudflare DNS 伺服器,你可以轉用其他 DNS 伺服器。",
|
||||
rrtypeDescription: "請選擇 DNS 記錄類型",
|
||||
pauseMonitorMsg: "是否確定暫停?",
|
||||
"Last Result": "最後結果",
|
||||
"Create your admin account": "製作你的管理員帳號",
|
||||
"Repeat Password": "重複密碼",
|
||||
respTime: "反應時間 (ms)",
|
||||
notAvailableShort: "N/A",
|
||||
Create: "建立",
|
||||
clearEventsMsg: "是否確定刪除這個監測器的所有事件?",
|
||||
clearHeartbeatsMsg: "是否確定刪除這個監測器的所有脈搏資料?",
|
||||
confirmClearStatisticsMsg: "是否確定刪除所有監測器的脈搏資料?(您的監測器會繼續正常運作)",
|
||||
"Clear Data": "清除資料",
|
||||
Events: "事件",
|
||||
Heartbeats: "脈搏",
|
||||
"Auto Get": "自動獲取",
|
||||
enableDefaultNotificationDescription: "新增監測器時這個通知會預設啟用,當然每個監測器亦可分別控制開關。",
|
||||
"Default enabled": "預設通知",
|
||||
"Also apply to existing monitors": "同時取用至目前所有監測器",
|
||||
Export: "匯出",
|
||||
Import: "匯入",
|
||||
backupDescription: "您可以備份所有監測器及所有通知。",
|
||||
backupDescription2: "註:此備份不包括歷史記錄。",
|
||||
backupDescription3: "此備份可能包含了一些敏感資料如通知裡的 Token,請小心保存備份。",
|
||||
alertNoFile: "請選擇一個檔案",
|
||||
alertWrongFileType: "請選擇 JSON 檔案",
|
||||
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||
"Apply on all existing monitors": "套用至目前所有監測器",
|
||||
"Verify Token": "驗証 Token",
|
||||
"Setup 2FA": "設定 2FA",
|
||||
"Enable 2FA": "開啟 2FA",
|
||||
"Disable 2FA": "關閉 2FA",
|
||||
"2FA Settings": "2FA 設定",
|
||||
"Two Factor Authentication": "雙重認證",
|
||||
Active: "生效",
|
||||
Inactive: "未生效",
|
||||
Token: "Token",
|
||||
"Show URI": "顯示 URI",
|
||||
"Clear all statistics": "清除所有歷史記錄",
|
||||
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||
"Import Backup": "Import Backup",
|
||||
"Export Backup": "Export Backup",
|
||||
"Skip existing": "Skip existing",
|
||||
Overwrite: "Overwrite",
|
||||
Options: "Options",
|
||||
"Keep both": "Keep both",
|
||||
Tags: "Tags",
|
||||
"Add New below or Select...": "Add New below or Select...",
|
||||
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||
color: "color",
|
||||
"value (optional)": "value (optional)",
|
||||
Gray: "Gray",
|
||||
Red: "Red",
|
||||
Orange: "Orange",
|
||||
Green: "Green",
|
||||
Blue: "Blue",
|
||||
Indigo: "Indigo",
|
||||
Purple: "Purple",
|
||||
Pink: "Pink",
|
||||
"Search...": "Search...",
|
||||
"Avg. Ping": "Avg. Ping",
|
||||
"Avg. Response": "Avg. Response",
|
||||
"Entry Page": "Entry Page",
|
||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||
"No Services": "No Services",
|
||||
"All Systems Operational": "All Systems Operational",
|
||||
"Partially Degraded Service": "Partially Degraded Service",
|
||||
"Degraded Service": "Degraded Service",
|
||||
"Add Group": "Add Group",
|
||||
"Add a monitor": "Add a monitor",
|
||||
"Edit Status Page": "Edit Status Page",
|
||||
"Go to Dashboard": "Go to Dashboard",
|
||||
};
|
||||
languageName: '繁體中文 (香港)',
|
||||
Settings: '設定',
|
||||
Dashboard: '錶板',
|
||||
'New Update': '有更新',
|
||||
Language: '語言',
|
||||
Appearance: '外觀',
|
||||
Theme: '主題',
|
||||
General: '一般',
|
||||
Version: '版本',
|
||||
'Check Update On GitHub': '到 Github 查看更新',
|
||||
List: '列表',
|
||||
Add: '新增',
|
||||
'Add New Monitor': '新增監測器',
|
||||
'Quick Stats': '綜合數據',
|
||||
Up: '上線',
|
||||
Down: '離線',
|
||||
Pending: '待定',
|
||||
Unknown: '不明',
|
||||
Pause: '暫停',
|
||||
pauseDashboardHome: '暫停',
|
||||
Name: '名稱',
|
||||
Status: '狀態',
|
||||
DateTime: '日期時間',
|
||||
Message: '內容',
|
||||
'No important events': '沒有重要事件',
|
||||
Resume: '恢復',
|
||||
Edit: '編輯',
|
||||
Delete: '刪除',
|
||||
Current: '目前',
|
||||
Uptime: '上線率',
|
||||
'Cert Exp.': '証書期限',
|
||||
days: '日',
|
||||
day: '日',
|
||||
'-day': '日',
|
||||
hour: '小時',
|
||||
'-hour': '小時',
|
||||
checkEverySecond: '每 {0} 秒檢查一次',
|
||||
Response: '反應時間',
|
||||
Ping: '反應時間',
|
||||
'Monitor Type': '監測器類型',
|
||||
Keyword: '關鍵字',
|
||||
'Friendly Name': '名稱',
|
||||
URL: '網址 URL',
|
||||
Hostname: 'Hostname',
|
||||
Port: 'Port',
|
||||
'Heartbeat Interval': '檢查間距',
|
||||
Retries: '重試數次確定為離線',
|
||||
retriesDescription: '重試多少次後才判定為離線及傳送通知。如數值為 0 會即判定為離線及傳送通知。',
|
||||
Advanced: '進階',
|
||||
ignoreTLSError: '忽略 TLS/SSL 錯誤',
|
||||
'Upside Down Mode': '反轉模式',
|
||||
upsideDownModeDescription: "反轉狀態,如網址是可正常瀏覽,會被判定為 '離線/DOWN'",
|
||||
'Max. Redirects': '跟隨重新導向 (Redirect) 的次數',
|
||||
maxRedirectDescription: '設為 0 即不跟蹤',
|
||||
'Accepted Status Codes': '接受為上線的 HTTP 狀態碼',
|
||||
acceptedStatusCodesDescription: '可多選',
|
||||
Save: '儲存',
|
||||
Notifications: '通知',
|
||||
'Not available, please setup.': '無法使用,需要設定',
|
||||
'Setup Notification': '設定通知',
|
||||
Light: '明亮',
|
||||
Dark: '暗黑',
|
||||
Auto: '自動',
|
||||
'Theme - Heartbeat Bar': '監測器列表 狀態條外觀',
|
||||
Normal: '一般',
|
||||
Bottom: '下方',
|
||||
None: '沒有',
|
||||
Timezone: '時區',
|
||||
'Search Engine Visibility': '是否允許搜尋器索引',
|
||||
'Allow indexing': '允許索引',
|
||||
'Discourage search engines from indexing site': '不建議搜尋器索引',
|
||||
'Change Password': '變更密碼',
|
||||
'Current Password': '目前密碼',
|
||||
'New Password': '新密碼',
|
||||
'Repeat New Password': '確認新密碼',
|
||||
passwordNotMatchMsg: '密碼不一致',
|
||||
'Update Password': '更新密碼',
|
||||
'Disable Auth': '取消登入認証',
|
||||
'Enable Auth': '開啟登入認証',
|
||||
Logout: '登出',
|
||||
notificationDescription: '新增後,你需要在監測器裡啟用。',
|
||||
Leave: '離開',
|
||||
'I understand, please disable': '我明白,請取消登入認証',
|
||||
Confirm: '確認',
|
||||
Yes: '是',
|
||||
No: '否',
|
||||
Username: '帳號',
|
||||
Password: '密碼',
|
||||
'Remember me': '記住我',
|
||||
Login: '登入',
|
||||
'No Monitors, please': '沒有監測器,請',
|
||||
'add one': '新增',
|
||||
'Notification Type': '通知類型',
|
||||
Email: '電郵',
|
||||
Test: '測試',
|
||||
keywordDescription: '搜索 HTML 或 JSON 裡是否有出現關鍵字(注意英文大細階)',
|
||||
'Certificate Info': '憑證詳細資料',
|
||||
deleteMonitorMsg: '是否確定刪除這個監測器',
|
||||
deleteNotificationMsg: '是否確定刪除這個通知設定?如監測器啟用了這個通知,將會收不到通知。',
|
||||
'Resolver Server': 'DNS 伺服器',
|
||||
'Resource Record Type': 'DNS 記錄類型',
|
||||
resoverserverDescription: '預設值為 Cloudflare DNS 伺服器,你可以轉用其他 DNS 伺服器。',
|
||||
rrtypeDescription: '請選擇 DNS 記錄類型',
|
||||
pauseMonitorMsg: '是否確定暫停?',
|
||||
'Last Result': '最後結果',
|
||||
'Create your admin account': '製作你的管理員帳號',
|
||||
'Repeat Password': '重複密碼',
|
||||
respTime: '反應時間 (ms)',
|
||||
notAvailableShort: 'N/A',
|
||||
Create: '建立',
|
||||
clearEventsMsg: '是否確定刪除這個監測器的所有事件?',
|
||||
clearHeartbeatsMsg: '是否確定刪除這個監測器的所有脈搏資料?',
|
||||
confirmClearStatisticsMsg: '是否確定刪除所有監測器的脈搏資料?(您的監測器會繼續正常運作)',
|
||||
'Clear Data': '清除資料',
|
||||
Events: '事件',
|
||||
Heartbeats: '脈搏',
|
||||
'Auto Get': '自動獲取',
|
||||
enableDefaultNotificationDescription: '新增監測器時這個通知會預設啟用,當然每個監測器亦可分別控制開關。',
|
||||
'Default enabled': '預設通知',
|
||||
'Also apply to existing monitors': '同時取用至目前所有監測器',
|
||||
Export: '匯出',
|
||||
Import: '匯入',
|
||||
backupDescription: '您可以備份所有監測器及所有通知。',
|
||||
backupDescription2: '註:此備份不包括歷史記錄。',
|
||||
backupDescription3: '此備份可能包含了一些敏感資料如通知裡的 Token,請小心保存備份。',
|
||||
alertNoFile: '請選擇一個檔案',
|
||||
alertWrongFileType: '請選擇 JSON 檔案',
|
||||
twoFAVerifyLabel: 'Please type in your token to verify that 2FA is working',
|
||||
tokenValidSettingsMsg: 'Token is valid! You can now save the 2FA settings.',
|
||||
confirmEnableTwoFAMsg: 'Are you sure you want to enable 2FA?',
|
||||
confirmDisableTwoFAMsg: 'Are you sure you want to disable 2FA?',
|
||||
'Apply on all existing monitors': '套用至目前所有監測器',
|
||||
'Verify Token': '驗証 Token',
|
||||
'Setup 2FA': '設定 2FA',
|
||||
'Enable 2FA': '開啟 2FA',
|
||||
'Disable 2FA': '關閉 2FA',
|
||||
'2FA Settings': '2FA 設定',
|
||||
'Two Factor Authentication': '雙重認證',
|
||||
Active: '生效',
|
||||
Inactive: '未生效',
|
||||
Token: 'Token',
|
||||
'Show URI': '顯示 URI',
|
||||
'Clear all statistics': '清除所有歷史記錄',
|
||||
retryCheckEverySecond: 'Retry every {0} seconds.',
|
||||
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||
'Heartbeat Retry Interval': 'Heartbeat Retry Interval',
|
||||
'Import Backup': 'Import Backup',
|
||||
'Export Backup': 'Export Backup',
|
||||
'Skip existing': 'Skip existing',
|
||||
Overwrite: 'Overwrite',
|
||||
Options: 'Options',
|
||||
'Keep both': 'Keep both',
|
||||
Tags: 'Tags',
|
||||
'Add New below or Select...': 'Add New below or Select...',
|
||||
'Tag with this name already exist.': 'Tag with this name already exist.',
|
||||
'Tag with this value already exist.': 'Tag with this value already exist.',
|
||||
color: 'color',
|
||||
'value (optional)': 'value (optional)',
|
||||
Gray: 'Gray',
|
||||
Red: 'Red',
|
||||
Orange: 'Orange',
|
||||
Green: 'Green',
|
||||
Blue: 'Blue',
|
||||
Indigo: 'Indigo',
|
||||
Purple: 'Purple',
|
||||
Pink: 'Pink',
|
||||
'Search...': 'Search...',
|
||||
'Avg. Ping': 'Avg. Ping',
|
||||
'Avg. Response': 'Avg. Response',
|
||||
'Entry Page': 'Entry Page',
|
||||
statusPageNothing: 'Nothing here, please add a group or a monitor.',
|
||||
'No Services': 'No Services',
|
||||
'All Systems Operational': 'All Systems Operational',
|
||||
'Partially Degraded Service': 'Partially Degraded Service',
|
||||
'Degraded Service': 'Degraded Service',
|
||||
'Add Group': 'Add Group',
|
||||
'Add a monitor': 'Add a monitor',
|
||||
'Edit Status Page': 'Edit Status Page',
|
||||
'Go to Dashboard': 'Go to Dashboard'
|
||||
}
|
|
@ -316,6 +316,12 @@
|
|||
<p>Пожалуйста, используйте с осторожностью.</p>
|
||||
</template>
|
||||
|
||||
<template v-else-if="$i18n.locale === 'bg-BG' ">
|
||||
<p>Сигурни ли сте, че желаете да <strong>изключите удостоверяването</strong>?</p>
|
||||
<p>Използвайте в случаите, когато <strong>има настроен алтернативен метод за удостоверяване</strong> преди Uptime Kuma като Cloudflare Access.</p>
|
||||
<p>Моля, използвайте внимателно.</p>
|
||||
</template>
|
||||
|
||||
<!-- English (en) -->
|
||||
<template v-else>
|
||||
<p>Are you sure want to <strong>disable auth</strong>?</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue