mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-07 13:32:35 +02:00
fix(translations): add missing translations to english js file
This commit is contained in:
parent
279133d6dd
commit
3998436159
24 changed files with 417 additions and 416 deletions
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -1,128 +1,134 @@
|
|||
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?",
|
||||
NewUpdate: "New Update",
|
||||
CheckUpdateOnGitHub: "Check Update On GitHub",
|
||||
AddNewMonitor: "Add New Monitor",
|
||||
QuickStats: "Quick Stats",
|
||||
NoImportantEvents: "No important events",
|
||||
CertExp: "Cert Exp.",
|
||||
Days: "days",
|
||||
Day: "day",
|
||||
Hour: "hour",
|
||||
MonitorType: "Monitor Type",
|
||||
FriendlyName: "Friendly Name",
|
||||
Url: "URL",
|
||||
HeartbeatInterval: "Heartbeat Interval",
|
||||
HeartbeatRetryInterval: "Heartbeat Retry Interval",
|
||||
UpsideDownMode: "Upside Down Mode",
|
||||
MaxRedirects: "Max. Redirects",
|
||||
AcceptedStatusCodes: "Accepted Status Codes",
|
||||
NotAvailablePleaseSetup: "Not available, please setup.",
|
||||
SetupNotification: "Setup Notification",
|
||||
ThemeHeartbeatBar: "Theme - Heartbeat Bar",
|
||||
SearchEngineVisibility: "Search Engine Visibility",
|
||||
AllowIndexing: "Allow indexing",
|
||||
DiscourageSearchEnginesFromIndexingSite: "Discourage search engines from indexing site",
|
||||
ChangePassword: "Change Password",
|
||||
CurrentPassword: "Current Password",
|
||||
NewPassword: "New Password",
|
||||
RepeatNewPassword: "Repeat New Password",
|
||||
UpdatePassword: "Update Password",
|
||||
DisableAuth: "Disable Auth",
|
||||
EnableAuth: "Enable Auth",
|
||||
IUnderstandPleaseDisable: "I understand, please disable",
|
||||
RememberMe: "Remember me",
|
||||
NoMonitorsPlease: "No Monitors, please",
|
||||
AddOne: "add one",
|
||||
NotificationType: "Notification Type",
|
||||
CertificateInfo: "Certificate Info",
|
||||
ResolverServer: "Resolver Server",
|
||||
ResourceRecordType: "Resource Record Type",
|
||||
LastResult: "Last Result",
|
||||
CreateYourAdminAccount: "Create your admin account",
|
||||
RepeatPassword: "Repeat Password",
|
||||
ImportBackup: "Import Backup",
|
||||
ExportBackup: "Export Backup",
|
||||
RespTime: "Resp. Time (ms)",
|
||||
NotAvailableShort: "N/A",
|
||||
DefaultEnabled: "Default enabled",
|
||||
ApplyOnAllExistingMonitors: "Apply on all existing monitors",
|
||||
ClearData: "Clear Data",
|
||||
AutoGet: "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.",
|
||||
ClearAllStatistics: "Clear all Statistics",
|
||||
SkipExisting: "Skip existing",
|
||||
KeepBoth: "Keep both",
|
||||
VerifyToken: "Verify Token",
|
||||
Setup2Fa: "Setup 2FA",
|
||||
Enable2Fa: "Enable 2FA",
|
||||
Disable2Fa: "Disable 2FA",
|
||||
TwoFaSettings: "2FA Settings",
|
||||
TwoFactorAuthentication: "Two Factor Authentication",
|
||||
ShowUri: "Show URI",
|
||||
AddNewBelowOrSelect: "Add New below or Select...",
|
||||
TagWithThisNameAlreadyExist: "Tag with this name already exist.",
|
||||
TagWithThisValueAlreadyExist: "Tag with this value already exist.",
|
||||
Color: "color",
|
||||
ValueOptional: "value (optional)",
|
||||
Search: "Search...",
|
||||
AvgPing: "Avg. Ping",
|
||||
AvgResponse: "Avg. Response",
|
||||
EntryPage: "Entry Page",
|
||||
StatusPageNothing: "Nothing here, please add a group or a monitor.",
|
||||
NoServices: "No Services",
|
||||
AllSystemsOperational: "All Systems Operational",
|
||||
PartiallyDegradedService: "Partially Degraded Service",
|
||||
DegradedService: "Degraded Service",
|
||||
AddGroup: "Add Group",
|
||||
AddAMonitor: "Add a monitor",
|
||||
EditStatusPage: "Edit Status Page",
|
||||
GoToDashboard: "Go to Dashboard",
|
||||
Telegram: "Telegram",
|
||||
Webhook: "Webhook",
|
||||
Smtp: "Email (SMTP)",
|
||||
Discord: "Discord",
|
||||
Teams: "Microsoft Teams",
|
||||
Signal: "Signal",
|
||||
Gotify: "Gotify",
|
||||
Slack: "Slack",
|
||||
RocketChat: "Rocket.chat",
|
||||
Pushover: "Pushover",
|
||||
Pushy: "Pushy",
|
||||
Octopush: "Octopush",
|
||||
Lunasea: "LunaSea",
|
||||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
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?",
|
||||
NewUpdate: "New Update",
|
||||
CheckUpdateOnGitHub: "Check Update On GitHub",
|
||||
AddNewMonitor: "Add New Monitor",
|
||||
QuickStats: "Quick Stats",
|
||||
NoImportantEvents: "No important events",
|
||||
CertExp: "Cert Exp.",
|
||||
Days: "days",
|
||||
Day: "day",
|
||||
Hour: "hour",
|
||||
MonitorType: "Monitor Type",
|
||||
FriendlyName: "Friendly Name",
|
||||
Url: "URL",
|
||||
HeartbeatInterval: "Heartbeat Interval",
|
||||
HeartbeatRetryInterval: "Heartbeat Retry Interval",
|
||||
UpsideDownMode: "Upside Down Mode",
|
||||
MaxRedirects: "Max. Redirects",
|
||||
AcceptedStatusCodes: "Accepted Status Codes",
|
||||
NotAvailablePleaseSetup: "Not available, please setup.",
|
||||
SetupNotification: "Setup Notification",
|
||||
ThemeHeartbeatBar: "Theme - Heartbeat Bar",
|
||||
SearchEngineVisibility: "Search Engine Visibility",
|
||||
AllowIndexing: "Allow indexing",
|
||||
DiscourageSearchEnginesFromIndexingSite: "Discourage search engines from indexing site",
|
||||
ChangePassword: "Change Password",
|
||||
CurrentPassword: "Current Password",
|
||||
NewPassword: "New Password",
|
||||
RepeatNewPassword: "Repeat New Password",
|
||||
UpdatePassword: "Update Password",
|
||||
DisableAuth: "Disable Auth",
|
||||
EnableAuth: "Enable Auth",
|
||||
IUnderstandPleaseDisable: "I understand, please disable",
|
||||
RememberMe: "Remember me",
|
||||
NoMonitorsPlease: "No Monitors, please",
|
||||
AddOne: "add one",
|
||||
NotificationType: "Notification Type",
|
||||
CertificateInfo: "Certificate Info",
|
||||
ResolverServer: "Resolver Server",
|
||||
ResourceRecordType: "Resource Record Type",
|
||||
LastResult: "Last Result",
|
||||
CreateYourAdminAccount: "Create your admin account",
|
||||
RepeatPassword: "Repeat Password",
|
||||
ImportBackup: "Import Backup",
|
||||
ExportBackup: "Export Backup",
|
||||
RespTime: "Resp. Time (ms)",
|
||||
NotAvailableShort: "N/A",
|
||||
DefaultEnabled: "Default enabled",
|
||||
ApplyOnAllExistingMonitors: "Apply on all existing monitors",
|
||||
ClearData: "Clear Data",
|
||||
AutoGet: "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.",
|
||||
ClearAllStatistics: "Clear all Statistics",
|
||||
SkipExisting: "Skip existing",
|
||||
KeepBoth: "Keep both",
|
||||
VerifyToken: "Verify Token",
|
||||
Setup2Fa: "Setup 2FA",
|
||||
Enable2Fa: "Enable 2FA",
|
||||
Disable2Fa: "Disable 2FA",
|
||||
TwoFaSettings: "2FA Settings",
|
||||
TwoFactorAuthentication: "Two Factor Authentication",
|
||||
ShowUri: "Show URI",
|
||||
AddNewBelowOrSelect: "Add New below or Select...",
|
||||
TagWithThisNameAlreadyExist: "Tag with this name already exist.",
|
||||
TagWithThisValueAlreadyExist: "Tag with this value already exist.",
|
||||
Color: "color",
|
||||
ValueOptional: "value (optional)",
|
||||
Search: "Search...",
|
||||
AvgPing: "Avg. Ping",
|
||||
AvgResponse: "Avg. Response",
|
||||
EntryPage: "Entry Page",
|
||||
StatusPageNothing: "Nothing here, please add a group or a monitor.",
|
||||
NoServices: "No Services",
|
||||
AllSystemsOperational: "All Systems Operational",
|
||||
PartiallyDegradedService: "Partially Degraded Service",
|
||||
DegradedService: "Degraded Service",
|
||||
AddGroup: "Add Group",
|
||||
AddAMonitor: "Add a monitor",
|
||||
EditStatusPage: "Edit Status Page",
|
||||
GoToDashboard: "Go to Dashboard",
|
||||
Telegram: "Telegram",
|
||||
Webhook: "Webhook",
|
||||
Smtp: "Email (SMTP)",
|
||||
Discord: "Discord",
|
||||
Teams: "Microsoft Teams",
|
||||
Signal: "Signal",
|
||||
Gotify: "Gotify",
|
||||
Slack: "Slack",
|
||||
RocketChat: "Rocket.chat",
|
||||
Pushover: "Pushover",
|
||||
Pushy: "Pushy",
|
||||
Octopush: "Octopush",
|
||||
Lunasea: "LunaSea",
|
||||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost",
|
||||
ShowingFromToOfCountRecords: "Showing {from} to {to} of {count} records",
|
||||
Records: "records",
|
||||
OneRecord: "One record",
|
||||
PoweredBy: "Powered by",
|
||||
SwitchToLightTheme: "Switch to Light Theme",
|
||||
SwitchToDarkTheme: "Switch to Dark Theme",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Status Page: "Ülevaade",
|
||||
LanguageName: "eesti",
|
||||
CheckEverySecond: "Check every {0} seconds.",
|
||||
RetryCheckEverySecond: "Kontrolli {0} sekundilise vahega.",
|
||||
|
@ -125,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -1,137 +1,135 @@
|
|||
export default {
|
||||
Status Page: "صفحه وضعیت",
|
||||
Uptime Kuma: "آپتایم کوما",
|
||||
records: "مورد",
|
||||
One record: "یک مورد",
|
||||
Showing {from} to {to} of {count} records: "نمایش از {from} تا {to} از {count} مورد",
|
||||
First: "اولین",
|
||||
Last: "آخرین",
|
||||
Info: "اطلاعات",
|
||||
Powered By: "نیرو گرفته از",
|
||||
LanguageName: "Farsi",
|
||||
CheckEverySecond: "بررسی هر {0} ثانیه.",
|
||||
RetryCheckEverySecond: "تکرار مجدد هر {0} ثانیه.",
|
||||
RetriesDescription: "حداکثر تعداد تکرار پیش از علامت گذاری وبسایت بعنوان خارج از دسترس و ارسال اطلاعرسانی.",
|
||||
IgnoreTlsError: "بیخیال ارور TLS/SSL برای سایتهای HTTPS",
|
||||
UpsideDownModeDescription: "نتیجه وضعیت را برعکس کن، مثلا اگر سرویس در دسترس بود فرض کن که سرویس پایین است!",
|
||||
MaxRedirectDescription: "حداکثر تعداد ریدایرکتی که سرویس پشتیبانی کند. برای اینکه ریدایرکتها پشتیبانی نشوند، عدد 0 را وارد کنید.",
|
||||
AcceptedStatusCodesDescription: "لطفا HTTP Status Code هایی که میخواهید به عنوان پاسخ موفقیت آمیز در نظر گرفته شود را انتخاب کنید.",
|
||||
PasswordNotMatchMsg: "تکرار رمز عبور مطابقت ندارد!",
|
||||
NotificationDescription: "برای اینکه سرویس اطلاعرسانی کار کند، آنرا به یکی از مانیتورها متصل کنید.",
|
||||
KeywordDescription: "در نتیجه درخواست (اهمیتی ندارد پاسخ JSON است یا HTML) بدنبال این کلمه بگرد (حساس به کوچک/بزرگ بودن حروف).",
|
||||
PauseDashboardHome: "متوقف شده",
|
||||
DeleteMonitorMsg: "آیا از حذف این مانیتور مطمئن هستید؟",
|
||||
DeleteNotificationMsg: "آیا مطمئن هستید که میخواهید این سرویس اطلاعرسانی را برای تمامی مانیتورها حذف کنید؟",
|
||||
ResoverserverDescription: "سرویس CloudFlare به عنوان سرور پیشفرض استفاده میشود، شما میتوانید آنرا به هر سرور دیگری بعدا تغییر دهید.",
|
||||
RrtypeDescription: "لطفا نوع Resource Record را انتخاب کنید.",
|
||||
PauseMonitorMsg: "آیا مطمئن هستید که میخواهید این مانیتور را متوقف کنید ؟",
|
||||
EnableDefaultNotificationDescription: "برای هر مانیتور جدید، این سرویس اطلاعرسانی به صورت پیشفرض فعال خواهد شد. البته که شما میتوانید به صورت دستی آنرا برای هر مانیتور به صورت جداگانه غیر فعال کنید.",
|
||||
ClearEventsMsg: "آیا از اینکه تمامی تاریخچه رویدادهای این مانیتور حذف شود مطمئن هستید؟",
|
||||
ClearHeartbeatsMsg: "آیا از اینکه تاریخچه تمامی Heartbeat های این مانیتور حذف شود مطمئن هستید؟ ",
|
||||
ConfirmClearStatisticsMsg: "آیا از حذف تمامی آمار و ارقام مطمئن هستید؟",
|
||||
ImportHandleDescription: " اگر که میخواهید بیخیال مانیتورها و یا سرویسهای اطلاعرسانی که با نام مشابه از قبل موجود هستند شوید، گزینه 'بیخیال موارد ..' را انتخاب کنید. توجه کنید که گزینه 'بازنویسی' تمامی موارد موجود با نام مشابه را از بین خواهد برد.",
|
||||
ConfirmImportMsg: "آیا از بازگردانی بک آپ مطمئن هستید؟ لطفا از اینکه نوع بازگردانی درستی را انتخاب کردهاید اطمینان حاصل کنید!",
|
||||
TwoFaVerifyLabel: "لطفا جهت اطمینان از عملکرد احراز هویت دو مرحلهای توکن خود را وارد کنید!",
|
||||
TokenValidSettingsMsg: "توکن شما معتبر است، هم اکنون میتوانید احراز هویت دو مرحلهای را فعال کنید!",
|
||||
ConfirmEnableTwoFaMsg: " آیا از فعال سازی احراز هویت دو مرحلهای مطمئن هستید؟",
|
||||
ConfirmDisableTwoFaMsg: "آیا از غیرفعال سازی احراز هویت دومرحلهای مطمئن هستید؟",
|
||||
NewUpdate: "بروزرسانی جدید!",
|
||||
CheckUpdateOnGitHub: "بررسی بروزرسانی بر روی گیتهاب",
|
||||
AddNewMonitor: "اضافه کردن مانیتور جدید",
|
||||
QuickStats: "خلاصه وضعیت",
|
||||
NoImportantEvents: "رخداد جدیدی موجود نیست.",
|
||||
CertExp: "تاریخ انقضای SSL",
|
||||
Days: "روز",
|
||||
Day: "روز",
|
||||
Hour: "ساعت",
|
||||
MonitorType: "نوع مانیتور",
|
||||
FriendlyName: "عنوان",
|
||||
Url: "آدرس (URL)",
|
||||
HeartbeatInterval: "فاصله هر Heartbeat",
|
||||
HeartbeatRetryInterval: "فاصله تلاش مجدد برایHeartbeat",
|
||||
UpsideDownMode: "حالت بر عکس",
|
||||
MaxRedirects: "حداکثر تعداد ریدایرکت",
|
||||
AcceptedStatusCodes: "وضعیتهای (Status Code) های قابل قبول",
|
||||
NotAvailablePleaseSetup: "هیچ موردی موجود نیست، اولین مورد را راه اندازی کنید!",
|
||||
SetupNotification: "راه اندازی اطلاعرسانی",
|
||||
ThemeHeartbeatBar: "ظاهر نوار Heartbeat",
|
||||
SearchEngineVisibility: "قابلیت دسترسی برای موتورهای جستجو",
|
||||
AllowIndexing: "اجازه ایندکس شدن را بده.",
|
||||
DiscourageSearchEnginesFromIndexingSite: "به موتورهای جستجو اجازه ایندکس کردن این سامانه را نده.",
|
||||
ChangePassword: "تغییر رمزعبور",
|
||||
CurrentPassword: "رمزعبور فعلی",
|
||||
NewPassword: "رمزعبور جدید",
|
||||
RepeatNewPassword: "تکرار رمزعبور جدید",
|
||||
UpdatePassword: "بروز رسانی رمز عبور",
|
||||
DisableAuth: "غیر فعال سازی تایید هویت",
|
||||
EnableAuth: "فعال سازی تایید هویت",
|
||||
IUnderstandPleaseDisable: "متوجه هستم، لطفا غیرفعال کنید!",
|
||||
RememberMe: "مراب هب خاطر بسپار",
|
||||
NoMonitorsPlease: "هیچ مانیتوری موجود نیست، لطفا",
|
||||
AddOne: "یک مورد اضافه کنید",
|
||||
NotificationType: "نوع اطلاعرسانی",
|
||||
CertificateInfo: "اطلاعات سرتیفیکت",
|
||||
ResolverServer: "سرور Resolver",
|
||||
ResourceRecordType: "نوع رکورد (Resource Record Type)",
|
||||
LastResult: "آخرین نتیجه",
|
||||
CreateYourAdminAccount: "ایجاد حساب کاربری مدیر",
|
||||
RepeatPassword: "تکرار رمز عبور",
|
||||
ImportBackup: "بازگردانی فایل پشتیبان",
|
||||
ExportBackup: "ذخیره فایل پشتیبان",
|
||||
RespTime: "زمان پاسخگویی (میلیثانیه)",
|
||||
NotAvailableShort: "ناموجود",
|
||||
DefaultEnabled: "به صورت پیشفرض فعال باشد.",
|
||||
ApplyOnAllExistingMonitors: "بر روی تمامی مانیتورهای فعلی اعمال شود.",
|
||||
ClearData: "پاکسازی دادهها",
|
||||
AutoGet: "Auto Get",
|
||||
BackupDescription: "شما میتوانید تمامی مانیتورها و تنظیمات اطلاعرسانیها را در قالب یه فایل JSON دریافت کنید.",
|
||||
BackupDescription2: "البته تاریخچه رخدادها دراین فایل قرار نخواهند داشت.",
|
||||
BackupDescription3: "توجه داشته باشید که تمامی اطلاعات حساس شما مانند توکنها نیز در این فایل وجود خواهد داشت ، پس از این فایل به خوبی مراقبت کنید.",
|
||||
AlertNoFile: "لطفا یک فایل برای «ورود اطلاعات» انتخاب کنید..",
|
||||
AlertWrongFileType: "یک فایل JSON انتخاب کنید.",
|
||||
ClearAllStatistics: "پاکسازی تمامی آمار و ارقام",
|
||||
SkipExisting: "بیخیال مواردی که از قبل موجود است",
|
||||
KeepBoth: "هر دو را نگه دار",
|
||||
VerifyToken: "تایید توکن",
|
||||
Setup2Fa: "تنظیمات احراز دو مرحلهای",
|
||||
Enable2Fa: "فعال سازی احراز 2 مرحلهای",
|
||||
Disable2Fa: "غیر فعال کردن احراز 2 مرحلهای",
|
||||
TwoFaSettings: "تنظیمات احراز 2 مرحلهای",
|
||||
TwoFactorAuthentication: "احراز هویت دومرحلهای",
|
||||
ShowUri: "نمایش آدرس (URI) ",
|
||||
AddNewBelowOrSelect: "یک مورد جدید اضافه کنید و یا از لیست انتخاب کنید...",
|
||||
TagWithThisNameAlreadyExist: "یک برچسب با این «نام» از قبل وجود دارد",
|
||||
TagWithThisValueAlreadyExist: "یک برچسب با این «مقدار» از قبل وجود دارد.",
|
||||
Color: "رنگ",
|
||||
ValueOptional: "مقدار (اختیاری)",
|
||||
Search: "جستجو...",
|
||||
AvgPing: "متوسط پینگ",
|
||||
AvgResponse: "متوسط زمان پاسخ",
|
||||
EntryPage: "صفحه ورودی",
|
||||
StatusPageNothing: "چیزی اینجا نیست، لطفا یک گروه و یا یک مانیتور اضافه کنید!",
|
||||
NoServices: "هیچ سرویسی موجود نیست",
|
||||
AllSystemsOperational: "تمامی سیستمها عملیاتی هستند!",
|
||||
PartiallyDegradedService: "افت نسبی کیفیت سرویس",
|
||||
DegradedService: "افت کامل کیفیت سرویس",
|
||||
AddGroup: "اضافه کردن گروه",
|
||||
AddAMonitor: "اضافه کردن مانیتور",
|
||||
EditStatusPage: "ویرایش صفحه وضعیت",
|
||||
GoToDashboard: "رفتن به پیشخوان",
|
||||
Telegram: "Telegram",
|
||||
Webhook: "Webhook",
|
||||
Smtp: "Email (SMTP)",
|
||||
Discord: "Discord",
|
||||
Teams: "Microsoft Teams",
|
||||
Signal: "Signal",
|
||||
Gotify: "Gotify",
|
||||
Slack: "Slack",
|
||||
RocketChat: "Rocket.chat",
|
||||
Pushover: "Pushover",
|
||||
Pushy: "Pushy",
|
||||
Octopush: "Octopush",
|
||||
Lunasea: "LunaSea",
|
||||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
First: "اولین",
|
||||
Last: "آخرین",
|
||||
Info: "اطلاعات",
|
||||
LanguageName: "Farsi",
|
||||
CheckEverySecond: "بررسی هر {0} ثانیه.",
|
||||
RetryCheckEverySecond: "تکرار مجدد هر {0} ثانیه.",
|
||||
RetriesDescription: "حداکثر تعداد تکرار پیش از علامت گذاری وبسایت بعنوان خارج از دسترس و ارسال اطلاعرسانی.",
|
||||
IgnoreTlsError: "بیخیال ارور TLS/SSL برای سایتهای HTTPS",
|
||||
UpsideDownModeDescription: "نتیجه وضعیت را برعکس کن، مثلا اگر سرویس در دسترس بود فرض کن که سرویس پایین است!",
|
||||
MaxRedirectDescription: "حداکثر تعداد ریدایرکتی که سرویس پشتیبانی کند. برای اینکه ریدایرکتها پشتیبانی نشوند، عدد 0 را وارد کنید.",
|
||||
AcceptedStatusCodesDescription: "لطفا HTTP Status Code هایی که میخواهید به عنوان پاسخ موفقیت آمیز در نظر گرفته شود را انتخاب کنید.",
|
||||
PasswordNotMatchMsg: "تکرار رمز عبور مطابقت ندارد!",
|
||||
NotificationDescription: "برای اینکه سرویس اطلاعرسانی کار کند، آنرا به یکی از مانیتورها متصل کنید.",
|
||||
KeywordDescription: "در نتیجه درخواست (اهمیتی ندارد پاسخ JSON است یا HTML) بدنبال این کلمه بگرد (حساس به کوچک/بزرگ بودن حروف).",
|
||||
PauseDashboardHome: "متوقف شده",
|
||||
DeleteMonitorMsg: "آیا از حذف این مانیتور مطمئن هستید؟",
|
||||
DeleteNotificationMsg: "آیا مطمئن هستید که میخواهید این سرویس اطلاعرسانی را برای تمامی مانیتورها حذف کنید؟",
|
||||
ResoverserverDescription: "سرویس CloudFlare به عنوان سرور پیشفرض استفاده میشود، شما میتوانید آنرا به هر سرور دیگری بعدا تغییر دهید.",
|
||||
RrtypeDescription: "لطفا نوع Resource Record را انتخاب کنید.",
|
||||
PauseMonitorMsg: "آیا مطمئن هستید که میخواهید این مانیتور را متوقف کنید ؟",
|
||||
EnableDefaultNotificationDescription: "برای هر مانیتور جدید، این سرویس اطلاعرسانی به صورت پیشفرض فعال خواهد شد. البته که شما میتوانید به صورت دستی آنرا برای هر مانیتور به صورت جداگانه غیر فعال کنید.",
|
||||
ClearEventsMsg: "آیا از اینکه تمامی تاریخچه رویدادهای این مانیتور حذف شود مطمئن هستید؟",
|
||||
ClearHeartbeatsMsg: "آیا از اینکه تاریخچه تمامی Heartbeat های این مانیتور حذف شود مطمئن هستید؟ ",
|
||||
ConfirmClearStatisticsMsg: "آیا از حذف تمامی آمار و ارقام مطمئن هستید؟",
|
||||
ImportHandleDescription: " اگر که میخواهید بیخیال مانیتورها و یا سرویسهای اطلاعرسانی که با نام مشابه از قبل موجود هستند شوید، گزینه 'بیخیال موارد ..' را انتخاب کنید. توجه کنید که گزینه 'بازنویسی' تمامی موارد موجود با نام مشابه را از بین خواهد برد.",
|
||||
ConfirmImportMsg: "آیا از بازگردانی بک آپ مطمئن هستید؟ لطفا از اینکه نوع بازگردانی درستی را انتخاب کردهاید اطمینان حاصل کنید!",
|
||||
TwoFaVerifyLabel: "لطفا جهت اطمینان از عملکرد احراز هویت دو مرحلهای توکن خود را وارد کنید!",
|
||||
TokenValidSettingsMsg: "توکن شما معتبر است، هم اکنون میتوانید احراز هویت دو مرحلهای را فعال کنید!",
|
||||
ConfirmEnableTwoFaMsg: " آیا از فعال سازی احراز هویت دو مرحلهای مطمئن هستید؟",
|
||||
ConfirmDisableTwoFaMsg: "آیا از غیرفعال سازی احراز هویت دومرحلهای مطمئن هستید؟",
|
||||
NewUpdate: "بروزرسانی جدید!",
|
||||
CheckUpdateOnGitHub: "بررسی بروزرسانی بر روی گیتهاب",
|
||||
AddNewMonitor: "اضافه کردن مانیتور جدید",
|
||||
QuickStats: "خلاصه وضعیت",
|
||||
NoImportantEvents: "رخداد جدیدی موجود نیست.",
|
||||
CertExp: "تاریخ انقضای SSL",
|
||||
Days: "روز",
|
||||
Day: "روز",
|
||||
Hour: "ساعت",
|
||||
MonitorType: "نوع مانیتور",
|
||||
FriendlyName: "عنوان",
|
||||
Url: "آدرس (URL)",
|
||||
HeartbeatInterval: "فاصله هر Heartbeat",
|
||||
HeartbeatRetryInterval: "فاصله تلاش مجدد برایHeartbeat",
|
||||
UpsideDownMode: "حالت بر عکس",
|
||||
MaxRedirects: "حداکثر تعداد ریدایرکت",
|
||||
AcceptedStatusCodes: "وضعیتهای (Status Code) های قابل قبول",
|
||||
NotAvailablePleaseSetup: "هیچ موردی موجود نیست، اولین مورد را راه اندازی کنید!",
|
||||
SetupNotification: "راه اندازی اطلاعرسانی",
|
||||
ThemeHeartbeatBar: "ظاهر نوار Heartbeat",
|
||||
SearchEngineVisibility: "قابلیت دسترسی برای موتورهای جستجو",
|
||||
AllowIndexing: "اجازه ایندکس شدن را بده.",
|
||||
DiscourageSearchEnginesFromIndexingSite: "به موتورهای جستجو اجازه ایندکس کردن این سامانه را نده.",
|
||||
ChangePassword: "تغییر رمزعبور",
|
||||
CurrentPassword: "رمزعبور فعلی",
|
||||
NewPassword: "رمزعبور جدید",
|
||||
RepeatNewPassword: "تکرار رمزعبور جدید",
|
||||
UpdatePassword: "بروز رسانی رمز عبور",
|
||||
DisableAuth: "غیر فعال سازی تایید هویت",
|
||||
EnableAuth: "فعال سازی تایید هویت",
|
||||
IUnderstandPleaseDisable: "متوجه هستم، لطفا غیرفعال کنید!",
|
||||
RememberMe: "مراب هب خاطر بسپار",
|
||||
NoMonitorsPlease: "هیچ مانیتوری موجود نیست، لطفا",
|
||||
AddOne: "یک مورد اضافه کنید",
|
||||
NotificationType: "نوع اطلاعرسانی",
|
||||
CertificateInfo: "اطلاعات سرتیفیکت",
|
||||
ResolverServer: "سرور Resolver",
|
||||
ResourceRecordType: "نوع رکورد (Resource Record Type)",
|
||||
LastResult: "آخرین نتیجه",
|
||||
CreateYourAdminAccount: "ایجاد حساب کاربری مدیر",
|
||||
RepeatPassword: "تکرار رمز عبور",
|
||||
ImportBackup: "بازگردانی فایل پشتیبان",
|
||||
ExportBackup: "ذخیره فایل پشتیبان",
|
||||
RespTime: "زمان پاسخگویی (میلیثانیه)",
|
||||
NotAvailableShort: "ناموجود",
|
||||
DefaultEnabled: "به صورت پیشفرض فعال باشد.",
|
||||
ApplyOnAllExistingMonitors: "بر روی تمامی مانیتورهای فعلی اعمال شود.",
|
||||
ClearData: "پاکسازی دادهها",
|
||||
AutoGet: "Auto Get",
|
||||
BackupDescription: "شما میتوانید تمامی مانیتورها و تنظیمات اطلاعرسانیها را در قالب یه فایل JSON دریافت کنید.",
|
||||
BackupDescription2: "البته تاریخچه رخدادها دراین فایل قرار نخواهند داشت.",
|
||||
BackupDescription3: "توجه داشته باشید که تمامی اطلاعات حساس شما مانند توکنها نیز در این فایل وجود خواهد داشت ، پس از این فایل به خوبی مراقبت کنید.",
|
||||
AlertNoFile: "لطفا یک فایل برای «ورود اطلاعات» انتخاب کنید..",
|
||||
AlertWrongFileType: "یک فایل JSON انتخاب کنید.",
|
||||
ClearAllStatistics: "پاکسازی تمامی آمار و ارقام",
|
||||
SkipExisting: "بیخیال مواردی که از قبل موجود است",
|
||||
KeepBoth: "هر دو را نگه دار",
|
||||
VerifyToken: "تایید توکن",
|
||||
Setup2Fa: "تنظیمات احراز دو مرحلهای",
|
||||
Enable2Fa: "فعال سازی احراز 2 مرحلهای",
|
||||
Disable2Fa: "غیر فعال کردن احراز 2 مرحلهای",
|
||||
TwoFaSettings: "تنظیمات احراز 2 مرحلهای",
|
||||
TwoFactorAuthentication: "احراز هویت دومرحلهای",
|
||||
ShowUri: "نمایش آدرس (URI) ",
|
||||
AddNewBelowOrSelect: "یک مورد جدید اضافه کنید و یا از لیست انتخاب کنید...",
|
||||
TagWithThisNameAlreadyExist: "یک برچسب با این «نام» از قبل وجود دارد",
|
||||
TagWithThisValueAlreadyExist: "یک برچسب با این «مقدار» از قبل وجود دارد.",
|
||||
Color: "رنگ",
|
||||
ValueOptional: "مقدار (اختیاری)",
|
||||
Search: "جستجو...",
|
||||
AvgPing: "متوسط پینگ",
|
||||
AvgResponse: "متوسط زمان پاسخ",
|
||||
EntryPage: "صفحه ورودی",
|
||||
StatusPageNothing: "چیزی اینجا نیست، لطفا یک گروه و یا یک مانیتور اضافه کنید!",
|
||||
NoServices: "هیچ سرویسی موجود نیست",
|
||||
AllSystemsOperational: "تمامی سیستمها عملیاتی هستند!",
|
||||
PartiallyDegradedService: "افت نسبی کیفیت سرویس",
|
||||
DegradedService: "افت کامل کیفیت سرویس",
|
||||
AddGroup: "اضافه کردن گروه",
|
||||
AddAMonitor: "اضافه کردن مانیتور",
|
||||
EditStatusPage: "ویرایش صفحه وضعیت",
|
||||
GoToDashboard: "رفتن به پیشخوان",
|
||||
Telegram: "Telegram",
|
||||
Webhook: "Webhook",
|
||||
Smtp: "Email (SMTP)",
|
||||
Discord: "Discord",
|
||||
Teams: "Microsoft Teams",
|
||||
Signal: "Signal",
|
||||
Gotify: "Gotify",
|
||||
Slack: "Slack",
|
||||
RocketChat: "Rocket.chat",
|
||||
Pushover: "Pushover",
|
||||
Pushy: "Pushy",
|
||||
Octopush: "Octopush",
|
||||
Lunasea: "LunaSea",
|
||||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost",
|
||||
ShowingFromToOfCountRecords: "نمایش از {from} تا {to} از {count} مورد",
|
||||
Records: "مورد",
|
||||
OneRecord: "یک مورد",
|
||||
PoweredBy: "نیرو گرفته از",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -1,129 +1,128 @@
|
|||
export default {
|
||||
Status Page: "Página de Status",
|
||||
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?",
|
||||
NewUpdate: "Nova Atualização",
|
||||
CheckUpdateOnGitHub: "Verificar atualização no Github",
|
||||
AddNewMonitor: "Adicionar novo monitor",
|
||||
QuickStats: "Estatísticas rápidas",
|
||||
NoImportantEvents: "Nenhum evento importante",
|
||||
CertExp: "Cert Exp.",
|
||||
Days: "dias",
|
||||
Day: "dia",
|
||||
Hour: "hora",
|
||||
MonitorType: "Tipo de Monitor",
|
||||
FriendlyName: "Nome Amigável",
|
||||
Url: "URL",
|
||||
HeartbeatInterval: "Intervalo de Heartbeat",
|
||||
HeartbeatRetryInterval: "Intervalo de repetição de Heartbeat",
|
||||
UpsideDownMode: "Modo de cabeça para baixo",
|
||||
MaxRedirects: "Redirecionamento Máx.",
|
||||
AcceptedStatusCodes: "Status Code Aceitáveis",
|
||||
NotAvailablePleaseSetup: "Não disponível, por favor configure.",
|
||||
SetupNotification: "Configurar Notificação",
|
||||
ThemeHeartbeatBar: "Tema - Barra de Heartbeat",
|
||||
SearchEngineVisibility: "Visibilidade do mecanismo de pesquisa",
|
||||
AllowIndexing: "Permitir Indexação",
|
||||
DiscourageSearchEnginesFromIndexingSite: "Desencoraje os motores de busca de indexar o site",
|
||||
ChangePassword: "Mudar senha",
|
||||
CurrentPassword: "Senha atual",
|
||||
NewPassword: "Nova Senha",
|
||||
RepeatNewPassword: "Repetir Nova Senha",
|
||||
UpdatePassword: "Atualizar Senha",
|
||||
DisableAuth: "Desativar Autenticação",
|
||||
EnableAuth: "Ativar Autenticação",
|
||||
IUnderstandPleaseDisable: "Eu entendo, por favor desative.",
|
||||
RememberMe: "Lembre-me",
|
||||
NoMonitorsPlease: "Nenhum monitor, por favor",
|
||||
AddOne: "adicionar um",
|
||||
NotificationType: "Tipo de Notificação",
|
||||
CertificateInfo: "Info. do Certificado ",
|
||||
ResolverServer: "Resolver Servidor",
|
||||
ResourceRecordType: "Tipo de registro de aplicação",
|
||||
LastResult: "Último resultado",
|
||||
CreateYourAdminAccount: "Crie sua conta de admin",
|
||||
RepeatPassword: "Repita a senha",
|
||||
ImportBackup: "Importar Backup",
|
||||
ExportBackup: "Exportar Backup",
|
||||
RespTime: "Tempo de Resp. (ms)",
|
||||
NotAvailableShort: "N/A",
|
||||
DefaultEnabled: "Padrão habilitado",
|
||||
ApplyOnAllExistingMonitors: "Aplicar em todos os monitores existentes",
|
||||
ClearData: "Limpar Dados",
|
||||
AutoGet: "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.",
|
||||
ClearAllStatistics: "Limpar todas as estatísticas",
|
||||
SkipExisting: "Pular existente",
|
||||
KeepBoth: "Manter os dois",
|
||||
VerifyToken: "Verificar Token",
|
||||
Setup2Fa: "Configurar 2FA",
|
||||
Enable2Fa: "Ativar 2FA",
|
||||
Disable2Fa: "Desativar 2FA",
|
||||
TwoFaSettings: "Configurações do 2FA ",
|
||||
TwoFactorAuthentication: "Autenticação e Dois Fatores",
|
||||
ShowUri: "Mostrar URI",
|
||||
AddNewBelowOrSelect: "Adicionar Novo abaixo ou Selecionar ...",
|
||||
TagWithThisNameAlreadyExist: "Já existe uma etiqueta com este nome.",
|
||||
TagWithThisValueAlreadyExist: "Já existe uma etiqueta com este valor.",
|
||||
Color: "cor",
|
||||
ValueOptional: "valor (opcional)",
|
||||
Search: "Buscar...",
|
||||
AvgPing: "Ping Médio.",
|
||||
AvgResponse: "Resposta Média. ",
|
||||
EntryPage: "Página de entrada",
|
||||
StatusPageNothing: "Nada aqui, por favor, adicione um grupo ou monitor.",
|
||||
NoServices: "Nenhum Serviço",
|
||||
AllSystemsOperational: "Todos os Serviços Operacionais",
|
||||
PartiallyDegradedService: "Serviço parcialmente degradado",
|
||||
DegradedService: "Serviço Degradado",
|
||||
AddGroup: "Adicionar Grupo",
|
||||
AddAMonitor: "Adicionar um monitor",
|
||||
EditStatusPage: "Editar Página de Status",
|
||||
GoToDashboard: "Ir para a dashboard",
|
||||
Telegram: "Telegram",
|
||||
Webhook: "Webhook",
|
||||
Smtp: "Email (SMTP)",
|
||||
Discord: "Discord",
|
||||
Teams: "Microsoft Teams",
|
||||
Signal: "Signal",
|
||||
Gotify: "Gotify",
|
||||
Slack: "Slack",
|
||||
RocketChat: "Rocket.chat",
|
||||
Pushover: "Pushover",
|
||||
Pushy: "Pushy",
|
||||
Octopush: "Octopush",
|
||||
Lunasea: "LunaSea",
|
||||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
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?",
|
||||
NewUpdate: "Nova Atualização",
|
||||
CheckUpdateOnGitHub: "Verificar atualização no Github",
|
||||
AddNewMonitor: "Adicionar novo monitor",
|
||||
QuickStats: "Estatísticas rápidas",
|
||||
NoImportantEvents: "Nenhum evento importante",
|
||||
CertExp: "Cert Exp.",
|
||||
Days: "dias",
|
||||
Day: "dia",
|
||||
Hour: "hora",
|
||||
MonitorType: "Tipo de Monitor",
|
||||
FriendlyName: "Nome Amigável",
|
||||
Url: "URL",
|
||||
HeartbeatInterval: "Intervalo de Heartbeat",
|
||||
HeartbeatRetryInterval: "Intervalo de repetição de Heartbeat",
|
||||
UpsideDownMode: "Modo de cabeça para baixo",
|
||||
MaxRedirects: "Redirecionamento Máx.",
|
||||
AcceptedStatusCodes: "Status Code Aceitáveis",
|
||||
NotAvailablePleaseSetup: "Não disponível, por favor configure.",
|
||||
SetupNotification: "Configurar Notificação",
|
||||
ThemeHeartbeatBar: "Tema - Barra de Heartbeat",
|
||||
SearchEngineVisibility: "Visibilidade do mecanismo de pesquisa",
|
||||
AllowIndexing: "Permitir Indexação",
|
||||
DiscourageSearchEnginesFromIndexingSite: "Desencoraje os motores de busca de indexar o site",
|
||||
ChangePassword: "Mudar senha",
|
||||
CurrentPassword: "Senha atual",
|
||||
NewPassword: "Nova Senha",
|
||||
RepeatNewPassword: "Repetir Nova Senha",
|
||||
UpdatePassword: "Atualizar Senha",
|
||||
DisableAuth: "Desativar Autenticação",
|
||||
EnableAuth: "Ativar Autenticação",
|
||||
IUnderstandPleaseDisable: "Eu entendo, por favor desative.",
|
||||
RememberMe: "Lembre-me",
|
||||
NoMonitorsPlease: "Nenhum monitor, por favor",
|
||||
AddOne: "adicionar um",
|
||||
NotificationType: "Tipo de Notificação",
|
||||
CertificateInfo: "Info. do Certificado ",
|
||||
ResolverServer: "Resolver Servidor",
|
||||
ResourceRecordType: "Tipo de registro de aplicação",
|
||||
LastResult: "Último resultado",
|
||||
CreateYourAdminAccount: "Crie sua conta de admin",
|
||||
RepeatPassword: "Repita a senha",
|
||||
ImportBackup: "Importar Backup",
|
||||
ExportBackup: "Exportar Backup",
|
||||
RespTime: "Tempo de Resp. (ms)",
|
||||
NotAvailableShort: "N/A",
|
||||
DefaultEnabled: "Padrão habilitado",
|
||||
ApplyOnAllExistingMonitors: "Aplicar em todos os monitores existentes",
|
||||
ClearData: "Limpar Dados",
|
||||
AutoGet: "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.",
|
||||
ClearAllStatistics: "Limpar todas as estatísticas",
|
||||
SkipExisting: "Pular existente",
|
||||
KeepBoth: "Manter os dois",
|
||||
VerifyToken: "Verificar Token",
|
||||
Setup2Fa: "Configurar 2FA",
|
||||
Enable2Fa: "Ativar 2FA",
|
||||
Disable2Fa: "Desativar 2FA",
|
||||
TwoFaSettings: "Configurações do 2FA ",
|
||||
TwoFactorAuthentication: "Autenticação e Dois Fatores",
|
||||
ShowUri: "Mostrar URI",
|
||||
AddNewBelowOrSelect: "Adicionar Novo abaixo ou Selecionar ...",
|
||||
TagWithThisNameAlreadyExist: "Já existe uma etiqueta com este nome.",
|
||||
TagWithThisValueAlreadyExist: "Já existe uma etiqueta com este valor.",
|
||||
Color: "cor",
|
||||
ValueOptional: "valor (opcional)",
|
||||
Search: "Buscar...",
|
||||
AvgPing: "Ping Médio.",
|
||||
AvgResponse: "Resposta Média. ",
|
||||
EntryPage: "Página de entrada",
|
||||
StatusPageNothing: "Nada aqui, por favor, adicione um grupo ou monitor.",
|
||||
NoServices: "Nenhum Serviço",
|
||||
AllSystemsOperational: "Todos os Serviços Operacionais",
|
||||
PartiallyDegradedService: "Serviço parcialmente degradado",
|
||||
DegradedService: "Serviço Degradado",
|
||||
AddGroup: "Adicionar Grupo",
|
||||
AddAMonitor: "Adicionar um monitor",
|
||||
EditStatusPage: "Editar Página de Status",
|
||||
GoToDashboard: "Ir para a dashboard",
|
||||
Telegram: "Telegram",
|
||||
Webhook: "Webhook",
|
||||
Smtp: "Email (SMTP)",
|
||||
Discord: "Discord",
|
||||
Teams: "Microsoft Teams",
|
||||
Signal: "Signal",
|
||||
Gotify: "Gotify",
|
||||
Slack: "Slack",
|
||||
RocketChat: "Rocket.chat",
|
||||
Pushover: "Pushover",
|
||||
Pushy: "Pushy",
|
||||
Octopush: "Octopush",
|
||||
Lunasea: "LunaSea",
|
||||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
export default {
|
||||
Status Page: "Статус сервисов",
|
||||
Discard: "Отмена",
|
||||
Create Incident: "Создать инцидент",
|
||||
Switch to Dark Theme: "Тёмная тема",
|
||||
Switch to Light Theme: "Светлая тема",
|
||||
CreateIncident: "Создать инцидент",
|
||||
SwitchToDarkTheme: "Тёмная тема",
|
||||
SwitchToLightTheme: "Светлая тема",
|
||||
LanguageName: "Русский",
|
||||
CheckEverySecond: "проверять каждые {0} секунд",
|
||||
RetryCheckEverySecond: "повторять каждые {0} секунд",
|
||||
|
@ -129,5 +128,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -124,5 +124,5 @@ export default {
|
|||
Apprise: "Apprise (Support 50+ Notification services)",
|
||||
Pushbullet: "Pushbullet",
|
||||
Line: "Line Messenger",
|
||||
Mattermost: "Mattermost"
|
||||
Mattermost: "Mattermost",
|
||||
};
|
||||
|
|
|
@ -84,7 +84,7 @@ export default {
|
|||
heartBeatList: [],
|
||||
paginationConfig: {
|
||||
texts:{
|
||||
count:`${this.$t("Showing {from} to {to} of {count} records")}|{count} ${this.$t("records")}|${this.$t("One record")}`,
|
||||
count:`${this.$t("ShowingFromToOfCountRecords")}|{count} ${this.$t("Records")}|${this.$t("OneRecord")}`,
|
||||
first:this.$t("First"),
|
||||
last:this.$t("Last"),
|
||||
nextPage:'>',
|
||||
|
|
|
@ -70,12 +70,12 @@
|
|||
<!-- Set theme -->
|
||||
<button v-if="theme == 'dark'" class="btn btn-light me-2" @click="changeTheme('light')">
|
||||
<font-awesome-icon icon="save" />
|
||||
{{ $t("Switch to Light Theme") }}
|
||||
{{ $t("SwitchToLightTheme") }}
|
||||
</button>
|
||||
|
||||
<button v-if="theme == 'light'" class="btn btn-dark me-2" @click="changeTheme('dark')">
|
||||
<font-awesome-icon icon="save" />
|
||||
{{ $t("Switch to Dark Theme") }}
|
||||
{{ $t("SwitchToDarkTheme") }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -197,7 +197,7 @@
|
|||
</div>
|
||||
|
||||
<footer class="mt-5 mb-4">
|
||||
{{ $t("Powered By") }} <a target="_blank" href="https://github.com/louislam/uptime-kuma">{{ $t("Uptime Kuma" )}}</a>
|
||||
{{ $t("PoweredBy") }} <a target="_blank" href="https://github.com/louislam/uptime-kuma">{{ $t("Uptime Kuma" )}}</a>
|
||||
</footer>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue