mirror of https://github.com/statping/statping
removed linting from english
parent
051bc3fe99
commit
e67d9105c5
|
@ -1,157 +1,159 @@
|
||||||
const english = {
|
const english = {
|
||||||
settings: 'Settings',
|
settings: "Settings",
|
||||||
dashboard: 'Dashboard',
|
dashboard: "Dashboard",
|
||||||
start_time: 'Start Time',
|
services: "Services",
|
||||||
end_time: 'End Time',
|
service: "Service",
|
||||||
actions: 'Actions',
|
failures: "Failures",
|
||||||
services: 'Services',
|
users: "Users",
|
||||||
downtimes: 'Downtimes',
|
login: "Login",
|
||||||
downtime_info: 'Downtime Info',
|
logout: "Logout",
|
||||||
downtime_status: 'Downtime Status',
|
online: "Online",
|
||||||
downtime_date_range: 'Downtime Date Range',
|
offline: "Offline",
|
||||||
downtime_create: 'Create Downtime',
|
configs: "Configuration",
|
||||||
downtime_update: 'Update Downtime',
|
username: "Username",
|
||||||
filters: 'Filters',
|
password: "Password",
|
||||||
service: 'Service',
|
email: "Email",
|
||||||
clear: 'Clear',
|
confirm_password: "Confirm Password",
|
||||||
search: 'Search',
|
uptime: "Uptime",
|
||||||
failures: 'Failures',
|
name: "Name",
|
||||||
users: 'Users',
|
copy: "Copy",
|
||||||
login: 'Login',
|
close: "Close",
|
||||||
logout: 'Logout',
|
secret: "Secret",
|
||||||
online: 'Online',
|
regen_api: "Regenerate API Keys",
|
||||||
offline: 'Offline',
|
regen_desc:
|
||||||
configs: 'Configuration',
|
"API Secret is used for read create update and delete routes. You can Regenerate API Keys if you need to.",
|
||||||
username: 'Username',
|
visibility: "Visibility",
|
||||||
password: 'Password',
|
group: "Group",
|
||||||
email: 'Email',
|
group_create: "Create Group",
|
||||||
confirm_password: 'Confirm Password',
|
group_update: "Update Group",
|
||||||
uptime: 'Uptime',
|
group_public_desc: "Show group services to the public",
|
||||||
name: 'Name',
|
groups: "Groups",
|
||||||
copy: 'Copy',
|
no_group: "No Group",
|
||||||
close: 'Close',
|
public: "Public",
|
||||||
secret: 'Secret',
|
private: "Private",
|
||||||
regen_api: 'Regenerate API Keys',
|
announcements: "Announcements",
|
||||||
regen_desc:
|
notifiers: "Notifiers",
|
||||||
'API Secret is used for read create update and delete routes. You can Regenerate API Keys if you need to.',
|
logs: "Logs",
|
||||||
visibility: 'Visibility',
|
help: "Help",
|
||||||
group: 'Group',
|
type: "Type",
|
||||||
group_create: 'Create Group',
|
edit: "Edit",
|
||||||
group_update: 'Update Group',
|
update: "Update",
|
||||||
group_public_desc: 'Show group services to the public',
|
create: "Create",
|
||||||
groups: 'Groups',
|
view: "View",
|
||||||
no_group: 'No Group',
|
save: "Save",
|
||||||
public: 'Public',
|
title: "Title",
|
||||||
private: 'Private',
|
status: "Status",
|
||||||
announcements: 'Announcements',
|
begins: "Begins",
|
||||||
notifiers: 'Notifiers',
|
total_services: "Total Services",
|
||||||
logs: 'Logs',
|
online_services: "Online Services",
|
||||||
help: 'Help',
|
request_timeout: "Request Timeout",
|
||||||
type: 'Type',
|
service_never_online: "Service has never been online",
|
||||||
edit: 'Edit',
|
service_online_check: "Online checked",
|
||||||
update: 'Update',
|
service_offline_time: "Service has been offline for",
|
||||||
create: 'Create',
|
days_ago: "Days Ago",
|
||||||
view: 'View',
|
today: "Today",
|
||||||
save: 'Save',
|
week: "Week",
|
||||||
title: 'Title',
|
month: "Month",
|
||||||
status: 'Status',
|
day: "Day",
|
||||||
begins: 'Begins',
|
hour: "Hour",
|
||||||
total_services: 'Total Services',
|
minute: "Minute",
|
||||||
online_services: 'Online Services',
|
failures_24_hours: "Failures last 24 hours",
|
||||||
request_timeout: 'Request Timeout',
|
no_services: "You currently don't have any services!",
|
||||||
service_never_online: 'Service has never been online',
|
theme: "Theme",
|
||||||
service_online_check: 'Online checked',
|
cache: "Cache",
|
||||||
service_offline_time: 'Service has been offline for',
|
authentication: "Authentication",
|
||||||
days_ago: 'Days Ago',
|
import: "Import",
|
||||||
today: 'Today',
|
main_settings: "Main Settings",
|
||||||
week: 'Week',
|
variables: "Variables",
|
||||||
month: 'Month',
|
docs: "Documentation",
|
||||||
day: 'Day',
|
links: "Links",
|
||||||
hour: 'Hour',
|
changelog: "Change Log",
|
||||||
minute: 'Minute',
|
repo: "Repository",
|
||||||
failures_24_hours: 'Failures last 24 hours',
|
language: "Language",
|
||||||
no_services: 'You currently don\'t have any services!',
|
db_connection: "Database Connection",
|
||||||
theme: 'Theme',
|
db_host: "Database Host",
|
||||||
cache: 'Cache',
|
db_port: "Database Port",
|
||||||
authentication: 'Authentication',
|
db_username: "Database Username",
|
||||||
import: 'Import',
|
db_password: "Database Password",
|
||||||
main_settings: 'Main Settings',
|
db_database: "Database Name",
|
||||||
variables: 'Variables',
|
send_reports: "Send Error Reports",
|
||||||
docs: 'Documentation',
|
send_reports_desc: "Send errors to Statping for debugging",
|
||||||
links: 'Links',
|
project_name: "Status Page Name",
|
||||||
changelog: 'Change Log',
|
description: "Description",
|
||||||
repo: 'Repository',
|
domain: "Domain",
|
||||||
language: 'Language',
|
enable_cdn: "Enable CDN",
|
||||||
db_connection: 'Database Connection',
|
newsletter: "Newsletter",
|
||||||
db_host: 'Database Host',
|
newsletter_note: "We will only send you an email for major changes",
|
||||||
db_port: 'Database Port',
|
loading: "Loading",
|
||||||
db_username: 'Database Username',
|
save_settings: "Save Settings",
|
||||||
db_password: 'Database Password',
|
average_response: "Average Response",
|
||||||
db_database: 'Database Name',
|
last_uptime: "Uptime last",
|
||||||
send_reports: 'Send Error Reports',
|
sign_in: "Sign In",
|
||||||
send_reports_desc: 'Send errors to Statping for debugging',
|
last_login: "Last Login",
|
||||||
project_name: 'Status Page Name',
|
admin: "Admin",
|
||||||
description: 'Description',
|
user: "User",
|
||||||
domain: 'Domain',
|
failed: "Failed",
|
||||||
enable_cdn: 'Enable CDN',
|
wrong_login: "Incorrect username or password",
|
||||||
newsletter: 'Newsletter',
|
theme_editor: "Theme Editor",
|
||||||
newsletter_note: 'We will only send you an email for major changes',
|
enable_assets: "Enable Local Assets",
|
||||||
loading: 'Loading',
|
assets_desc:
|
||||||
save_settings: 'Save Settings',
|
"Customize your status page design by enabling local assets. This will create a 'assets' directory containing all CSS.",
|
||||||
average_response: 'Average Response',
|
assets_btn: "Enable Local Assets",
|
||||||
last_uptime: 'Uptime last',
|
assets_loading: "Creating Assets",
|
||||||
sign_in: 'Sign In',
|
assets_dir: "Assets Directory",
|
||||||
last_login: 'Last Login',
|
footer: "Footer",
|
||||||
admin: 'Admin',
|
footer_notes: "You can use HTML tags in footer",
|
||||||
user: 'User',
|
global_announcement: "Global Announcement",
|
||||||
failed: 'Failed',
|
announcement_date: "Announcement Date Range",
|
||||||
wrong_login: 'Incorrect username or password',
|
notify_users: "Notify Users",
|
||||||
theme_editor: 'Theme Editor',
|
notify_desc: "Notify Users Before Scheduled Time",
|
||||||
enable_assets: 'Enable Local Assets',
|
notify_method: "Notification Method",
|
||||||
assets_desc:
|
notify_before: "Notify Before",
|
||||||
'Customize your status page design by enabling local assets. This will create a \'assets\' directory containing all CSS.',
|
message_create: "Create Announcement",
|
||||||
assets_btn: 'Enable Local Assets',
|
message_edit: "Edit Announcement",
|
||||||
assets_loading: 'Creating Assets',
|
minutes: "Minutes",
|
||||||
assets_dir: 'Assets Directory',
|
hours: "Hours",
|
||||||
footer: 'Footer',
|
days: "Days",
|
||||||
footer_notes: 'You can use HTML tags in footer',
|
user_create: "Create User",
|
||||||
global_announcement: 'Global Announcement',
|
user_update: "Update User",
|
||||||
announcement_date: 'Announcement Date Range',
|
administrator: "Administrator",
|
||||||
notify_users: 'Notify Users',
|
checkins: "Checkins",
|
||||||
notify_desc: 'Notify Users Before Scheduled Time',
|
incidents: "Incidents",
|
||||||
notify_method: 'Notification Method',
|
service_info: "Service Info",
|
||||||
notify_before: 'Notify Before',
|
service_name: "Service Name",
|
||||||
message_create: 'Create Announcement',
|
service_description: "Service Description",
|
||||||
message_edit: 'Edit Announcement',
|
service_type: "Service Type",
|
||||||
minutes: 'Minutes',
|
permalink: "Permalink URL",
|
||||||
hours: 'Hours',
|
service_public: "Public Service",
|
||||||
days: 'Days',
|
check_interval: "Check Interval",
|
||||||
user_create: 'Create User',
|
service_endpoint: "Service Endpoint",
|
||||||
user_update: 'Update User',
|
service_check: "Service Check Type",
|
||||||
administrator: 'Administrator',
|
service_timeout: "Request Timeout",
|
||||||
checkins: 'Checkins',
|
expected_resp: "Expected Response",
|
||||||
incidents: 'Incidents',
|
expected_code: "Expected Status Code",
|
||||||
service_info: 'Service Info',
|
follow_redir: "Follow Redirects",
|
||||||
service_name: 'Service Name',
|
verify_ssl: "Verify SSL",
|
||||||
service_description: 'Service Description',
|
tls_cert: "Use TLS Cert",
|
||||||
service_type: 'Service Type',
|
notification_opts: "Notification Options",
|
||||||
permalink: 'Permalink URL',
|
notifications_enable: "Enable Notifications",
|
||||||
service_public: 'Public Service',
|
notify_after: "Notify After Failures",
|
||||||
check_interval: 'Check Interval',
|
notify_all: "Notify All Changes",
|
||||||
service_endpoint: 'Service Endpoint',
|
service_update: "Update Service",
|
||||||
service_check: 'Service Check Type',
|
service_create: "Create Service",
|
||||||
service_timeout: 'Request Timeout',
|
start_time: 'Start Time',
|
||||||
expected_resp: 'Expected Response',
|
end_time: "End Time",
|
||||||
expected_code: 'Expected Status Code',
|
actions: "Actions",
|
||||||
follow_redir: 'Follow Redirects',
|
services: "Services",
|
||||||
verify_ssl: 'Verify SSL',
|
downtimes: "Downtimes",
|
||||||
tls_cert: 'Use TLS Cert',
|
downtime_info: "Downtime Info",
|
||||||
notification_opts: 'Notification Options',
|
downtime_status: "Downtime Status",
|
||||||
notifications_enable: 'Enable Notifications',
|
downtime_date_range: "Downtime Date Range",
|
||||||
notify_after: 'Notify After Failures',
|
downtime_create: "Create Downtime",
|
||||||
notify_all: 'Notify All Changes',
|
downtime_update: "Update Downtime",
|
||||||
service_update: 'Update Service',
|
filters: "Filters",
|
||||||
service_create: 'Create Service',
|
service: "Service",
|
||||||
|
clear: "Clear",
|
||||||
|
search: "Search",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default english;
|
export default english;
|
||||||
|
|
Loading…
Reference in New Issue