Sync languages
This commit is contained in:
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
return [
|
||||
|
||||
'dashboard' => 'Dashboard',
|
||||
'dashboard' => 'لوحة التحكم',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
|
||||
@@ -18,6 +18,6 @@ return [
|
||||
'show_support' => 'Show support for Cachet?',
|
||||
'admin_account' => 'حساب المدير',
|
||||
'complete_setup' => 'إكمال الإعداد',
|
||||
'completed' => 'تم إعداد cachet بنجاح!',
|
||||
'completed' => 'تم إعداد Cachet بنجاح!',
|
||||
'finish_setup' => 'انتقل إلى لوحة التحكم',
|
||||
];
|
||||
|
||||
@@ -12,91 +12,91 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Darrera actualització :timestamp',
|
||||
'status' => [
|
||||
1 => 'Operational',
|
||||
2 => 'Performance Issues',
|
||||
3 => 'Partial Outage',
|
||||
4 => 'Major Outage',
|
||||
1 => 'Operatiu',
|
||||
2 => 'Problemes de rendiment',
|
||||
3 => 'Interrupció parcial',
|
||||
4 => 'Interrupció major',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
'other' => 'Altres components',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'previous_week' => 'Previous Week',
|
||||
'next_week' => 'Next Week',
|
||||
'scheduled' => 'Scheduled Maintenance',
|
||||
'scheduled_at' => ', scheduled :timestamp',
|
||||
'none' => 'No s\'han registrat incidents',
|
||||
'past' => 'Incidents anteriors',
|
||||
'previous_week' => 'Setmana anterior',
|
||||
'next_week' => 'Propera setmana',
|
||||
'scheduled' => 'Interrupció programada',
|
||||
'scheduled_at' => ', programat',
|
||||
'status' => [
|
||||
0 => 'Scheduled', // TODO: Hopefully remove this.
|
||||
1 => 'Investigating',
|
||||
2 => 'Identified',
|
||||
3 => 'Watching',
|
||||
4 => 'Fixed',
|
||||
0 => 'Programat', // TODO: Hopefully remove this.
|
||||
1 => 'Investigant',
|
||||
2 => 'Identificat',
|
||||
3 => 'En observació',
|
||||
4 => 'Resolt',
|
||||
],
|
||||
],
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
|
||||
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
|
||||
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
|
||||
'good' => '[0,1] Sistema en funcionament | [2, Inf] Tots els sistemes estan en funcionament',
|
||||
'bad' => '[0,1] Actualment el sistema està experimentant problemes| [2, Inf] Alguns sistemes estan experimentant problemes',
|
||||
'major' => '[0,1] El servei està experimentant una interrupció major| [2, Inf] Alguns sistemes estan experimentant una interrupció major',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
'regenerate' => 'Regenerate API Key',
|
||||
'revoke' => 'Revoke API Key',
|
||||
'regenerate' => 'Regenerau la clau de l\'API',
|
||||
'revoke' => 'Revocau la clau de l\'API',
|
||||
],
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => 'Last Hour',
|
||||
'hourly' => 'Last 12 Hours',
|
||||
'weekly' => 'Week',
|
||||
'monthly' => 'Month',
|
||||
'last_hour' => 'Darrera hora',
|
||||
'hourly' => 'Darreres 12 hores',
|
||||
'weekly' => 'Setmana',
|
||||
'monthly' => 'Mes',
|
||||
],
|
||||
],
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Subscribe to get the most recent updates',
|
||||
'button' => 'Subscribe',
|
||||
'subscribe' => 'Subscriviu-vos per rebre les darreres actualitzacions',
|
||||
'button' => 'Subscriviu-vos',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'no_subscriptions' => 'Actualment estau subscrits a totes les actualitzacions.',
|
||||
'my_subscriptions' => 'Actualment estau subscrits a les següents actualitzacions.',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
|
||||
'verified' => 'Your email subscription has been confirmed. Thank you!',
|
||||
'manage' => 'Manage your subscription.',
|
||||
'unsubscribe' => 'Unsubscribe from email updates.',
|
||||
'unsubscribed' => 'Your email subscription has been cancelled.',
|
||||
'failure' => 'Something went wrong with the subscription.',
|
||||
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
|
||||
'subscribe' => 'Subscriviu-vos a les actualitzacions del correu electrònic.',
|
||||
'subscribed' => 'Heu estat subscrits a les actualitzacions del correu electrònic. Per favor, consultau el vostre correu electrònic per confirmar la subscripció.',
|
||||
'verified' => 'La vostra subscripció al correu electrònic ha estat confirmada. Gràcies!',
|
||||
'manage' => 'Gestionau la vostra subscripció.',
|
||||
'unsubscribe' => 'Des-subscriviu-vos.',
|
||||
'unsubscribed' => 'La vostra subscripció del correu electrònic ha estat cancel·lada.',
|
||||
'failure' => 'Alguna cosa ha anat malament en el procés de subscripció.',
|
||||
'already-subscribed' => 'No pot subscriure\'s :email perquè ja està subscrit.',
|
||||
'verify' => [
|
||||
'text' => "Please confirm your email subscription to :app_name status updates.\n:link\nThank you, :app_name",
|
||||
'html-preheader' => 'Please confirm your email subscription to :app_name status updates.',
|
||||
'html' => '<p>Please confirm your email subscription to :app_name status updates.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>',
|
||||
'text' => "Per favor, confirmau la vostra subscripció de correu electrònic a les actualitzacions d'estat de :app_name.\n:link\nMoltes gràcies, :app_name",
|
||||
'html-preheader' => 'Per favor, confirmau la vostra subscripció de correu electrònic a les actualitzacions d\'estat de :app_name.',
|
||||
'html' => '<p>Per favor, confirmau la vostra subscripció de correu electrònic a les actualitzacions d\'estat de :app_name.</p><p><a href=":link">:link</a></p><p>Moltes gràcies, :app_name</p>',
|
||||
],
|
||||
'maintenance' => [
|
||||
'text' => "New maintenance has been scheduled on :app_name.\nThank you, :app_name",
|
||||
'html-preheader' => 'New maintenance has been scheduled on :app_name.',
|
||||
'html' => '<p>New maintenance has been scheduled on :app_name.</p>',
|
||||
'text' => "Nou manteniment programat a :app_name.\n Moltes gràcies, :app_name",
|
||||
'html-preheader' => 'Nou manteniment programat a :app_name.',
|
||||
'html' => '<p>Nou manteniment programat a :app_name.</p>',
|
||||
],
|
||||
'incident' => [
|
||||
'text' => "New incident has been reported on :app_name.\nThank you, :app_name",
|
||||
'html-preheader' => 'New incident has been reported on :app_name.',
|
||||
'html' => '<p>New incident has been reported on :app_name.</p><p>Thank you, :app_name</p>',
|
||||
'text' => "S'ha registrat un nou incident a :app_name.\nMoltes gràcies, :app_name",
|
||||
'html-preheader' => 'S\'ha registrat un nou incident a :app_name.',
|
||||
'html' => '<p>S\'ha registrat un nou incident a :app_name.</p><p>\nMoltes gràcies, :app_name</p>',
|
||||
],
|
||||
'component' => [
|
||||
'subject' => 'Component Status Update',
|
||||
'subject' => 'Actualització de l\'estat del component',
|
||||
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name',
|
||||
'html-preheader' => 'Component Update from :app_name',
|
||||
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>',
|
||||
@@ -117,9 +117,9 @@ return [
|
||||
|
||||
'signup' => [
|
||||
'title' => 'Sign Up',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'username' => 'Nom de l\'usuari',
|
||||
'email' => 'Correu electrònic',
|
||||
'password' => 'Contrasenya',
|
||||
'success' => 'Your account has been created.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
],
|
||||
@@ -130,20 +130,21 @@ return [
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'Close',
|
||||
'close' => 'Tanca',
|
||||
'subscribe' => [
|
||||
'title' => 'Subscribe to component updates',
|
||||
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
|
||||
'button' => 'Subscribe',
|
||||
'button' => 'Subscriviu-vos',
|
||||
],
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Inici',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
'powered_by' => 'Pàgina d\'estats :app en base a <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'Sobre aquest lloc',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'feed' => 'Status Feed',
|
||||
'feed' => 'Estat',
|
||||
|
||||
];
|
||||
|
||||
@@ -58,7 +58,7 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Scheduled Maintenance',
|
||||
'schedule' => 'Interrupció programada',
|
||||
'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' => [
|
||||
|
||||
@@ -13,85 +13,85 @@ return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'session_driver' => 'Session Driver',
|
||||
'email' => 'Correu electrònic',
|
||||
'username' => 'Nom de l\'usuari',
|
||||
'password' => 'Contrasenya',
|
||||
'site_name' => 'Nom del lloc',
|
||||
'site_domain' => 'Domini del lloc',
|
||||
'site_timezone' => 'Seleccionau la vostra zona horària',
|
||||
'site_locale' => 'Seleccionau el vostre idioma',
|
||||
'enable_google2fa' => 'Habilita l\'autenticació en dos passos de Google',
|
||||
'cache_driver' => 'Controlador de memòria cau',
|
||||
'session_driver' => 'Controlador de sessió',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
'cookies' => 'You must enable cookies to login.',
|
||||
'login' => 'Usuari o correu electrònic',
|
||||
'email' => 'Correu electrònic',
|
||||
'password' => 'Contrasenya',
|
||||
'2fauth' => 'Codi d\'autenticació',
|
||||
'invalid' => 'El nom d\'usuari o contrasenya no és vàlid',
|
||||
'invalid-token' => 'Token invàlid',
|
||||
'cookies' => 'Heu d\'habilitar les galetes (cookies) per poder iniciar sessió.',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'name' => 'Nom',
|
||||
'status' => 'Estat',
|
||||
'component' => 'Component',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When to schedule the maintenance for?',
|
||||
'incident_time' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Notify subscribers?',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'message' => 'Missatge',
|
||||
'message-help' => 'També podeu fer servir Markdown.',
|
||||
'scheduled_at' => 'Per quan s\'ha de programar el manteniment?',
|
||||
'incident_time' => 'Quan va succeir aquest incident?',
|
||||
'notify_subscribers' => 'Notificar els subscriptors?',
|
||||
'visibility' => 'Visibilitat de l\'incident',
|
||||
'public' => 'Visible pel públic',
|
||||
'logged_in_only' => 'Visible només per a usuaris registrats',
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'name' => 'Nom',
|
||||
'template' => 'Plantilla',
|
||||
'twig' => 'Les plantilles d\'incidents poden fer ús del llenguatge de plantilles <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
'name' => 'Nom',
|
||||
'status' => 'Estat',
|
||||
'group' => 'Grup',
|
||||
'description' => 'Descripció',
|
||||
'link' => 'Enllaç',
|
||||
'tags' => 'Etiquetes',
|
||||
'tags-help' => 'Separat per comes.',
|
||||
'enabled' => 'Component habilitat?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Choose visibility of the group',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'name' => 'Nom',
|
||||
'collapsing' => 'Triau la visibilitat del grup',
|
||||
'visible' => 'Sempre ampliat',
|
||||
'collapsed' => 'Per defecte redueix el grup',
|
||||
'collapsed_incident' => 'Per defecte redueix el grup, però amplia\'l si hi ha problemes',
|
||||
],
|
||||
],
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'name' => 'Name',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'Description',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Default value',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Average',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => 'Default view',
|
||||
'name' => 'Nom',
|
||||
'suffix' => 'Sufix',
|
||||
'description' => 'Descripció',
|
||||
'description-help' => 'També podeu fer servir Markdown.',
|
||||
'display-chart' => 'Mostrar gràfica a la pàgina d\'estat?',
|
||||
'default-value' => 'Valor per defecte',
|
||||
'calc_type' => 'Càlcul d\'indicadors',
|
||||
'type_sum' => 'Suma',
|
||||
'type_avg' => 'Mitjana',
|
||||
'places' => 'Nombre de decimals',
|
||||
'default_view' => 'Vista per defecte',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Value',
|
||||
'value' => 'Valor',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -99,86 +99,86 @@ return [
|
||||
'settings' => [
|
||||
/// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'About this page',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'site-name' => 'Nom del lloc',
|
||||
'site-url' => 'URL del lloc',
|
||||
'display-graphs' => 'Mostrar gràfics a la pàgina d\'estat?',
|
||||
'about-this-page' => 'Sobre aquest lloc',
|
||||
'days-of-incidents' => 'Quants de dies d\'incidents voleu veure?',
|
||||
'banner' => 'Imatge del banner',
|
||||
'banner-help' => "Es recomana que no carregueu arxius més grans de 930 píxels d'ample.",
|
||||
'subscribers' => 'Permetre el registre per a notificacions per correu electrònic?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'Google Analytics code',
|
||||
'analytics_gosquared' => 'GoSquared Analytics code',
|
||||
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Piwik\'s site id',
|
||||
'analytics_google' => 'Codi de Google Analytics',
|
||||
'analytics_gosquared' => 'Codi de GoSquared Analytics',
|
||||
'analytics_piwik_url' => 'URL de la seva instància Piwik (sense http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Identificador de lloc del Piwik',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => 'Site timezone',
|
||||
'site-locale' => 'Site language',
|
||||
'date-format' => 'Date format',
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
'site-timezone' => 'Seleccioneu el fus horari',
|
||||
'site-locale' => 'Idioma del lloc',
|
||||
'date-format' => 'Format de la data',
|
||||
'incident-date-format' => 'Format del fus horari dels incidents',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'allowed-domains' => 'Dominis permesos',
|
||||
'allowed-domains-help' => 'Separats per comes. El domini especificat a dalt és automàticament permès per defecte.',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
'custom-css' => 'Full d\'estils personalitzats',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Background Color',
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'text-color' => 'Text Color',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'Red (used for errors)',
|
||||
'blues' => 'Blue (used for information)',
|
||||
'greens' => 'Green (used for success)',
|
||||
'yellows' => 'Yellow (used for alerts)',
|
||||
'oranges' => 'Orange (used for notices)',
|
||||
'metrics' => 'Metrics fill',
|
||||
'links' => 'Links',
|
||||
'background-color' => 'Color de fons',
|
||||
'background-fills' => 'Elements del fons (components, incidents, peu de pàgina)',
|
||||
'banner-background-color' => 'Color de fons del banner',
|
||||
'banner-padding' => 'Farciment (padding) del banner',
|
||||
'fullwidth-banner' => 'Habilitar la màxima amplada del banner?',
|
||||
'text-color' => 'Color del text',
|
||||
'dashboard-login' => 'Mostrar el botó del dashboard al peu de pàgina?',
|
||||
'reds' => 'Vermell (utilitzat per trobar errors)',
|
||||
'blues' => 'Blau (usat per informació)',
|
||||
'greens' => 'Verd (utilitzat per l\'èxit)',
|
||||
'yellows' => 'Groc (utilitzat per alertes)',
|
||||
'oranges' => 'Taronja (utilitzat per a avisos)',
|
||||
'metrics' => 'Omplir les mètriques',
|
||||
'links' => 'Enllaços',
|
||||
],
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => 'User Level',
|
||||
'username' => 'Nom de l\'usuari',
|
||||
'email' => 'Correu electrònic',
|
||||
'password' => 'Contrasenya',
|
||||
'api-token' => 'Token de l\'API',
|
||||
'api-token-help' => 'Regenerar el seu token de l\'API evitarà a les aplicacions existents accedir al Cachet.',
|
||||
'gravatar' => 'Canviau la vostra imatge de perfil a Gravatar.',
|
||||
'user_level' => 'Nivell d\'usuari',
|
||||
'levels' => [
|
||||
'admin' => 'Admin',
|
||||
'user' => 'User',
|
||||
'user' => 'Usuari',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => 'Enabling two factor authentication increases security of your account. You will need to download <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.',
|
||||
'help' => 'Habilitar l\'autenticació de dos factor augmenta la seguretat del compte. Necessitareu descarregar <a href="https://support.google.com/accounts/answer/1066447?hl=en"> Google Authenticator</a> o un app similar al vostre dispositiu mòbil. Quan us identifiqueu haureu de proporcionar el token generat per l\'app.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Email #:id',
|
||||
'description' => 'Convidau els membres del vostre d\'equip introduint les seves adreces de correu electrònic aquí.',
|
||||
'email' => 'Adreça electrònica #:id',
|
||||
],
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'add' => 'Afegeix',
|
||||
'save' => 'Desar',
|
||||
'update' => 'Actualitzar',
|
||||
'create' => 'Crear',
|
||||
'edit' => 'Editar',
|
||||
'delete' => 'Eliminar',
|
||||
'submit' => 'Enviar',
|
||||
'cancel' => 'Cancel·lar',
|
||||
'remove' => 'Treure',
|
||||
'invite' => 'Convidar',
|
||||
'signup' => 'Sign Up',
|
||||
|
||||
// Other
|
||||
'optional' => '* Optional',
|
||||
'optional' => '* Opcional',
|
||||
];
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
'previous' => '« Anterior',
|
||||
'next' => 'Següent »',
|
||||
|
||||
];
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => 'O této stránce',
|
||||
'days-of-incidents' => 'Kolik dní incidentů zobrazovat?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => 'Doručuje se nenahrávat soubory větší než 930 pixelů na šířku.',
|
||||
'banner-help' => "Doručuje se nenahrávat soubory větší než 930 pixelů na šířku.",
|
||||
'subscribers' => 'Umožnit lidem, aby se přihlašovali k odběru e-mailových upozornění?',
|
||||
],
|
||||
'analytics' => [
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Sidst opdateret :timestamp',
|
||||
'status' => [
|
||||
1 => 'Normal',
|
||||
2 => 'Hastighedsproblemer',
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Hjem',
|
||||
'description' => 'Hold dig opdateret med de seneste opdateringer fra :app.',
|
||||
'powered_by' => ':app statusside er bygget på <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'Om siden',
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => 'Om',
|
||||
'days-of-incidents' => 'Hvor mange dage skal der vises hændelser for?',
|
||||
'banner' => 'Banner billede',
|
||||
'banner-help' => 'Det anbefales ikke at uploade billeder bredere end 930px.',
|
||||
'banner-help' => "Det anbefales ikke at uploade billeder bredere end 930px.",
|
||||
'subscribers' => 'Tillad at man kan tilmelde sig emailnotifikationer?',
|
||||
],
|
||||
'analytics' => [
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Letztes Update :timestamp',
|
||||
'status' => [
|
||||
1 => 'Funktionsfähig',
|
||||
2 => 'Leistungsprobleme',
|
||||
@@ -20,7 +20,7 @@ return [
|
||||
4 => 'Schwerer Ausfall',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
'other' => 'Andere Komponenten',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -68,14 +68,14 @@ return [
|
||||
'subscribe' => 'Abonnieren Sie um die neuesten Updates zu erhalten.',
|
||||
'button' => 'Abonnieren',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'no_subscriptions' => 'Du hast im Augenblick alle Updates abonniert.',
|
||||
'my_subscriptions' => 'Du hast im Augenblick folgende Updates abonniert.',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
|
||||
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
|
||||
'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
|
||||
'manage' => 'Manage your subscription.',
|
||||
'manage' => 'Verwalte deine Abonnements.',
|
||||
'unsubscribe' => 'Von E-Mail-Updates deabonnieren.',
|
||||
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde gekündigt.',
|
||||
'failure' => 'Etwas ist mit dem Abonnement schief gelaufen.',
|
||||
@@ -139,7 +139,8 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'home' => 'Startseite',
|
||||
'description' => 'Bleiben sie up to date mit den neuesten Service-Updates von: app.',
|
||||
'powered_by' => ':app Status-Seite betrieben mit <a href="https://cachethq.io">Cachet</a>.',
|
||||
'about_this_site' => 'Über diese Seite',
|
||||
'rss-feed' => 'RSS',
|
||||
|
||||
@@ -86,12 +86,12 @@ return [
|
||||
'title' => 'Komponente hinzufügen',
|
||||
'message' => 'Sie sollten eine Komponente erstellen.',
|
||||
'success' => 'Komponente erstellt.',
|
||||
'failure' => 'Something went wrong with the component, please try again.',
|
||||
'failure' => 'Etwas ist schief gelaufen mit der Komponente, versuchen sie es erneut.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Komponente bearbeiten',
|
||||
'success' => 'Komponente aktualisiert.',
|
||||
'failure' => 'Something went wrong with the component, please try again.',
|
||||
'failure' => 'Etwas ist schief gelaufen mit der Komponente, versuchen sie es erneut.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Die Komponente wurde gelöscht!',
|
||||
@@ -105,16 +105,16 @@ return [
|
||||
'add' => [
|
||||
'title' => 'Eine Komponentengruppe hinzufügen',
|
||||
'success' => 'Komponentengruppe hinzugefügt.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
'failure' => 'Etwas ist mit der Komponentengruppe schiefgelaufen, versuchen sie es erneut.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Komponentengruppe bearbeiten',
|
||||
'success' => 'Komponentengruppe aktualisiert.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
'failure' => 'Etwas ist mit der Komponentengruppe schiefgelaufen, versuchen sie es erneut.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Die Komponentengruppe wurde gelöscht!',
|
||||
'failure' => 'The component group could not be deleted, please try again.',
|
||||
'failure' => 'Die Komponentengruppe konnte nicht gelöscht werden. Bitte versuche es erneut.',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => 'Über diese Seite',
|
||||
'days-of-incidents' => 'Wie viele Tage mit Vorfällen sollen gezeigt werden?',
|
||||
'banner' => 'Banner Bild',
|
||||
'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .',
|
||||
'banner-help' => "Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .",
|
||||
'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?',
|
||||
],
|
||||
'analytics' => [
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => 'Η σελίδα κατάστασης :app τροφοδοτείται από το <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'Σχετικά με αυτόν τον ιστότοπο',
|
||||
|
||||
@@ -81,17 +81,17 @@ return [
|
||||
'failure' => 'crwdns496:0crwdne496:0',
|
||||
'already-subscribed' => 'crwdns626:0crwdne626:0',
|
||||
'verify' => [
|
||||
'text' => 'crwdns497:0crwdne497:0',
|
||||
'text' => "crwdns497:0crwdne497:0",
|
||||
'html-preheader' => 'crwdns498:0crwdne498:0',
|
||||
'html' => 'crwdns520:0crwdne520:0',
|
||||
],
|
||||
'maintenance' => [
|
||||
'text' => 'crwdns500:0crwdne500:0',
|
||||
'text' => "crwdns500:0crwdne500:0",
|
||||
'html-preheader' => 'crwdns501:0crwdne501:0',
|
||||
'html' => 'crwdns521:0crwdne521:0',
|
||||
],
|
||||
'incident' => [
|
||||
'text' => 'crwdns503:0crwdne503:0',
|
||||
'text' => "crwdns503:0crwdne503:0",
|
||||
'html-preheader' => 'crwdns504:0crwdne504:0',
|
||||
'html' => 'crwdns505:0crwdne505:0',
|
||||
],
|
||||
@@ -108,7 +108,7 @@ return [
|
||||
'users' => [
|
||||
'email' => [
|
||||
'invite' => [
|
||||
'text' => 'crwdns553:0crwdne553:0',
|
||||
'text' => "crwdns553:0crwdne553:0",
|
||||
'html-preheader' => 'crwdns554:0crwdne554:0',
|
||||
'html' => 'crwdns555:0crwdne555:0',
|
||||
],
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'crwdns722:0crwdne722:0',
|
||||
'description' => 'crwdns663:0crwdne663:0',
|
||||
'powered_by' => 'crwdns562:0crwdne562:0',
|
||||
'about_this_site' => 'crwdns563:0crwdne563:0',
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => 'crwdns402:0crwdne402:0',
|
||||
'days-of-incidents' => 'crwdns403:0crwdne403:0',
|
||||
'banner' => 'crwdns717:0crwdne717:0',
|
||||
'banner-help' => 'crwdns405:0crwdne405:0',
|
||||
'banner-help' => "crwdns405:0crwdne405:0",
|
||||
'subscribers' => 'crwdns513:0crwdne513:0',
|
||||
],
|
||||
'analytics' => [
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Última actualización :timestamp',
|
||||
'status' => [
|
||||
1 => 'Funktionsfähig',
|
||||
2 => 'Leistungsprobleme',
|
||||
@@ -20,7 +20,7 @@ return [
|
||||
4 => 'Schwerer Ausfall',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
'other' => 'Otros componentes',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -68,14 +68,14 @@ return [
|
||||
'subscribe' => 'Abonnieren Sie um die neuesten Updates zu erhalten.',
|
||||
'button' => 'Abonnieren',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'no_subscriptions' => 'Actualmente estás suscrito a todas las actualizaciones.',
|
||||
'my_subscriptions' => 'Actualmente estás suscrito a las siguientes actualizaciones.',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
|
||||
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
|
||||
'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
|
||||
'manage' => 'Manage your subscription.',
|
||||
'manage' => 'Gestionar suscripción.',
|
||||
'unsubscribe' => 'Von E-Mail-Updates deabonnieren.',
|
||||
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde gekündigt.',
|
||||
'failure' => 'Etwas ist mit dem Abonnement schief gelaufen.',
|
||||
@@ -139,7 +139,8 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'home' => 'Inicio',
|
||||
'description' => 'Mantente informado con las últimas actualizaciones de servicio de :app.',
|
||||
'powered_by' => ':app Status-Seite betrieben mit <a href="https://cachethq.io">Cachet</a>.',
|
||||
'about_this_site' => 'Über diese Seite',
|
||||
'rss-feed' => 'RSS',
|
||||
|
||||
@@ -22,17 +22,17 @@ return [
|
||||
'incident-templates' => 'Vorfall Vorlagen',
|
||||
'add' => [
|
||||
'title' => 'Vorfall hinzufügen',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
'success' => 'Incidente agregado.',
|
||||
'failure' => 'Hubo un error agregando el incidente, por favor intente de nuevo.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Vorfall bearbeiten',
|
||||
'success' => 'Vorfall aktualisiert.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
'failure' => 'Hubo un error editando el incidente, por favor intente de nuevo.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'El incidente se ha eliminado y no se mostrará en tu página de estado.',
|
||||
'failure' => 'The incident could not be deleted, please try again.',
|
||||
'failure' => 'El incidente no se pudo eliminar, por favor intente de nuevo.',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
@@ -41,17 +41,17 @@ return [
|
||||
'add' => [
|
||||
'title' => 'Vorfallvorlage erstellen',
|
||||
'message' => 'Deberías añadir una plantilla de incidente.',
|
||||
'success' => 'Your new incident template has been created.',
|
||||
'failure' => 'Something went wrong with the incident template.',
|
||||
'success' => 'Su nueva plantilla de incidentes ha sido creada.',
|
||||
'failure' => 'Algo salió mal con la plantilla de incidente.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Vorlage bearbeiten',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
'success' => 'La plantilla de incidente ha sido actualizada.',
|
||||
'failure' => 'Algo salió mal actualizando la plantilla de incidente',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'La plantilla de incidente se ha eliminado.',
|
||||
'failure' => 'The incident template could not be deleted, please try again.',
|
||||
'failure' => 'La plantilla de incidente no se pudo eliminar. Por favor, inténtalo de nuevo.',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -62,18 +62,18 @@ return [
|
||||
'logged' => '{0} No hay planificaciones, buen trabajo.|Has registrado una planificación.|Has registrado <strong>:count</strong> planificaciones.',
|
||||
'scheduled_at' => 'Geplant am :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
'success' => 'Schedule added.',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
'title' => 'Agregar mantenimiento programado',
|
||||
'success' => 'Planificación agregada.',
|
||||
'failure' => 'Algo salió mal agregando la planificación, por favor intente de nuevo.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Scheduled Maintenance',
|
||||
'success' => 'Schedule has been updated!',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => 'Editar Mantenimiento Programado',
|
||||
'success' => 'La planificación ha sido actualzada!',
|
||||
'failure' => 'Algo salió mal editando la planificación, por favor intente de nuevo.',
|
||||
],
|
||||
'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' => 'La planificación ha sido eliminada y no será mostrada en su página de estado.',
|
||||
'failure' => 'El mantenimiento programado no pudo ser eliminado, por favor, inténtelo de nuevo.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -85,17 +85,17 @@ return [
|
||||
'add' => [
|
||||
'title' => 'Komponente hinzufügen',
|
||||
'message' => 'Sie sollten eine Komponente erstellen.',
|
||||
'success' => 'Component created.',
|
||||
'failure' => 'Something went wrong with the component, please try again.',
|
||||
'success' => 'Componente creado.',
|
||||
'failure' => 'Algo salió mal con el componente, por favor intente de nuevo.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Komponente bearbeiten',
|
||||
'success' => 'Component updated.',
|
||||
'failure' => 'Something went wrong with the component, please try again.',
|
||||
'success' => 'Componente actualizado.',
|
||||
'failure' => 'Algo salió mal con el componente, por favor intente de nuevo.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'El componente se ha eliminado!',
|
||||
'failure' => 'The component could not be deleted, please try again.',
|
||||
'failure' => 'El componente no pudo ser eliminado, por favor, inténtelo de nuevo.',
|
||||
],
|
||||
|
||||
// Component groups
|
||||
@@ -104,17 +104,17 @@ return [
|
||||
'no_components' => 'Sie sollten eine Komponentengruppe hinzufügen.',
|
||||
'add' => [
|
||||
'title' => 'Eine Komponentengruppe hinzufügen',
|
||||
'success' => 'Component group added.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
'success' => 'Grupo de componentes agregado.',
|
||||
'failure' => 'Algo salió mal con el grupo de componentes, por favor vuelva a intentarlo.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Komponentengruppe bearbeiten',
|
||||
'success' => 'Component group updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
'success' => 'Grupo de componentes actualizado.',
|
||||
'failure' => 'Algo salió mal con el grupo de componentes, por favor vuelva a intentarlo.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'El grupo de componentes se ha eliminado!',
|
||||
'failure' => 'The component group could not be deleted, please try again.',
|
||||
'failure' => 'El grupo de componentes no pudo ser eliminado, por favor, inténtelo de nuevo.',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -125,36 +125,36 @@ return [
|
||||
'add' => [
|
||||
'title' => 'Metrik erstellen',
|
||||
'message' => 'Deberías añadir una métrica.',
|
||||
'success' => 'Metric created.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
'success' => 'Métrica creada.',
|
||||
'failure' => 'Algo salió mal con la métrica, por favor, inténtelo de nuevo.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Metrik bearbeiten',
|
||||
'success' => 'Metric updated.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
'success' => 'Métrica actualizada.',
|
||||
'failure' => 'Algo salió mal con la métrica, por favor, inténtelo de nuevo.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'La métrica se ha eliminado y no se mostrará más en tu página de estado.',
|
||||
'failure' => 'The metric could not be deleted, please try again.',
|
||||
'failure' => 'La métrica no pudo ser eliminada, por favor, inténtelo de nuevo.',
|
||||
],
|
||||
],
|
||||
// Subscribers
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Abonnenten',
|
||||
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
|
||||
'description' => 'Los suscriptores recibirán actualizaciones por correo electrónico cuando se creen incidentes o se actualicen componentes.',
|
||||
'verified' => 'Verifiziert',
|
||||
'not_verified' => 'Nicht verifiziert',
|
||||
'subscriber' => ':email, subscribed :date',
|
||||
'no_subscriptions' => 'Subscribed to all updates',
|
||||
'subscriber' => ':email, suscrito :date',
|
||||
'no_subscriptions' => 'Suscrito a todas las actualizaciones',
|
||||
'add' => [
|
||||
'title' => 'Einen neuen Abonnenten hinzufügen',
|
||||
'success' => 'Abonnent hinzugefügt.',
|
||||
'failure' => 'Something went wrong adding the subscriber, please try again.',
|
||||
'failure' => 'Algo salió mal al agregar el suscriptor, por favor, inténtelo de nuevo.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Abonnent aktualisieren',
|
||||
'success' => 'Abonnent aktualisiert.',
|
||||
'failure' => 'Something went wrong editing the subscriber, please try again.',
|
||||
'failure' => 'Algo salió mal al editar el suscriptor, por favor, inténtelo de nuevo.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -166,22 +166,22 @@ return [
|
||||
'description' => 'Teammitglieder werden die Möglichkeit haben, Komponente sowie Vorfälle hinzuzufügen und zu verändern.',
|
||||
'add' => [
|
||||
'title' => 'Neues Teammitglied hinzufügen',
|
||||
'success' => 'Team member added.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
'success' => 'Miembro del equipo agregado.',
|
||||
'failure' => 'No se pudo agregar el miembro del equipo, por favor vuelva a intentarlo.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Profil aktualisieren',
|
||||
'success' => 'Profile updated.',
|
||||
'failure' => 'Something went wrong updating the profile, please try again.',
|
||||
'success' => 'Perfil actualizado.',
|
||||
'failure' => 'Algo salió mal actualizando el perfil, por favor intente de nuevo.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Benutzer aktualisiert.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
'failure' => 'No se pudo agregar el miembro del equipo, por favor vuelva a intentarlo.',
|
||||
],
|
||||
'invite' => [
|
||||
'title' => 'Invitar a un nuevo miembro al equipo',
|
||||
'success' => 'Se ha enviado una invitación',
|
||||
'failure' => 'The invite could not be sent, please try again.',
|
||||
'failure' => 'La invitación no pudo ser enviada, por favor intente de nuevo.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -200,9 +200,9 @@ return [
|
||||
'localization' => 'Localization',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => 'Customization',
|
||||
'header' => 'Custom Header HTML',
|
||||
'footer' => 'Custom Footer HTML',
|
||||
'customization' => 'Personalización',
|
||||
'header' => 'Cabecera HTML personalizada',
|
||||
'footer' => 'Pie HTML personalizado',
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'Sicherheit',
|
||||
@@ -244,7 +244,7 @@ return [
|
||||
'welcome' => [
|
||||
'welcome' => 'Bienvenido a tu página de estado!',
|
||||
'message' => 'Ihre Statusseite ist fast fertig! Vielleicht möchten Sie diese zusätzlichen Einstellungen konfigurieren',
|
||||
'close' => 'Take me straight to my dashboard',
|
||||
'close' => 'Llévame directamente a mi dashboard',
|
||||
'steps' => [
|
||||
'component' => 'Komponenten erstellen',
|
||||
'incident' => 'Vorfälle erstellen',
|
||||
|
||||
@@ -46,7 +46,7 @@ return [
|
||||
'scheduled_at' => 'Für wann ist die Wartung geplant?',
|
||||
'incident_time' => 'Wann ist dieser Vorfall aufgetreten?',
|
||||
'notify_subscribers' => 'Abonnenten benachrichtigen',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'visibility' => 'Visibilidad del incidente',
|
||||
'public' => 'Öffentlich sichtbar',
|
||||
'logged_in_only' => 'Nur für angemeldete Benutzer sichtbar',
|
||||
'templates' => [
|
||||
@@ -69,10 +69,10 @@ return [
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Nombre',
|
||||
'collapsing' => 'Choose visibility of the group',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'collapsing' => 'Elegir la visibilidad del grupo',
|
||||
'visible' => 'Siempre expandido',
|
||||
'collapsed' => 'Contraer el grupo por defecto',
|
||||
'collapsed_incident' => 'Contraer el grupo, pero ampliar si hay problemas',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -104,8 +104,8 @@ return [
|
||||
'display-graphs' => 'Graphen auf der Statusseite anzeigen?',
|
||||
'about-this-page' => 'Über diese Seite',
|
||||
'days-of-incidents' => 'Wie viele Tage mit Vorfällen sollen gezeigt werden?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .',
|
||||
'banner' => 'Imagen del banner',
|
||||
'banner-help' => "Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .",
|
||||
'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -125,15 +125,15 @@ return [
|
||||
'allowed-domains-help' => 'Durch Kommata trennen. Die oben genannte Domain ist standardmäßig erlaubt.',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
'custom-css' => 'Hoja de estilo personalizada',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Background Color',
|
||||
'background-color' => 'Color de fondo',
|
||||
'background-fills' => 'Relleno del fondo (componentes, incidentes, pie)',
|
||||
'banner-background-color' => 'Banner Background Color',
|
||||
'banner-padding' => 'Banner Padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'text-color' => 'Text Color',
|
||||
'text-color' => 'Color del texto',
|
||||
'dashboard-login' => '¿Mostrar el botón de Panel de Control en el pie?',
|
||||
'reds' => 'Rojo (usado para errores)',
|
||||
'blues' => 'Azul (usado para información)',
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'آخرین بروز رسانی :timestamp',
|
||||
'status' => [
|
||||
1 => 'Operational',
|
||||
2 => 'Performance Issues',
|
||||
3 => 'Partial Outage',
|
||||
4 => 'Major Outage',
|
||||
1 => 'عملیاتی',
|
||||
2 => 'مسائل مربوط به عملکرد',
|
||||
3 => 'قطعی جزیی',
|
||||
4 => 'قطعی بزرگ',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
@@ -26,18 +26,18 @@ return [
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'previous_week' => 'Previous Week',
|
||||
'next_week' => 'Next Week',
|
||||
'none' => 'هیچ حادثه ای گزارش نشده است',
|
||||
'past' => 'حوادث گذشته',
|
||||
'previous_week' => 'هفته گذشته',
|
||||
'next_week' => 'هفته ی آتی',
|
||||
'scheduled' => 'Scheduled Maintenance',
|
||||
'scheduled_at' => ', scheduled :timestamp',
|
||||
'scheduled_at' => '، برنامه ریزی شده :timestamp',
|
||||
'status' => [
|
||||
0 => 'Scheduled', // TODO: Hopefully remove this.
|
||||
1 => 'Investigating',
|
||||
2 => 'Identified',
|
||||
3 => 'Watching',
|
||||
4 => 'Fixed',
|
||||
0 => 'برنامه ریزی شده', // TODO: Hopefully remove this.
|
||||
1 => 'در دست بررسی',
|
||||
2 => 'شناسایی شده',
|
||||
3 => 'در دست بررسی تغييرات',
|
||||
4 => 'برطرف شده',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -56,10 +56,10 @@ return [
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => 'Last Hour',
|
||||
'hourly' => 'Last 12 Hours',
|
||||
'weekly' => 'Week',
|
||||
'monthly' => 'Month',
|
||||
'last_hour' => 'ساعت گذشته',
|
||||
'hourly' => '12 ساعت گذشته',
|
||||
'weekly' => 'هفته',
|
||||
'monthly' => 'ماه',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -116,11 +116,11 @@ return [
|
||||
],
|
||||
|
||||
'signup' => [
|
||||
'title' => 'Sign Up',
|
||||
'title' => 'نامنویسی',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'success' => 'Your account has been created.',
|
||||
'success' => 'حساب کاربری شما ایجاد گردید.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
],
|
||||
|
||||
@@ -130,7 +130,7 @@ return [
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'Close',
|
||||
'close' => 'بستن',
|
||||
'subscribe' => [
|
||||
'title' => 'Subscribe to component updates',
|
||||
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
|
||||
@@ -139,11 +139,12 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'خانه',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'about_this_site' => 'درباره این سایت',
|
||||
'rss-feed' => 'خوراک (RSS)',
|
||||
'atom-feed' => 'خوراک (Atom)',
|
||||
'feed' => 'Status Feed',
|
||||
|
||||
];
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
return [
|
||||
|
||||
'dashboard' => 'Dashboard',
|
||||
'dashboard' => 'داشبورد',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
@@ -215,21 +215,21 @@ return [
|
||||
'theme' => 'Theme',
|
||||
],
|
||||
'edit' => [
|
||||
'success' => 'Settings saved.',
|
||||
'success' => 'تنظیمات ذخیره گردید.',
|
||||
'failure' => 'Settings could not be saved.',
|
||||
],
|
||||
],
|
||||
|
||||
// Login
|
||||
'login' => [
|
||||
'login' => 'Login',
|
||||
'login' => 'ورود به سیستم',
|
||||
'logged_in' => 'You\'re logged in.',
|
||||
'welcome' => 'Welcome Back!',
|
||||
'two-factor' => 'Please enter your token.',
|
||||
],
|
||||
|
||||
// Sidebar footer
|
||||
'help' => 'Help',
|
||||
'help' => 'راهنما',
|
||||
'status_page' => 'Status Page',
|
||||
'logout' => 'Logout',
|
||||
|
||||
|
||||
@@ -177,7 +177,7 @@ return [
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'signup' => 'نامنویسی',
|
||||
|
||||
// Other
|
||||
'optional' => '* Optional',
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Viimeksi päivitetty :timestamp',
|
||||
'status' => [
|
||||
1 => 'Toiminnassa',
|
||||
2 => 'Suorituskykyyn liittyviä ongelmia',
|
||||
@@ -20,7 +20,7 @@ return [
|
||||
4 => 'Merkittävä katkos',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
'other' => 'Muut komponentit',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -100,7 +100,7 @@ return [
|
||||
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name',
|
||||
'html-preheader' => 'Component Update from :app_name',
|
||||
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>',
|
||||
'tooltip-title' => 'Subscribe to notifications for :component_name.',
|
||||
'tooltip-title' => 'Tilata ilmoitukset: component_name.',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -133,12 +133,13 @@ return [
|
||||
'close' => 'Sulje',
|
||||
'subscribe' => [
|
||||
'title' => 'Tilaa sähköpostiin ilmoituksia komponenttien tilasta',
|
||||
'body' => 'Anna sähköpostiosoitteesi tilataaksesi ilmoituksia tästä komponentista. Jos olet aikaisemmin jo tilannut, saat jo tästä komponentistä sähköpostiilmoituksia.',
|
||||
'body' => 'Kirjoita sähköpostiosoitteesi tilaaksesi päivitykset tästä komponetista. Jos olet jo tilaaja, saat jo sähköposti ilmoituksia tästä komponetista.',
|
||||
'button' => 'Tilaa',
|
||||
],
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Pysy ajan tasalla tilaamalla uusimmat päivitykset :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'Tietoa sivustosta',
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Dernière mise à jour :timestamp',
|
||||
'status' => [
|
||||
1 => 'Opérationnel',
|
||||
2 => 'Problèmes de performances',
|
||||
@@ -20,7 +20,7 @@ return [
|
||||
4 => 'Panne majeure',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
'other' => 'Autres composants',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -68,14 +68,14 @@ return [
|
||||
'subscribe' => 'Abonnez-vous pour obtenir les dernières mises à jour.',
|
||||
'button' => 'S\'abonner',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.',
|
||||
'my_subscriptions' => 'Vous êtes actuellement abonné aux mises à jour suivantes.',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'S\'abonner aux notifications par email.',
|
||||
'subscribed' => 'Vous êtes abonné aux notifications par email, veuillez vérifier votre messagerie pour confirmer votre adresse.',
|
||||
'verified' => 'Votre abonnement aux notifications par email a été confirmé. Merci !',
|
||||
'manage' => 'Manage your subscription.',
|
||||
'manage' => 'Gérer vos abonnements.',
|
||||
'unsubscribe' => 'Désinscription des mises à jour par courriel.',
|
||||
'unsubscribed' => 'Votre abonnement aux notifications par email a été annulé.',
|
||||
'failure' => 'Une erreur est survenue lors de l\'abonnement.',
|
||||
@@ -140,7 +140,8 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'home' => 'Accueil',
|
||||
'description' => 'Restez à jour avec les dernières mises à jour de :app.',
|
||||
'powered_by' => ':app Page de statut est propulsé par <a href="https://cachethq.io">Cachet</a>.',
|
||||
'about_this_site' => 'À propos du site',
|
||||
'rss-feed' => 'RSS',
|
||||
|
||||
@@ -22,17 +22,17 @@ return [
|
||||
'incident-templates' => 'Modèles d\'incident',
|
||||
'add' => [
|
||||
'title' => 'Ajouter un incident',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
'success' => 'Incident ajouté.',
|
||||
'failure' => 'Une erreur s\'est produite en ajoutant l\'incident, veuillez réessayer.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modifier un incident',
|
||||
'success' => 'Incident mis à jour.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
'failure' => 'Une erreur s\'est produite en modifiant l\'incident, veuillez réessayer.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'L\'incident a été supprimé et ne sera pas affiché sur votre page de statut.',
|
||||
'failure' => 'The incident could not be deleted, please try again.',
|
||||
'failure' => 'L\'incident n\'a pas pu être supprimé. Veuillez réessayer.',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
@@ -41,17 +41,17 @@ return [
|
||||
'add' => [
|
||||
'title' => 'Créer un modèle d\'incident',
|
||||
'message' => 'Vous devriez ajouter un modèle d\'incident.',
|
||||
'success' => 'Your new incident template has been created.',
|
||||
'failure' => 'Something went wrong with the incident template.',
|
||||
'success' => 'Votre nouveau modèle d\'incident a été créé.',
|
||||
'failure' => 'Une erreur est survenue avec le modèle d\'incident.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Éditer le modèle',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
'success' => 'Le modèle d\'incident a été mis à jour.',
|
||||
'failure' => 'Une erreur est survenue lors de la mise à jour du modèle d\'incident',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Le modèle d\'incident a été supprimé.',
|
||||
'failure' => 'The incident template could not be deleted, please try again.',
|
||||
'failure' => 'Le modèle d\'incident n\'a pas pu être supprimé. Veuillez réessayer.',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -62,18 +62,18 @@ return [
|
||||
'logged' => '{0} Aucune maintenance en cours, félicitations.|Vous avez une maintenance planifiée.|Vous avez <strong>:count</strong> maintenances planifiées.',
|
||||
'scheduled_at' => 'Planifiée à :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
'success' => 'Schedule added.',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
'title' => 'Ajouter une maintenance planifiée',
|
||||
'success' => 'Planification ajoutée.',
|
||||
'failure' => 'Une erreur est survenue lors de l\'ajout de la planification, veuillez réessayer.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Scheduled Maintenance',
|
||||
'success' => 'Schedule has been updated!',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => 'Modifier la maintenance planifiée',
|
||||
'success' => 'La planification a été mise à jour !',
|
||||
'failure' => 'Une erreur est survenue lors de l\'édition de la planification.',
|
||||
],
|
||||
'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' => 'La planification a été supprimée et ne sera pas affichée sur votre page de statut.',
|
||||
'failure' => 'La maintenance planifiée n\'a pas pu être supprimée. Veuillez réessayer.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -85,17 +85,17 @@ return [
|
||||
'add' => [
|
||||
'title' => 'Ajouter un composant',
|
||||
'message' => 'Vous devez ajouter un composant.',
|
||||
'success' => 'Component created.',
|
||||
'failure' => 'Something went wrong with the component, please try again.',
|
||||
'success' => 'Composant créé.',
|
||||
'failure' => 'Un problème est survenu avec le composant. Veuillez réessayer.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modifier un composant',
|
||||
'success' => 'Component updated.',
|
||||
'failure' => 'Something went wrong with the component, please try again.',
|
||||
'success' => 'Composant mis à jour.',
|
||||
'failure' => 'Un problème est survenu avec le composant. Veuillez réessayer.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Le composant a été supprimé !',
|
||||
'failure' => 'The component could not be deleted, please try again.',
|
||||
'failure' => 'Le composant n\'a pas pu être supprimé. Veuillez réessayer.',
|
||||
],
|
||||
|
||||
// Component groups
|
||||
@@ -104,17 +104,17 @@ return [
|
||||
'no_components' => 'Vous devez ajouter un groupe de composants.',
|
||||
'add' => [
|
||||
'title' => 'Ajouter un groupe de composants',
|
||||
'success' => 'Component group added.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
'success' => 'Groupe de composants ajouté.',
|
||||
'failure' => 'Un problème est survenu avec le groupe de composants. Veuillez réessayer.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modifier un groupe de composants',
|
||||
'success' => 'Component group updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
'success' => 'Groupe de composants mis à jour.',
|
||||
'failure' => 'Un problème est survenu avec le groupe de composants. Veuillez réessayer.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Le groupe de composants a été supprimé !',
|
||||
'failure' => 'The component group could not be deleted, please try again.',
|
||||
'failure' => 'Le groupe de composants n\'a pas pu être supprimé. Veuillez réessayer.',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -125,36 +125,36 @@ return [
|
||||
'add' => [
|
||||
'title' => 'Créer une métrique',
|
||||
'message' => 'Vous devez ajouter un indicateur.',
|
||||
'success' => 'Metric created.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
'success' => 'Indicateur créé.',
|
||||
'failure' => 'Une erreur est survenue avec l\'indicateur. Veuillez réessayer.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modifier une métrique',
|
||||
'success' => 'Metric updated.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
'success' => 'Indicateur mise à jour.',
|
||||
'failure' => 'Une erreur est survenue avec l\'indicateur. Veuillez réessayer.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'La métrique a été supprimé et ne sera plus visible sur votre page de statut.',
|
||||
'failure' => 'The metric could not be deleted, please try again.',
|
||||
'failure' => 'L\'indicateur n\'a pas pu être supprimé. Veuillez réessayer.',
|
||||
],
|
||||
],
|
||||
// Subscribers
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Abonnés',
|
||||
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
|
||||
'description' => 'Les abonnés recevront des notifications par e-mail lorsque des incidents sont créés ou des composants sont mis à jour.',
|
||||
'verified' => 'Vérifié',
|
||||
'not_verified' => 'Non vérifié',
|
||||
'subscriber' => ':email, subscribed :date',
|
||||
'no_subscriptions' => 'Subscribed to all updates',
|
||||
'subscriber' => ':email, abonné à :date',
|
||||
'no_subscriptions' => 'Souscrire à toutes les mises à jour',
|
||||
'add' => [
|
||||
'title' => 'Ajouter un abonné',
|
||||
'success' => 'L\'abonné a été ajouté !',
|
||||
'failure' => 'Something went wrong adding the subscriber, please try again.',
|
||||
'failure' => 'Une erreur s\'est produite lors de l\'ajout de l\'abonné. Veuillez réessayer.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Mettre à jour l\'abonné',
|
||||
'success' => 'L\'abonné a été mis à jour !',
|
||||
'failure' => 'Something went wrong editing the subscriber, please try again.',
|
||||
'failure' => 'Une erreur s\'est produite lors de la modification de l\'abonné. Veuillez réessayer.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -166,22 +166,22 @@ return [
|
||||
'description' => 'Les membres de l\'équipe pourront ajouter & modifier les composants et les incidents.',
|
||||
'add' => [
|
||||
'title' => 'Ajouter un nouveau membre de l\'équipe',
|
||||
'success' => 'Team member added.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
'success' => 'Membre de l\'équipe a ajouté.',
|
||||
'failure' => 'Le membre de l\'équipe n\'a pas pu être ajouté. Veuillez réessayer.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Mettre le profil à jour',
|
||||
'success' => 'Profile updated.',
|
||||
'failure' => 'Something went wrong updating the profile, please try again.',
|
||||
'success' => 'Profil mis à jour.',
|
||||
'failure' => 'Une erreur s\'est produite lors de la mise à jour du profil. Veuillez réessayer.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Le membre de l\'équipe a été supprimé et n\'aura plus l\'accès au tableau de bord !',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
'failure' => 'Le membre de l\'équipe n\'a pas pu être ajouté. Veuillez réessayer.',
|
||||
],
|
||||
'invite' => [
|
||||
'title' => 'Inviter un nouveau membre de l\'équipe',
|
||||
'success' => 'Nouveau membre invité.',
|
||||
'failure' => 'The invite could not be sent, please try again.',
|
||||
'failure' => 'L\'invitation n\'a pas pu être envoyé. Veuillez réessayer.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -200,9 +200,9 @@ return [
|
||||
'localization' => 'Localisation',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => 'Customization',
|
||||
'header' => 'Custom Header HTML',
|
||||
'footer' => 'Custom Footer HTML',
|
||||
'customization' => 'Personnalisation',
|
||||
'header' => 'Entête HTML personnalisé',
|
||||
'footer' => 'Pied de page HTML personnalisé',
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'Sécurité',
|
||||
@@ -244,7 +244,7 @@ return [
|
||||
'welcome' => [
|
||||
'welcome' => 'Bienvenue sur votre page de statut !',
|
||||
'message' => 'Votre page de statut est presque prête ! Vous voudrez peut-être configurer ces paramètres supplémentaires',
|
||||
'close' => 'Take me straight to my dashboard',
|
||||
'close' => 'Aller directement à mon tableau de bord',
|
||||
'steps' => [
|
||||
'component' => 'Créer des composants',
|
||||
'incident' => 'Créer des incidents',
|
||||
|
||||
@@ -46,7 +46,7 @@ return [
|
||||
'scheduled_at' => 'Quand planifier la maintenance ?',
|
||||
'incident_time' => 'Quand s\'est produit cet incident ?',
|
||||
'notify_subscribers' => 'Notifier les abonnés ?',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'visibility' => 'Visibilité de l\'incident',
|
||||
'public' => 'Visible par le public',
|
||||
'logged_in_only' => 'Uniquement visible par les utilisateurs enregistrés',
|
||||
'templates' => [
|
||||
@@ -69,10 +69,10 @@ return [
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Nom',
|
||||
'collapsing' => 'Choose visibility of the group',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'collapsing' => 'Choisir la visibilité du groupe',
|
||||
'visible' => 'Toujours déplier',
|
||||
'collapsed' => 'Réduire le groupe par défaut',
|
||||
'collapsed_incident' => 'Réduire le groupe par défaut, mais déplier s\'il y a des incidents',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -104,8 +104,8 @@ return [
|
||||
'display-graphs' => 'Afficher les graphiques sur la page de statut ?',
|
||||
'about-this-page' => 'À propos de cette page',
|
||||
'days-of-incidents' => 'Combien de jours d\'incidents à montrer ?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => 'Il est recommandé de téléchargez un fichier ne dépassant pas 930px de large .',
|
||||
'banner' => 'Image d\'en-tête',
|
||||
'banner-help' => "Il est recommandé de téléchargez un fichier ne dépassant pas 930px de large .",
|
||||
'subscribers' => 'Permettre aux personnes de s\'inscrire aux notifications par e-mail ?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -125,15 +125,15 @@ return [
|
||||
'allowed-domains-help' => 'Séparés par des virgules. Le domaine défini ci-dessus est automatiquement autorisé par défaut.',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
'custom-css' => 'Feuille de style personnalisée',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Background Color',
|
||||
'background-color' => 'Couleur de fond',
|
||||
'background-fills' => 'Couleur de remplissage de l\'arrière-plan (composants, incidents, pied de page)',
|
||||
'banner-background-color' => 'Couleur d\'arrière-plan de l\'en-tête',
|
||||
'banner-padding' => 'Marge de l\'en-tête',
|
||||
'fullwidth-banner' => 'Activer l\'en-tête en pleine largeur ?',
|
||||
'text-color' => 'Text Color',
|
||||
'text-color' => 'Couleur du texte',
|
||||
'dashboard-login' => 'Afficher le bouton "Tableau de bord" dans le pied de page ?',
|
||||
'reds' => 'Rouge (utilisé pour les erreurs)',
|
||||
'blues' => 'Bleu (utilisé pour les informations)',
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
|
||||
@@ -140,6 +140,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => 'Halaman Status :app dibuat dengan <a href="https://cachethq.io">Cachet</a>.',
|
||||
'about_this_site' => 'Tentang situs ini',
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => 'Tentang halaman ini',
|
||||
'days-of-incidents' => 'Berapa hari insiden akan ditampilkan?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => 'Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.',
|
||||
'banner-help' => "Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.",
|
||||
'subscribers' => 'Bolehkan pengunjung mendaftar notifikasi email?',
|
||||
],
|
||||
'analytics' => [
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Ultimo aggiornamento :timestamp',
|
||||
'status' => [
|
||||
1 => 'Operativo',
|
||||
2 => 'Problemi sulle prestazioni',
|
||||
@@ -27,7 +27,7 @@ return [
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'Nessun incidente segnalato',
|
||||
'past' => 'Past Incidents',
|
||||
'past' => 'Problemi passati',
|
||||
'previous_week' => 'Settimana Precedente',
|
||||
'next_week' => 'Prossima Settimana',
|
||||
'scheduled' => 'Manutenzione programmata',
|
||||
@@ -43,9 +43,9 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
|
||||
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
|
||||
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
|
||||
'good' => '[0,1] Sistema operativo|[2,Inf] Tutti i sistemi sono operativi',
|
||||
'bad' => '[0,1] Il sistema al momento presenta problemi|[2,Inf] Alcuni sistemi presentano problemi',
|
||||
'major' => '[0,1] Il servizio presenta presenta un grave problema|[2,Inf] Alcuni sistemi presentano un grave problema',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -65,30 +65,30 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Subscribe to get the most recent updates',
|
||||
'subscribe' => 'Iscriviti per ricevere gli aggiornamenti più recenti',
|
||||
'button' => 'Iscriviti',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'no_subscriptions' => 'Sei attualmente iscritto a tutti gli aggiornamenti.',
|
||||
'my_subscriptions' => 'Sei attualmente iscritto ai seguenti suggerimenti.',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Iscriviti agli aggiornamenti via email.',
|
||||
'subscribed' => 'Ti sei appena iscritto agli aggiornamenti email, controlla la tua casella per confermare la sottoscrizione',
|
||||
'verified' => 'La tua iscrizione è stata confermata. Grazie!',
|
||||
'manage' => 'Manage your subscription.',
|
||||
'unsubscribe' => 'Unsubscribe from email updates.',
|
||||
'manage' => 'Gestisci il tuo abbonamento.',
|
||||
'unsubscribe' => 'Annulla l\'iscrizione agli aggiornamenti email.',
|
||||
'unsubscribed' => 'La tua iscrizione è stata rimossa.',
|
||||
'failure' => 'Qualcosa è andato storto con l\'iscrizione.',
|
||||
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
|
||||
'already-subscribed' => 'Non è possibile iscrivere :email perchè risulta già iscritto.',
|
||||
'verify' => [
|
||||
'text' => "Conferma la sottoscrizione email per gli aggiornamento di stato su :app_name \n:link\nGrazie, :app_name",
|
||||
'html-preheader' => 'Conferma la sottoscrizione email per gli aggiornamento di stato su :app_name',
|
||||
'html' => '<p>Please confirm your email subscription to :app_name status updates.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>',
|
||||
'html' => '<p>Si prega di confermare l\'iscrizione dell\'email agli aggiornamenti di stato di :app_name.</p><p><a href=":link">:link</a></p><p>Grazie, :app_name</p>',
|
||||
],
|
||||
'maintenance' => [
|
||||
'text' => "Una nuova manutenzione programmata è stata inserita su :app_name.\nGrazie, :app_name",
|
||||
'html-preheader' => 'Una nuova manutenzione programmata è stata inserita su :app_name.',
|
||||
'html' => '<p>New maintenance has been scheduled on :app_name.</p>',
|
||||
'html' => '<p>Un nuovo intervento di manutenzione è stato pianficato su :app_name.</p>',
|
||||
],
|
||||
'incident' => [
|
||||
'text' => "Un nuovo incidente è stato segnalato su :app_name.\nGrazie, :app_name",
|
||||
@@ -96,11 +96,11 @@ return [
|
||||
'html' => '<p>Un nuovo incidente è stato segnalato su :app_name.</p><p>Grazie, :app_name</p>',
|
||||
],
|
||||
'component' => [
|
||||
'subject' => 'Component Status Update',
|
||||
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name',
|
||||
'html-preheader' => 'Component Update from :app_name',
|
||||
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>',
|
||||
'tooltip-title' => 'Subscribe to notifications for :component_name.',
|
||||
'subject' => 'Aggiornamento di stato del componente',
|
||||
'text' => 'Lo stato del componente: nome_componente è cambiato. Il nuovo stato del componente è :component_human_status.\nGrazie,: app_name',
|
||||
'html-preheader' => 'Aggiornamento del componente di :app_name',
|
||||
'html' => '<p>Lo stato del componente: nome_componente è cambiato. Il nuovo stato del componente è :component_human_status.</p><p>Grazie, :app_name</p>',
|
||||
'tooltip-title' => 'Iscriviti alle notifiche di :component_name.',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -108,9 +108,9 @@ return [
|
||||
'users' => [
|
||||
'email' => [
|
||||
'invite' => [
|
||||
'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name",
|
||||
'html-preheader' => 'You have been invited to the team :app_name.',
|
||||
'html' => '<p>You have been invited to the team :app_name status page, to sign up follow the next link.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>',
|
||||
'text' => "Sei stato invitato nel team :app_name status page, per iscriverti segui il prossimo link.\n:link\nGrazie, :app_name",
|
||||
'html-preheader' => 'Sei stato invitato nel team :app_name.',
|
||||
'html' => '<p>Sei stato invitato nel team :app_name status page, per iscriverti segui il prossimo link.</p><p><a href=":link">:link</a></p><p>Grazie, :app_name</p>',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -120,28 +120,29 @@ return [
|
||||
'username' => 'Nome Utente',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'success' => 'Your account has been created.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
'success' => 'Il tuo account è stato creato.',
|
||||
'failure' => 'Qualcosa non ha funzionato durante la procedura d\'iscrizione.',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
|
||||
'update' => 'E\' disponibile una nuova versione di Cachet. Scopri come fare <a href="https://docs.cachethq.io/docs/updating-cachet">qui</a>!',
|
||||
],
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'Chiudi',
|
||||
'subscribe' => [
|
||||
'title' => 'Subscribe to component updates',
|
||||
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
|
||||
'title' => 'Iscriviti agli aggiornamenti dei componenti',
|
||||
'body' => 'Inserisci il tuo indirizzo e-mail per iscriverti agli aggiornamenti di questo componente. Se sei già iscritto, riceverai già email relative a questo componente.',
|
||||
'button' => 'Iscriviti',
|
||||
],
|
||||
],
|
||||
|
||||
// Other
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
'home' => 'Home',
|
||||
'description' => 'Resta informato sugli ultimi aggiornamenti dei servizi di :app.',
|
||||
'powered_by' => ':app Status Page è stata realizzata con <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'Informazioni sul sito',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'feed' => 'Status Feed',
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'このサイトについて',
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => 'このページについて',
|
||||
'days-of-incidents' => '何日間のインシデントを表示しますか?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => '横幅が930px以内の画像をアップロードしてください。',
|
||||
'banner-help' => "横幅が930px以内の画像をアップロードしてください。",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
],
|
||||
'analytics' => [
|
||||
|
||||
@@ -140,6 +140,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io">Cachet</a>.',
|
||||
'about_this_site' => '이 사이트에 대해',
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => '이 페이지에 대하여',
|
||||
'days-of-incidents' => '몇 일 동안 사건을 표시하시겠습니까?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => '가로가 930 픽셀보다 작은 이미지를 업로드 하는 것을 권장합니다.',
|
||||
'banner-help' => "가로가 930 픽셀보다 작은 이미지를 업로드 하는 것을 권장합니다.",
|
||||
'subscribers' => '이메일 알림을 받기 위한 회원가입 허용',
|
||||
],
|
||||
'analytics' => [
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Laatst bijgewerkt :timestamp',
|
||||
'status' => [
|
||||
1 => 'Operationeel',
|
||||
2 => 'Prestatieproblemen',
|
||||
@@ -20,7 +20,7 @@ return [
|
||||
4 => 'Grote Storing',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
'other' => 'Andere componenten',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -68,14 +68,14 @@ return [
|
||||
'subscribe' => 'Abonneer voor de meest recente updates',
|
||||
'button' => 'Abonneren',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'no_subscriptions' => 'Je bent momenteel geabonneerd op alle updates.',
|
||||
'my_subscriptions' => 'Je bent momenteel geabonneerd op de volgende updates.',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Abonneren op e-mail updates.',
|
||||
'subscribed' => 'U bent geabonneerd op e-mail notificaties, controleer uw e-mail om uw abonnement te bevestigen.',
|
||||
'verified' => 'Uw e-mail abonnement is bevestigd. Bedankt!',
|
||||
'manage' => 'Manage your subscription.',
|
||||
'manage' => 'Beheer je abonnement.',
|
||||
'unsubscribe' => 'Afmelden voor e-mail updates.',
|
||||
'unsubscribed' => 'Uw e-mail abonnement is opgezegd.',
|
||||
'failure' => 'Er ging iets fout tijdens het aanmelden.',
|
||||
@@ -139,7 +139,8 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'home' => 'Home',
|
||||
'description' => 'Blijf op de hoogte van de laatste service updates over :app.',
|
||||
'powered_by' => ':app Status pagina word mogelijk gemaakt door <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'Over deze website',
|
||||
'rss-feed' => 'RSS',
|
||||
|
||||
@@ -22,17 +22,17 @@ return [
|
||||
'incident-templates' => 'Incident Sjablonen',
|
||||
'add' => [
|
||||
'title' => 'Meld een incident',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
'success' => 'Incident toegevoegd.',
|
||||
'failure' => 'Er is een fout opgetreden tijdens het toevoegen van het incident, probeer het opnieuw.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Wijzig een incident',
|
||||
'success' => 'Incident bijgewerkt.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
'failure' => 'Er is een fout opgetreden bij het wijzigen van het incident, probeer het opnieuw.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Het incident is verwijderd en zal niet meer worden weergegeven op de statuspagina.',
|
||||
'failure' => 'The incident could not be deleted, please try again.',
|
||||
'failure' => 'Het incident kon niet worden verwijderd, probeer het opnieuw.',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
@@ -41,17 +41,17 @@ return [
|
||||
'add' => [
|
||||
'title' => 'Creëer een incident template',
|
||||
'message' => 'Voeg een incident template toe.',
|
||||
'success' => 'Your new incident template has been created.',
|
||||
'failure' => 'Something went wrong with the incident template.',
|
||||
'success' => 'Je nieuwe incident template is aangemaakt.',
|
||||
'failure' => 'Er is iets misgegaan met de incident template.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Wijzig template',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
'success' => 'De incident template is bijgewerkt.',
|
||||
'failure' => 'Er is een fout opgetreden bij het wijzigen van het incident template',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'De incident template is verwijderd.',
|
||||
'failure' => 'The incident template could not be deleted, please try again.',
|
||||
'failure' => 'De incident template kon niet worden verwijderd, probeer het opnieuw.',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -62,18 +62,18 @@ return [
|
||||
'logged' => '{0} Er zijn geen schema\'s, goed werk.|Je hebt één schema aangemaakt.|Je hebt <strong>:count</strong> schema\'s aangegeven.',
|
||||
'scheduled_at' => 'Gepland op :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
'success' => 'Schedule added.',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
'title' => 'Gepland onderhoud toevoegen',
|
||||
'success' => 'Planning toegevoegd.',
|
||||
'failure' => 'Er ging iets mis met het toevoegen van het geplande onderhoud, probeer het opnieuw.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Scheduled Maintenance',
|
||||
'success' => 'Schedule has been updated!',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => 'Gepland onderhoud bewerken',
|
||||
'success' => 'Planning is bijgewerkt!',
|
||||
'failure' => 'Er ging iets mis met het wijzigen van het geplande onderhoud, probeer het opnieuw.',
|
||||
],
|
||||
'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' => 'De planning is verwijderd en zal niet worden getoond op jouw statuspagina.',
|
||||
'failure' => 'De planning kon niet worden verwijderd, probeer het opnieuw.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -85,17 +85,17 @@ return [
|
||||
'add' => [
|
||||
'title' => 'Voeg een component toe',
|
||||
'message' => 'Gelieve een onderdeel toe te voegen.',
|
||||
'success' => 'Component created.',
|
||||
'failure' => 'Something went wrong with the component, please try again.',
|
||||
'success' => 'Component aangemaakt.',
|
||||
'failure' => 'Er ging iets mis met de component group, probeer het opnieuw.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Wijzig een component',
|
||||
'success' => 'Component updated.',
|
||||
'failure' => 'Something went wrong with the component, please try again.',
|
||||
'success' => 'Component bijgewerkt.',
|
||||
'failure' => 'Er ging iets mis met de component group, probeer het opnieuw.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Het component is verwijderd!',
|
||||
'failure' => 'The component could not be deleted, please try again.',
|
||||
'failure' => 'Het component kon niet worden verwijderd, probeer het opnieuw.',
|
||||
],
|
||||
|
||||
// Component groups
|
||||
@@ -104,17 +104,17 @@ return [
|
||||
'no_components' => 'U moet een componentgroep toevoegen.',
|
||||
'add' => [
|
||||
'title' => 'Componentgroep toevoegen',
|
||||
'success' => 'Component group added.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
'success' => 'Componentengroep toegevoegd.',
|
||||
'failure' => 'Er ging iets mis met de componentengroep, probeer het opnieuw.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Componentgroep bewerken',
|
||||
'success' => 'Component group updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
'success' => 'Componentengroep bijgewerkt.',
|
||||
'failure' => 'Er ging iets mis met de componentengroep, probeer het opnieuw.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'De component groep is verwijderd!',
|
||||
'failure' => 'The component group could not be deleted, please try again.',
|
||||
'failure' => 'De componentengroep kon niet worden verwijderd, probeer het opnieuw.',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -125,36 +125,36 @@ return [
|
||||
'add' => [
|
||||
'title' => 'Meting aanmaken',
|
||||
'message' => 'Voeg een meting toe.',
|
||||
'success' => 'Metric created.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
'success' => 'Meting aangemaakt.',
|
||||
'failure' => 'Er ging iets mis met de metingen, probeer het opnieuw.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Meting bewerken',
|
||||
'success' => 'Metric updated.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
'success' => 'Meting bijgewerkt.',
|
||||
'failure' => 'Er ging iets mis met de metingen, probeer het opnieuw.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'De meting is verwijderd en zal niet meer worden weergegeven op de statuspagina.',
|
||||
'failure' => 'The metric could not be deleted, please try again.',
|
||||
'failure' => 'De meting kon niet verwijderd worden, probeer het opnieuw.',
|
||||
],
|
||||
],
|
||||
// Subscribers
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Abonnees',
|
||||
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
|
||||
'description' => 'Abonnees ontvangen een email update wanneer er incidenten zijn gemaakt of componenten worden bijgewerkt.',
|
||||
'verified' => 'Geverifiëerd',
|
||||
'not_verified' => 'Niet geverifiëerd',
|
||||
'subscriber' => ':email, subscribed :date',
|
||||
'no_subscriptions' => 'Subscribed to all updates',
|
||||
'subscriber' => ':email, geabonneerd op :date',
|
||||
'no_subscriptions' => 'Geabonneerd op alle updates',
|
||||
'add' => [
|
||||
'title' => 'Voeg een nieuwe abonnee toe',
|
||||
'success' => 'Abonnee is toegevoegd!',
|
||||
'failure' => 'Something went wrong adding the subscriber, please try again.',
|
||||
'failure' => 'Er ging iets mis met het toevoegen van de abonnee, probeer het opnieuw.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Abonnee bijwerken',
|
||||
'success' => 'Abonnee is gewijzigd!',
|
||||
'failure' => 'Something went wrong editing the subscriber, please try again.',
|
||||
'failure' => 'Er ging iets verkeerd met bewerken van de abonnee, probeer het opnieuw.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -166,22 +166,22 @@ return [
|
||||
'description' => 'Teamleden zullen onderdelen en incidenten kunnen aanpassen & toevoegen.',
|
||||
'add' => [
|
||||
'title' => 'Voeg een nieuw teamlid toe',
|
||||
'success' => 'Team member added.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
'success' => 'Teamlid toegevoegd.',
|
||||
'failure' => 'Het teamlid kon niet worden toegevoegd, probeer het opnieuw.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Profiel bijwerken',
|
||||
'success' => 'Profile updated.',
|
||||
'failure' => 'Something went wrong updating the profile, please try again.',
|
||||
'success' => 'Profiel bijgewerkt.',
|
||||
'failure' => 'Er ging iets mis met het bijwerken van het profiel, probeer het opnieuw.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Het teamlid is verwijderd en heeft geen toegang meer tot het dashboard!',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
'failure' => 'Het teamlid kon niet worden toegevoegd, probeer het opnieuw.',
|
||||
],
|
||||
'invite' => [
|
||||
'title' => 'Nodig een nieuw teamlid uit',
|
||||
'success' => 'De uitnodiging is verzonden',
|
||||
'failure' => 'The invite could not be sent, please try again.',
|
||||
'failure' => 'De uitnodiging kon niet verzonden worden, probeer het opnieuw.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -200,9 +200,9 @@ return [
|
||||
'localization' => 'Lokalisatie',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => 'Customization',
|
||||
'header' => 'Custom Header HTML',
|
||||
'footer' => 'Custom Footer HTML',
|
||||
'customization' => 'Aanpassing',
|
||||
'header' => 'Aangepaste Header HTML',
|
||||
'footer' => 'Aangepaste voettekst HTML',
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'Beveiliging',
|
||||
@@ -244,7 +244,7 @@ return [
|
||||
'welcome' => [
|
||||
'welcome' => 'Welkom op je statuspagina!',
|
||||
'message' => 'Uw statuspagina is bijna klaar! U kunt deze extra instellingen configureren',
|
||||
'close' => 'Take me straight to my dashboard',
|
||||
'close' => 'Stuur me direct naar mijn dashboard',
|
||||
'steps' => [
|
||||
'component' => 'Onderdelen maken',
|
||||
'incident' => 'Incidenten aanmaken',
|
||||
|
||||
@@ -46,7 +46,7 @@ return [
|
||||
'scheduled_at' => 'Voor wanneer is het onderhoud gepland?',
|
||||
'incident_time' => 'Wanneer heeft dit incident plaatsgevonden?',
|
||||
'notify_subscribers' => 'Houd abonnees op de hoogte?',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'visibility' => 'Incident Zichtbaarheid',
|
||||
'public' => 'Zichtbaar voor publiek',
|
||||
'logged_in_only' => 'Alleen zichtbaar voor ingelogde gebruikers',
|
||||
'templates' => [
|
||||
@@ -69,10 +69,10 @@ return [
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Naam',
|
||||
'collapsing' => 'Choose visibility of the group',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'collapsing' => 'Kies de zichtbaarheid van de groep',
|
||||
'visible' => 'Altijd uitgevouwen',
|
||||
'collapsed' => 'Vouw de groep standaard samen',
|
||||
'collapsed_incident' => 'De groep samenvouwen, maar uitklappen als er problemen zijn.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -104,8 +104,8 @@ return [
|
||||
'display-graphs' => 'Grafieken tonen op statuspagina?',
|
||||
'about-this-page' => 'Over deze pagina',
|
||||
'days-of-incidents' => 'Hoeveel dagen moeten incidenten getoond worden?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => 'Het wordt aanbevolen dat u geen bestanden upload die breeder zijn dan 930px.',
|
||||
'banner' => 'Banner afbeelding',
|
||||
'banner-help' => "Het wordt aanbevolen dat u geen bestanden upload die breeder zijn dan 930px.",
|
||||
'subscribers' => 'Bezoekers toestaan om te abonneren op e-mail notificaties?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -125,15 +125,15 @@ return [
|
||||
'allowed-domains-help' => 'Door komma\'s gescheiden. Het hierboven ingestelde domein is automatisch standaard toegelaten.',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
'custom-css' => 'Aangepaste Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Background Color',
|
||||
'background-color' => 'Achtergrondkleur',
|
||||
'background-fills' => 'Achtergrond opvulling (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner achtergrond kleur',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Volledige breedte van de banner aanzetten?',
|
||||
'text-color' => 'Text Color',
|
||||
'text-color' => 'Tekstkleur',
|
||||
'dashboard-login' => 'Laat dashboard knop zien in de footer?',
|
||||
'reds' => 'Rood (voor errors)',
|
||||
'blues' => 'Blauw (voor informatie)',
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => 'Om denne siden',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => 'Det anbefales at du ikke laster opp bilder bredere enn 930 piksler.',
|
||||
'banner-help' => "Det anbefales at du ikke laster opp bilder bredere enn 930 piksler.",
|
||||
'subscribers' => 'Tillatt brukere å melde seg inn for epostvarslinger?',
|
||||
],
|
||||
'analytics' => [
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Ostatnia aktualizacja :timestamp',
|
||||
'status' => [
|
||||
1 => 'Funktionsfähig',
|
||||
2 => 'Leistungsprobleme',
|
||||
@@ -20,13 +20,13 @@ return [
|
||||
4 => 'Schwerer Ausfall',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
'other' => 'Pozostałe komponenty',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'Brak incydentów',
|
||||
'none' => 'Brak zgłoszonych incydentów',
|
||||
'past' => 'Vergangene Vorfälle',
|
||||
'previous_week' => 'Vorherige Woche',
|
||||
'next_week' => 'Nächste Woche',
|
||||
@@ -43,9 +43,9 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
|
||||
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
|
||||
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
|
||||
'good' => '[0,1] System działa poprawnie|[2,Inf] Wszystkie systemy działają poprawnie',
|
||||
'bad' => '[0,1] W systemie obecnie występują problemy|[2,Inf] W niektórych systemach występują problemy',
|
||||
'major' => '[0,1] Usługa jest poważnie przeciążona|[2,Inf] Niektóre systemy są poważnie przeciążone',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -68,14 +68,14 @@ return [
|
||||
'subscribe' => 'Abonnieren Sie um die neuesten Updates zu erhalten.',
|
||||
'button' => 'Abonnieren',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'no_subscriptions' => 'Jesteś obecnie zapisany na wszystkie aktualizacje.',
|
||||
'my_subscriptions' => 'Jesteś obecnie zapisany na poniższe aktualizacje.',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
|
||||
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
|
||||
'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
|
||||
'manage' => 'Manage your subscription.',
|
||||
'manage' => 'Zarządzaj subskrypcją.',
|
||||
'unsubscribe' => 'Von E-Mail-Updates deabonnieren.',
|
||||
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde gekündigt.',
|
||||
'failure' => 'Etwas ist mit dem Abonnement schief gelaufen.',
|
||||
@@ -97,9 +97,9 @@ return [
|
||||
],
|
||||
'component' => [
|
||||
'subject' => 'Aktualizacje komponentu',
|
||||
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name',
|
||||
'text' => 'Komponent :component_name zmienił status. Aktualnie jest w :component_human_status.\nDziękujemy, :app_name',
|
||||
'html-preheader' => 'Aktualizacja komponentu z :app_name',
|
||||
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>',
|
||||
'html' => '<p>Komponent :component_name zmienił status. Aktualnie jest w :component_human_status.</p><p>Dziękujemy, :app_name</p>',
|
||||
'tooltip-title' => 'Subskrybuj powiadomienia dla :component_name.',
|
||||
],
|
||||
],
|
||||
@@ -139,7 +139,8 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'home' => 'Strona Główna',
|
||||
'description' => 'Bądź na bieżąco z aktualizacjami z :app.',
|
||||
'powered_by' => ':app Status-Seite betrieben mit <a href="https://cachethq.io">Cachet</a>.',
|
||||
'about_this_site' => 'Über diese Seite',
|
||||
'rss-feed' => 'RSS',
|
||||
|
||||
@@ -27,11 +27,11 @@ return [
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Username or Email',
|
||||
'login' => 'Nazwa użytkownika lub e-mail',
|
||||
'email' => 'E-Mail',
|
||||
'password' => 'Passwort',
|
||||
'2fauth' => 'Authentifizierungscode',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid' => 'Nieprawidłowa nazwa użytkownika lub hasło',
|
||||
'invalid-token' => 'Token ist ungültig',
|
||||
'cookies' => 'Sie müssen Cookies aktivieren um sich anzumelden.',
|
||||
],
|
||||
@@ -70,7 +70,7 @@ return [
|
||||
'groups' => [
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Choose visibility of the group',
|
||||
'visible' => 'Always expanded',
|
||||
'visible' => 'Zawsze rozwinięte',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
],
|
||||
@@ -87,8 +87,8 @@ return [
|
||||
'calc_type' => 'Berechnung der Metrik',
|
||||
'type_sum' => 'Summe',
|
||||
'type_avg' => 'Durchschnitt',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => 'Default view',
|
||||
'places' => 'Miejsca dziesiętne',
|
||||
'default_view' => 'Domyślny widok',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Wert',
|
||||
@@ -104,8 +104,8 @@ return [
|
||||
'display-graphs' => 'Graphen auf der Statusseite anzeigen?',
|
||||
'about-this-page' => 'Über diese Seite',
|
||||
'days-of-incidents' => 'Wie viele Tage mit Vorfällen sollen gezeigt werden?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .',
|
||||
'banner' => 'Banner',
|
||||
'banner-help' => "Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .",
|
||||
'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -128,7 +128,7 @@ return [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Background Color',
|
||||
'background-color' => 'Kolor tła',
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner Background Color',
|
||||
'banner-padding' => 'Banner Padding',
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Última atualização: timestamp',
|
||||
'status' => [
|
||||
1 => 'Operacional',
|
||||
2 => 'Problemas de performance',
|
||||
@@ -20,7 +20,7 @@ return [
|
||||
4 => 'Indisponibilidade total',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
'other' => 'Outros componentes',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -44,8 +44,8 @@ return [
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Sistema operacional|[2,Inf] Todos os sistemas estão operacionais',
|
||||
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
|
||||
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
|
||||
'bad' => '[0,1] O sistema encontra-se com alguns problemas|[2,Inf] Alguns sistemas estão com problemas',
|
||||
'major' => '[0,1] O serviço encontra-se com uma falha geral.|[2,Inf] Alguns sistemas encontram-se com falhas gerais',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -68,18 +68,18 @@ return [
|
||||
'subscribe' => 'Inscreva-se para obter as atualizações mais recentes',
|
||||
'button' => 'Inscreva-se',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'no_subscriptions' => 'Você está atualmente inscrito a todas as atualizações.',
|
||||
'my_subscriptions' => 'Você está atualmente inscrito para as seguintes atualizações.',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Inscreva-se para atualizações via e-mail.',
|
||||
'subscribed' => 'Inscrição realizada com sucesso! Por favor verifique o e-mail que enviamos à você para confirmar sua inscrição.',
|
||||
'verified' => 'Sua inscrição foi confirmada! Obrigado!',
|
||||
'manage' => 'Manage your subscription.',
|
||||
'manage' => 'Gerencie sua assinatura.',
|
||||
'unsubscribe' => 'Não desejo mais receber notificações via e-mail.',
|
||||
'unsubscribed' => 'Sua inscrição foi cancelada.',
|
||||
'failure' => 'Ocorreu um problema na sua inscrição.',
|
||||
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
|
||||
'already-subscribed' => 'Impossível inscrever :email pois já se encontra inscrito.',
|
||||
'verify' => [
|
||||
'text' => "Por favor confirme seu e-mail para receber as atualizações do :app_name .\n:link\nAtenciosamente, :app_name",
|
||||
'html-preheader' => 'Por favor confirme seu e-mail para receber as atualizações do :app_name.',
|
||||
@@ -96,11 +96,11 @@ return [
|
||||
'html' => '<p>Um novo incidente foi reportado no aplicativo :app_name. </p><p> Obrigado, :app_name</p>',
|
||||
],
|
||||
'component' => [
|
||||
'subject' => 'Component Status Update',
|
||||
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name',
|
||||
'html-preheader' => 'Component Update from :app_name',
|
||||
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>',
|
||||
'tooltip-title' => 'Subscribe to notifications for :component_name.',
|
||||
'subject' => 'Atualização do Estado do Componente',
|
||||
'text' => 'O componente :component_name teve uma mudança de estado. O componente está agora em :component_human_status.\nObrigado, :app_name',
|
||||
'html-preheader' => 'Atualização de Componente de :app_name',
|
||||
'html' => '<p>O componente :component_name teve uma mudança de estado. O componente está agora em :component_human_status.</p><p>Obrigado, :app_name</p>',
|
||||
'tooltip-title' => 'Inscrever-se as notificações de :component_name.',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -108,39 +108,40 @@ return [
|
||||
'users' => [
|
||||
'email' => [
|
||||
'invite' => [
|
||||
'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name",
|
||||
'html-preheader' => 'You have been invited to the team :app_name.',
|
||||
'html' => '<p>You have been invited to the team :app_name status page, to sign up follow the next link.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>',
|
||||
'text' => "Você foi convidado para a página de status da equipe :app_name, para se inscrever siga o próximo link.\n:link\nObrigado,: app_name",
|
||||
'html-preheader' => 'Você foi convidado para a equipe: app_name.',
|
||||
'html' => '<p>Você foi convidado para a página de status da equipe :app_name, para se inscrever siga o seguinte link.</p> <p><a href=":link">:link</a></p> <p>Obrigado, :app_name</p>',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'signup' => [
|
||||
'title' => 'Sign Up',
|
||||
'title' => 'Cadastrar-se',
|
||||
'username' => 'Usuário',
|
||||
'email' => 'Email',
|
||||
'password' => 'Senha',
|
||||
'success' => 'A sua conta foi criada.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
'failure' => 'Algo deu errado com o seu cadastro.',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
|
||||
'update' => 'Existe uma versão mais recente do Cachet disponivel. Você pode saber mais sobre como atualizar <a href="https://docs.cachethq.io/docs/updating-cachet">aqui</a>!',
|
||||
],
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'Fechar',
|
||||
'subscribe' => [
|
||||
'title' => 'Subscribe to component updates',
|
||||
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
|
||||
'title' => 'Assine as atualizações do componente',
|
||||
'body' => 'Digite seu endereço de e-mail para se inscrever em atualizações para este componente. Se você já está inscrito, você já recebe e-mails para este componente.',
|
||||
'button' => 'Inscreva-se',
|
||||
],
|
||||
],
|
||||
|
||||
// Other
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'home' => 'Início',
|
||||
'description' => 'Mantenha-se atualizado com as últimas atualizações de serviço de: app.',
|
||||
'powered_by' => ':app Página de Status é promovida por <a href="https://cachethq.io" class="links"> Cachet</a>.',
|
||||
'about_this_site' => 'Sobre este Site',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
|
||||
@@ -21,37 +21,37 @@ return [
|
||||
'incident-create-template' => 'Criar template',
|
||||
'incident-templates' => 'Template de incidentes',
|
||||
'add' => [
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
'title' => 'Relatar um incidente',
|
||||
'success' => 'Incidente adicionado.',
|
||||
'failure' => 'Houve um erro ao adicionar o incidente, por favor tente novamente.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit an incident',
|
||||
'title' => 'Editar um incidente',
|
||||
'success' => 'Incidente atualizado.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
'failure' => 'Houve um erro na edição do incidente, por favor tente novamente.',
|
||||
],
|
||||
'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' => 'O incidente foi excluído e não aparecerá na sua página de status.',
|
||||
'failure' => 'O incidente não pode ser excluído, por favor tente novamente.',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
'templates' => [
|
||||
'title' => 'Template de incidentes',
|
||||
'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' => 'Criar um modelo de incidente',
|
||||
'message' => 'Você deve adicionar um modelo de incidente.',
|
||||
'success' => 'Seu novo modelo de incidente foi criado.',
|
||||
'failure' => 'Algo deu errado com o modelo de incidente.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Template',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
'title' => 'Editar modelo',
|
||||
'success' => 'O modelo de incidente foi atualizado.',
|
||||
'failure' => 'Algo deu errado ao atualizar o modelo de incidente',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The incident template has been deleted.',
|
||||
'failure' => 'The incident template could not be deleted, please try again.',
|
||||
'success' => 'O modelo de incidente foi excluído.',
|
||||
'failure' => 'O modelo de incidente não pode ser excluído, por favor tente novamente.',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => 'Sobre esta página',
|
||||
'days-of-incidents' => 'Quantos dias de incidentes para mostrar?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => 'É recomendável que você faça upload de arquivos menores que 930px .',
|
||||
'banner-help' => "É recomendável que você faça upload de arquivos menores que 930px .",
|
||||
'subscribers' => 'Permitir que outras pessoas se cadastrem para notificações via e-mail?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,7 +177,7 @@ return [
|
||||
'cancel' => 'Cancelar',
|
||||
'remove' => 'Remover',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'signup' => 'Cadastrar-se',
|
||||
|
||||
// Other
|
||||
'optional' => '* Opcional',
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Página Status é promovida por <a href="https://cachethq.io" class="links"> Cachet</a>.',
|
||||
'about_this_site' => 'Sobre este Site',
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => 'Sobre esta página',
|
||||
'days-of-incidents' => 'Quantos dias de incidentes para mostrar?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => 'É recomendável que você faça upload de arquivos menores que 930px .',
|
||||
'banner-help' => "É recomendável que você faça upload de arquivos menores que 930px .",
|
||||
'subscribers' => 'Permitir que as pessoas subscrevam as notificações?',
|
||||
],
|
||||
'analytics' => [
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
|
||||
@@ -12,15 +12,15 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Последнее обновление :timestamp',
|
||||
'status' => [
|
||||
1 => 'Работает',
|
||||
2 => 'Проблемы с производительностью',
|
||||
2 => 'Падение производительности',
|
||||
3 => 'Перебои в работе',
|
||||
4 => 'Полное отключение',
|
||||
4 => 'Значительные неполадки',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
'other' => 'Другие компоненты',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -30,8 +30,8 @@ return [
|
||||
'past' => 'Последние инциденты',
|
||||
'previous_week' => 'Предыдущая неделя',
|
||||
'next_week' => 'Следующая неделя',
|
||||
'scheduled' => 'Плановое техническое обслуживание',
|
||||
'scheduled_at' => ', запланировано :timestamp',
|
||||
'scheduled' => 'Плановые работы',
|
||||
'scheduled_at' => ', запланированы :timestamp',
|
||||
'status' => [
|
||||
0 => 'Запланировано', // TODO: Hopefully remove this.
|
||||
1 => 'Проводим анализ проблемы',
|
||||
@@ -43,13 +43,13 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
|
||||
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
|
||||
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
|
||||
'good' => '[0,1] Система работает исправно|[2,Inf] Все системы работают исправно',
|
||||
'bad' => '[0,1] В системе есть неполадки|[2,Inf] В некоторых системах есть неполадки',
|
||||
'major' => '[0,1] Система не работает|[2,Inf] Некоторые системы не работают',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
'regenerate' => 'Сгенерировать ключ API',
|
||||
'regenerate' => 'Сгенерировать ключ API заново',
|
||||
'revoke' => 'Отозвать ключ API',
|
||||
],
|
||||
|
||||
@@ -68,39 +68,39 @@ return [
|
||||
'subscribe' => 'Подпишитесь, чтобы получать информацию об изменениях',
|
||||
'button' => 'Подписаться',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'no_subscriptions' => 'Вы подписаны на все изменения.',
|
||||
'my_subscriptions' => 'Вы подписаны на следующие изменения.',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Подписка на рассылку об изменениях.',
|
||||
'subscribed' => 'Вы подписались на рассылку email уведомлений. Проверьте вашу почту, чтобы подтвердить подписку.',
|
||||
'verified' => 'Ваша подписка подтверждена. Спасибо!',
|
||||
'manage' => 'Manage your subscription.',
|
||||
'manage' => 'Управление подпиской.',
|
||||
'unsubscribe' => 'Отписаться от рассылки.',
|
||||
'unsubscribed' => 'Ваша подписка отменена.',
|
||||
'failure' => 'Произошла ошибка при подписке на рассылку.',
|
||||
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
|
||||
'already-subscribed' => 'Невозможно оформить подписку на :email, т.к. на него уже оформлена подписка.',
|
||||
'verify' => [
|
||||
'text' => "Пожалуйста подтвердите вашу подписку на уведомления об изменениях статуса проекта :app_name.\n:link\nСпасибо! :app_name",
|
||||
'html-preheader' => 'Пожалуйста подтвердите подписку на уведомления :app_name.',
|
||||
'html' => '<p>Пожалуйста, подтвердите ваш email для получения обновлений от :app_name</p><p><a href=":link">:link</a></p><p>Спасибо, :app_name</p>',
|
||||
'text' => "Пожалуйста, подтвердите вашу подписку на уведомления об изменениях статуса проекта :app_name.\n:link\nБлагодарим за внимание, :app_name",
|
||||
'html-preheader' => 'Пожалуйста, подтвердите подписку на уведомления от «:app_name».',
|
||||
'html' => '<p>Пожалуйста, подтвердите ваш email для получения обновлений от :app_name.</p><p><a href=":link">:link</a></p><p>Благодарим за внимание, :app_name</p>',
|
||||
],
|
||||
'maintenance' => [
|
||||
'text' => "На проекте :app_name запланированы технические работы.\nСпасибо! :app_name",
|
||||
'html-preheader' => 'Плановые работы на проекте :app_name.',
|
||||
'html' => '<p>Плановые работы для :app_name зарегестрированы.</p>',
|
||||
'text' => "На проекте :app_name запланированы технические работы.\nБлагодарим за внимание, :app_name",
|
||||
'html-preheader' => 'Плановые работы на проекте «:app_name».',
|
||||
'html' => '<p>На проекте :app_name запланированы технические работы.</p>',
|
||||
],
|
||||
'incident' => [
|
||||
'text' => "На проекте :app_name добавлен новый инцидент.\nСпасибо! :app_name",
|
||||
'text' => "На проекте :app_name произошёл инцидент.\nБлагодарим за внимание, :app_name",
|
||||
'html-preheader' => 'Новый инцидент на проекте :app_name.',
|
||||
'html' => '<p>На проекте :app_name добавлен новый инцидент.</p><p>Спасибо! :app_name</p>',
|
||||
'html' => '<p>На проекте :app_name произошёл инцидент.</p><p>Благодарим за внимание, :app_name</p>',
|
||||
],
|
||||
'component' => [
|
||||
'subject' => 'Component Status Update',
|
||||
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name',
|
||||
'html-preheader' => 'Component Update from :app_name',
|
||||
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>',
|
||||
'tooltip-title' => 'Subscribe to notifications for :component_name.',
|
||||
'subject' => 'Статус компонента изменился',
|
||||
'text' => 'Изменился статус компонента :component_name. Текущее состояние компонента: :component_human_status.\nБлагодарим за внимание, :app_name',
|
||||
'html-preheader' => 'Изменение статуса компонента от :app_name',
|
||||
'html' => '<p>Изменился статус компонента :component_name. Текущее состояние компонента: :component_human_status.</p><p>Благодарим за внимание, :app_name</p>',
|
||||
'tooltip-title' => 'Подписаться на уведомления по компоненту :component_name.',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -108,9 +108,9 @@ return [
|
||||
'users' => [
|
||||
'email' => [
|
||||
'invite' => [
|
||||
'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name",
|
||||
'html-preheader' => 'You have been invited to the team :app_name.',
|
||||
'html' => '<p>You have been invited to the team :app_name status page, to sign up follow the next link.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>',
|
||||
'text' => "Вас пригласили в команду управления статусной страницей :app_name, перейдите по следующей ссылке, чтобы зарегистрироваться.\n:link\nБлагодарим за внимание, :app_name",
|
||||
'html-preheader' => 'Вас пригласили в команду управления статусной страницей :app_name.',
|
||||
'html' => '<p>Вас пригласили в команду управления статусной страницей :app_name, перейдите по следующей ссылке, чтобы зарегистрироваться.</p><p><a href=":link">:link</a></p><p>Благодарим за внимание, :app_name</p>',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -121,29 +121,30 @@ return [
|
||||
'email' => 'Email',
|
||||
'password' => 'Пароль',
|
||||
'success' => 'Ваша учетная запись создана.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
'failure' => 'Что-то пошло не так при регистрации.',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
|
||||
'update' => 'Доступна новая версия Cachet. Инструкции по обновлению можно получить <a href="https://docs.cachethq.io/docs/updating-cachet">здесь</a>!',
|
||||
],
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'Закрыть',
|
||||
'subscribe' => [
|
||||
'title' => 'Subscribe to component updates',
|
||||
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
|
||||
'title' => 'Подписка на изменения статуса компонента',
|
||||
'body' => 'Введите ваш email, чтобы подписаться на изменения статуса этого компонента. Если вы уже подписаны на обновления, значит сообщения об этом компоненте вам должны приходить.',
|
||||
'button' => 'Подписаться',
|
||||
],
|
||||
],
|
||||
|
||||
// Other
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'home' => 'Главный экран',
|
||||
'description' => 'Будьте в курсе последних новостей о состоянии сервиса от :app.',
|
||||
'powered_by' => 'Статусная страница «:app» работает на <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'Об этом сайте',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'feed' => 'Статус фид',
|
||||
'feed' => 'Статусная лента',
|
||||
|
||||
];
|
||||
|
||||
@@ -15,65 +15,65 @@ return [
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Инциденты и Плановые работы',
|
||||
'title' => 'Инциденты и плановые работы',
|
||||
'incidents' => 'Инциденты',
|
||||
'logged' => '{0} Нет инцидентов, отличная работа!|У вас зарегистрирован <strong>:count</strong> инцидент.|У вас зарегистрировано <strong>:count</strong> инцидента.|У вас зарегистрировано <strong>:count</strong> инцидентов.',
|
||||
'incident-create-template' => 'Создать шаблон',
|
||||
'incident-templates' => 'Шаблоны инцидентов',
|
||||
'add' => [
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
'title' => 'Добавить инцидент',
|
||||
'success' => 'Инцидент добавлен.',
|
||||
'failure' => 'При добавлении инцидента произошла ошибка, пожалуйста, попробуйте ещё раз.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit an incident',
|
||||
'title' => 'Изменить инцидент',
|
||||
'success' => 'Инцидент обновлен.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
'failure' => 'При редактировании инцидента произошла ошибка, пожалуйста, попробуйте ещё раз.',
|
||||
],
|
||||
'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' => 'Инцидент удалён и больше не будет отображаться на статусной странице.',
|
||||
'failure' => 'Инцидент не может быть уделён, пожалуйста, попробуйте ещё раз.',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
'templates' => [
|
||||
'title' => 'Шаблоны инцидентов',
|
||||
'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' => 'Создать шаблон инцидента',
|
||||
'message' => 'Необходимо добавить шаблон инцидента.',
|
||||
'success' => 'Новый шаблон инцидента создан.',
|
||||
'failure' => 'С шаблоном инцидента что-то не так.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Template',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
'title' => 'Изменить шаблон',
|
||||
'success' => 'Шаблон инцидента обновлён.',
|
||||
'failure' => 'Что-то пошло не так при изменении шаблона инцидента',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The incident template has been deleted.',
|
||||
'failure' => 'The incident template could not be deleted, please try again.',
|
||||
'success' => 'Шаблон инцидента удалён.',
|
||||
'failure' => 'Шаблон инцидента не может быть уделён, пожалуйста, попробуйте ещё раз.',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Плановое техническое обслуживание',
|
||||
'schedule' => 'Плановые работы',
|
||||
'logged' => '{0} Ни одного планового обслуживания не зарегистрировано.|У вас зарегистрировано <strong>:count</strong> плановое обслуживание.|У вас зарегистрировано <strong>:count</strong> плановых обслуживания.|У вас зарегистрировано <strong>:count</strong> плановых обслуживаний.',
|
||||
'scheduled_at' => 'запланировано на :timestamp',
|
||||
'scheduled_at' => 'Запланировано на :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
'success' => 'Schedule added.',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
'title' => 'Добавить плановые работы',
|
||||
'success' => 'Плановые работы добавлены.',
|
||||
'failure' => 'Что-то пошло не так при добавлении плановых работ, пожалуйста, попробуйте ещё раз.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Scheduled Maintenance',
|
||||
'success' => 'Schedule has been updated!',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => 'Изменить плановые работы',
|
||||
'success' => 'Плановые работы обновлены!',
|
||||
'failure' => 'Что-то пошло не так при изменении плановых работ, пожалуйста, попробуйте ещё раз.',
|
||||
],
|
||||
'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' => 'Плановые работы удалены и больше не будут отображаться на статусной странице.',
|
||||
'failure' => 'Плановые работы не могут быть уделены, пожалуйста, попробуйте ещё раз.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -81,40 +81,40 @@ return [
|
||||
'components' => [
|
||||
'components' => 'Компоненты',
|
||||
'component_statuses' => ' Статусы компонентов',
|
||||
'listed_group' => 'Сгруппированные по :name',
|
||||
'listed_group' => 'В группе :name',
|
||||
'add' => [
|
||||
'title' => 'Add a component',
|
||||
'message' => 'Вам следует добавить компонент.',
|
||||
'success' => 'Component created.',
|
||||
'failure' => 'Something went wrong with the component, please try again.',
|
||||
'title' => 'Добавить компонент',
|
||||
'message' => 'Необходимо добавить компонент.',
|
||||
'success' => 'Компонент создан.',
|
||||
'failure' => 'Что-то не так с компонентом, пожалуйста, повторите ещё раз.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit a component',
|
||||
'success' => 'Component updated.',
|
||||
'failure' => 'Something went wrong with the component, please try again.',
|
||||
'title' => 'Изменить компонент',
|
||||
'success' => 'Компонент обновлён.',
|
||||
'failure' => 'Что-то не так с компонентом, пожалуйста, повторите ещё раз.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The component has been deleted!',
|
||||
'failure' => 'The component could not be deleted, please try again.',
|
||||
'success' => 'Компонент удалён!',
|
||||
'failure' => 'Компонент не может быть удалён, пожалуйста, повторите ещё раз.',
|
||||
],
|
||||
|
||||
// Component groups
|
||||
'groups' => [
|
||||
'groups' => 'Группа компонентов|Группы компонентов',
|
||||
'no_components' => 'Вам следует добавить группу компонентов.',
|
||||
'no_components' => 'Необходимо добавить группу компонентов.',
|
||||
'add' => [
|
||||
'title' => 'Add a component group',
|
||||
'success' => 'Component group added.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
'title' => 'Добавить группу компонентов',
|
||||
'success' => 'Группа компонентов добавлена.',
|
||||
'failure' => 'Что-то не так с группой компонентов, пожалуйста, повторите ещё раз.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit a component group',
|
||||
'success' => 'Component group updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
'title' => 'Изменить группу компонентов',
|
||||
'success' => 'Группа компонентов обновлена.',
|
||||
'failure' => 'Что-то не так с группой компонентов, пожалуйста, повторите ещё раз.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Component group has been deleted!',
|
||||
'failure' => 'The component group could not be deleted, please try again.',
|
||||
'success' => 'Группа компонентов удалена!',
|
||||
'failure' => 'Группа компонентов не может быть удалена, пожалуйста, повторите ещё раз.',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -123,38 +123,38 @@ return [
|
||||
'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.',
|
||||
'title' => 'Создать метрику',
|
||||
'message' => 'Необходимо добавить метрику.',
|
||||
'success' => 'Метрика создана.',
|
||||
'failure' => 'С метрикой что-то пошло не так, пожалуйста, повторите ещё раз.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit a metric',
|
||||
'success' => 'Metric updated.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
'title' => 'Изменить метрику',
|
||||
'success' => 'Метрика обновлена.',
|
||||
'failure' => 'С метрикой что-то пошло не так, пожалуйста, повторите ещё раз.',
|
||||
],
|
||||
'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' => 'Метрика удалена и больше не будет отображаться на статусной странице.',
|
||||
'failure' => 'Метрика не может быть удалена, пожалуйста, повторите ещё раз.',
|
||||
],
|
||||
],
|
||||
// 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' => 'Подписчики',
|
||||
'description' => 'Подписчики будут получать уведомления по электронной почте при добавлении инцидентов или изменении статусов компонентов.',
|
||||
'verified' => 'Подтверждён',
|
||||
'not_verified' => 'Не подтверждён',
|
||||
'subscriber' => ':email, подписан :date',
|
||||
'no_subscriptions' => 'Подписан на все обновления',
|
||||
'add' => [
|
||||
'title' => 'Add a new subscriber',
|
||||
'success' => 'Subscriber has been added!',
|
||||
'failure' => 'Something went wrong adding the subscriber, please try again.',
|
||||
'title' => 'Добавить нового подписчика',
|
||||
'success' => 'Подписчик добавлен!',
|
||||
'failure' => 'Что-то пошло не так при добавлении подписчика, пожалуйста, повторите ещё раз.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Update subscriber',
|
||||
'success' => 'Subscriber has been updated!',
|
||||
'failure' => 'Something went wrong editing the subscriber, please try again.',
|
||||
'title' => 'Обновить подписчика',
|
||||
'success' => 'Подписчик обновлён!',
|
||||
'failure' => 'Что-то пошло не так при изменении подписчика, пожалуйста, попробуйте ещё раз.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -165,23 +165,23 @@ return [
|
||||
'profile' => 'Профиль',
|
||||
'description' => 'Участники команды смогут добавлять и изменять компоненты и инциденты.',
|
||||
'add' => [
|
||||
'title' => 'Add a new team member',
|
||||
'success' => 'Team member added.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
'title' => 'Добавить нового участника команды',
|
||||
'success' => 'Участник команды добавлен.',
|
||||
'failure' => 'Участник команды не может быть добавлен, пожалуйста, повторите ещё раз.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Update profile',
|
||||
'success' => 'Profile updated.',
|
||||
'failure' => 'Something went wrong updating the profile, please try again.',
|
||||
'title' => 'Обновить профиль',
|
||||
'success' => 'Профиль обновлён.',
|
||||
'failure' => 'Что-то пошло не так при обновлении профиля, пожалуйста, повторите ещё раз.',
|
||||
],
|
||||
'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' => 'Участник команды удалён и больше не сможет получить доступ к панели управления!',
|
||||
'failure' => 'Участник команды не может быть добавлен, пожалуйста, повторите ещё раз.',
|
||||
],
|
||||
'invite' => [
|
||||
'title' => 'Invite a new team member',
|
||||
'success' => 'An invite has been sent',
|
||||
'failure' => 'The invite could not be sent, please try again.',
|
||||
'title' => 'Пригласить нового участника команды',
|
||||
'success' => 'Приглашение отправлено',
|
||||
'failure' => 'Не получается отправить приглашение, пожалуйста, попробуйте ещё раз.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -190,19 +190,19 @@ return [
|
||||
'settings' => 'Настройки',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'Настройки приложения',
|
||||
'images-only' => 'Могут быть загружены только изображения.',
|
||||
'images-only' => 'Можно загружать только изображения.',
|
||||
'too-big' => 'Загруженный вами файл слишком большой. Загрузите картинку меньше чем :size',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics' => 'Analytics',
|
||||
'analytics' => 'Аналитика',
|
||||
],
|
||||
'localization' => [
|
||||
'localization' => 'Localization',
|
||||
'localization' => 'Региональные настройки',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => 'Customization',
|
||||
'header' => 'Custom Header HTML',
|
||||
'footer' => 'Custom Footer HTML',
|
||||
'customization' => 'Пользовательские настройки',
|
||||
'header' => 'Верхний колонтитул HTML',
|
||||
'footer' => 'Нижний колонтитул HTML',
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'Безопасность',
|
||||
@@ -216,7 +216,7 @@ return [
|
||||
],
|
||||
'edit' => [
|
||||
'success' => 'Настройки сохранены.',
|
||||
'failure' => 'Не удается сохранить настройки.',
|
||||
'failure' => 'Не удаётся сохранить настройки.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -230,7 +230,7 @@ return [
|
||||
|
||||
// Sidebar footer
|
||||
'help' => 'Помощь',
|
||||
'status_page' => 'Страница статуса',
|
||||
'status_page' => 'Статусная страница',
|
||||
'logout' => 'Выйти',
|
||||
|
||||
// Notifications
|
||||
@@ -242,15 +242,15 @@ return [
|
||||
|
||||
// Welcome modal
|
||||
'welcome' => [
|
||||
'welcome' => 'Welcome to your status page!',
|
||||
'welcome' => 'Добро пожаловать на вашу статусную страницу!',
|
||||
'message' => 'Ваша статусная страница почти готова! Возможно, вы захотите настроить дополнительные параметры',
|
||||
'close' => 'Take me straight to my dashboard',
|
||||
'close' => 'Закрыть и перейти к панели управления',
|
||||
'steps' => [
|
||||
'component' => 'Создание компонентов',
|
||||
'incident' => 'Создание инцидентов',
|
||||
'customize' => 'Настройка',
|
||||
'team' => 'Добавление пользователей',
|
||||
'api' => 'Сгенерировать API токен',
|
||||
'api' => 'Создание API токена',
|
||||
'two-factor' => 'Двухфакторная аутентификация',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => 'Об этой странице',
|
||||
'days-of-incidents' => 'За сколько дней показывать инциденты?',
|
||||
'banner' => 'Картинка-баннер',
|
||||
'banner-help' => 'Рекомендуется загружать картинки не больше 930 пикс. в ширину.',
|
||||
'banner-help' => "Рекомендуется загружать картинки не больше 930 пикс. в ширину.",
|
||||
'subscribers' => 'Разрешить посетителям подписываться на email-уведомления?',
|
||||
],
|
||||
'analytics' => [
|
||||
|
||||
@@ -23,7 +23,7 @@ return [
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute должен быть принят.',
|
||||
'active_url' => ':attribute не является правильным URL.',
|
||||
'active_url' => ':attribute не является допустимым URL.',
|
||||
'after' => ':attribute должно быть датой после :date.',
|
||||
'alpha' => ':attribute может содержать только буквы.',
|
||||
'alpha_dash' => ':attribute может содержать только латинские буквы, цифры и дефис.',
|
||||
@@ -36,8 +36,8 @@ return [
|
||||
'string' => ':attribute должно быть между :min и :max символов.',
|
||||
'array' => ':attribute должно содержать от :min до :max элементов.',
|
||||
],
|
||||
'boolean' => 'Поле :attribute должно содержать true или false.',
|
||||
'confirmed' => 'Поля :attribute подтверждения не совпадает.',
|
||||
'boolean' => 'Поле :attribute должно быть true или false.',
|
||||
'confirmed' => 'Подтверждение для :attribute не совпадает.',
|
||||
'date' => ':attribute не является корректной датой.',
|
||||
'date_format' => ':attribute не соответствует формату :format.',
|
||||
'different' => ':attribute и :other должны различаться.',
|
||||
@@ -52,7 +52,7 @@ return [
|
||||
'ip' => ':attribute не является корректным IP-адресом.',
|
||||
'json' => ':attribute должен быть в JSON формате.',
|
||||
'max' => [
|
||||
'numeric' => ':attribute не может быть больше чем :max .',
|
||||
'numeric' => ':attribute не может быть больше :max.',
|
||||
'file' => ':attribute не может быть больше :max килобайт.',
|
||||
'string' => ':attribute не должно превышать :max символов.',
|
||||
'array' => ':attribute не может содержать больше чем :max элементов.',
|
||||
@@ -69,15 +69,15 @@ return [
|
||||
'regex' => 'Неправильный формат :attribute.',
|
||||
'required' => 'Поле :attribute является обязательным.',
|
||||
'required_if' => 'Поле :attribute является обязательным, если :other имеет значение :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_unless' => 'Поле :attribute обязательно, если :other не из :values.',
|
||||
'required_with' => 'Поле :attribute является обязательным, если заполнено :values.',
|
||||
'required_with_all' => 'Поле :attribute является обязательным, если все :values заполнены.',
|
||||
'required_without' => 'Поле :attribute является обязательным, если :values не заполнены.',
|
||||
'required_without_all' => 'Поле :attribute является обязательным, если ни одно из :values не заполнены.',
|
||||
'required_without_all' => 'Поле :attribute является обязательным, если ни одно из :values не заполнено.',
|
||||
'same' => 'Поля :attribute и :other должны совпадать.',
|
||||
'size' => [
|
||||
'numeric' => 'Поле :attribute должно быть длиной :size.',
|
||||
'file' => 'Поле :attribute должно быть объемом :size килобайт.',
|
||||
'file' => ':attribute должно быть объемом :size килобайт.',
|
||||
'string' => 'Поле :attribute должно содержать :size символов.',
|
||||
'array' => 'Поле :attribute должно содержать :size элементов.',
|
||||
],
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ': app statussida drivs av <a href="https://cachethq.io" class="links"> Cachet</a>.',
|
||||
'about_this_site' => 'Om sidan',
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => 'Om den här sidan',
|
||||
'days-of-incidents' => 'Hur många dagar av händelser ska visas?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => 'Vi rekommenderar att du inte laddar upp bilder som är bredare än 930 px.',
|
||||
'banner-help' => "Vi rekommenderar att du inte laddar upp bilder som är bredare än 930 px.",
|
||||
'subscribers' => 'Tillåt att registrera sig för notifikationer via e-post?',
|
||||
],
|
||||
'analytics' => [
|
||||
|
||||
@@ -12,24 +12,24 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Son Güncelleme: zaman tipi',
|
||||
'status' => [
|
||||
1 => 'Çalışıyor',
|
||||
2 => 'Performans Sorunları',
|
||||
2 => 'Performans Problemleri',
|
||||
3 => 'Kısmi Kesinti',
|
||||
4 => 'Ana Kesinti',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
'other' => 'Diğer Bileşenler',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'previous_week' => 'Previous Week',
|
||||
'next_week' => 'Next Week',
|
||||
'none' => 'Hiçbir olay raporlanmadı',
|
||||
'past' => 'Geçmiş Olaylar',
|
||||
'previous_week' => 'Geçen Hafta',
|
||||
'next_week' => 'Gelecek Hafta',
|
||||
'scheduled' => 'Zamanlanmış bakım',
|
||||
'scheduled_at' => ',zamanlanmış :zamandilimi',
|
||||
'status' => [
|
||||
@@ -43,9 +43,9 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
|
||||
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
|
||||
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
|
||||
'good' => '[0,1] Sistem çalışır durumda| [2, Inf] Tüm sistemler çalışır durumda',
|
||||
'bad' => '[0,1] Sistemde şu anda sorunlar yaşanıyor [2, Inf] Bazı sistemlerde sorunlar yaşanıyor',
|
||||
'major' => '[0,1] Bu serviste büyük bir kesinti yaşıyoruz [2, Inf] Bazı sistemlerde büyük bir kesintisi yaşıyoruz',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -56,27 +56,27 @@ return [
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => 'Last Hour',
|
||||
'hourly' => 'Last 12 Hours',
|
||||
'weekly' => 'Week',
|
||||
'monthly' => 'Month',
|
||||
'last_hour' => 'Son 1 saat',
|
||||
'hourly' => 'Son 12 saat',
|
||||
'weekly' => 'Hafta',
|
||||
'monthly' => 'Ay',
|
||||
],
|
||||
],
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Subscribe to get the most recent updates',
|
||||
'subscribe' => 'En son güncelleştirmeleri almak için abone olun',
|
||||
'button' => 'Abone Ol',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'no_subscriptions' => 'Şu anda tüm güncellemeleri abone oldunuz.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Güncellemeler için abone ol.',
|
||||
'subscribed' => 'Bir email bildirimi almış olmalısın, lütfen aboneliğini onaylamak için kontrol et.',
|
||||
'verified' => 'E mail aboneliğin kabul edildi. Teşekkürler!',
|
||||
'manage' => 'Manage your subscription.',
|
||||
'unsubscribe' => 'Unsubscribe from email updates.',
|
||||
'manage' => 'Aboneliğinizi yönetin.',
|
||||
'unsubscribe' => 'E-posta aboneliğinden çık.',
|
||||
'unsubscribed' => 'Email aboneliğin iptal edildi.',
|
||||
'failure' => 'Bazı şeyler yanlış gitti.',
|
||||
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
|
||||
@@ -116,12 +116,12 @@ return [
|
||||
],
|
||||
|
||||
'signup' => [
|
||||
'title' => 'Sign Up',
|
||||
'username' => 'Username',
|
||||
'title' => 'Kayıt Ol',
|
||||
'username' => 'Kullanıcı adı',
|
||||
'email' => 'E-posta',
|
||||
'password' => 'Parola',
|
||||
'success' => 'Your account has been created.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
'success' => 'Hesabınız oluşturuldu.',
|
||||
'failure' => 'Kayıt esnasında bir sorun oluştu.',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
@@ -130,7 +130,7 @@ return [
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'Close',
|
||||
'close' => 'Kapat',
|
||||
'subscribe' => [
|
||||
'title' => 'Subscribe to component updates',
|
||||
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
|
||||
@@ -139,9 +139,10 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Ana Sayfa',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
'about_this_site' => 'Bu Site hakkında',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'feed' => 'Status Feed',
|
||||
|
||||
@@ -14,26 +14,26 @@ return [
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'E-posta',
|
||||
'username' => 'Username',
|
||||
'username' => 'Kullanıcı adı',
|
||||
'password' => 'Parola',
|
||||
'site_name' => 'Site adı',
|
||||
'site_domain' => 'Site alan adı',
|
||||
'site_name' => 'Site Adı',
|
||||
'site_domain' => 'Site Alan Adı',
|
||||
'site_timezone' => 'Zaman dilimi seçin',
|
||||
'site_locale' => 'Dil seçin',
|
||||
'enable_google2fa' => 'Google İki Faktor Doğrulamayı etkinleştir',
|
||||
'cache_driver' => 'Önbellek sürücüsü',
|
||||
'session_driver' => 'Oturum sürücüsü',
|
||||
'cache_driver' => 'Önbellek Sürücüsü',
|
||||
'session_driver' => 'Oturum Sürücüsü',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Username or Email',
|
||||
'login' => 'Kullanıcı Adı veya E-Posta',
|
||||
'email' => 'E-posta',
|
||||
'password' => 'Parola',
|
||||
'2fauth' => 'Onaylama Kodu',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Geçersiz token',
|
||||
'cookies' => 'Giriş yapabilmek için çerezleri açmalısın',
|
||||
'invalid' => 'Kullanıcı adı veya parola hatalı',
|
||||
'invalid-token' => 'Geçersiz jeton',
|
||||
'cookies' => 'Oturum açabilmek yapabilmek için çerezleri açmalısınız.',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
@@ -42,7 +42,7 @@ return [
|
||||
'status' => 'Durum',
|
||||
'component' => 'Bileşen',
|
||||
'message' => 'Mesaj',
|
||||
'message-help' => 'Etiketleme kullanabilirsiniz.',
|
||||
'message-help' => 'Markdown işaretleri kullanabilirsiniz.',
|
||||
'scheduled_at' => 'Bakım ne zaman?',
|
||||
'incident_time' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Notify subscribers?',
|
||||
@@ -62,9 +62,9 @@ return [
|
||||
'status' => 'Durum',
|
||||
'group' => 'Grup',
|
||||
'description' => 'Açıklama',
|
||||
'link' => 'Link',
|
||||
'link' => 'Bağlantı',
|
||||
'tags' => 'Etiketler',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'tags-help' => 'Virgül ile ayrılmış.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
@@ -81,9 +81,9 @@ return [
|
||||
'name' => 'İsim',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'Açıklama',
|
||||
'description-help' => 'Etiketleme kullanabilirsiniz.',
|
||||
'description-help' => 'Markdown işaretleri kullanabilirsiniz.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Default value',
|
||||
'default-value' => 'Varsayılan değer',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Toplam',
|
||||
'type_avg' => 'Ortalama',
|
||||
@@ -99,8 +99,8 @@ return [
|
||||
'settings' => [
|
||||
/// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'Site adı',
|
||||
'site-url' => 'Site url',
|
||||
'site-name' => 'Site Adı',
|
||||
'site-url' => 'Site url adresi',
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'Hakkında',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
@@ -146,39 +146,39 @@ return [
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'Username',
|
||||
'username' => 'Kullanıcı adı',
|
||||
'email' => 'E-posta',
|
||||
'password' => 'Parola',
|
||||
'api-token' => 'API Token',
|
||||
'api-token' => 'API jetonu',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => 'User Level',
|
||||
'levels' => [
|
||||
'admin' => 'Admin',
|
||||
'user' => 'User',
|
||||
'user' => 'Kullanıcı',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => 'Enabling two factor authentication increases security of your account. You will need to download <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Email #:id',
|
||||
'description' => 'E-posta adreslerini buraya girerek ekip üyelerini davet edin.',
|
||||
'email' => 'E-posta #:id',
|
||||
],
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'add' => 'Ekle',
|
||||
'save' => 'Kaydet',
|
||||
'update' => 'Güncelle',
|
||||
'create' => 'Oluştur',
|
||||
'edit' => 'Düzenle',
|
||||
'delete' => 'Sil',
|
||||
'submit' => 'Gönder',
|
||||
'cancel' => 'İptal',
|
||||
'remove' => 'Kaldır',
|
||||
'invite' => 'Davet et',
|
||||
'signup' => 'Kayıt Ol',
|
||||
|
||||
// Other
|
||||
'optional' => '* Optional',
|
||||
'optional' => '* İsteğe bağlı',
|
||||
];
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
return [
|
||||
'setup' => 'Kurulum',
|
||||
'title' => 'Cachet\'i Kur',
|
||||
'service_details' => 'Hizmet Detayları',
|
||||
'service_details' => 'Hizmet detayları',
|
||||
'env_setup' => 'Ortam kurulumu',
|
||||
'status_page_setup' => 'Durum Sayfası Kurulumu',
|
||||
'status_page_setup' => 'Durum sayfası kurulumu',
|
||||
'show_support' => 'Cachet için destek ister misiniz?',
|
||||
'admin_account' => 'Yönetici Hesabı',
|
||||
'complete_setup' => 'Kurulumu tamamla',
|
||||
'completed' => 'Cachet başarı ile ayarlandı!',
|
||||
'finish_setup' => 'Arayüze git',
|
||||
'finish_setup' => 'Gösterge paneline git',
|
||||
];
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'Về trang web này',
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => 'Về trang này',
|
||||
'days-of-incidents' => 'Sự cố này sẽ hiển thị mấy ngày ?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => 'Bạn nên upload ảnh có chiều rộng lớn hơn 930px',
|
||||
'banner-help' => "Bạn nên upload ảnh có chiều rộng lớn hơn 930px",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
],
|
||||
'analytics' => [
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => '最后更新 :timestamp',
|
||||
'status' => [
|
||||
1 => '运行正常',
|
||||
2 => '负载较高',
|
||||
@@ -68,8 +68,8 @@ return [
|
||||
'subscribe' => '订阅最新的更新。',
|
||||
'button' => 'Subscribe',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'no_subscriptions' => '您当前已订阅所有更新。',
|
||||
'my_subscriptions' => '您当前已订阅下列更新',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => '主屏幕',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app 状态页托管服务由 <a href="https://cachethq.io">Cachet</a> 提供技术支持。',
|
||||
'about_this_site' => '关于我们',
|
||||
|
||||
@@ -22,17 +22,17 @@ return [
|
||||
'incident-templates' => '故障模板',
|
||||
'add' => [
|
||||
'title' => '添加故障',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
'success' => '故障已添加',
|
||||
'failure' => '添加故障时出错,请再试一次 !',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => '编辑故障',
|
||||
'success' => '故障已更新。',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
'failure' => '编辑故障时出错,请再试一次 !',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => '故障已删除并将不会出现在状态页中',
|
||||
'failure' => 'The incident could not be deleted, please try again.',
|
||||
'failure' => '无法删除该故障,请再试一次。',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
@@ -41,17 +41,17 @@ return [
|
||||
'add' => [
|
||||
'title' => '添加故障模板',
|
||||
'message' => '你应该增加一个故障模板',
|
||||
'success' => 'Your new incident template has been created.',
|
||||
'failure' => 'Something went wrong with the incident template.',
|
||||
'success' => '已创建新的故障模板。',
|
||||
'failure' => '创建模板失败。',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => '编辑模板',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
'success' => '成功更新故障模板。',
|
||||
'failure' => '模板修改失败',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => '模板已删除。',
|
||||
'failure' => 'The incident template could not be deleted, please try again.',
|
||||
'failure' => '无法删除该模板,请再试一次。',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -62,18 +62,18 @@ return [
|
||||
'logged' => '{0} 现在没有维护计划,好样的。|你已经记录下 1 个维护计划|你已经报告了 <strong>:count</strong> 个维护计划',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
'success' => 'Schedule added.',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
'title' => '添加维护计划',
|
||||
'success' => '维护计划已添加。',
|
||||
'failure' => '添加维护计划时出错了,请再试一次。',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Scheduled Maintenance',
|
||||
'success' => 'Schedule has been updated!',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => '编辑维护计划',
|
||||
'success' => '维护计划已更新!',
|
||||
'failure' => '添加编辑计划时出错了,请再试一次。',
|
||||
],
|
||||
'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' => '该维护计划已被删除,它将从您的状态页上消失。',
|
||||
'failure' => '无法删除该维护计划。请再试一次。',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -85,12 +85,12 @@ return [
|
||||
'add' => [
|
||||
'title' => '添加组件',
|
||||
'message' => '没有组件,马上添加一个吧',
|
||||
'success' => 'Component created.',
|
||||
'success' => '组件已添加。',
|
||||
'failure' => 'Something went wrong with the component, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => '编辑组件',
|
||||
'success' => 'Component updated.',
|
||||
'success' => '组件已更新。',
|
||||
'failure' => 'Something went wrong with the component, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
@@ -125,13 +125,13 @@ return [
|
||||
'add' => [
|
||||
'title' => '添加图表',
|
||||
'message' => '你应该添加一个图表。',
|
||||
'success' => 'Metric created.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
'success' => '图表已创建。',
|
||||
'failure' => '添加图表时出错了,请再试一次。',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => '编辑图表',
|
||||
'success' => 'Metric updated.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
'success' => '图表已更新。',
|
||||
'failure' => '添加图表时出错了,请再试一次。',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => '图表已删除并将不会出现在状态页中',
|
||||
@@ -166,12 +166,12 @@ return [
|
||||
'description' => '团队成员可维护组件和故障信息。',
|
||||
'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' => [
|
||||
@@ -200,9 +200,9 @@ return [
|
||||
'localization' => '本地化',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => 'Customization',
|
||||
'header' => 'Custom Header HTML',
|
||||
'footer' => 'Custom Footer HTML',
|
||||
'customization' => '自定义',
|
||||
'header' => '自定义页眉 HTML',
|
||||
'footer' => '自定义页脚 HTML',
|
||||
],
|
||||
'security' => [
|
||||
'security' => '安全设置',
|
||||
@@ -244,7 +244,7 @@ return [
|
||||
'welcome' => [
|
||||
'welcome' => '欢迎来到你的状态页!',
|
||||
'message' => 'Your status page is almost ready! You might want to configure these extra settings',
|
||||
'close' => 'Take me straight to my dashboard',
|
||||
'close' => '带我直接进入控制台',
|
||||
'steps' => [
|
||||
'component' => '添加组件',
|
||||
'incident' => '添加故障',
|
||||
|
||||
@@ -46,7 +46,7 @@ return [
|
||||
'scheduled_at' => 'When to schedule the maintenance for?',
|
||||
'incident_time' => '这次故障是什么时候发生的?',
|
||||
'notify_subscribers' => '通知订阅者',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'visibility' => '故障的可见性',
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => '仅登录用户可见',
|
||||
'templates' => [
|
||||
@@ -70,8 +70,8 @@ return [
|
||||
'groups' => [
|
||||
'name' => '组名',
|
||||
'collapsing' => 'Choose visibility of the group',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'visible' => '总是展开',
|
||||
'collapsed' => '默认折叠',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
],
|
||||
],
|
||||
@@ -104,7 +104,7 @@ return [
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => '关于本页',
|
||||
'days-of-incidents' => '显示多少天的故障?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner' => '横幅图像',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
],
|
||||
@@ -125,7 +125,7 @@ return [
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
'custom-css' => '自定义样式表',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Background Color',
|
||||
@@ -133,7 +133,7 @@ return [
|
||||
'banner-background-color' => '横幅背景色',
|
||||
'banner-padding' => '横幅Padding值',
|
||||
'fullwidth-banner' => '启用全宽横幅?',
|
||||
'text-color' => 'Text Color',
|
||||
'text-color' => '文字颜色',
|
||||
'dashboard-login' => '在页尾显示 管理后台 的入口?',
|
||||
'reds' => '红 (用于错误类提示)',
|
||||
'blues' => '蓝 (用于信息类提示)',
|
||||
|
||||
@@ -139,6 +139,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app 應用狀態頁面由 <a href="https://cachethq.io">Cachet</a>提供支持。',
|
||||
'about_this_site' => '關於此站點',
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
'about-this-page' => '關於本站',
|
||||
'days-of-incidents' => '顯示多少天前的事件?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => '橫幅寬度建議少於 930px 。',
|
||||
'banner-help' => "橫幅寬度建議少於 930px 。",
|
||||
'subscribers' => '允許用戶訂閱郵件通知嗎?',
|
||||
],
|
||||
'analytics' => [
|
||||
|
||||
Reference in New Issue
Block a user