2017-05-06 10:05:37 +01:00
< ? php
/*
* This file is part of Cachet .
*
* ( c ) Alt Three Services Limited
*
* For the full copyright and license information , please view the LICENSE
* file that was distributed with this source code .
*/
return [
// Setup form fields
'setup' => [
'email' => 'Електронна пошта' ,
'username' => 'Ім’я користувача' ,
'password' => 'Пароль' ,
'site_name' => 'Назва сайту' ,
'site_domain' => 'Назва домену' ,
'site_timezone' => 'Оберіть Ваш часовий пояс' ,
'site_locale' => 'Оберіть свою мову' ,
'enable_google2fa' => 'Ввімкнути двофакторну автентифікацію Google' ,
'cache_driver' => 'Драйвер кешування' ,
'queue_driver' => 'Драйвер черги' ,
'session_driver' => 'Сессія драйверу' ,
'mail_driver' => 'Поштовий драйвер' ,
'mail_host' => 'Mail Host' ,
'mail_address' => 'Mail From Address' ,
2018-01-16 14:06:13 +00:00
'mail_username' => 'Ім\'я користувача пошти' ,
'mail_password' => 'Пароль пошти' ,
2017-05-06 10:05:37 +01:00
],
// Login form fields
'login' => [
'login' => 'Ім\'я користувача а б о електронна пошта' ,
'email' => 'Електронна пошта' ,
'password' => 'Пароль' ,
'2fauth' => 'Код автентифікації' ,
'invalid' => 'Невірний логін чи пароль' ,
2018-01-16 14:06:13 +00:00
'invalid-token' => 'Невірний ключ' ,
2017-05-06 10:05:37 +01:00
'cookies' => 'Ви повинні увімкнути куки щоб увійти.' ,
'rate-limit' => 'Rate limit exceeded.' ,
'remember_me' => 'Запам\'ятати мене' ,
],
// Incidents form fields
'incidents' => [
'name' => 'Ім’я' ,
'status' => 'Статус' ,
'component' => 'Компонент' ,
'message' => 'Повідомлення' ,
'message-help' => 'Ви також можете використовувати Markdown.' ,
2018-01-16 14:06:13 +00:00
'occurred_at' => 'Коли цей інцидент відбувся?' ,
2017-05-06 10:05:37 +01:00
'notify_subscribers' => 'Повідомити підписників?' ,
'visibility' => 'Incident Visibility' ,
'stick_status' => 'Stick Incident' ,
'stickied' => 'Stickied' ,
'not_stickied' => 'Not Stickied' ,
'public' => 'Viewable by public' ,
'logged_in_only' => 'Only visible to logged in users' ,
'templates' => [
'name' => 'Ім’я' ,
'template' => 'Шаблон' ,
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.' ,
],
],
'schedules' => [
'name' => 'Ім’я' ,
'status' => 'Статус' ,
'message' => 'Повідомлення' ,
'message-help' => 'Ви також можете використовувати Markdown.' ,
'scheduled_at' => 'When is this maintenance scheduled for?' ,
'completed_at' => 'When did this maintenance complete?' ,
'templates' => [
'name' => 'Ім’я' ,
'template' => 'Шаблон' ,
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.' ,
],
],
// Components form fields
'components' => [
'name' => 'Ім’я' ,
'status' => 'Статус' ,
2018-01-16 14:06:13 +00:00
'group' => 'Група' ,
2017-05-06 10:05:37 +01:00
'description' => 'Опис' ,
'link' => 'Посилання' ,
'tags' => 'Теги' ,
2018-01-16 14:06:13 +00:00
'tags-help' => 'Розділений комами.' ,
'enabled' => 'Компонент включений?' ,
2017-05-06 10:05:37 +01:00
'groups' => [
'name' => 'Ім’я' ,
2018-01-16 14:06:13 +00:00
'collapsing' => 'Розгорнути/згорнути параметри' ,
'visible' => 'Завжди розгорнутий' ,
'collapsed' => 'Згорнути групу за промовчанням' ,
2017-05-06 10:05:37 +01:00
'collapsed_incident' => 'Collapse the group, but expand if there are issues' ,
2018-01-16 14:06:13 +00:00
'visibility' => 'Видимість' ,
'visibility_public' => 'Видимий всім' ,
'visibility_authenticated' => 'Видимий лише для зареєстрованих користувачів' ,
2017-05-06 10:05:37 +01:00
],
],
// Action form fields
'actions' => [
'name' => 'Ім’я' ,
'description' => 'Опис' ,
'start_at' => 'Schedule start time' ,
2018-01-16 14:06:13 +00:00
'timezone' => 'Часовий пояс' ,
2017-05-06 10:05:37 +01:00
'schedule_frequency' => 'Schedule frequency (in seconds)' ,
'completion_latency' => 'Completion latency (in seconds)' ,
2018-01-16 14:06:13 +00:00
'group' => 'Група' ,
'active' => 'Активні?' ,
2017-05-06 10:05:37 +01:00
'groups' => [
2018-01-16 14:06:13 +00:00
'name' => 'Назва групи' ,
2017-05-06 10:05:37 +01:00
],
],
// Metric form fields
'metrics' => [
'name' => 'Ім’я' ,
2018-01-16 14:06:13 +00:00
'suffix' => 'Суфікс' ,
2017-05-06 10:05:37 +01:00
'description' => 'Опис' ,
'description-help' => 'Ви також можете використовувати Markdown.' ,
2018-01-16 14:06:13 +00:00
'display-chart' => 'Відображати графіки на сторінці статусу?' ,
2017-05-06 10:05:37 +01:00
'default-value' => 'Default value' ,
2018-01-16 14:06:13 +00:00
'calc_type' => 'Розрахунок швидкості' ,
2017-05-06 10:05:37 +01:00
'type_sum' => 'Сума' ,
'type_avg' => 'В середньому' ,
'places' => 'Decimal places' ,
'default_view' => 'Типовий вигляд' ,
'threshold' => 'How many minutes of threshold between metric points?' ,
2018-01-16 14:06:13 +00:00
'visibility' => 'Видимість' ,
'visibility_authenticated' => 'Видимий для автентифікованих користувачів' ,
'visibility_public' => 'Видимий всім' ,
'visibility_hidden' => 'Завжди прихований' ,
2017-05-06 10:05:37 +01:00
'points' => [
'value' => 'Значення' ,
],
],
// Settings
'settings' => [
// Application setup
'app-setup' => [
'site-name' => 'Назва сайту' ,
'site-url' => 'URL сайту' ,
'display-graphs' => 'Відображати графіки на сторінці статусу?' ,
'about-this-page' => 'Інформація про цю сторінку' ,
'days-of-incidents' => 'How many days of incidents to show?' ,
2018-01-16 14:06:13 +00:00
'time_before_refresh' => 'Status page refresh rate (in seconds).' ,
'banner' => 'Зображення банеру' ,
2018-01-16 14:11:12 +00:00
'banner-help' => 'Радимо завантажувати файли не більше, ніж 930 пiкс е ле й у ширину.' ,
2017-05-06 10:05:37 +01:00
'subscribers' => 'Allow people to signup to email notifications?' ,
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)' ,
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?' ,
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)' ,
'show_timezone' => 'Show the timezone the status page is running in.' ,
'only_disrupted_days' => 'Only show days containing incidents in the timeline?' ,
],
'analytics' => [
'analytics_google' => 'Код Google Analytics' ,
'analytics_gosquared' => 'Код GoSquared Analytics' ,
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)' ,
'analytics_piwik_siteid' => 'id сайту Piwik' ,
],
'localization' => [
'site-timezone' => 'Часовий пояс сайту' ,
'site-locale' => 'Мова сайту' ,
'date-format' => 'формат дати' ,
'incident-date-format' => 'Incident timestamp format' ,
],
'security' => [
'allowed-domains' => 'Allowed domains' ,
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.' ,
],
'stylesheet' => [
'custom-css' => 'Custom Stylesheet' ,
],
'theme' => [
'background-color' => 'Background color' ,
'background-fills' => 'Background fills (components, incidents, footer)' ,
'banner-background-color' => 'Banner background color' ,
'banner-padding' => 'Banner padding' ,
'fullwidth-banner' => 'Enable fullwidth banner?' ,
'text-color' => 'Колір тексту' ,
'dashboard-login' => 'Show dashboard button in the footer?' ,
'reds' => 'Red (used for errors)' ,
'blues' => 'Blue (used for information)' ,
'greens' => 'Green (used for success)' ,
'yellows' => 'Yellow (used for alerts)' ,
'oranges' => 'Orange (used for notices)' ,
'metrics' => 'Metrics fill' ,
'links' => 'Links' ,
],
],
'user' => [
'username' => 'Ім’я користувача' ,
'email' => 'Електронна пошта' ,
'password' => 'Пароль' ,
'api-token' => 'API Token' ,
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.' ,
'gravatar' => 'Change your profile picture at Gravatar.' ,
'user_level' => 'User Level' ,
'levels' => [
'admin' => 'Адміністратор' ,
'user' => 'Користувач' ,
],
'2fa' => [
'help' => 'Enabling two factor authentication increases security of your account. You will need to download <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.' ,
],
'team' => [
'description' => 'Invite your team members by entering their email addresses here.' ,
'email' => 'Email #:id' ,
],
],
'general' => [
'timezone' => 'Select Timezone' ,
],
// Buttons
2018-01-16 14:06:13 +00:00
'add' => 'додати' ,
'save' => 'Зберегти' ,
'update' => 'Update' ,
'create' => 'Створити' ,
'edit' => 'Edit' ,
'delete' => 'Видалити' ,
'submit' => 'Submit' ,
'cancel' => 'Скасувати' ,
'remove' => 'Remove' ,
'invite' => 'Запросити' ,
'signup' => 'Зареєструйтесь' ,
'manage_updates' => 'Manage Updates' ,
2017-05-06 10:05:37 +01:00
// Other
'optional' => '* Optional' ,
2017-05-06 10:10:36 +00:00
];