Update langs

This commit is contained in:
James Brooks
2017-01-02 16:05:03 +00:00
parent 6f349fdb31
commit 647a751f83
14 changed files with 416 additions and 2355 deletions

View File

@@ -10,7 +10,6 @@
*/
return [
// Enabled langs
'af' => [
'name' => 'Afrikaans',
'subset' => 'latin',
@@ -87,6 +86,10 @@ return [
'name' => '한글',
'subset' => 'latin',
],
'ms' => [
'name' => 'Malay',
'subset' => 'latin',
],
'nl' => [
'name' => 'Nederlands',
'subset' => 'latin,latin-ext',

View File

@@ -1,292 +0,0 @@
<?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 [
'dashboard' => '대시보드',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Incidents &amp; Schedule',
'incidents' => '문제',
'logged' => '{0} 아무 문제가 없습니다, 잘하고 있어요.|하나의 문제에 대한 로깅이 있습니다.|<strong>:count</strong> 개의 문제가 리포트 되었습니다.',
'incident-create-template' => '템플릿 생성',
'incident-templates' => '문제 템플릿',
'updates' => '{0} Zero Updates|One Update|:count Updates',
'add' => [
'title' => '문제 추가',
'success' => 'Incident added.',
'failure' => 'There was an error adding the incident, please try again.',
],
'edit' => [
'title' => '문제 수정',
'success' => '문제가 수정되었습니다.',
'failure' => 'There was an error editing the incident, please try again.',
],
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted, please try again.',
],
'update' => [
'title' => 'Create new incident update',
'subtitle' => 'Add an update to <strong>:incident</strong>',
],
// Incident templates
'templates' => [
'title' => '문제 템플릿',
'add' => [
'title' => '문제 템플릿 생성하기',
'message' => 'You should add an incident template.',
'success' => 'Your new incident template has been created.',
'failure' => 'Something went wrong with the incident template.',
],
'edit' => [
'title' => '문제 템플릿 수정',
'success' => 'The incident template has been updated.',
'failure' => 'Something went wrong updating the incident template',
],
'delete' => [
'success' => 'The incident template has been deleted.',
'failure' => 'The incident template could not be deleted, please try again.',
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => '예정된 유지 보수',
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
'scheduled_at' => ':timestamp 에 예정됨',
'add' => [
'title' => 'Add Scheduled Maintenance',
'success' => '일정이 추가되었습니다.',
'failure' => 'Something went wrong adding the schedule, please try again.',
],
'edit' => [
'title' => 'Edit Scheduled Maintenance',
'success' => '일정이 업데이트 되었습니다!',
'failure' => 'Something went wrong editing the schedule, please try again.',
],
'delete' => [
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
],
],
// Components
'components' => [
'components' => '구성 요소',
'component_statuses' => '구성요소 상태',
'listed_group' => ':name 그룹',
'add' => [
'title' => '구성요소 추가',
'message' => '구성요소를 추가해야 합니다.',
'success' => '구성요소가 생성되었습니다.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => '구성요소 수정',
'success' => '구성요소가 수정되었습니다.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => 'The component has been deleted!',
'failure' => 'The component could not be deleted, please try again.',
],
// Component groups
'groups' => [
'groups' => '구성요소 그룹|구성요소 그룹',
'no_components' => '구성 요소 그룹을 추가 해야 합니다.',
'add' => [
'title' => '구성요소 그룹 추가',
'success' => '구성요소 그룹이 추가되었습니다.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => '구성요소 그룹 수정',
'success' => '구성요소 그룹이 수정되었습니다.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => '구성 요소 그룹이 삭제 되었습니다!',
'failure' => 'The component group could not be deleted, please try again.',
],
],
],
// Metrics
'metrics' => [
'metrics' => '통계',
'add' => [
'title' => '통계 추가',
'message' => 'You should add a metric.',
'success' => 'Metric created.',
'failure' => 'Something went wrong with the metric, please try again.',
],
'edit' => [
'title' => '통계 수정',
'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric, please try again.',
],
'delete' => [
'success' => 'The metric has been deleted and will no longer display on your status page.',
'failure' => 'The metric could not be deleted, please try again.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => '구독자',
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
'verified' => '인증됨',
'not_verified' => '인증되지 않음',
'subscriber' => ':email, subscribed :date',
'no_subscriptions' => 'Subscribed to all updates',
'add' => [
'title' => '구독자 추가',
'success' => '구독자가 추가됨.',
'failure' => 'Something went wrong adding the subscriber, please try again.',
'help' => 'Enter each subscriber on a new line.',
],
'edit' => [
'title' => '구독자 업데이트',
'success' => '구독자가 업데이트됨.',
'failure' => 'Something went wrong editing the subscriber, please try again.',
],
],
// Team
'team' => [
'team' => '팀',
'member' => '멤버',
'profile' => '프로필',
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
'title' => '새 팀 멤버 추가',
'success' => '팀 멤버가 추가되었습니다',
'failure' => 'The team member could not be added, please try again.',
],
'edit' => [
'title' => '프로필 수정',
'success' => '프로필이 수정되었습니다.',
'failure' => 'Something went wrong updating the profile, please try again.',
],
'delete' => [
'success' => '사용자 삭제',
'failure' => 'The team member could not be added, please try again.',
],
'invite' => [
'title' => '새 팀 멤버 초대하기',
'success' => '사용자가 초대되었습니다.',
'failure' => 'The invite could not be sent, please try again.',
],
],
// Settings
'settings' => [
'settings' => '설정',
'app-setup' => [
'app-setup' => '애플리케이션 설정',
'images-only' => '이미지만 업로드 할 수 있습니다.',
'too-big' => '업로드 한 파일이 너무 큽니다. :size 보다 작은 이미지를 올려주세요.',
],
'analytics' => [
'analytics' => 'Analytics',
],
'log' => [
'log' => 'Log',
],
'localization' => [
'localization' => 'Localization',
],
'customization' => [
'customization' => '사용자 설정',
'header' => '사용자 지정 헤더 HTML',
'footer' => '사용자 지정 바닥글 HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => '보안',
'two-factor' => '2단계 인증을 사용하지 않는 사용자',
],
'stylesheet' => [
'stylesheet' => '스타일시트',
],
'theme' => [
'theme' => '테마',
],
'edit' => [
'success' => '설정이 저장되었습니다.',
'failure' => '설정을 저장할 수 없습니다.',
],
'credits' => [
'credits' => '제작진',
'contributors' => '도움 주신 분들',
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Backers & Sponsors',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
'thank-you' => 'Thank you to each and every one of the :count contributors.',
],
],
// Login
'login' => [
'login' => '로그인',
'logged_in' => '로그인 되었습니다.',
'welcome' => '안녕하세요!',
'two-factor' => '토큰을 입력해주세요.',
],
// Sidebar footer
'help' => '도움말',
'status_page' => '상태 페이지',
'logout' => '로그아웃',
// Notifications
'notifications' => [
'notifications' => '알림',
'awesome' => '좋아요.',
'whoops' => '이런...',
],
// Widgets
'widgets' => [
'support' => 'Support Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News',
'news_subtitle' => 'Get the latest update',
],
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to your new status page, :username!',
'message' => '상태 페이지는 거의 다 준비 되었습니다! 추가 설정을 해보세요',
'close' => 'I\'m good thanks!',
'steps' => [
'component' => '구성요소 만들기',
'incident' => '문제 만들기',
'customize' => '사용자 지정',
'team' => '사용자 추가',
'api' => 'API 토큰 생성',
'two-factor' => '2단계 인증',
],
],
];

View File

@@ -12,14 +12,16 @@
return [
'dashboard' => '대시보드',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => '문제 및 예정',
'title' => 'Incidents &amp; Schedule',
'incidents' => '문제',
'logged' => '{0} 아무 문제가 없습니다, 잘하고 있어요.|하나의 문제에 대한 로깅이 있습니다.|<strong>:count</strong> 개의 문제가 리포트 되었습니다.',
'incident-create-template' => '템플릿 생성',
'incident-templates' => '문제 템플릿',
'updates' => '{0} Zero Updates|One Update|:count Updates',
'add' => [
'title' => '문제 추가',
'success' => 'Incident added.',
@@ -34,6 +36,10 @@ return [
'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted, please try again.',
],
'update' => [
'title' => 'Create new incident update',
'subtitle' => 'Add an update to <strong>:incident</strong>',
],
// Incident templates
'templates' => [
@@ -58,17 +64,17 @@ return [
// Incident Maintenance
'schedule' => [
'schedule' => '예된 유지 관리',
'schedule' => '예된 유지 보수',
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
'scheduled_at' => ':timestamp 에 예정됨',
'add' => [
'title' => 'Add Scheduled Maintenance',
'success' => 'Schedule added.',
'success' => '일정이 추가되었습니다.',
'failure' => 'Something went wrong adding the schedule, please try again.',
],
'edit' => [
'title' => 'Edit Scheduled Maintenance',
'success' => 'Schedule has been updated!',
'success' => '일정이 업데이트 되었습니다!',
'failure' => 'Something went wrong editing the schedule, please try again.',
],
'delete' => [
@@ -85,13 +91,13 @@ return [
'add' => [
'title' => '구성요소 추가',
'message' => '구성요소를 추가해야 합니다.',
'success' => 'Component created.',
'failure' => 'Something went wrong with the component, please try again.',
'success' => '구성요소가 생성되었습니다.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => '구성요소 수정',
'success' => 'Component updated.',
'failure' => 'Something went wrong with the component, please try again.',
'success' => '구성요소가 수정되었습니다.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => 'The component has been deleted!',
@@ -104,16 +110,16 @@ return [
'no_components' => '구성 요소 그룹을 추가 해야 합니다.',
'add' => [
'title' => '구성요소 그룹 추가',
'success' => 'Component group added.',
'success' => '구성요소 그룹이 추가되었습니다.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => '구성요소 그룹 수정',
'success' => 'Component group updated.',
'success' => '구성요소 그룹이 수정되었습니다.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => 'Component group has been deleted!',
'success' => '구성 요소 그룹이 삭제 되었습니다!',
'failure' => 'The component group could not be deleted, please try again.',
],
],
@@ -164,15 +170,15 @@ return [
'team' => '팀',
'member' => '멤버',
'profile' => '프로필',
'description' => '팀 멤버는 구성요소와 문제를 추가하고 수정 할 수 있습니다.',
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
'title' => '새 팀 멤버 추가',
'success' => 'Team member added.',
'success' => '팀 멤버가 추가되었습니다',
'failure' => 'The team member could not be added, please try again.',
],
'edit' => [
'title' => '프로필 수정',
'success' => 'Profile updated.',
'success' => '프로필이 수정되었습니다.',
'failure' => 'Something went wrong updating the profile, please try again.',
],
'delete' => [
@@ -197,13 +203,24 @@ return [
'analytics' => [
'analytics' => 'Analytics',
],
'log' => [
'log' => 'Log',
],
'localization' => [
'localization' => 'Localization',
],
'customization' => [
'customization' => 'Customization',
'header' => 'Custom Header HTML',
'footer' => 'Custom Footer HTML',
'customization' => '사용자 설정',
'header' => '사용자 지정 헤더 HTML',
'footer' => '사용자 지정 바닥글 HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => '보안',
@@ -220,8 +237,8 @@ return [
'failure' => '설정을 저장할 수 없습니다.',
],
'credits' => [
'credits' => 'Credits',
'contributors' => 'Contributors',
'credits' => '제작진',
'contributors' => '도움 주신 분들',
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Backers & Sponsors',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
@@ -254,14 +271,14 @@ return [
'support' => 'Support Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News',
'news_subtitle' => 'Get the latest updates',
'news_subtitle' => 'Get the latest update',
],
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to your new status page!',
'welcome' => 'Welcome to your new status page, :username!',
'message' => '상태 페이지는 거의 다 준비 되었습니다! 추가 설정을 해보세요',
'close' => 'Take me straight to my dashboard',
'close' => 'I\'m good thanks!',
'steps' => [
'component' => '구성요소 만들기',
'incident' => '문제 만들기',

View File

@@ -1,292 +0,0 @@
<?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 [
'dashboard' => 'Dashboard',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Incidents &amp; Schedule',
'incidents' => 'Incidents',
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.',
'incident-create-template' => 'Create Template',
'incident-templates' => 'Incident Templates',
'updates' => '{0} Zero Updates|One Update|:count Updates',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
'failure' => 'There was an error adding the incident, please try again.',
],
'edit' => [
'title' => 'Edit an incident',
'success' => 'Incident updated.',
'failure' => 'There was an error editing the incident, please try again.',
],
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted, please try again.',
],
'update' => [
'title' => 'Create new incident update',
'subtitle' => 'Add an update to <strong>:incident</strong>',
],
// Incident templates
'templates' => [
'title' => 'Incident Templates',
'add' => [
'title' => 'Create an incident template',
'message' => 'You should add an incident template.',
'success' => 'Your new incident template has been created.',
'failure' => 'Something went wrong with the incident template.',
],
'edit' => [
'title' => 'Edit Template',
'success' => 'The incident template has been updated.',
'failure' => 'Something went wrong updating the incident template',
],
'delete' => [
'success' => 'The incident template has been deleted.',
'failure' => 'The incident template could not be deleted, please try again.',
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => 'Scheduled Maintenance',
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'Scheduled at :timestamp',
'add' => [
'title' => 'Add Scheduled Maintenance',
'success' => 'Schedule added.',
'failure' => 'Something went wrong adding the schedule, please try again.',
],
'edit' => [
'title' => 'Edit Scheduled Maintenance',
'success' => 'Schedule has been updated!',
'failure' => 'Something went wrong editing the schedule, please try again.',
],
'delete' => [
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
],
],
// Components
'components' => [
'components' => 'Components',
'component_statuses' => 'Component Statuses',
'listed_group' => 'Grouped under :name',
'add' => [
'title' => 'Add a component',
'message' => 'You should add a component.',
'success' => 'Component created.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => 'Edit a component',
'success' => 'Component updated.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => 'The component has been deleted!',
'failure' => 'The component could not be deleted, please try again.',
],
// Component groups
'groups' => [
'groups' => 'Component group|Component groups',
'no_components' => 'You should add a component group.',
'add' => [
'title' => 'Add a component group',
'success' => 'Component group added.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => 'Edit a component group',
'success' => 'Component group updated.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => 'Component group has been deleted!',
'failure' => 'The component group could not be deleted, please try again.',
],
],
],
// Metrics
'metrics' => [
'metrics' => 'Metrics',
'add' => [
'title' => 'Create a metric',
'message' => 'You should add a metric.',
'success' => 'Metric created.',
'failure' => 'Something went wrong with the metric, please try again.',
],
'edit' => [
'title' => 'Edit a metric',
'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric, please try again.',
],
'delete' => [
'success' => 'The metric has been deleted and will no longer display on your status page.',
'failure' => 'The metric could not be deleted, please try again.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => 'Subscribers',
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
'verified' => 'Verified',
'not_verified' => 'Not verified',
'subscriber' => ':email, subscribed :date',
'no_subscriptions' => 'Subscribed to all updates',
'add' => [
'title' => 'Add a new subscriber',
'success' => 'Subscriber has been added!',
'failure' => 'Something went wrong adding the subscriber, please try again.',
'help' => 'Enter each subscriber on a new line.',
],
'edit' => [
'title' => 'Update subscriber',
'success' => 'Subscriber has been updated!',
'failure' => 'Something went wrong editing the subscriber, please try again.',
],
],
// Team
'team' => [
'team' => 'Team',
'member' => 'Member',
'profile' => 'Profile',
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
'title' => 'Add a new team member',
'success' => 'Team member added.',
'failure' => 'The team member could not be added, please try again.',
],
'edit' => [
'title' => 'Update profile',
'success' => 'Profile updated.',
'failure' => 'Something went wrong updating the profile, please try again.',
],
'delete' => [
'success' => 'Team member has been deleted and will no longer have access to the dashboard!',
'failure' => 'The team member could not be added, please try again.',
],
'invite' => [
'title' => 'Invite a new team member',
'success' => 'An invite has been sent',
'failure' => 'The invite could not be sent, please try again.',
],
],
// Settings
'settings' => [
'settings' => 'Settings',
'app-setup' => [
'app-setup' => 'Application Setup',
'images-only' => 'Only images may be uploaded.',
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
],
'analytics' => [
'analytics' => 'Analytics',
],
'log' => [
'log' => 'Log',
],
'localization' => [
'localization' => 'Localization',
],
'customization' => [
'customization' => 'Customization',
'header' => 'Custom Header HTML',
'footer' => 'Custom Footer HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => 'Security',
'two-factor' => 'Users without two-factor authentication',
],
'stylesheet' => [
'stylesheet' => 'Stylesheet',
],
'theme' => [
'theme' => 'Theme',
],
'edit' => [
'success' => 'Settings saved.',
'failure' => 'Settings could not be saved.',
],
'credits' => [
'credits' => 'Credits',
'contributors' => 'Contributors',
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Backers & Sponsors',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
'thank-you' => 'Thank you to each and every one of the :count contributors.',
],
],
// Login
'login' => [
'login' => 'Login',
'logged_in' => 'You\'re logged in.',
'welcome' => 'Welcome back!',
'two-factor' => 'Please enter your token.',
],
// Sidebar footer
'help' => 'Help',
'status_page' => 'Status Page',
'logout' => 'Logout',
// Notifications
'notifications' => [
'notifications' => 'Notifications',
'awesome' => 'Awesome.',
'whoops' => 'Whoops.',
],
// Widgets
'widgets' => [
'support' => 'Support Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News',
'news_subtitle' => 'Get the latest update',
],
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to your new status page, :username!',
'message' => 'You\'re almost ready but you might want to configure these extra settings first...',
'close' => 'I\'m good thanks!',
'steps' => [
'component' => 'Add your components',
'incident' => 'Create an incident',
'customize' => 'Customize your page',
'team' => 'Add your team',
'api' => 'Generate an API token',
'two-factor' => 'Setup Two Factor Authentication',
],
],
];

View File

@@ -1,292 +0,0 @@
<?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 [
'dashboard' => 'Dashbord',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Incidents &amp; Schedule',
'incidents' => 'Hendelser',
'logged' => '{0} Det er ingen hendelser, bra jobbet.|Du har en logget hendelse.|Du har rapportert <strong>:count</strong> hendelser.',
'incident-create-template' => 'Opprett mal',
'incident-templates' => 'Hendelsesmaler',
'updates' => '{0} null oppdateringer | Én oppdatering |: telle oppdateringer',
'add' => [
'title' => 'Rapportere en hendelse',
'success' => 'Hendelse lagt til.',
'failure' => 'Det oppstod en feil når du la til til hendelsen, prøv igjen.',
],
'edit' => [
'title' => 'Rediger en hendelse',
'success' => 'Hendelse oppdatert.',
'failure' => 'Det oppstod en feil under redigering av hendelsen, prøv igjen.',
],
'delete' => [
'success' => 'Hendelsen er slettet og vil ikke vises på statussiden din.',
'failure' => 'Hendelsen kunne ikke slettes, prøv igjen.',
],
'update' => [
'title' => 'Opprett ny hendelseoppdatering',
'subtitle' => 'Legge til oppdatering av <strong>: hendelsen</strong>',
],
// Incident templates
'templates' => [
'title' => 'Hendelsesmaler',
'add' => [
'title' => 'Lag en hendelsesmal',
'message' => 'Du bør legge til en hendelsesmal.',
'success' => 'Din nye hendelsesmal er opprettet.',
'failure' => 'Noe gikk galt med hendelsesmalen.',
],
'edit' => [
'title' => 'Rediger mal',
'success' => 'Hendelsensmalen er oppdatert.',
'failure' => 'Noe gikk galt under oppdatering av hendelsesmalen',
],
'delete' => [
'success' => 'Hendelsesmalen er slettet.',
'failure' => 'Hendelsesmalen kunne ikke slettes, prøv igjen.',
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => 'Planlagt vedlikehold',
'logged' => '{0} Det er ingen tidsplaner, bra jobbet. | Du har logget en hendelse. | Du har rapportert <strong>: antall</strong> tidsplaner.',
'scheduled_at' => 'Planlagt til :timestamp',
'add' => [
'title' => 'Legg til planlagt vedlikehold',
'success' => 'Tidsplan lagt til.',
'failure' => 'Noe gikk galt med å legge til tidsplanen, prøv igjen.',
],
'edit' => [
'title' => 'Redigere planlagt vedlikehold',
'success' => 'Tidsplanen er oppdatert!',
'failure' => 'Noe gikk galt med å redigere tidsplanen, prøv igjen.',
],
'delete' => [
'success' => 'Planlagt vedlikehold er slettet og vil ikke vises på statussiden din.',
'failure' => 'Planlagt vedlikehold kunne ikke slettes, prøv igjen.',
],
],
// Components
'components' => [
'components' => 'Komponenter',
'component_statuses' => 'Komponentstatus',
'listed_group' => 'Gruppert under :name',
'add' => [
'title' => 'Legg til komponent',
'message' => 'Du burde legge til en komponent.',
'success' => 'Komponent lagt til.',
'failure' => 'Noe gikk galt med komponentgruppen, prøv igjen.',
],
'edit' => [
'title' => 'Redigere en komponent',
'success' => 'Komponent oppdatert.',
'failure' => 'Noe gikk galt med komponentgruppen, prøv igjen.',
],
'delete' => [
'success' => 'Komponenten har blitt slettet!',
'failure' => 'Komponenten kunne ikke slettes, prøv igjen.',
],
// Component groups
'groups' => [
'groups' => 'Komponentgruppe | Komponentgrupper',
'no_components' => 'Du burde legge til en komponentgruppe.',
'add' => [
'title' => 'Legg til en komponentgruppe',
'success' => 'Komponentgruppe lagt til.',
'failure' => 'Noe gikk galt med komponentgruppen, prøv igjen.',
],
'edit' => [
'title' => 'Rediger komponentgruppe',
'success' => 'Komponentgruppe oppdatert.',
'failure' => 'Noe gikk galt med komponentgruppen, prøv igjen.',
],
'delete' => [
'success' => 'Komponentgruppen har blitt slettet!',
'failure' => 'Komponentgruppen kunne ikke slettes, prøv igjen.',
],
],
],
// Metrics
'metrics' => [
'metrics' => 'Beregninger',
'add' => [
'title' => 'Opprett en beregning',
'message' => 'Du bør legge til en beregning.',
'success' => 'Beregning opprettet.',
'failure' => 'Noe gikk galt med beregningen, prøv igjen.',
],
'edit' => [
'title' => 'Rediger en beregning',
'success' => 'Beregning oppdatert.',
'failure' => 'Noe gikk galt med beregningen, prøv igjen.',
],
'delete' => [
'success' => 'Beregningen er slettet og vises ikke lenger på statussiden.',
'failure' => 'Beregningen kunne ikke slettes, prøv igjen.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => 'Abonnenter',
'description' => 'Abonnenter mottar e-postoppdateringer når hendelser opprettes eller komponenter er oppdatert.',
'verified' => 'Verifisert',
'not_verified' => 'Ikke verifisert',
'subscriber' => ': e-post, abonnert: dato',
'no_subscriptions' => 'Abonnerer på alle oppdateringer',
'add' => [
'title' => 'Legge til en ny abonnent',
'success' => 'Abonnenten er lagt til!',
'failure' => 'Noe gikk galt med å legge til abonnenten, prøv igjen.',
'help' => 'Angi hver enkelt abonnent på en ny linje.',
],
'edit' => [
'title' => 'Oppdatering abonnent',
'success' => 'Abonnenten er oppdatert!',
'failure' => 'Noe gikk galt med å redigere abonnenten, prøv igjen.',
],
],
// Team
'team' => [
'team' => 'Team',
'member' => 'Bruker',
'profile' => 'Profil',
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
'title' => 'Legge til nytt gruppemedlem',
'success' => 'Gruppemedlem lagt til.',
'failure' => 'Gruppemedlemmet kunne ikke legges til, prøv på nytt.',
],
'edit' => [
'title' => 'Oppdater profil',
'success' => 'Profilen oppdatert.',
'failure' => 'Noe gikk galt med å oppdatere profilen, prøv igjen.',
],
'delete' => [
'success' => 'Gruppemedlemmet er slettet og vil ikke lenger ha tilgang til oversikten!',
'failure' => 'Gruppemedlemmet kunne ikke legges til, prøv på nytt.',
],
'invite' => [
'title' => 'Inviter en ny medarbeider',
'success' => 'Invitasjon er sendt',
'failure' => 'Invitasjonen kunne ikke sendes, vennligst prøv igjen.',
],
],
// Settings
'settings' => [
'settings' => 'Innstillinger',
'app-setup' => [
'app-setup' => 'Applikasjonsoppsett',
'images-only' => 'Bare bilder kan lastes opp.',
'too-big' => 'Filen du lastet opp er for stor. Last opp et bilde som er mindre enn :size',
],
'analytics' => [
'analytics' => 'Analytics',
],
'log' => [
'log' => 'Logg',
],
'localization' => [
'localization' => 'Regioninnstillinger',
],
'customization' => [
'customization' => 'Tilpasninger',
'header' => 'Egendefinert topptekst HTML',
'footer' => 'Egendefinert bunntekst HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => 'Sikkerhet',
'two-factor' => 'Brukere uten to-faktor autentifisering',
],
'stylesheet' => [
'stylesheet' => 'Stilark',
],
'theme' => [
'theme' => 'Tema',
],
'edit' => [
'success' => 'Innstillinger lagret.',
'failure' => 'Kan ikke lagre innstillingene.',
],
'credits' => [
'credits' => 'Medvirkende',
'contributors' => 'Bidragsytere',
'license' => 'Cachet er en BSD-3-lisensiert åpen kildekode-prosjekt, utgitt av <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank"> Alt tre Services Limited</a>.',
'backers-title' => 'Støttespillere & sponsorer',
'backers' => 'Hvis du ønsker å støtte fremtidig utvikling, sjekk ut <a href="https://patreon.com/jbrooksuk" target="_blank"> Cachet Patreon</a> kampanjen.',
'thank-you' => 'Takk til hver og en av de :count bidragsytere.',
],
],
// Login
'login' => [
'login' => 'Logg inn',
'logged_in' => 'Du er logget inn.',
'welcome' => 'Velkommen tilbake!',
'two-factor' => 'Skriv inn din token.',
],
// Sidebar footer
'help' => 'Hjelp',
'status_page' => 'Statusside',
'logout' => 'Logg ut',
// Notifications
'notifications' => [
'notifications' => 'Varslinger',
'awesome' => 'Fantastisk.',
'whoops' => 'Uff da.',
],
// Widgets
'widgets' => [
'support' => 'Støtt Cachet',
'support_subtitle' => 'Sjekk ut vår <strong><a href="https://patreon.com/jbrooksuk" target="_blank"> Patreon</a></strong> side!',
'news' => 'Siste nyheter',
'news_subtitle' => 'Hent nyeste oppdatering',
],
// Welcome modal
'welcome' => [
'welcome' => 'Velkommen til den nye statussiden, :username!',
'message' => 'Du er nesten klar, men du vil kanskje konfigurere disse ekstra innstillingene først...',
'close' => 'Jeg har det bra takk!',
'steps' => [
'component' => 'Legg til dine komponenter',
'incident' => 'Opprette en hendelse',
'customize' => 'Tilpass siden din',
'team' => 'Legg til gruppen din',
'api' => 'Generere et API-token',
'two-factor' => 'Sett opp to-faktor autentisering',
],
],
];

View File

@@ -12,46 +12,52 @@
return [
'dashboard' => 'Dashbord',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Hendelser &amp; Timeplan',
'title' => 'Incidents &amp; Schedule',
'incidents' => 'Hendelser',
'logged' => '{0} Det er ingen hendelser, bra jobbet.|Du har en logget hendelse.|Du har rapportert <strong>:count</strong> hendelser.',
'incident-create-template' => 'Opprett mal',
'incident-templates' => 'Hendelsesmaler',
'updates' => '{0} null oppdateringer | Én oppdatering |: telle oppdateringer',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
'failure' => 'There was an error adding the incident, please try again.',
'title' => 'Rapportere en hendelse',
'success' => 'Hendelse lagt til.',
'failure' => 'Det oppstod en feil når du la til til hendelsen, prøv igjen.',
],
'edit' => [
'title' => 'Edit an incident',
'title' => 'Rediger en hendelse',
'success' => 'Hendelse oppdatert.',
'failure' => 'There was an error editing the incident, please try again.',
'failure' => 'Det oppstod en feil under redigering av hendelsen, prøv igjen.',
],
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted, please try again.',
'success' => 'Hendelsen er slettet og vil ikke vises på statussiden din.',
'failure' => 'Hendelsen kunne ikke slettes, prøv igjen.',
],
'update' => [
'title' => 'Opprett ny hendelseoppdatering',
'subtitle' => 'Legge til oppdatering av <strong>: hendelsen</strong>',
],
// Incident templates
'templates' => [
'title' => 'Hendelsesmaler',
'add' => [
'title' => 'Create an incident template',
'message' => 'You should add an incident template.',
'success' => 'Your new incident template has been created.',
'failure' => 'Something went wrong with the incident template.',
'title' => 'Lag en hendelsesmal',
'message' => 'Du bør legge til en hendelsesmal.',
'success' => 'Din nye hendelsesmal er opprettet.',
'failure' => 'Noe gikk galt med hendelsesmalen.',
],
'edit' => [
'title' => 'Edit Template',
'success' => 'The incident template has been updated.',
'failure' => 'Something went wrong updating the incident template',
'title' => 'Rediger mal',
'success' => 'Hendelsensmalen er oppdatert.',
'failure' => 'Noe gikk galt under oppdatering av hendelsesmalen',
],
'delete' => [
'success' => 'The incident template has been deleted.',
'failure' => 'The incident template could not be deleted, please try again.',
'success' => 'Hendelsesmalen er slettet.',
'failure' => 'Hendelsesmalen kunne ikke slettes, prøv igjen.',
],
],
],
@@ -59,21 +65,21 @@ return [
// Incident Maintenance
'schedule' => [
'schedule' => 'Planlagt vedlikehold',
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
'logged' => '{0} Det er ingen tidsplaner, bra jobbet. | Du har logget en hendelse. | Du har rapportert <strong>: antall</strong> tidsplaner.',
'scheduled_at' => 'Planlagt til :timestamp',
'add' => [
'title' => 'Add Scheduled Maintenance',
'success' => 'Schedule added.',
'failure' => 'Something went wrong adding the schedule, please try again.',
'title' => 'Legg til planlagt vedlikehold',
'success' => 'Tidsplan lagt til.',
'failure' => 'Noe gikk galt med å legge til tidsplanen, prøv igjen.',
],
'edit' => [
'title' => 'Edit Scheduled Maintenance',
'success' => 'Schedule has been updated!',
'failure' => 'Something went wrong editing the schedule, please try again.',
'title' => 'Redigere planlagt vedlikehold',
'success' => 'Tidsplanen er oppdatert!',
'failure' => 'Noe gikk galt med å redigere tidsplanen, prøv igjen.',
],
'delete' => [
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
'success' => 'Planlagt vedlikehold er slettet og vil ikke vises på statussiden din.',
'failure' => 'Planlagt vedlikehold kunne ikke slettes, prøv igjen.',
],
],
@@ -83,19 +89,19 @@ return [
'component_statuses' => 'Komponentstatus',
'listed_group' => 'Gruppert under :name',
'add' => [
'title' => 'Add a component',
'title' => 'Legg til komponent',
'message' => 'Du burde legge til en komponent.',
'success' => 'Component created.',
'failure' => 'Something went wrong with the component, please try again.',
'success' => 'Komponent lagt til.',
'failure' => 'Noe gikk galt med komponentgruppen, prøv igjen.',
],
'edit' => [
'title' => 'Edit a component',
'success' => 'Component updated.',
'failure' => 'Something went wrong with the component, please try again.',
'title' => 'Redigere en komponent',
'success' => 'Komponent oppdatert.',
'failure' => 'Noe gikk galt med komponentgruppen, prøv igjen.',
],
'delete' => [
'success' => 'The component has been deleted!',
'failure' => 'The component could not be deleted, please try again.',
'success' => 'Komponenten har blitt slettet!',
'failure' => 'Komponenten kunne ikke slettes, prøv igjen.',
],
// Component groups
@@ -103,18 +109,18 @@ return [
'groups' => 'Komponentgruppe | Komponentgrupper',
'no_components' => 'Du burde legge til en komponentgruppe.',
'add' => [
'title' => 'Add a component group',
'success' => 'Component group added.',
'failure' => 'Something went wrong with the component group, please try again.',
'title' => 'Legg til en komponentgruppe',
'success' => 'Komponentgruppe lagt til.',
'failure' => 'Noe gikk galt med komponentgruppen, prøv igjen.',
],
'edit' => [
'title' => 'Edit a component group',
'success' => 'Component group updated.',
'failure' => 'Something went wrong with the component group, please try again.',
'title' => 'Rediger komponentgruppe',
'success' => 'Komponentgruppe oppdatert.',
'failure' => 'Noe gikk galt med komponentgruppen, prøv igjen.',
],
'delete' => [
'success' => 'Component group has been deleted!',
'failure' => 'The component group could not be deleted, please try again.',
'success' => 'Komponentgruppen har blitt slettet!',
'failure' => 'Komponentgruppen kunne ikke slettes, prøv igjen.',
],
],
],
@@ -123,39 +129,39 @@ return [
'metrics' => [
'metrics' => 'Beregninger',
'add' => [
'title' => 'Create a metric',
'message' => 'You should add a metric.',
'success' => 'Metric created.',
'failure' => 'Something went wrong with the metric, please try again.',
'title' => 'Opprett en beregning',
'message' => 'Du bør legge til en beregning.',
'success' => 'Beregning opprettet.',
'failure' => 'Noe gikk galt med beregningen, prøv igjen.',
],
'edit' => [
'title' => 'Edit a metric',
'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric, please try again.',
'title' => 'Rediger en beregning',
'success' => 'Beregning oppdatert.',
'failure' => 'Noe gikk galt med beregningen, prøv igjen.',
],
'delete' => [
'success' => 'The metric has been deleted and will no longer display on your status page.',
'failure' => 'The metric could not be deleted, please try again.',
'success' => 'Beregningen er slettet og vises ikke lenger statussiden.',
'failure' => 'Beregningen kunne ikke slettes, prøv igjen.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => 'Subscribers',
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
'verified' => 'Verified',
'not_verified' => 'Not verified',
'subscriber' => ':email, subscribed :date',
'no_subscriptions' => 'Subscribed to all updates',
'subscribers' => 'Abonnenter',
'description' => 'Abonnenter mottar e-postoppdateringer når hendelser opprettes eller komponenter er oppdatert.',
'verified' => 'Verifisert',
'not_verified' => 'Ikke verifisert',
'subscriber' => ': e-post, abonnert: dato',
'no_subscriptions' => 'Abonnerer på alle oppdateringer',
'add' => [
'title' => 'Add a new subscriber',
'success' => 'Subscriber has been added!',
'failure' => 'Something went wrong adding the subscriber, please try again.',
'help' => 'Enter each subscriber on a new line.',
'title' => 'Legge til en ny abonnent',
'success' => 'Abonnenten er lagt til!',
'failure' => 'Noe gikk galt med å legge til abonnenten, prøv igjen.',
'help' => 'Angi hver enkelt abonnent på en ny linje.',
],
'edit' => [
'title' => 'Update subscriber',
'success' => 'Subscriber has been updated!',
'failure' => 'Something went wrong editing the subscriber, please try again.',
'title' => 'Oppdatering abonnent',
'success' => 'Abonnenten er oppdatert!',
'failure' => 'Noe gikk galt med å redigere abonnenten, prøv igjen.',
],
],
@@ -166,23 +172,23 @@ return [
'profile' => 'Profil',
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
'title' => 'Add a new team member',
'success' => 'Team member added.',
'failure' => 'The team member could not be added, please try again.',
'title' => 'Legge til nytt gruppemedlem',
'success' => 'Gruppemedlem lagt til.',
'failure' => 'Gruppemedlemmet kunne ikke legges til, prøv på nytt.',
],
'edit' => [
'title' => 'Update profile',
'success' => 'Profile updated.',
'failure' => 'Something went wrong updating the profile, please try again.',
'title' => 'Oppdater profil',
'success' => 'Profilen oppdatert.',
'failure' => 'Noe gikk galt med å oppdatere profilen, prøv igjen.',
],
'delete' => [
'success' => 'Team member has been deleted and will no longer have access to the dashboard!',
'failure' => 'The team member could not be added, please try again.',
'success' => 'Gruppemedlemmet er slettet og vil ikke lenger ha tilgang til oversikten!',
'failure' => 'Gruppemedlemmet kunne ikke legges til, prøv på nytt.',
],
'invite' => [
'title' => 'Invite a new team member',
'success' => 'An invite has been sent',
'failure' => 'The invite could not be sent, please try again.',
'title' => 'Inviter en ny medarbeider',
'success' => 'Invitasjon er sendt',
'failure' => 'Invitasjonen kunne ikke sendes, vennligst prøv igjen.',
],
],
@@ -191,23 +197,34 @@ return [
'settings' => 'Innstillinger',
'app-setup' => [
'app-setup' => 'Applikasjonsoppsett',
'images-only' => 'Only images may be uploaded.',
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
'images-only' => 'Bare bilder kan lastes opp.',
'too-big' => 'Filen du lastet opp er for stor. Last opp et bilde som er mindre enn :size',
],
'analytics' => [
'analytics' => 'Analytics',
],
'log' => [
'log' => 'Logg',
],
'localization' => [
'localization' => 'Localization',
'localization' => 'Regioninnstillinger',
],
'customization' => [
'customization' => 'Customization',
'header' => 'Custom Header HTML',
'footer' => 'Custom Footer HTML',
'customization' => 'Tilpasninger',
'header' => 'Egendefinert topptekst HTML',
'footer' => 'Egendefinert bunntekst HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => 'Sikkerhet',
'two-factor' => 'Users without two-factor authentication',
'two-factor' => 'Brukere uten to-faktor autentifisering',
],
'stylesheet' => [
'stylesheet' => 'Stilark',
@@ -216,25 +233,25 @@ return [
'theme' => 'Tema',
],
'edit' => [
'success' => 'Settings saved.',
'failure' => 'Settings could not be saved.',
'success' => 'Innstillinger lagret.',
'failure' => 'Kan ikke lagre innstillingene.',
],
'credits' => [
'credits' => 'Credits',
'contributors' => 'Contributors',
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Backers & Sponsors',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
'thank-you' => 'Thank you to each and every one of the :count contributors.',
'credits' => 'Medvirkende',
'contributors' => 'Bidragsytere',
'license' => 'Cachet er en BSD-3-lisensiert åpen kildekode-prosjekt, utgitt av <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank"> Alt tre Services Limited</a>.',
'backers-title' => 'Støttespillere & sponsorer',
'backers' => 'Hvis du ønsker å støtte fremtidig utvikling, sjekk ut <a href="https://patreon.com/jbrooksuk" target="_blank"> Cachet Patreon</a> kampanjen.',
'thank-you' => 'Takk til hver og en av de :count bidragsytere.',
],
],
// Login
'login' => [
'login' => 'Login',
'logged_in' => 'You\'re logged in.',
'welcome' => 'Welcome Back!',
'two-factor' => 'Please enter your token.',
'login' => 'Logg inn',
'logged_in' => 'Du er logget inn.',
'welcome' => 'Velkommen tilbake!',
'two-factor' => 'Skriv inn din token.',
],
// Sidebar footer
@@ -245,30 +262,30 @@ return [
// Notifications
'notifications' => [
'notifications' => 'Varslinger',
'awesome' => 'Awesome.',
'whoops' => 'Whoops.',
'awesome' => 'Fantastisk.',
'whoops' => 'Uff da.',
],
// Widgets
'widgets' => [
'support' => 'Support Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News',
'news_subtitle' => 'Get the latest updates',
'support' => 'Støtt Cachet',
'support_subtitle' => 'Sjekk ut r <strong><a href="https://patreon.com/jbrooksuk" target="_blank"> Patreon</a></strong> side!',
'news' => 'Siste nyheter',
'news_subtitle' => 'Hent nyeste oppdatering',
],
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to your new status page!',
'message' => 'Your status page is almost ready! You might want to configure these extra settings',
'close' => 'Take me straight to my dashboard',
'welcome' => 'Velkommen til den nye statussiden, :username!',
'message' => 'Du er nesten klar, men du vil kanskje konfigurere disse ekstra innstillingene først...',
'close' => 'Jeg har det bra takk!',
'steps' => [
'component' => 'Create components',
'incident' => 'Create incidents',
'customize' => 'Customize',
'team' => 'Add users',
'api' => 'Generate API token',
'two-factor' => 'Two Factor Authentication',
'component' => 'Legg til dine komponenter',
'incident' => 'Opprette en hendelse',
'customize' => 'Tilpass siden din',
'team' => 'Legg til gruppen din',
'api' => 'Generere et API-token',
'two-factor' => 'Sett opp to-faktor autentisering',
],
],

View File

@@ -1,292 +0,0 @@
<?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 [
'dashboard' => 'Dashboard',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Incidents &amp; Schedule',
'incidents' => 'Vorfälle',
'logged' => '{0} Es gibt keine Vorfälle, gute Arbeit.|Du hast einen Vorfall gemeldet.|Du hast <strong>:count</strong> Vorfälle gemeldet.',
'incident-create-template' => 'Vorlage erstellen',
'incident-templates' => 'Vorfall Vorlagen',
'updates' => '{0} Zero aktualizacji|Jedna aktualizacja|:count aktualizacji',
'add' => [
'title' => 'Vorfall hinzufügen',
'success' => 'Dodano zdarzenie.',
'failure' => 'Wystąpił błąd podczas dodawania wydarzenia, proszę spróbować ponownie.',
],
'edit' => [
'title' => 'Vorfall bearbeiten',
'success' => 'Vorfall aktualisiert.',
'failure' => 'Wystąpił błąd podczas edytowania wydarzenia, proszę spróbować ponownie.',
],
'delete' => [
'success' => 'Wydarzenie zostało usunięte i nie będzie widoczne na stronie statusu.',
'failure' => 'Wydarzenie nie mogło zostać usunięte, proszę spróbować ponownie.',
],
'update' => [
'title' => 'Utwórz nową aktualizację zdarzenia',
'subtitle' => 'Dodaj aktualizację do <strong>:incident</strong>',
],
// Incident templates
'templates' => [
'title' => 'Vorfall Vorlagen',
'add' => [
'title' => 'Vorfallvorlage erstellen',
'message' => 'Powinieneś dodać szablon wydarzenia.',
'success' => 'Twój nowy szablon wydarzenia został utworzony.',
'failure' => 'Coś poszło nie tak z szablonem wydarzenia.',
],
'edit' => [
'title' => 'Vorlage bearbeiten',
'success' => 'Szablon wydarzenia został zaktualizowany.',
'failure' => 'Coś poszło nie tak podczas aktualizacji szablonu wydarzenia',
],
'delete' => [
'success' => 'Szablon wydarzenia został usunięty.',
'failure' => 'Szablon wydarzenia nie mógł zostać usunięty, proszę spróbować ponownie.',
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => 'Geplante Wartungen',
'logged' => '{0} Nie ma żadnych harmonogramów, dobra robota.|Posiadasz jeden harmonogram.|Zgłoszono <strong>:count</strong> harmonogramów.',
'scheduled_at' => 'Geplant am :timestamp',
'add' => [
'title' => 'Zaplanuj prace konserwatorskie',
'success' => 'Dodano harmonogram.',
'failure' => 'Coś poszło nie tak podczas planowania, proszę spróbować ponownie.',
],
'edit' => [
'title' => 'Edytuj prace konserwatorskie',
'success' => 'Harmonogram został zaktualizowany!',
'failure' => 'Coś poszło nie tak podczas edytowania harmonogramu, proszę spróbować ponownie.',
],
'delete' => [
'success' => 'Zaplanowane prace konserwatorskie zostały usunięte i nie będą wyświetlane na stronie statusu.',
'failure' => 'Zaplanowane prace konserwatorskie nie mogły zostać usunięte, proszę spróbować ponownie.',
],
],
// Components
'components' => [
'components' => 'Komponenten',
'component_statuses' => 'Komponentenstatus',
'listed_group' => 'Gruppiert unter :name',
'add' => [
'title' => 'Komponente hinzufügen',
'message' => 'Sie sollten eine Komponente erstellen.',
'success' => 'Utworzono komponent.',
'failure' => 'Coś poszło nie tak z komponentem, proszę spróbować ponownie.',
],
'edit' => [
'title' => 'Komponente bearbeiten',
'success' => 'Zaktualizowano komponent.',
'failure' => 'Coś poszło nie tak z komponentem, proszę spróbować ponownie.',
],
'delete' => [
'success' => 'Komponent został usunięty!',
'failure' => 'Komponent nie mógł zostać usunięty, proszę spróbować ponownie.',
],
// Component groups
'groups' => [
'groups' => 'Komponentgruppe|Komponentgruppen',
'no_components' => 'Sie sollten eine Komponentengruppe hinzufügen.',
'add' => [
'title' => 'Eine Komponentengruppe hinzufügen',
'success' => 'Dodano grupę komponentów.',
'failure' => 'Coś poszło nie tak z komponentem, proszę spróbować ponownie.',
],
'edit' => [
'title' => 'Komponentengruppe bearbeiten',
'success' => 'Zaktualizowano grupę komponentów.',
'failure' => 'Coś poszło nie tak z komponentem, proszę spróbować ponownie.',
],
'delete' => [
'success' => 'Grupa komponentów została usunięta!',
'failure' => 'Grupa komponentów nie mogła zostać usunięta, proszę spróbować ponownie.',
],
],
],
// Metrics
'metrics' => [
'metrics' => 'Metriken',
'add' => [
'title' => 'Metrik erstellen',
'message' => 'Powinieneś dodać metrykę.',
'success' => 'Utworzono metrykę.',
'failure' => 'Coś poszło nie tak z metryką, proszę próbować ponownie.',
],
'edit' => [
'title' => 'Metrik bearbeiten',
'success' => 'Zaktualizowano metrykę.',
'failure' => 'Coś poszło nie tak z metryką, proszę próbować ponownie.',
],
'delete' => [
'success' => 'Metryka została usunięta i nie będzie wyświetlana na stronie statusu.',
'failure' => 'Metryka nie mogła zostać usunięta, proszę spróbować ponownie.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => 'Abonnenten',
'description' => 'Subskrybenci będą otrzymywać powiadomienia, gdy wydarzenia zostaną utworzone lub komponenty zaktualizowane.',
'verified' => 'Verifiziert',
'not_verified' => 'Nicht verifiziert',
'subscriber' => ':email, subskrybowany :data',
'no_subscriptions' => 'Zapisano do wszystkich aktualizacji',
'add' => [
'title' => 'Einen neuen Abonnenten hinzufügen',
'success' => 'Abonnent hinzugefügt.',
'failure' => 'Coś poszło nie tak podczas dodawania subskrybenta, proszę spróbować ponownie.',
'help' => 'Wpisz każdego subskrybenta w nowym wierszu.',
],
'edit' => [
'title' => 'Abonnent aktualisieren',
'success' => 'Abonnent aktualisiert.',
'failure' => 'Coś poszło nie tak podczas edytowania subskrybenta, proszę spróbować ponownie.',
],
],
// Team
'team' => [
'team' => 'Team',
'member' => 'Mitglied',
'profile' => 'Profil',
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
'title' => 'Neues Teammitglied hinzufügen',
'success' => 'Dodano członka zespołu.',
'failure' => 'Członek zespołu nie mógł zostać dodany, proszę spróbować ponownie.',
],
'edit' => [
'title' => 'Profil aktualisieren',
'success' => 'Zaktualizowano profil.',
'failure' => 'Coś poszło nie tak podczas aktualizacji profilu, proszę spróbować ponownie.',
],
'delete' => [
'success' => 'Benutzer aktualisiert.',
'failure' => 'Członek zespołu nie mógł zostać dodany, proszę spróbować ponownie.',
],
'invite' => [
'title' => 'Zaproś nowego członka zespołu',
'success' => 'Zaproszenie zostało wysłane',
'failure' => 'Zaproszenie nie mogło zostać wysłane, proszę spróbować ponownie.',
],
],
// Settings
'settings' => [
'settings' => 'Einstellungen',
'app-setup' => [
'app-setup' => 'Anwendungsinstallation',
'images-only' => 'Es können nur Bilder hochgeladen werden.',
'too-big' => 'Die von Ihnen hochgeladene Datei ist zu groß. Laden Sie ein Bild welches kleiner als :size ist hoch',
],
'analytics' => [
'analytics' => 'Analytics',
],
'log' => [
'log' => 'Logi',
],
'localization' => [
'localization' => 'Localization',
],
'customization' => [
'customization' => 'Dostosowywanie',
'header' => 'Niestandardowy nagłówek HTML',
'footer' => 'Niestandardowa stopka HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => 'Sicherheit',
'two-factor' => 'Nutzer ohne Zwei-Faktor-Authentifizierung',
],
'stylesheet' => [
'stylesheet' => 'Stylesheet',
],
'theme' => [
'theme' => 'Theme',
],
'edit' => [
'success' => 'Einstellungen gespeichert.',
'failure' => 'Einstellungen konnten nicht gespeichert werden.',
],
'credits' => [
'credits' => 'Autorzy',
'contributors' => 'Współtwórcy',
'license' => 'Catchet jest otwartym źródłem z licencją BSD utworzonym przez <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Patronaci i sponsorzy',
'backers' => 'Jeśli chciałbyś wspomóc przyszły rozwój sprawdź kampanię <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a>.',
'thank-you' => 'Dziękujemy każdemu :count współtwórcy.',
],
],
// Login
'login' => [
'login' => 'Anmelden',
'logged_in' => 'Sie sind angemeldet.',
'welcome' => 'Willkommen zurück!',
'two-factor' => 'Bitte geben Sie Ihren Token ein.',
],
// Sidebar footer
'help' => 'Hilfe',
'status_page' => 'Statusseite',
'logout' => 'Abmelden',
// Notifications
'notifications' => [
'notifications' => 'Benachrichtigungen',
'awesome' => 'Großartig.',
'whoops' => 'Hoppla.',
],
// Widgets
'widgets' => [
'support' => 'Wspomóż Cachet',
'support_subtitle' => 'Sprawdź również naszą stronę na <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong>!',
'news' => 'Aktualności',
'news_subtitle' => 'Pobierz najnowszą aktualizację',
],
// Welcome modal
'welcome' => [
'welcome' => 'Witamy w nowym statusie strony!',
'message' => 'Ihre Statusseite ist fast fertig! Vielleicht möchten Sie diese zusätzlichen Einstellungen konfigurieren',
'close' => 'Przejdź prosto do panelu głównego',
'steps' => [
'component' => 'Komponenten erstellen',
'incident' => 'Vorfälle erstellen',
'customize' => 'Personalisieren',
'team' => 'Benutzer hinzufügen',
'api' => 'API Token generieren',
'two-factor' => 'Zwei-Faktor-Authentifizierung',
],
],
];

View File

@@ -12,14 +12,16 @@
return [
'dashboard' => 'Dashboard',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Ereignisse &amp; Termine',
'title' => 'Incidents &amp; Schedule',
'incidents' => 'Vorfälle',
'logged' => '{0} Es gibt keine Vorfälle, gute Arbeit.|Du hast einen Vorfall gemeldet.|Du hast <strong>:count</strong> Vorfälle gemeldet.',
'incident-create-template' => 'Vorlage erstellen',
'incident-templates' => 'Vorfall Vorlagen',
'updates' => '{0} Zero aktualizacji|Jedna aktualizacja|:count aktualizacji',
'add' => [
'title' => 'Vorfall hinzufügen',
'success' => 'Dodano zdarzenie.',
@@ -34,6 +36,10 @@ return [
'success' => 'Wydarzenie zostało usunięte i nie będzie widoczne na stronie statusu.',
'failure' => 'Wydarzenie nie mogło zostać usunięte, proszę spróbować ponownie.',
],
'update' => [
'title' => 'Utwórz nową aktualizację zdarzenia',
'subtitle' => 'Dodaj aktualizację do <strong>:incident</strong>',
],
// Incident templates
'templates' => [
@@ -105,12 +111,12 @@ return [
'add' => [
'title' => 'Eine Komponentengruppe hinzufügen',
'success' => 'Dodano grupę komponentów.',
'failure' => 'Coś poszło nie tak z grupą komponentów, proszę spróbować ponownie.',
'failure' => 'Coś poszło nie tak z komponentem, proszę spróbować ponownie.',
],
'edit' => [
'title' => 'Komponentengruppe bearbeiten',
'success' => 'Zaktualizowano grupę komponentów.',
'failure' => 'Coś poszło nie tak z grupą komponentów, proszę spróbować ponownie.',
'failure' => 'Coś poszło nie tak z komponentem, proszę spróbować ponownie.',
],
'delete' => [
'success' => 'Grupa komponentów została usunięta!',
@@ -164,7 +170,7 @@ return [
'team' => 'Team',
'member' => 'Mitglied',
'profile' => 'Profil',
'description' => 'Teammitglieder werden die M&ouml;glichkeit haben, Komponente sowie Vorf&auml;lle hinzuzuf&uuml;gen und zu ver&auml;ndern.',
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
'title' => 'Neues Teammitglied hinzufügen',
'success' => 'Dodano członka zespołu.',
@@ -197,6 +203,9 @@ return [
'analytics' => [
'analytics' => 'Analytics',
],
'log' => [
'log' => 'Logi',
],
'localization' => [
'localization' => 'Localization',
],
@@ -205,6 +214,14 @@ return [
'header' => 'Niestandardowy nagłówek HTML',
'footer' => 'Niestandardowa stopka HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => 'Sicherheit',
'two-factor' => 'Nutzer ohne Zwei-Faktor-Authentifizierung',
@@ -220,12 +237,12 @@ return [
'failure' => 'Einstellungen konnten nicht gespeichert werden.',
],
'credits' => [
'credits' => 'Credits',
'contributors' => 'Contributors',
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Backers & Sponsors',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
'thank-you' => 'Thank you to each and every one of the :count contributors.',
'credits' => 'Autorzy',
'contributors' => 'Współtwórcy',
'license' => 'Catchet jest otwartym źródłem z licencją BSD utworzonym przez <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Patronaci i sponsorzy',
'backers' => 'Jeśli chciałbyś wspomóc przyszły rozwój sprawdź kampanię <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a>.',
'thank-you' => 'Dziękujemy każdemu :count współtwórcy.',
],
],
@@ -251,10 +268,10 @@ return [
// Widgets
'widgets' => [
'support' => 'Support Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News',
'news_subtitle' => 'Get the latest updates',
'support' => 'Wspomóż Cachet',
'support_subtitle' => 'Sprawdź również naszą stronę na <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong>!',
'news' => 'Aktualności',
'news_subtitle' => 'Pobierz najnowszą aktualizację',
],
// Welcome modal

View File

@@ -1,292 +0,0 @@
<?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 [
'dashboard' => 'Panou de control',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Incidents &amp; Schedule',
'incidents' => 'Incidente',
'logged' => '{0} Nu sunt incidente, bravo! | Ai adăugat un incident. | Ai raportat <strong>:count</strong> incidente.',
'incident-create-template' => 'Crează şablon',
'incident-templates' => 'Şabloane incident',
'updates' => '{0} Nicio actualizare|O actualizare|:count Actualizări',
'add' => [
'title' => 'Raportează un incident',
'success' => 'Incidentul a fost adăugat.',
'failure' => 'A avut loc o eroare la adăugarea incidentului, vă rugăm să încercaţi din nou.',
],
'edit' => [
'title' => 'Editează un incident',
'success' => 'Incidentul a fost actualizat.',
'failure' => 'A avut loc o eroare la actualizarea incidentului, vă rugăm să încercaţi din nou.',
],
'delete' => [
'success' => 'Incidentul a fost şters şi nu va mai apărea pe pagina de status.',
'failure' => 'Incidentul nu a putut fi şters, vă rugăm încercaţi din nou.',
],
'update' => [
'title' => 'Adaugă o nouă actualizare a incidentului',
'subtitle' => 'Adaugă o actualizare la <strong>:incident</strong>',
],
// Incident templates
'templates' => [
'title' => 'Şabloane incident',
'add' => [
'title' => 'Adaugă un nou şablon pentru incident',
'message' => 'Trebuie să adaugi un şablon pentru incident.',
'success' => 'Noul şablon pentru incident a fost creat.',
'failure' => 'Ceva nu a funcționat legat de șablonul incidentului.',
],
'edit' => [
'title' => 'Editare Şablon',
'success' => 'Şablonul incidentului a fost actualizat.',
'failure' => 'Ceva nu a funcționat legat de actualizarea șablonului incidentului',
],
'delete' => [
'success' => 'Şablonul incidentului a fost şters.',
'failure' => 'Şablonul incidentului nu a putut fi şters, vă rugăm încercaţi din nou.',
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => 'Întreținere programată',
'logged' => '{0} Nu există programări, bravo.|Ai o singură programare.|Ai <strong>:count</strong> programări.',
'scheduled_at' => 'Programat la :timestamp',
'add' => [
'title' => 'Adăugaţi Programare Mentenanţă',
'success' => 'Programare adăugată.',
'failure' => 'Ceva nu a funcționat legat de adăugarea unei programări, vă rugăm încercați din nou.',
],
'edit' => [
'title' => 'Modificați Programarea Mentenanței',
'success' => 'Programarea a fost actualizată!',
'failure' => 'Ceva nu a funcționat legat de modificarea programării, vă rugăm încercați din nou.',
],
'delete' => [
'success' => 'Programarea mentenanței a fost ștearsă și nu va mai apărea pe pagina dvs. de stare.',
'failure' => 'Programarea mentenanței nu a putut fi ștearsă, vă rugăm încercați din nou.',
],
],
// Components
'components' => [
'components' => 'Componente',
'component_statuses' => 'Stările Componentei',
'listed_group' => 'Grupat ca :name',
'add' => [
'title' => 'Adăugați o componentă',
'message' => 'Ar trebui să adăugați o componentă.',
'success' => 'Componenta a fost creată.',
'failure' => 'Ceva nu a funcționat legat de grupul de componente, vă rugăm încercați din nou.',
],
'edit' => [
'title' => 'Modificați o componentă',
'success' => 'Componenta a fost actualizată.',
'failure' => 'Ceva nu a funcționat legat de grupul de componente, vă rugăm încercați din nou.',
],
'delete' => [
'success' => 'Componenta a fost ștearsă!',
'failure' => 'Component nu a putut fi ștearsă, vă rugăm încercați din nou.',
],
// Component groups
'groups' => [
'groups' => 'Group de componente|Grupuri de componente',
'no_components' => 'Ar trebui să adăugați un grup de componente.',
'add' => [
'title' => 'Adăugați un grup de componente',
'success' => 'Grupul de componente a fost adăugat.',
'failure' => 'Ceva nu a funcționat legat de grupul de componente, vă rugăm încercați din nou.',
],
'edit' => [
'title' => 'Modificați un grup de componente',
'success' => 'Grupul de componente a fost actualizat.',
'failure' => 'Ceva nu a funcționat legat de grupul de componente, vă rugăm încercați din nou.',
],
'delete' => [
'success' => 'Grupul de componente a fost șters!',
'failure' => 'Grupul de componente nu a putut fi șters, vă rugăm încercați din nou.',
],
],
],
// Metrics
'metrics' => [
'metrics' => 'Măsurători',
'add' => [
'title' => 'Adaugă o măsurătoare',
'message' => 'Ar trebui să adaugi o măsurătoare.',
'success' => 'Măsurătoarea a fost creată.',
'failure' => 'Ceva nu a funcționat legat de măsurătoare, vă rugăm încercați din nou.',
],
'edit' => [
'title' => 'Modificați o măsurătoare',
'success' => 'Măsurătoarea a fost actualizată.',
'failure' => 'Ceva nu a funcționat legat de măsurătoare, vă rugăm încercați din nou.',
],
'delete' => [
'success' => 'Măsurătoarea a fost ștearsă și nu va mai apărea pe pagina dvs. de stare.',
'failure' => 'Măsurătoarea nu a putut fi ștearsă, vă rugăm încercați din nou.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => 'Abonați',
'description' => 'Abonații vor primi actualizări prin email când incidente noi sunt adăugate sau componentele sunt actualizate.',
'verified' => 'Verificat',
'not_verified' => 'Neverificat',
'subscriber' => ':email, abonat la :date',
'no_subscriptions' => 'Ați fost abonat la toate actualizările',
'add' => [
'title' => 'Adaugă un nou abonat',
'success' => 'Abonatul a fost adăugat!',
'failure' => 'Ceva nu a funcționat legat de adăugarea abonatului, vă rugăm încercați din nou.',
'help' => 'Introduceți fiecare abonat pe o nouă linie.',
],
'edit' => [
'title' => 'Actualizează abonatul',
'success' => 'Abonatul a fost actualizat!',
'failure' => 'Ceva nu a funcționat legat de modificarea abonatului, vă rugăm încercați din nou.',
],
],
// Team
'team' => [
'team' => 'Echipa',
'member' => 'Membru',
'profile' => 'Profil',
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
'title' => 'Adaugă un nou membru la echipă',
'success' => 'Un nou membru a fost adăugat la echipă.',
'failure' => 'Un nou membru nu a putut fi adăugat la echipă, vă rugăm încercați din nou.',
],
'edit' => [
'title' => 'Actualizați profilul',
'success' => 'Profilul a fost actualizat.',
'failure' => 'Ceva nu a funcționat legat de actualizarea profilului, vă rugăm încercați din nou.',
],
'delete' => [
'success' => 'Membrul echipei a fost șters și nu va mai avea acces la panoul de control!',
'failure' => 'Un nou membru nu a putut fi adăugat la echipă, vă rugăm încercați din nou.',
],
'invite' => [
'title' => 'Invită un nou membru în echipă',
'success' => 'Invitația a fost trimisă',
'failure' => 'Invitația nu a putut fi trimisă, vă rugăm încercați din nou.',
],
],
// Settings
'settings' => [
'settings' => 'Setări',
'app-setup' => [
'app-setup' => 'Instalarea Aplicației',
'images-only' => 'Puteți urca doar imagini.',
'too-big' => 'Fișierul urcat este prea mare. Urcați o imagine mai mică de :size',
],
'analytics' => [
'analytics' => 'Analize',
],
'log' => [
'log' => 'Jurnal',
],
'localization' => [
'localization' => 'Localizare',
],
'customization' => [
'customization' => 'Personalizare',
'header' => 'Header HTML Personalizat',
'footer' => 'Footer HTML Personalizat',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => 'Securitate',
'two-factor' => 'Utilizatori care nu folosesc autentificare two-factor',
],
'stylesheet' => [
'stylesheet' => 'Listă de stiluri',
],
'theme' => [
'theme' => 'Tema',
],
'edit' => [
'success' => 'Setările au fost salvate.',
'failure' => 'Setările nu au putut fi salvate.',
],
'credits' => [
'credits' => 'Autori',
'contributors' => 'Contribuitori',
'license' => 'Cachet este un proiect open source cu licență BSD-3, realizat de <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Susținători & Sponsori',
'backers' => 'Dacă vreți să susțineți dezvoltarea proiectului, vizitați pagina de campanie <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a>.',
'thank-you' => 'Mulțumim tuturor celor :count contribuitori.',
],
],
// Login
'login' => [
'login' => 'Autentificare',
'logged_in' => 'Ești autentificat.',
'welcome' => 'Bine ai revenit!',
'two-factor' => 'Te rog introdu token-ul tău.',
],
// Sidebar footer
'help' => 'Ajutor',
'status_page' => 'Pagina de Stare',
'logout' => 'Deconectează-te',
// Notifications
'notifications' => [
'notifications' => 'Notificări',
'awesome' => 'Minunat.',
'whoops' => 'Hopa.',
],
// Widgets
'widgets' => [
'support' => 'Susțineți Cachet',
'support_subtitle' => 'Vizitați pagina noastră pe <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong>!',
'news' => 'Ultimele Știri',
'news_subtitle' => 'Obţineţi cea mai recentă actualizare',
],
// Welcome modal
'welcome' => [
'welcome' => 'Bun venit pe noua pagină de Stare!',
'message' => 'Pagina de stare este aproape gata! S-ar putea să doriți să configurați aceste setări suplimentare',
'close' => 'Du-mă direct la panoul de control',
'steps' => [
'component' => 'Creează componente',
'incident' => 'Creează incidente',
'customize' => 'Personalizează',
'team' => 'Adaugă utilizatori',
'api' => 'Generează un token pentru API',
'two-factor' => 'Autentificare Two Factor',
],
],
];

View File

@@ -11,47 +11,53 @@
return [
'dashboard' => 'Dashboard',
'dashboard' => 'Panou de control',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Incidents &amp; Schedule',
'incidents' => 'Incidents',
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.',
'incident-create-template' => 'Create Template',
'incident-templates' => 'Incident Templates',
'incidents' => 'Incidente',
'logged' => '{0} Nu sunt incidente, bravo! | Ai adăugat un incident. | Ai raportat <strong>:count</strong> incidente.',
'incident-create-template' => 'Crează şablon',
'incident-templates' => 'Şabloane incident',
'updates' => '{0} Nicio actualizare|O actualizare|:count Actualizări',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
'failure' => 'There was an error adding the incident, please try again.',
'title' => 'Raportează un incident',
'success' => 'Incidentul a fost adăugat.',
'failure' => 'A avut loc o eroare la adăugarea incidentului, vă rugăm să încercaţi din nou.',
],
'edit' => [
'title' => 'Edit an incident',
'success' => 'Incident updated.',
'failure' => 'There was an error editing the incident, please try again.',
'title' => 'Editează un incident',
'success' => 'Incidentul a fost actualizat.',
'failure' => 'A avut loc o eroare la actualizarea incidentului, vă rugăm să încercaţi din nou.',
],
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted, please try again.',
'success' => 'Incidentul a fost şters şi nu va mai apărea pe pagina de status.',
'failure' => 'Incidentul nu a putut fi şters, vă rugăm încercaţi din nou.',
],
'update' => [
'title' => 'Adaugă o nouă actualizare a incidentului',
'subtitle' => 'Adaugă o actualizare la <strong>:incident</strong>',
],
// Incident templates
'templates' => [
'title' => 'Incident Templates',
'title' => 'Şabloane incident',
'add' => [
'title' => 'Create an incident template',
'message' => 'You should add an incident template.',
'success' => 'Your new incident template has been created.',
'failure' => 'Something went wrong with the incident template.',
'title' => 'Adaugă un nou şablon pentru incident',
'message' => 'Trebuie să adaugi un şablon pentru incident.',
'success' => 'Noul şablon pentru incident a fost creat.',
'failure' => 'Ceva nu a funcționat legat de șablonul incidentului.',
],
'edit' => [
'title' => 'Edit Template',
'success' => 'The incident template has been updated.',
'failure' => 'Something went wrong updating the incident template',
'title' => 'Editare Şablon',
'success' => 'Şablonul incidentului a fost actualizat.',
'failure' => 'Ceva nu a funcționat legat de actualizarea șablonului incidentului',
],
'delete' => [
'success' => 'The incident template has been deleted.',
'failure' => 'The incident template could not be deleted, please try again.',
'success' => 'Şablonul incidentului a fost şters.',
'failure' => 'Şablonul incidentului nu a putut fi şters, vă rugăm încercaţi din nou.',
],
],
],
@@ -59,216 +65,227 @@ return [
// Incident Maintenance
'schedule' => [
'schedule' => 'Întreținere programată',
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'Scheduled at :timestamp',
'logged' => '{0} Nu există programări, bravo.|Ai o singură programare.|Ai <strong>:count</strong> programări.',
'scheduled_at' => 'Programat la :timestamp',
'add' => [
'title' => 'Add Scheduled Maintenance',
'success' => 'Schedule added.',
'failure' => 'Something went wrong adding the schedule, please try again.',
'title' => 'Adăugaţi Programare Mentenanţă',
'success' => 'Programare adăugată.',
'failure' => 'Ceva nu a funcționat legat de adăugarea unei programări, vă rugăm încercați din nou.',
],
'edit' => [
'title' => 'Edit Scheduled Maintenance',
'success' => 'Schedule has been updated!',
'failure' => 'Something went wrong editing the schedule, please try again.',
'title' => 'Modificați Programarea Mentenanței',
'success' => 'Programarea a fost actualizată!',
'failure' => 'Ceva nu a funcționat legat de modificarea programării, vă rugăm încercați din nou.',
],
'delete' => [
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
'success' => 'Programarea mentenanței a fost ștearsă și nu va mai apărea pe pagina dvs. de stare.',
'failure' => 'Programarea mentenanței nu a putut fi ștearsă, vă rugăm încercați din nou.',
],
],
// Components
'components' => [
'components' => 'Components',
'component_statuses' => 'Component Statuses',
'listed_group' => 'Grouped under :name',
'components' => 'Componente',
'component_statuses' => 'Stările Componentei',
'listed_group' => 'Grupat ca :name',
'add' => [
'title' => 'Add a component',
'message' => 'You should add a component.',
'success' => 'Component created.',
'failure' => 'Something went wrong with the component, please try again.',
'title' => 'Adăugați o componentă',
'message' => 'Ar trebui să adăugați o componentă.',
'success' => 'Componenta a fost creată.',
'failure' => 'Ceva nu a funcționat legat de grupul de componente, vă rugăm încercați din nou.',
],
'edit' => [
'title' => 'Edit a component',
'success' => 'Component updated.',
'failure' => 'Something went wrong with the component, please try again.',
'title' => 'Modificați o componentă',
'success' => 'Componenta a fost actualizată.',
'failure' => 'Ceva nu a funcționat legat de grupul de componente, vă rugăm încercați din nou.',
],
'delete' => [
'success' => 'The component has been deleted!',
'failure' => 'The component could not be deleted, please try again.',
'success' => 'Componenta a fost ștearsă!',
'failure' => 'Component nu a putut fi ștearsă, vă rugăm încercați din nou.',
],
// Component groups
'groups' => [
'groups' => 'Component group|Component groups',
'no_components' => 'You should add a component group.',
'groups' => 'Group de componente|Grupuri de componente',
'no_components' => 'Ar trebui să adăugați un grup de componente.',
'add' => [
'title' => 'Add a component group',
'success' => 'Component group added.',
'failure' => 'Something went wrong with the component group, please try again.',
'title' => 'Adăugați un grup de componente',
'success' => 'Grupul de componente a fost adăugat.',
'failure' => 'Ceva nu a funcționat legat de grupul de componente, vă rugăm încercați din nou.',
],
'edit' => [
'title' => 'Edit a component group',
'success' => 'Component group updated.',
'failure' => 'Something went wrong with the component group, please try again.',
'title' => 'Modificați un grup de componente',
'success' => 'Grupul de componente a fost actualizat.',
'failure' => 'Ceva nu a funcționat legat de grupul de componente, vă rugăm încercați din nou.',
],
'delete' => [
'success' => 'Component group has been deleted!',
'failure' => 'The component group could not be deleted, please try again.',
'success' => 'Grupul de componente a fost șters!',
'failure' => 'Grupul de componente nu a putut fi șters, vă rugăm încercați din nou.',
],
],
],
// Metrics
'metrics' => [
'metrics' => 'Metrics',
'metrics' => 'Măsurători',
'add' => [
'title' => 'Create a metric',
'message' => 'You should add a metric.',
'success' => 'Metric created.',
'failure' => 'Something went wrong with the metric, please try again.',
'title' => 'Adaugă o măsurătoare',
'message' => 'Ar trebui să adaugi o măsurătoare.',
'success' => 'Măsurătoarea a fost creată.',
'failure' => 'Ceva nu a funcționat legat de măsurătoare, vă rugăm încercați din nou.',
],
'edit' => [
'title' => 'Edit a metric',
'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric, please try again.',
'title' => 'Modificați o măsurătoare',
'success' => 'Măsurătoarea a fost actualizată.',
'failure' => 'Ceva nu a funcționat legat de măsurătoare, vă rugăm încercați din nou.',
],
'delete' => [
'success' => 'The metric has been deleted and will no longer display on your status page.',
'failure' => 'The metric could not be deleted, please try again.',
'success' => 'Măsurătoarea a fost ștearsă și nu va mai apărea pe pagina dvs. de stare.',
'failure' => 'Măsurătoarea nu a putut fi ștearsă, vă rugăm încercați din nou.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => 'Subscribers',
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
'verified' => 'Verified',
'not_verified' => 'Not verified',
'subscriber' => ':email, subscribed :date',
'no_subscriptions' => 'Subscribed to all updates',
'subscribers' => 'Abonați',
'description' => 'Abonații vor primi actualizări prin email când incidente noi sunt adăugate sau componentele sunt actualizate.',
'verified' => 'Verificat',
'not_verified' => 'Neverificat',
'subscriber' => ':email, abonat la :date',
'no_subscriptions' => 'Ați fost abonat la toate actualizările',
'add' => [
'title' => 'Add a new subscriber',
'success' => 'Subscriber has been added!',
'failure' => 'Something went wrong adding the subscriber, please try again.',
'help' => 'Enter each subscriber on a new line.',
'title' => 'Adaugă un nou abonat',
'success' => 'Abonatul a fost adăugat!',
'failure' => 'Ceva nu a funcționat legat de adăugarea abonatului, vă rugăm încercați din nou.',
'help' => 'Introduceți fiecare abonat pe o nouă linie.',
],
'edit' => [
'title' => 'Update subscriber',
'success' => 'Subscriber has been updated!',
'failure' => 'Something went wrong editing the subscriber, please try again.',
'title' => 'Actualizează abonatul',
'success' => 'Abonatul a fost actualizat!',
'failure' => 'Ceva nu a funcționat legat de modificarea abonatului, vă rugăm încercați din nou.',
],
],
// Team
'team' => [
'team' => 'Team',
'member' => 'Member',
'profile' => 'Profile',
'team' => 'Echipa',
'member' => 'Membru',
'profile' => 'Profil',
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
'title' => 'Add a new team member',
'success' => 'Team member added.',
'failure' => 'The team member could not be added, please try again.',
'title' => 'Adaugă un nou membru la echipă',
'success' => 'Un nou membru a fost adăugat la echipă.',
'failure' => 'Un nou membru nu a putut fi adăugat la echipă, vă rugăm încercați din nou.',
],
'edit' => [
'title' => 'Update profile',
'success' => 'Profile updated.',
'failure' => 'Something went wrong updating the profile, please try again.',
'title' => 'Actualizați profilul',
'success' => 'Profilul a fost actualizat.',
'failure' => 'Ceva nu a funcționat legat de actualizarea profilului, vă rugăm încercați din nou.',
],
'delete' => [
'success' => 'Team member has been deleted and will no longer have access to the dashboard!',
'failure' => 'The team member could not be added, please try again.',
'success' => 'Membrul echipei a fost șters și nu va mai avea acces la panoul de control!',
'failure' => 'Un nou membru nu a putut fi adăugat la echipă, vă rugăm încercați din nou.',
],
'invite' => [
'title' => 'Invite a new team member',
'success' => 'An invite has been sent',
'failure' => 'The invite could not be sent, please try again.',
'title' => 'Invită un nou membru în echipă',
'success' => 'Invitația a fost trimisă',
'failure' => 'Invitația nu a putut fi trimisă, vă rugăm încercați din nou.',
],
],
// Settings
'settings' => [
'settings' => 'Settings',
'settings' => 'Setări',
'app-setup' => [
'app-setup' => 'Application Setup',
'images-only' => 'Only images may be uploaded.',
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
'app-setup' => 'Instalarea Aplicației',
'images-only' => 'Puteți urca doar imagini.',
'too-big' => 'Fișierul urcat este prea mare. Urcați o imagine mai mică de :size',
],
'analytics' => [
'analytics' => 'Analytics',
'analytics' => 'Analize',
],
'log' => [
'log' => 'Jurnal',
],
'localization' => [
'localization' => 'Localization',
'localization' => 'Localizare',
],
'customization' => [
'customization' => 'Customization',
'header' => 'Custom Header HTML',
'footer' => 'Custom Footer HTML',
'customization' => 'Personalizare',
'header' => 'Header HTML Personalizat',
'footer' => 'Footer HTML Personalizat',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => 'Security',
'two-factor' => 'Users without two-factor authentication',
'security' => 'Securitate',
'two-factor' => 'Utilizatori care nu folosesc autentificare two-factor',
],
'stylesheet' => [
'stylesheet' => 'Stylesheet',
'stylesheet' => 'Listă de stiluri',
],
'theme' => [
'theme' => 'Theme',
'theme' => 'Tema',
],
'edit' => [
'success' => 'Settings saved.',
'failure' => 'Settings could not be saved.',
'success' => 'Setările au fost salvate.',
'failure' => 'Setările nu au putut fi salvate.',
],
'credits' => [
'credits' => 'Credits',
'contributors' => 'Contributors',
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Backers & Sponsors',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
'thank-you' => 'Thank you to each and every one of the :count contributors.',
'credits' => 'Autori',
'contributors' => 'Contribuitori',
'license' => 'Cachet este un proiect open source cu licență BSD-3, realizat de <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Susținători & Sponsori',
'backers' => 'Dacă vreți să susțineți dezvoltarea proiectului, vizitați pagina de campanie <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a>.',
'thank-you' => 'Mulțumim tuturor celor :count contribuitori.',
],
],
// Login
'login' => [
'login' => 'Login',
'logged_in' => 'You\'re logged in.',
'welcome' => 'Welcome Back!',
'two-factor' => 'Please enter your token.',
'login' => 'Autentificare',
'logged_in' => 'Ești autentificat.',
'welcome' => 'Bine ai revenit!',
'two-factor' => 'Te rog introdu token-ul tău.',
],
// Sidebar footer
'help' => 'Help',
'status_page' => 'Status Page',
'logout' => 'Logout',
'help' => 'Ajutor',
'status_page' => 'Pagina de Stare',
'logout' => 'Deconectează-te',
// Notifications
'notifications' => [
'notifications' => 'Notifications',
'awesome' => 'Awesome.',
'whoops' => 'Whoops.',
'notifications' => 'Notificări',
'awesome' => 'Minunat.',
'whoops' => 'Hopa.',
],
// Widgets
'widgets' => [
'support' => 'Support Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News',
'news_subtitle' => 'Get the latest updates',
'support' => 'Susțineți Cachet',
'support_subtitle' => 'Vizitați pagina noastră pe <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong>!',
'news' => 'Ultimele Știri',
'news_subtitle' => 'Obţineţi cea mai recentă actualizare',
],
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to your new status page!',
'message' => 'Your status page is almost ready! You might want to configure these extra settings',
'close' => 'Take me straight to my dashboard',
'welcome' => 'Bun venit pe noua pagină de Stare!',
'message' => 'Pagina de stare este aproape gata! S-ar putea să doriți să configurați aceste setări suplimentare',
'close' => 'Du-mă direct la panoul de control',
'steps' => [
'component' => 'Create components',
'incident' => 'Create incidents',
'customize' => 'Customize',
'team' => 'Add users',
'api' => 'Generate API token',
'two-factor' => 'Two Factor Authentication',
'component' => 'Creează componente',
'incident' => 'Creează incidente',
'customize' => 'Personalizează',
'team' => 'Adaugă utilizatori',
'api' => 'Generează un token pentru API',
'two-factor' => 'Autentificare Two Factor',
],
],

View File

@@ -1,292 +0,0 @@
<?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 [
'dashboard' => 'Панель управления',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Incidents &amp; Schedule',
'incidents' => 'Инциденты',
'logged' => '{0} Нет инцидентов, отличная работа!|У вас зарегистрирован <strong>:count</strong> инцидент.|У вас зарегистрировано <strong>:count</strong> инцидента.|У вас зарегистрировано <strong>:count</strong> инцидентов.',
'incident-create-template' => 'Создать шаблон',
'incident-templates' => 'Шаблоны инцидентов',
'updates' => '{0} Zero Updates|One Update|:count Updates',
'add' => [
'title' => 'Добавить инцидент',
'success' => 'Инцидент добавлен.',
'failure' => 'При добавлении инцидента произошла ошибка, пожалуйста, попробуйте ещё раз.',
],
'edit' => [
'title' => 'Изменить инцидент',
'success' => 'Инцидент обновлен.',
'failure' => 'При редактировании инцидента произошла ошибка, пожалуйста, попробуйте ещё раз.',
],
'delete' => [
'success' => 'Инцидент удалён и больше не будет отображаться на статусной странице.',
'failure' => 'Инцидент не может быть уделён, пожалуйста, попробуйте ещё раз.',
],
'update' => [
'title' => 'Create new incident update',
'subtitle' => 'Добавить обновление к <strong>:incident</strong>',
],
// Incident templates
'templates' => [
'title' => 'Шаблоны инцидентов',
'add' => [
'title' => 'Создать шаблон инцидента',
'message' => 'Необходимо добавить шаблон инцидента.',
'success' => 'Новый шаблон инцидента создан.',
'failure' => 'С шаблоном инцидента что-то не так.',
],
'edit' => [
'title' => 'Изменить шаблон',
'success' => 'Шаблон инцидента обновлён.',
'failure' => 'Что-то пошло не так при изменении шаблона инцидента',
],
'delete' => [
'success' => 'Шаблон инцидента удалён.',
'failure' => 'Шаблон инцидента не может быть уделён, пожалуйста, попробуйте ещё раз.',
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => 'Плановые работы',
'logged' => '{0} Ни одного планового обслуживания не зарегистрировано.|У вас зарегистрировано <strong>:count</strong> плановое обслуживание.|У вас зарегистрировано <strong>:count</strong> плановых обслуживания.|У вас зарегистрировано <strong>:count</strong> плановых обслуживаний.',
'scheduled_at' => 'Запланировано на :timestamp',
'add' => [
'title' => 'Добавить плановые работы',
'success' => 'Плановые работы добавлены.',
'failure' => 'Что-то пошло не так при добавлении плановых работ, пожалуйста, попробуйте ещё раз.',
],
'edit' => [
'title' => 'Изменить плановые работы',
'success' => 'Плановые работы обновлены!',
'failure' => 'Что-то пошло не так при изменении плановых работ, пожалуйста, попробуйте ещё раз.',
],
'delete' => [
'success' => 'Плановые работы удалены и больше не будут отображаться на статусной странице.',
'failure' => 'Плановые работы не могут быть уделены, пожалуйста, попробуйте ещё раз.',
],
],
// Components
'components' => [
'components' => 'Компоненты',
'component_statuses' => ' Статусы компонентов',
'listed_group' => 'В группе :name',
'add' => [
'title' => 'Добавить компонент',
'message' => 'Необходимо добавить компонент.',
'success' => 'Компонент создан.',
'failure' => 'Что-то не так с компонентом, пожалуйста, повторите ещё раз.',
],
'edit' => [
'title' => 'Изменить компонент',
'success' => 'Компонент обновлён.',
'failure' => 'Что-то не так с компонентом, пожалуйста, повторите ещё раз.',
],
'delete' => [
'success' => 'Компонент удалён!',
'failure' => 'Компонент не может быть удалён, пожалуйста, повторите ещё раз.',
],
// Component groups
'groups' => [
'groups' => 'Группа компонентов|Группы компонентов',
'no_components' => 'Необходимо добавить группу компонентов.',
'add' => [
'title' => 'Добавить группу компонентов',
'success' => 'Группа компонентов добавлена.',
'failure' => 'Что-то не так с компонентом, пожалуйста, повторите ещё раз.',
],
'edit' => [
'title' => 'Изменить группу компонентов',
'success' => 'Группа компонентов обновлена.',
'failure' => 'Что-то не так с компонентом, пожалуйста, повторите ещё раз.',
],
'delete' => [
'success' => 'Группа компонентов удалена!',
'failure' => 'Группа компонентов не может быть удалена, пожалуйста, повторите ещё раз.',
],
],
],
// Metrics
'metrics' => [
'metrics' => 'Метрики',
'add' => [
'title' => 'Создать метрику',
'message' => 'Необходимо добавить метрику.',
'success' => 'Метрика создана.',
'failure' => 'С метрикой что-то пошло не так, пожалуйста, повторите ещё раз.',
],
'edit' => [
'title' => 'Изменить метрику',
'success' => 'Метрика обновлена.',
'failure' => 'С метрикой что-то пошло не так, пожалуйста, повторите ещё раз.',
],
'delete' => [
'success' => 'Метрика удалена и больше не будет отображаться на статусной странице.',
'failure' => 'Метрика не может быть удалена, пожалуйста, повторите ещё раз.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => 'Подписчики',
'description' => 'Подписчики будут получать уведомления по электронной почте при добавлении инцидентов или изменении статусов компонентов.',
'verified' => 'Подтверждён',
'not_verified' => 'Не подтверждён',
'subscriber' => ':email, подписан :date',
'no_subscriptions' => 'Подписан на все обновления',
'add' => [
'title' => 'Добавить нового подписчика',
'success' => 'Подписчик добавлен!',
'failure' => 'Что-то пошло не так при добавлении подписчика, пожалуйста, повторите ещё раз.',
'help' => 'Введите каждого подписчика с новой строки.',
],
'edit' => [
'title' => 'Обновить подписчика',
'success' => 'Подписчик обновлён!',
'failure' => 'Что-то пошло не так при изменении подписчика, пожалуйста, попробуйте ещё раз.',
],
],
// Team
'team' => [
'team' => 'Команда',
'member' => 'Участник',
'profile' => 'Профиль',
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
'title' => 'Добавить нового участника команды',
'success' => 'Участник команды добавлен.',
'failure' => 'Участник команды не может быть добавлен, пожалуйста, повторите ещё раз.',
],
'edit' => [
'title' => 'Обновить профиль',
'success' => 'Профиль обновлён.',
'failure' => 'Что-то пошло не так при обновлении профиля, пожалуйста, повторите ещё раз.',
],
'delete' => [
'success' => 'Участник команды удалён и больше не сможет получить доступ к панели управления!',
'failure' => 'Участник команды не может быть добавлен, пожалуйста, повторите ещё раз.',
],
'invite' => [
'title' => 'Пригласить нового участника команды',
'success' => 'Приглашение отправлено',
'failure' => 'Не получается отправить приглашение, пожалуйста, попробуйте ещё раз.',
],
],
// Settings
'settings' => [
'settings' => 'Настройки',
'app-setup' => [
'app-setup' => 'Настройки приложения',
'images-only' => 'Можно загружать только изображения.',
'too-big' => 'Загруженный вами файл слишком большой. Загрузите картинку меньше чем :size',
],
'analytics' => [
'analytics' => 'Аналитика',
],
'log' => [
'log' => 'Журнал',
],
'localization' => [
'localization' => 'Региональные настройки',
],
'customization' => [
'customization' => 'Пользовательские настройки',
'header' => 'Верхний колонтитул HTML',
'footer' => 'Нижний колонтитул HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => 'Безопасность',
'two-factor' => 'Пользователи без двухфакторной аутентификации',
],
'stylesheet' => [
'stylesheet' => 'Таблица стилей',
],
'theme' => [
'theme' => 'Тема',
],
'edit' => [
'success' => 'Настройки сохранены.',
'failure' => 'Не удаётся сохранить настройки.',
],
'credits' => [
'credits' => 'Разработчики',
'contributors' => 'Контрибьюторы',
'license' => 'Cachet - это проект с открытым исходным кодом по лицензии BSD-3, разрабатываемый компанией <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Партнеры и спонсоры',
'backers' => 'Если вы хотите поддержать будущую разработку, присоединяйтесь к сбору средств в <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a>.',
'thank-you' => 'Спасибо всем нашим :count контрибьюторам.',
],
],
// Login
'login' => [
'login' => 'Войти',
'logged_in' => 'Вы вошли в систему.',
'welcome' => 'С возвращением!',
'two-factor' => 'Пожалуйста, введите ваш токен.',
],
// Sidebar footer
'help' => 'Помощь',
'status_page' => 'Статусная страница',
'logout' => 'Выйти',
// Notifications
'notifications' => [
'notifications' => 'Уведомления',
'awesome' => 'Отлично.',
'whoops' => 'Ой-ой!',
],
// Widgets
'widgets' => [
'support' => 'Поддержать Cachet',
'support_subtitle' => 'Посетите нашу страницу на <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong>!',
'news' => 'Последние новости',
'news_subtitle' => 'Проверить обновления',
],
// Welcome modal
'welcome' => [
'welcome' => 'Добро пожаловать на вашу статусную страницу!',
'message' => 'Ваша статусная страница почти готова! Возможно, вы захотите настроить дополнительные параметры',
'close' => 'Закрыть и перейти к панели управления',
'steps' => [
'component' => 'Создание компонентов',
'incident' => 'Создание инцидентов',
'customize' => 'Настройка',
'team' => 'Добавление пользователей',
'api' => 'Создание API токена',
'two-factor' => 'Двухфакторная аутентификация',
],
],
];

View File

@@ -12,14 +12,16 @@
return [
'dashboard' => 'Панель управления',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Инциденты и плановые работы',
'title' => 'Incidents &amp; Schedule',
'incidents' => 'Инциденты',
'logged' => '{0} Нет инцидентов, отличная работа!|У вас зарегистрирован <strong>:count</strong> инцидент.|У вас зарегистрировано <strong>:count</strong> инцидента.|У вас зарегистрировано <strong>:count</strong> инцидентов.',
'incident-create-template' => 'Создать шаблон',
'incident-templates' => 'Шаблоны инцидентов',
'updates' => '{0} Zero Updates|One Update|:count Updates',
'add' => [
'title' => 'Добавить инцидент',
'success' => 'Инцидент добавлен.',
@@ -34,6 +36,10 @@ return [
'success' => 'Инцидент удалён и больше не будет отображаться на статусной странице.',
'failure' => 'Инцидент не может быть уделён, пожалуйста, попробуйте ещё раз.',
],
'update' => [
'title' => 'Create new incident update',
'subtitle' => 'Добавить обновление к <strong>:incident</strong>',
],
// Incident templates
'templates' => [
@@ -105,12 +111,12 @@ return [
'add' => [
'title' => 'Добавить группу компонентов',
'success' => 'Группа компонентов добавлена.',
'failure' => 'Что-то не так с группой компонентов, пожалуйста, повторите ещё раз.',
'failure' => 'Что-то не так с компонентом, пожалуйста, повторите ещё раз.',
],
'edit' => [
'title' => 'Изменить группу компонентов',
'success' => 'Группа компонентов обновлена.',
'failure' => 'Что-то не так с группой компонентов, пожалуйста, повторите ещё раз.',
'failure' => 'Что-то не так с компонентом, пожалуйста, повторите ещё раз.',
],
'delete' => [
'success' => 'Группа компонентов удалена!',
@@ -150,7 +156,7 @@ return [
'title' => 'Добавить нового подписчика',
'success' => 'Подписчик добавлен!',
'failure' => 'Что-то пошло не так при добавлении подписчика, пожалуйста, повторите ещё раз.',
'help' => 'Enter each subscriber on a new line.',
'help' => 'Введите каждого подписчика с новой строки.',
],
'edit' => [
'title' => 'Обновить подписчика',
@@ -164,7 +170,7 @@ return [
'team' => 'Команда',
'member' => 'Участник',
'profile' => 'Профиль',
'description' => 'Участники команды смогут добавлять и изменять компоненты и инциденты.',
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
'title' => 'Добавить нового участника команды',
'success' => 'Участник команды добавлен.',
@@ -197,6 +203,9 @@ return [
'analytics' => [
'analytics' => 'Аналитика',
],
'log' => [
'log' => 'Журнал',
],
'localization' => [
'localization' => 'Региональные настройки',
],
@@ -205,6 +214,14 @@ return [
'header' => 'Верхний колонтитул HTML',
'footer' => 'Нижний колонтитул HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => 'Безопасность',
'two-factor' => 'Пользователи без двухфакторной аутентификации',
@@ -221,11 +238,11 @@ return [
],
'credits' => [
'credits' => 'Разработчики',
'contributors' => 'Разработчики',
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Партнеры & спонсоры',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
'thank-you' => 'Thank you to each and every one of the :count contributors.',
'contributors' => 'Контрибьюторы',
'license' => 'Cachet - это проект с открытым исходным кодом по лицензии BSD-3, разрабатываемый компанией <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Партнеры и спонсоры',
'backers' => 'Если вы хотите поддержать будущую разработку, присоединяйтесь к сбору средств в <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a>.',
'thank-you' => 'Спасибо всем нашим :count контрибьюторам.',
],
],
@@ -252,7 +269,7 @@ return [
// Widgets
'widgets' => [
'support' => 'Поддержать Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'support_subtitle' => 'Посетите нашу страницу на <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong>!',
'news' => 'Последние новости',
'news_subtitle' => 'Проверить обновления',
],

View File

@@ -1,292 +0,0 @@
<?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 [
'dashboard' => 'Dashboard',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Incidents &amp; Schedule',
'incidents' => 'Incidents',
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.',
'incident-create-template' => 'Create Template',
'incident-templates' => 'Incident Templates',
'updates' => '{0} Zero Updates|One Update|:count Updates',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
'failure' => 'There was an error adding the incident, please try again.',
],
'edit' => [
'title' => 'Edit an incident',
'success' => 'Incident updated.',
'failure' => 'There was an error editing the incident, please try again.',
],
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted, please try again.',
],
'update' => [
'title' => 'Create new incident update',
'subtitle' => 'Add an update to <strong>:incident</strong>',
],
// Incident templates
'templates' => [
'title' => 'Incident Templates',
'add' => [
'title' => 'Create an incident template',
'message' => 'You should add an incident template.',
'success' => 'Your new incident template has been created.',
'failure' => 'Something went wrong with the incident template.',
],
'edit' => [
'title' => 'Edit Template',
'success' => 'The incident template has been updated.',
'failure' => 'Something went wrong updating the incident template',
],
'delete' => [
'success' => 'The incident template has been deleted.',
'failure' => 'The incident template could not be deleted, please try again.',
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => 'Scheduled Maintenance',
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'Scheduled at :timestamp',
'add' => [
'title' => 'Add Scheduled Maintenance',
'success' => 'Schedule added.',
'failure' => 'Something went wrong adding the schedule, please try again.',
],
'edit' => [
'title' => 'Edit Scheduled Maintenance',
'success' => 'Schedule has been updated!',
'failure' => 'Something went wrong editing the schedule, please try again.',
],
'delete' => [
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
],
],
// Components
'components' => [
'components' => 'Components',
'component_statuses' => 'Component Statuses',
'listed_group' => 'Grouped under :name',
'add' => [
'title' => 'Add a component',
'message' => 'You should add a component.',
'success' => 'Component created.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => 'Edit a component',
'success' => 'Component updated.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => 'The component has been deleted!',
'failure' => 'The component could not be deleted, please try again.',
],
// Component groups
'groups' => [
'groups' => 'Component group|Component groups',
'no_components' => 'You should add a component group.',
'add' => [
'title' => 'Add a component group',
'success' => 'Component group added.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => 'Edit a component group',
'success' => 'Component group updated.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => 'Component group has been deleted!',
'failure' => 'The component group could not be deleted, please try again.',
],
],
],
// Metrics
'metrics' => [
'metrics' => 'Metrics',
'add' => [
'title' => 'Create a metric',
'message' => 'You should add a metric.',
'success' => 'Metric created.',
'failure' => 'Something went wrong with the metric, please try again.',
],
'edit' => [
'title' => 'Edit a metric',
'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric, please try again.',
],
'delete' => [
'success' => 'The metric has been deleted and will no longer display on your status page.',
'failure' => 'The metric could not be deleted, please try again.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => 'Subscribers',
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
'verified' => 'Verified',
'not_verified' => 'Not verified',
'subscriber' => ':email, subscribed :date',
'no_subscriptions' => 'Subscribed to all updates',
'add' => [
'title' => 'Add a new subscriber',
'success' => 'Subscriber has been added!',
'failure' => 'Something went wrong adding the subscriber, please try again.',
'help' => 'Enter each subscriber on a new line.',
],
'edit' => [
'title' => 'Update subscriber',
'success' => 'Subscriber has been updated!',
'failure' => 'Something went wrong editing the subscriber, please try again.',
],
],
// Team
'team' => [
'team' => 'Team',
'member' => 'Member',
'profile' => 'Profile',
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
'title' => 'Add a new team member',
'success' => 'Team member added.',
'failure' => 'The team member could not be added, please try again.',
],
'edit' => [
'title' => 'Update profile',
'success' => 'Profile updated.',
'failure' => 'Something went wrong updating the profile, please try again.',
],
'delete' => [
'success' => 'Team member has been deleted and will no longer have access to the dashboard!',
'failure' => 'The team member could not be added, please try again.',
],
'invite' => [
'title' => 'Invite a new team member',
'success' => 'An invite has been sent',
'failure' => 'The invite could not be sent, please try again.',
],
],
// Settings
'settings' => [
'settings' => 'Settings',
'app-setup' => [
'app-setup' => 'Application Setup',
'images-only' => 'Only images may be uploaded.',
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
],
'analytics' => [
'analytics' => 'Analytics',
],
'log' => [
'log' => 'Log',
],
'localization' => [
'localization' => 'Localization',
],
'customization' => [
'customization' => 'Customization',
'header' => 'Custom Header HTML',
'footer' => 'Custom Footer HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => 'Security',
'two-factor' => 'Users without two-factor authentication',
],
'stylesheet' => [
'stylesheet' => 'Stylesheet',
],
'theme' => [
'theme' => 'Theme',
],
'edit' => [
'success' => 'Settings saved.',
'failure' => 'Settings could not be saved.',
],
'credits' => [
'credits' => 'Credits',
'contributors' => 'Contributors',
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Backers & Sponsors',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
'thank-you' => 'Thank you to each and every one of the :count contributors.',
],
],
// Login
'login' => [
'login' => 'Login',
'logged_in' => 'You\'re logged in.',
'welcome' => 'Welcome back!',
'two-factor' => 'Please enter your token.',
],
// Sidebar footer
'help' => 'Help',
'status_page' => 'Status Page',
'logout' => 'Logout',
// Notifications
'notifications' => [
'notifications' => 'Notifications',
'awesome' => 'Awesome.',
'whoops' => 'Whoops.',
],
// Widgets
'widgets' => [
'support' => 'Support Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News',
'news_subtitle' => 'Get the latest update',
],
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to your new status page, :username!',
'message' => 'You\'re almost ready but you might want to configure these extra settings first...',
'close' => 'I\'m good thanks!',
'steps' => [
'component' => 'Add your components',
'incident' => 'Create an incident',
'customize' => 'Customize your page',
'team' => 'Add your team',
'api' => 'Generate an API token',
'two-factor' => 'Setup Two Factor Authentication',
],
],
];

View File

@@ -12,6 +12,7 @@
return [
'dashboard' => 'Dashboard',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
@@ -20,6 +21,7 @@ return [
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.',
'incident-create-template' => 'Create Template',
'incident-templates' => 'Incident Templates',
'updates' => '{0} Zero Updates|One Update|:count Updates',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
@@ -34,6 +36,10 @@ return [
'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted, please try again.',
],
'update' => [
'title' => 'Create new incident update',
'subtitle' => 'Add an update to <strong>:incident</strong>',
],
// Incident templates
'templates' => [
@@ -86,12 +92,12 @@ return [
'title' => 'Add a component',
'message' => 'You should add a component.',
'success' => 'Component created.',
'failure' => 'Something went wrong with the component, please try again.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => 'Edit a component',
'success' => 'Component updated.',
'failure' => 'Something went wrong with the component, please try again.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => 'The component has been deleted!',
@@ -197,6 +203,9 @@ return [
'analytics' => [
'analytics' => 'Analytics',
],
'log' => [
'log' => 'Log',
],
'localization' => [
'localization' => 'Localization',
],
@@ -205,6 +214,14 @@ return [
'header' => 'Custom Header HTML',
'footer' => 'Custom Footer HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => 'Security',
'two-factor' => 'Users without two-factor authentication',
@@ -233,7 +250,7 @@ return [
'login' => [
'login' => 'Login',
'logged_in' => 'You\'re logged in.',
'welcome' => 'Welcome Back!',
'welcome' => 'Welcome back!',
'two-factor' => 'Please enter your token.',
],
@@ -254,21 +271,21 @@ return [
'support' => 'Support Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News',
'news_subtitle' => 'Get the latest updates',
'news_subtitle' => 'Get the latest update',
],
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to your new status page!',
'message' => 'Your status page is almost ready! You might want to configure these extra settings',
'close' => 'Take me straight to my dashboard',
'welcome' => 'Welcome to your new status page, :username!',
'message' => 'You\'re almost ready but you might want to configure these extra settings first...',
'close' => 'I\'m good thanks!',
'steps' => [
'component' => 'Create components',
'incident' => 'Create incidents',
'customize' => 'Customize',
'team' => 'Add users',
'api' => 'Generate API token',
'two-factor' => 'Two Factor Authentication',
'component' => 'Add your components',
'incident' => 'Create an incident',
'customize' => 'Customize your page',
'team' => 'Add your team',
'api' => 'Generate an API token',
'two-factor' => 'Setup Two Factor Authentication',
],
],