New translations forms.php (Catalan)
This commit is contained in:
@@ -13,17 +13,17 @@ return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'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',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'Controlador de sessió',
|
||||
'session_driver' => 'Session Driver',
|
||||
'mail_driver' => 'Mail Driver',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_address' => 'Mail From Address',
|
||||
@@ -33,114 +33,114 @@ return [
|
||||
|
||||
// Login form fields
|
||||
'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',
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
'cookies' => 'Heu d\'habilitar les galetes (cookies) per poder iniciar sessió.',
|
||||
'rate-limit' => 'Taxa límit excedida.',
|
||||
'remember_me' => 'Recordar-me',
|
||||
'rate-limit' => 'Rate limit exceeded.',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => 'Nom',
|
||||
'status' => 'Estat',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => 'Component',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'Missatge',
|
||||
'message-help' => 'També podeu fer servir Markdown.',
|
||||
'occurred_at' => 'Quan va succeir aquest incident?',
|
||||
'notify_subscribers' => 'Notificar els subscriptors?',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Notify subscribers?',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'visibility' => 'Visibilitat de l\'incident',
|
||||
'stick_status' => 'Fixar incident',
|
||||
'stickied' => 'Fixats',
|
||||
'not_stickied' => 'No fixats',
|
||||
'public' => 'Visible pel públic',
|
||||
'logged_in_only' => 'Visible només per a usuaris registrats',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
'not_stickied' => 'Not Stickied',
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'templates' => [
|
||||
'name' => '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>.',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
'schedules' => [
|
||||
'name' => 'Nom',
|
||||
'status' => 'Estat',
|
||||
'message' => 'Missatge',
|
||||
'message-help' => 'També podeu fer servir Markdown.',
|
||||
'scheduled_at' => 'Per quan està programat aquest manteniment?',
|
||||
'completed_at' => 'Quan s\'ha completat aquest manteniment?',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => '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>.',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => 'Nom',
|
||||
'status' => 'Estat',
|
||||
'group' => 'Grup',
|
||||
'description' => 'Descripció',
|
||||
'link' => 'Enllaç',
|
||||
'tags' => 'Etiquetes',
|
||||
'tags-help' => 'Separat per comes.',
|
||||
'enabled' => 'Component habilitat?',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Nom',
|
||||
'collapsing' => 'Desplega/redueix opcions',
|
||||
'visible' => 'Sempre ampliat',
|
||||
'collapsed' => 'Per defecte redueix el grup',
|
||||
'collapsed_incident' => 'Per defecte redueix el grup, però amplia\'l si hi ha problemes',
|
||||
'visibility' => 'Visibilitat',
|
||||
'visibility_public' => 'Visible al públic',
|
||||
'visibility_authenticated' => 'Visible només per a usuaris registrats',
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_public' => 'Visible to public',
|
||||
'visibility_authenticated' => 'Visible only to logged in users',
|
||||
],
|
||||
],
|
||||
|
||||
// Action form fields
|
||||
'actions' => [
|
||||
'name' => 'Nom',
|
||||
'description' => 'Descripció',
|
||||
'start_at' => 'Hora d\'inici de l\'horari',
|
||||
'timezone' => 'Fus horari',
|
||||
'schedule_frequency' => 'Freqüència de l\'horari (en segons)',
|
||||
'completion_latency' => 'Latència de finalització (en segons)',
|
||||
'group' => 'Grup',
|
||||
'active' => 'Actiu?',
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'Group',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Nom del grup',
|
||||
'name' => 'Group Name',
|
||||
],
|
||||
],
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'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',
|
||||
'threshold' => 'Quants minuts de llindar entre punts mètrics?',
|
||||
'visibility' => 'Visibilitat',
|
||||
'visibility_authenticated' => 'Visible per als usuaris autenticats',
|
||||
'visibility_public' => 'Visible per a tothom',
|
||||
'visibility_hidden' => 'Sempre amagat',
|
||||
'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',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Valor',
|
||||
'value' => 'Value',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -148,101 +148,101 @@ return [
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'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?',
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'About this page',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Imatge del banner',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Permetre el registre per a notificacions per correu electrònic?',
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Omet verificació d\'usuaris? (S\'adverteix que podries rebre correu brossa)',
|
||||
'automatic_localization' => 'Localitza automàticament la pàgina d\'estat a la llengua dels seus visitants?',
|
||||
'enable_external_dependencies' => 'Habilitar dependències de tercers (Fonts de Google, Seguiments, etc...)',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Mostrar només els dies que contenen incidències a la línia de temps?',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
'localization' => [
|
||||
'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',
|
||||
'site-timezone' => 'Site timezone',
|
||||
'site-locale' => 'Site language',
|
||||
'date-format' => 'Date format',
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Dominis permesos',
|
||||
'allowed-domains-help' => 'Separats per comes. El domini especificat a dalt és automàticament permès per defecte.',
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Full d\'estils personalitzats',
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Color de fons',
|
||||
'background-fills' => 'Elements del fons (components, incidents, peu de pàgina)',
|
||||
'banner-background-color' => 'Color de fons del banner',
|
||||
'background-color' => 'Background color',
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Farciment (padding) del banner',
|
||||
'fullwidth-banner' => 'Enable full width 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',
|
||||
'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',
|
||||
],
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'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',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => 'User Level',
|
||||
'levels' => [
|
||||
'admin' => 'Admin',
|
||||
'user' => 'Usuari',
|
||||
'user' => 'User',
|
||||
],
|
||||
'2fa' => [
|
||||
'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.',
|
||||
'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' => 'Convidau els membres del vostre d\'equip introduint les seves adreces de correu electrònic aquí.',
|
||||
'email' => 'Adreça electrònica #:id',
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'timezone' => 'Seleccioneu el fus horari',
|
||||
'timezone' => 'Select Timezone',
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => 'Afegeix',
|
||||
'save' => 'Desar',
|
||||
'update' => 'Actualitzar',
|
||||
'create' => 'Crear',
|
||||
'edit' => 'Editar',
|
||||
'delete' => 'Eliminar',
|
||||
'submit' => 'Enviar',
|
||||
'cancel' => 'Cancel·lar',
|
||||
'remove' => 'Treure',
|
||||
'invite' => 'Convidar',
|
||||
'signup' => 'Crea un compte',
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* Opcional',
|
||||
'optional' => '* Optional',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user