New translations forms.php (Ukrainian)
This commit is contained in:
@@ -13,48 +13,48 @@ 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' => 'Поштовий драйвер',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'Session Driver',
|
||||
'mail_driver' => 'Mail Driver',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_address' => 'Mail From Address',
|
||||
'mail_username' => 'Ім\'я користувача пошти',
|
||||
'mail_password' => 'Пароль пошти',
|
||||
'mail_username' => 'Mail Username',
|
||||
'mail_password' => 'Mail Password',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Ім\'я користувача або електронна пошта',
|
||||
'email' => 'Електронна пошта',
|
||||
'password' => 'Пароль',
|
||||
'2fauth' => 'Код автентифікації',
|
||||
'invalid' => 'Невірний логін чи пароль',
|
||||
'invalid-token' => 'Невірний ключ',
|
||||
'cookies' => 'Ви повинні увімкнути куки щоб увійти.',
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
'cookies' => 'You must enable cookies to login.',
|
||||
'rate-limit' => 'Rate limit exceeded.',
|
||||
'remember_me' => 'Запам\'ятати мене',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => 'Ім’я',
|
||||
'status' => 'Статус',
|
||||
'component' => 'Компонент',
|
||||
'component_status' => 'Статус компонентів',
|
||||
'message' => 'Повідомлення',
|
||||
'message-help' => 'Ви також можете використовувати Markdown.',
|
||||
'occurred_at' => 'Коли цей інцидент відбувся?',
|
||||
'notify_subscribers' => 'Повідомити підписників?',
|
||||
'notify_disabled' => 'Через заплановане обслуговування, повідомлення про цей інцидент і його компонентах на будуть відправлятися.',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => 'Component',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Notify subscribers?',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
@@ -62,85 +62,85 @@ return [
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'templates' => [
|
||||
'name' => 'Ім’я',
|
||||
'template' => 'Шаблон',
|
||||
'name' => 'Name',
|
||||
'template' => '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.',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'Ім’я',
|
||||
'template' => 'Шаблон',
|
||||
'name' => 'Name',
|
||||
'template' => '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' => 'Статус',
|
||||
'group' => 'Група',
|
||||
'description' => 'Опис',
|
||||
'link' => 'Посилання',
|
||||
'tags' => 'Теги',
|
||||
'tags-help' => 'Розділений комами.',
|
||||
'enabled' => 'Компонент включений?',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Ім’я',
|
||||
'collapsing' => 'Розгорнути/згорнути параметри',
|
||||
'visible' => 'Завжди розгорнутий',
|
||||
'collapsed' => 'Згорнути групу за промовчанням',
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'visibility' => 'Видимість',
|
||||
'visibility_public' => 'Видимий всім',
|
||||
'visibility_authenticated' => 'Видимий лише для зареєстрованих користувачів',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_public' => 'Visible to public',
|
||||
'visibility_authenticated' => 'Visible only to logged in users',
|
||||
],
|
||||
],
|
||||
|
||||
// Action form fields
|
||||
'actions' => [
|
||||
'name' => 'Ім’я',
|
||||
'description' => 'Опис',
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Часовий пояс',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'Група',
|
||||
'active' => 'Активні?',
|
||||
'group' => 'Group',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Назва групи',
|
||||
'name' => 'Group Name',
|
||||
],
|
||||
],
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'name' => 'Ім’я',
|
||||
'suffix' => 'Суфікс',
|
||||
'description' => 'Опис',
|
||||
'description-help' => 'Ви також можете використовувати Markdown.',
|
||||
'display-chart' => 'Відображати графіки на сторінці статусу?',
|
||||
'name' => 'Name',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'Description',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Default value',
|
||||
'calc_type' => 'Розрахунок швидкості',
|
||||
'type_sum' => 'Сума',
|
||||
'type_avg' => 'В середньому',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Average',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => 'Типовий вигляд',
|
||||
'default_view' => 'Default view',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
'visibility' => 'Видимість',
|
||||
'visibility_authenticated' => 'Видимий для автентифікованих користувачів',
|
||||
'visibility_public' => 'Видимий всім',
|
||||
'visibility_hidden' => 'Завжди прихований',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Значення',
|
||||
'value' => 'Value',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -148,33 +148,33 @@ return [
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'Назва сайту',
|
||||
'site-url' => 'URL сайту',
|
||||
'display-graphs' => 'Відображати графіки на сторінці статусу?',
|
||||
'about-this-page' => 'Інформація про цю сторінку',
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'About this page',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
'time_before_refresh' => 'Частота оновлення сторінки статусу (в секундах)',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Зображення банеру',
|
||||
'banner-help' => "Рекомендується завантажувати файли шириною не більше 930 пікселів",
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'suppress_notifications_in_maintenance' => 'Не відправляти повідомлення при інцидентах під час запланованого обслуговування?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'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_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_google' => 'Google Analytics code',
|
||||
'analytics_gosquared' => 'GoSquared Analytics code',
|
||||
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
|
||||
'analytics_piwik_siteid' => 'id сайту Piwik',
|
||||
'analytics_piwik_siteid' => 'Piwik\'s site id',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => 'Часовий пояс сайту',
|
||||
'site-locale' => 'Мова сайту',
|
||||
'date-format' => 'формат дати',
|
||||
'site-timezone' => 'Site timezone',
|
||||
'site-locale' => 'Site language',
|
||||
'date-format' => 'Date format',
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
@@ -191,8 +191,8 @@ return [
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Ввімкнути банен на всю ширину?',
|
||||
'text-color' => 'Колір тексту',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Text color',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'Red (used for errors)',
|
||||
'blues' => 'Blue (used for information)',
|
||||
@@ -205,23 +205,23 @@ return [
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'Ім’я користувача',
|
||||
'email' => 'Електронна пошта',
|
||||
'password' => 'Пароль',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => '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' => 'Користувач',
|
||||
'admin' => 'Admin',
|
||||
'user' => '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',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -230,18 +230,18 @@ return [
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => 'додати',
|
||||
'save' => 'Зберегти',
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'create' => 'Створити',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Видалити',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Скасувати',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Запросити',
|
||||
'signup' => 'Зареєструйтесь',
|
||||
'manage_updates' => 'Керування оновленнями',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* Optional',
|
||||
|
||||
Reference in New Issue
Block a user