mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-18 05:58:18 +01:00
252 lines
9.2 KiB
PHP
Executable File
252 lines
9.2 KiB
PHP
Executable File
<?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' => 'Kontrol paneli',
|
||
|
||
// Incidents
|
||
'incidents' => [
|
||
'title' => 'Incidents & Schedule',
|
||
'incidents' => 'Incidents',
|
||
'logged' => '{0} Hiç olay yok, tebrikler. |Bir olay rapor ettiniz.|<strong>:count</strong> olay rapor ettiniz.',
|
||
'incident-create-template' => 'Şablon Oluştur',
|
||
'incident-templates' => 'Olay Şablonları',
|
||
'add' => [
|
||
'title' => 'Olay Ekle',
|
||
'success' => 'Olay eklendi.',
|
||
'failure' => 'Olayla ilgili bir hata oluştu.',
|
||
],
|
||
'edit' => [
|
||
'title' => 'Olay Düzenle',
|
||
'success' => 'Olay güncellendi.',
|
||
'failure' => 'Olayla ilgili bir hata oluştu.',
|
||
],
|
||
'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.',
|
||
],
|
||
|
||
// Incident templates
|
||
'templates' => [
|
||
'title' => 'Olay Şablonları',
|
||
'add' => [
|
||
'title' => 'Olay Şablonu Oluştur',
|
||
'message' => 'You should add an incident template.',
|
||
'success' => 'Şablon oluşturuldu.',
|
||
'failure' => 'Olay şablonuyla ilgili bir hata oluştu.',
|
||
],
|
||
'edit' => [
|
||
'title' => 'Şablonu Düzenle',
|
||
'success' => 'Şablon güncellendi!',
|
||
'failure' => 'Olay şablonunu güncellerken bir şeyler ters gitti',
|
||
],
|
||
'delete' => [
|
||
'success' => 'The incident template has been deleted.',
|
||
'failure' => 'The incident template could not be deleted. Please try again.',
|
||
],
|
||
],
|
||
],
|
||
|
||
// Incident Maintenance
|
||
'schedule' => [
|
||
'schedule' => 'Zamanlanmış bakım',
|
||
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
|
||
'scheduled_at' => ':timestamp zamanı için kaydedildi',
|
||
'add' => [
|
||
'title' => 'Zamanlanmış Bakım Ekle',
|
||
'success' => 'Zamanlama eklendi.',
|
||
'failure' => 'Zamanlama eklerken bir şeyler ters gitti.',
|
||
],
|
||
'edit' => [
|
||
'title' => 'Edit scheduled maintenance',
|
||
'success' => 'Scheduled maintenance has been edited!',
|
||
'failure' => 'The scheduled maintenance could not be edited. Please try again.',
|
||
],
|
||
'delete' => [
|
||
'success' => 'Scheduled maintenance has been deleted!',
|
||
'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 has been added!',
|
||
'failure' => 'The component could not be added. Please try again.',
|
||
],
|
||
'edit' => [
|
||
'title' => 'Edit a component',
|
||
'success' => 'Component has been updated!',
|
||
'failure' => 'The component could not be updated. 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 has been added!',
|
||
'failure' => 'The component group could not be added. Please try again.',
|
||
],
|
||
'edit' => [
|
||
'title' => 'Edit a component group',
|
||
'success' => 'Component group has been edited!',
|
||
'failure' => 'The component group could not be edited. 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 has been added!',
|
||
'failure' => 'The metric could not be added. Please try again.',
|
||
],
|
||
'edit' => [
|
||
'title' => 'Edit a metric',
|
||
'success' => 'Metric has been updated!',
|
||
'failure' => 'The metric could not be updated. 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.',
|
||
'verified' => 'Verified',
|
||
'not_verified' => 'Not verified',
|
||
'add' => [
|
||
'title' => 'Add a new subscriber',
|
||
'success' => 'Subscriber has been added!',
|
||
'failure' => 'The subscriber could not be added. Please try again.',
|
||
],
|
||
'edit' => [
|
||
'title' => 'Update subscriber',
|
||
'success' => 'Subscriber has been updated!',
|
||
'failure' => 'The subscriber could not be updated. Please try again.',
|
||
],
|
||
],
|
||
|
||
// Team
|
||
'team' => [
|
||
'team' => 'Team',
|
||
'member' => 'Member',
|
||
'profile' => 'Profile',
|
||
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
|
||
'add' => [
|
||
'title' => 'Add a new team member',
|
||
'success' => 'Team member has been added!',
|
||
'failure' => 'The team member could not be added. Please try again.',
|
||
],
|
||
'edit' => [
|
||
'title' => 'Update profile',
|
||
'success' => 'Team member has been updated!',
|
||
'failure' => 'The team member could not be updated. 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',
|
||
],
|
||
'localization' => [
|
||
'localization' => 'Localization',
|
||
],
|
||
'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.',
|
||
],
|
||
],
|
||
|
||
// 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.',
|
||
],
|
||
|
||
// Welcome modal
|
||
'welcome' => [
|
||
'welcome' => 'Welcome to your status page!',
|
||
'message' => 'Your status page is almost ready! You might want to configure these extra settings',
|
||
'close' => 'Just go straight to my dashboard',
|
||
'steps' => [
|
||
'component' => 'Create components',
|
||
'incident' => 'Create incidents',
|
||
'customize' => 'Customize',
|
||
'team' => 'Add users',
|
||
'api' => 'Generate API token',
|
||
'two-factor' => 'Two Factor Authentication',
|
||
],
|
||
],
|
||
|
||
];
|