Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin translations #2301

Merged
merged 55 commits into from
Jan 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
7b118a3
New translations
jbrooksuk Jan 5, 2017
85c1ef3
New translations
jbrooksuk Jan 5, 2017
607152a
New translations
jbrooksuk Jan 5, 2017
1103ad1
New translations
jbrooksuk Jan 5, 2017
0c97bfb
New translations
jbrooksuk Jan 5, 2017
2bd2a6c
New translations
jbrooksuk Jan 5, 2017
3ff5e68
New translations
jbrooksuk Jan 5, 2017
3435478
New translations
jbrooksuk Jan 5, 2017
2430564
Apply fixes from StyleCI
jbrooksuk Jan 5, 2017
5058101
New translations
jbrooksuk Jan 5, 2017
f6cdfe9
New translations
jbrooksuk Jan 5, 2017
8eef0d2
New translations
jbrooksuk Jan 5, 2017
87bccd0
New translations
jbrooksuk Jan 5, 2017
b404038
New translations
jbrooksuk Jan 5, 2017
f524f9c
New translations
jbrooksuk Jan 5, 2017
fda9143
New translations
jbrooksuk Jan 5, 2017
2c1db5f
New translations
jbrooksuk Jan 5, 2017
ea648c8
New translations
jbrooksuk Jan 5, 2017
0900a9c
New translations
jbrooksuk Jan 5, 2017
d8448ff
New translations
jbrooksuk Jan 5, 2017
13b8225
New translations
jbrooksuk Jan 5, 2017
5a739ea
New translations
jbrooksuk Jan 5, 2017
b37a829
New translations
jbrooksuk Jan 5, 2017
1a05f67
New translations
jbrooksuk Jan 5, 2017
00acce6
New translations
jbrooksuk Jan 5, 2017
1af461c
New translations
jbrooksuk Jan 5, 2017
2a8b700
New translations
jbrooksuk Jan 5, 2017
3bc4cd2
New translations
jbrooksuk Jan 5, 2017
3cfc8b2
New translations
jbrooksuk Jan 5, 2017
3ecee8a
New translations
jbrooksuk Jan 5, 2017
6fac677
New translations
jbrooksuk Jan 5, 2017
7b9b3e3
New translations
jbrooksuk Jan 5, 2017
c6172e4
New translations
jbrooksuk Jan 5, 2017
5b06487
New translations
jbrooksuk Jan 5, 2017
2e9b4e3
New translations
jbrooksuk Jan 5, 2017
e753fab
Apply fixes from StyleCI
jbrooksuk Jan 5, 2017
6ceac53
New translations
jbrooksuk Jan 5, 2017
a504a25
New translations
jbrooksuk Jan 5, 2017
62d235f
New translations
jbrooksuk Jan 5, 2017
c255b0b
New translations
jbrooksuk Jan 5, 2017
4e67d66
New translations
jbrooksuk Jan 5, 2017
7146f26
New translations
jbrooksuk Jan 5, 2017
74f0a9f
New translations
jbrooksuk Jan 5, 2017
3c1eefc
New translations
jbrooksuk Jan 5, 2017
380eaea
New translations
jbrooksuk Jan 5, 2017
7b3dfcb
New translations
jbrooksuk Jan 5, 2017
19ac93f
New translations
jbrooksuk Jan 5, 2017
2c3a596
New translations
jbrooksuk Jan 5, 2017
6443034
New translations
jbrooksuk Jan 5, 2017
1c9132a
New translations
jbrooksuk Jan 5, 2017
2812520
New translations
jbrooksuk Jan 5, 2017
a2c31c2
New translations
jbrooksuk Jan 5, 2017
2a7e8e7
New translations
jbrooksuk Jan 5, 2017
904c861
New translations
jbrooksuk Jan 5, 2017
74b6e97
Apply fixes from StyleCI
jbrooksuk Jan 5, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 131 additions & 0 deletions resources/lang/ar-SA/cachet.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
<?php

/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return [
// Components
'components' => [
'last_updated' => 'Last updated :timestamp',
'status' => [
0 => 'Unknown',
1 => 'تشغيل',
2 => 'Performance Issues',
3 => 'Partial Outage',
4 => 'Major Outage',
],
'group' => [
'other' => 'Other Components',
],
],

// Incidents
'incidents' => [
'none' => 'No incidents reported',
'past' => 'Past Incidents',
'previous_week' => 'الأسبوع السابق',
'next_week' => 'الاسبوع القادم',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Scheduled Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Investigating',
2 => 'Identified',
3 => 'Watching',
4 => 'Fixed',
],
],

// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],

// Service Status
'service' => [
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues',
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues',
],

'api' => [
'regenerate' => 'Regenerate API Key',
'revoke' => 'Revoke API Key',
],

// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'الساعة الأخيرة',
'hourly' => 'Last 12 Hours',
'weekly' => 'أسبوع',
'monthly' => 'شهر',
],
],

// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to get the updates',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Subscribe',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
],
'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.',
],
],

'signup' => [
'title' => 'سجل',
'username' => 'Username',
'email' => 'Email',
'password' => 'Password',
'success' => 'Your account has been created.',
'failure' => 'Something went wrong with the signup.',
],

'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>!',
],

// Modal
'modal' => [
'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.',
'button' => 'Subscribe',
],
],

// Other
'home' => 'Home',
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'About This Site',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',

];
65 changes: 65 additions & 0 deletions resources/lang/ar-SA/notifications.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<?php

/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'subject' => 'Verify Your Subscription',
'content' => 'Click to verify your subscription to :app_name status page.',
'title' => 'Verify your subscription to :app_name status page.',
'action' => 'Verify',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'subject' => 'Your invitation is inside...',
'content' => 'You have been invited to join :app_name status page.',
'title' => 'You\'re invited to join :app_name status page.',
'action' => 'Accept',
],
],
];
131 changes: 131 additions & 0 deletions resources/lang/ca-ES/cachet.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
<?php

/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return [
// Components
'components' => [
'last_updated' => 'Darrera actualització :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Operatiu',
2 => 'Problemes de rendiment',
3 => 'Interrupció parcial',
4 => 'Interrupció major',
],
'group' => [
'other' => 'Altres components',
],
],

// Incidents
'incidents' => [
'none' => 'No s\'han registrat incidents',
'past' => 'Incidents anteriors',
'previous_week' => 'Setmana Anterior',
'next_week' => 'Següent Setmana',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Interrupció programada',
'scheduled_at' => ', programat',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Investigant',
2 => 'Identificat',
3 => 'En observació',
4 => 'Resolt',
],
],

// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],

// Service Status
'service' => [
'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' => 'Regenerau la clau de l\'API',
'revoke' => 'Revocau la clau de l\'API',
],

// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Darrera hora',
'hourly' => 'Darreres 12 hores',
'weekly' => 'Setmana',
'monthly' => 'Mes',
],
],

// Subscriber
'subscriber' => [
'subscribe' => 'Subscriviu-vos per rebre les darreres actualitzacions',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Subscriviu-vos',
'manage' => [
'no_subscriptions' => 'Actualment estau subscrits a totes les actualitzacions.',
'my_subscriptions' => 'Actualment estau subscrits a les següents actualitzacions.',
],
'email' => [
'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' => 'Gestionar la teva 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.',
],
],

'signup' => [
'title' => 'Crea un compte',
'username' => 'Nom de l\'usuari',
'email' => 'Correu electrònic',
'password' => 'Contrasenya',
'success' => 'El vostre compte s\'ha creat.',
'failure' => 'Something went wrong with the signup.',
],

'system' => [
'update' => 'Hi ha una nova versió de Cachet disponible. Pots llegir la documentació sobre com actualitzar <a href="https://docs.cachethq.io/docs/updating-cachet">aquí</a>!',
],

// Modal
'modal' => [
'close' => 'Tanca',
'subscribe' => [
'title' => 'Subscriure\'s als canvis dels components',
'body' => 'Escrigui el seu correu electrònic per subscriure\'s a les actualitzacions dels components. Si vostè ja està registrat, ja rebrà missatges de correu per aquest component.',
'button' => 'Subscriviu-vos',
],
],

// Other
'home' => 'Inici',
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => 'Funciona amb <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'Sobre aquest lloc',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Estat',

];
65 changes: 65 additions & 0 deletions resources/lang/ca-ES/notifications.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<?php

/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'subject' => 'Verify Your Subscription',
'content' => 'Click to verify your subscription to :app_name status page.',
'title' => 'Verify your subscription to :app_name status page.',
'action' => 'Verify',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'subject' => 'Your invitation is inside...',
'content' => 'You have been invited to join :app_name status page.',
'title' => 'You\'re invited to join :app_name status page.',
'action' => 'Accept',
],
],
];
Loading