Sync languages

This commit is contained in:
James Brooks
2016-04-17 17:17:29 +01:00
parent 6e7df6e1f7
commit 6ccac55e1d
69 changed files with 777 additions and 744 deletions
+57 -56
View File
@@ -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',
];
+1 -1
View File
@@ -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' => [
+110 -110
View File
@@ -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',
];
+2 -2
View File
@@ -22,7 +22,7 @@ return [
|
*/
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
'previous' => '&laquo; Anterior',
'next' => 'Següent &raquo;',
];