Skip to content

Commit 8f51b88

Browse files
authored
Merge pull request #2301 from CachetHQ/l10n_2.4
New Crowdin translations
2 parents 8a5f7d6 + 74b6e97 commit 8f51b88

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+4501
-191
lines changed

resources/lang/ar-SA/cachet.php

+131
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
<?php
2+
3+
/*
4+
* This file is part of Cachet.
5+
*
6+
* (c) Alt Three Services Limited
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
return [
13+
// Components
14+
'components' => [
15+
'last_updated' => 'Last updated :timestamp',
16+
'status' => [
17+
0 => 'Unknown',
18+
1 => 'تشغيل',
19+
2 => 'Performance Issues',
20+
3 => 'Partial Outage',
21+
4 => 'Major Outage',
22+
],
23+
'group' => [
24+
'other' => 'Other Components',
25+
],
26+
],
27+
28+
// Incidents
29+
'incidents' => [
30+
'none' => 'No incidents reported',
31+
'past' => 'Past Incidents',
32+
'previous_week' => 'الأسبوع السابق',
33+
'next_week' => 'الاسبوع القادم',
34+
'stickied' => 'Stickied Incidents',
35+
'scheduled' => 'Scheduled Maintenance',
36+
'scheduled_at' => ', scheduled :timestamp',
37+
'posted' => 'Posted :timestamp',
38+
'status' => [
39+
1 => 'Investigating',
40+
2 => 'Identified',
41+
3 => 'Watching',
42+
4 => 'Fixed',
43+
],
44+
],
45+
46+
// Schedule
47+
'schedules' => [
48+
'status' => [
49+
0 => 'Upcoming',
50+
1 => 'In Progress',
51+
2 => 'Complete',
52+
],
53+
],
54+
55+
// Service Status
56+
'service' => [
57+
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
58+
'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues',
59+
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues',
60+
],
61+
62+
'api' => [
63+
'regenerate' => 'Regenerate API Key',
64+
'revoke' => 'Revoke API Key',
65+
],
66+
67+
// Metrics
68+
'metrics' => [
69+
'filter' => [
70+
'last_hour' => 'الساعة الأخيرة',
71+
'hourly' => 'Last 12 Hours',
72+
'weekly' => 'أسبوع',
73+
'monthly' => 'شهر',
74+
],
75+
],
76+
77+
// Subscriber
78+
'subscriber' => [
79+
'subscribe' => 'Subscribe to get the updates',
80+
'unsubscribe' => 'Unsubscribe at :link',
81+
'button' => 'Subscribe',
82+
'manage' => [
83+
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
84+
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
85+
],
86+
'email' => [
87+
'subscribe' => 'Subscribe to email updates.',
88+
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
89+
'verified' => 'Your email subscription has been confirmed. Thank you!',
90+
'manage' => 'Manage your subscription',
91+
'unsubscribe' => 'Unsubscribe from email updates.',
92+
'unsubscribed' => 'Your email subscription has been cancelled.',
93+
'failure' => 'Something went wrong with the subscription.',
94+
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
95+
],
96+
],
97+
98+
'signup' => [
99+
'title' => 'سجل',
100+
'username' => 'Username',
101+
'email' => 'Email',
102+
'password' => 'Password',
103+
'success' => 'Your account has been created.',
104+
'failure' => 'Something went wrong with the signup.',
105+
],
106+
107+
'system' => [
108+
'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>!',
109+
],
110+
111+
// Modal
112+
'modal' => [
113+
'close' => 'Close',
114+
'subscribe' => [
115+
'title' => 'Subscribe to component updates',
116+
'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.',
117+
'button' => 'Subscribe',
118+
],
119+
],
120+
121+
// Other
122+
'home' => 'Home',
123+
'description' => 'Stay up to date with the latest service updates from :app.',
124+
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
125+
'timezone' => 'Times are shown in :timezone.',
126+
'about_this_site' => 'About This Site',
127+
'rss-feed' => 'RSS',
128+
'atom-feed' => 'Atom',
129+
'feed' => 'Status Feed',
130+
131+
];
+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<?php
2+
3+
/*
4+
* This file is part of Cachet.
5+
*
6+
* (c) Alt Three Services Limited
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
return [
13+
'component' => [
14+
'status_update' => [
15+
'subject' => 'Component Status Updated',
16+
'title' => 'A component\'s status was updated!',
17+
'content' => ':name status changed from :old_status to :new_status.',
18+
],
19+
],
20+
'incident' => [
21+
'new' => [
22+
'subject' => 'New Incident Reported',
23+
'content' => ':name was reported',
24+
'title' => 'A new incident was reported at :app_name status page.',
25+
'action' => 'View',
26+
],
27+
'update' => [
28+
'subject' => 'Incident Updated',
29+
'content' => ':name was updated',
30+
'title' => ':name was updated to :new_status',
31+
'action' => 'View',
32+
],
33+
],
34+
'schedule' => [
35+
'new' => [
36+
'subject' => 'New Schedule Created',
37+
'content' => ':name was scheduled for :date',
38+
'title' => 'A new scheduled maintenance was created.',
39+
'action' => 'View',
40+
],
41+
],
42+
'subscriber' => [
43+
'verify' => [
44+
'subject' => 'Verify Your Subscription',
45+
'content' => 'Click to verify your subscription to :app_name status page.',
46+
'title' => 'Verify your subscription to :app_name status page.',
47+
'action' => 'Verify',
48+
],
49+
],
50+
'system' => [
51+
'test' => [
52+
'subject' => 'Ping from Cachet!',
53+
'content' => 'This is a test notification from Cachet!',
54+
'title' => '🔔',
55+
],
56+
],
57+
'user' => [
58+
'invite' => [
59+
'subject' => 'Your invitation is inside...',
60+
'content' => 'You have been invited to join :app_name status page.',
61+
'title' => 'You\'re invited to join :app_name status page.',
62+
'action' => 'Accept',
63+
],
64+
],
65+
];

resources/lang/ca-ES/cachet.php

+131
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
<?php
2+
3+
/*
4+
* This file is part of Cachet.
5+
*
6+
* (c) Alt Three Services Limited
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
return [
13+
// Components
14+
'components' => [
15+
'last_updated' => 'Darrera actualització :timestamp',
16+
'status' => [
17+
0 => 'Unknown',
18+
1 => 'Operatiu',
19+
2 => 'Problemes de rendiment',
20+
3 => 'Interrupció parcial',
21+
4 => 'Interrupció major',
22+
],
23+
'group' => [
24+
'other' => 'Altres components',
25+
],
26+
],
27+
28+
// Incidents
29+
'incidents' => [
30+
'none' => 'No s\'han registrat incidents',
31+
'past' => 'Incidents anteriors',
32+
'previous_week' => 'Setmana Anterior',
33+
'next_week' => 'Següent Setmana',
34+
'stickied' => 'Stickied Incidents',
35+
'scheduled' => 'Interrupció programada',
36+
'scheduled_at' => ', programat',
37+
'posted' => 'Posted :timestamp',
38+
'status' => [
39+
1 => 'Investigant',
40+
2 => 'Identificat',
41+
3 => 'En observació',
42+
4 => 'Resolt',
43+
],
44+
],
45+
46+
// Schedule
47+
'schedules' => [
48+
'status' => [
49+
0 => 'Upcoming',
50+
1 => 'In Progress',
51+
2 => 'Complete',
52+
],
53+
],
54+
55+
// Service Status
56+
'service' => [
57+
'good' => '[0,1] Sistema en funcionament | [2, Inf] Tots els sistemes estan en funcionament',
58+
'bad' => '[0,1] Actualment el sistema està experimentant problemes| [2, Inf] Alguns sistemes estan experimentant problemes',
59+
'major' => '[0,1] El servei està experimentant una interrupció major| [2, Inf] Alguns sistemes estan experimentant una interrupció major',
60+
],
61+
62+
'api' => [
63+
'regenerate' => 'Regenerau la clau de l\'API',
64+
'revoke' => 'Revocau la clau de l\'API',
65+
],
66+
67+
// Metrics
68+
'metrics' => [
69+
'filter' => [
70+
'last_hour' => 'Darrera hora',
71+
'hourly' => 'Darreres 12 hores',
72+
'weekly' => 'Setmana',
73+
'monthly' => 'Mes',
74+
],
75+
],
76+
77+
// Subscriber
78+
'subscriber' => [
79+
'subscribe' => 'Subscriviu-vos per rebre les darreres actualitzacions',
80+
'unsubscribe' => 'Unsubscribe at :link',
81+
'button' => 'Subscriviu-vos',
82+
'manage' => [
83+
'no_subscriptions' => 'Actualment estau subscrits a totes les actualitzacions.',
84+
'my_subscriptions' => 'Actualment estau subscrits a les següents actualitzacions.',
85+
],
86+
'email' => [
87+
'subscribe' => 'Subscriviu-vos a les actualitzacions del correu electrònic.',
88+
'subscribed' => 'Heu estat subscrits a les actualitzacions del correu electrònic. Per favor, consultau el vostre correu electrònic per confirmar la subscripció.',
89+
'verified' => 'La vostra subscripció al correu electrònic ha estat confirmada. Gràcies!',
90+
'manage' => 'Gestionar la teva subscripció',
91+
'unsubscribe' => 'Des-subscriviu-vos.',
92+
'unsubscribed' => 'La vostra subscripció del correu electrònic ha estat cancel·lada.',
93+
'failure' => 'Alguna cosa ha anat malament en el procés de subscripció.',
94+
'already-subscribed' => 'No pot subscriure\'s :email perquè ja està subscrit.',
95+
],
96+
],
97+
98+
'signup' => [
99+
'title' => 'Crea un compte',
100+
'username' => 'Nom de l\'usuari',
101+
'email' => 'Correu electrònic',
102+
'password' => 'Contrasenya',
103+
'success' => 'El vostre compte s\'ha creat.',
104+
'failure' => 'Something went wrong with the signup.',
105+
],
106+
107+
'system' => [
108+
'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>!',
109+
],
110+
111+
// Modal
112+
'modal' => [
113+
'close' => 'Tanca',
114+
'subscribe' => [
115+
'title' => 'Subscriure\'s als canvis dels components',
116+
'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.',
117+
'button' => 'Subscriviu-vos',
118+
],
119+
],
120+
121+
// Other
122+
'home' => 'Inici',
123+
'description' => 'Stay up to date with the latest service updates from :app.',
124+
'powered_by' => 'Funciona amb <a href="https://cachethq.io" class="links">Cachet</a>.',
125+
'timezone' => 'Times are shown in :timezone.',
126+
'about_this_site' => 'Sobre aquest lloc',
127+
'rss-feed' => 'RSS',
128+
'atom-feed' => 'Atom',
129+
'feed' => 'Estat',
130+
131+
];
+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<?php
2+
3+
/*
4+
* This file is part of Cachet.
5+
*
6+
* (c) Alt Three Services Limited
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
return [
13+
'component' => [
14+
'status_update' => [
15+
'subject' => 'Component Status Updated',
16+
'title' => 'A component\'s status was updated!',
17+
'content' => ':name status changed from :old_status to :new_status.',
18+
],
19+
],
20+
'incident' => [
21+
'new' => [
22+
'subject' => 'New Incident Reported',
23+
'content' => ':name was reported',
24+
'title' => 'A new incident was reported at :app_name status page.',
25+
'action' => 'View',
26+
],
27+
'update' => [
28+
'subject' => 'Incident Updated',
29+
'content' => ':name was updated',
30+
'title' => ':name was updated to :new_status',
31+
'action' => 'View',
32+
],
33+
],
34+
'schedule' => [
35+
'new' => [
36+
'subject' => 'New Schedule Created',
37+
'content' => ':name was scheduled for :date',
38+
'title' => 'A new scheduled maintenance was created.',
39+
'action' => 'View',
40+
],
41+
],
42+
'subscriber' => [
43+
'verify' => [
44+
'subject' => 'Verify Your Subscription',
45+
'content' => 'Click to verify your subscription to :app_name status page.',
46+
'title' => 'Verify your subscription to :app_name status page.',
47+
'action' => 'Verify',
48+
],
49+
],
50+
'system' => [
51+
'test' => [
52+
'subject' => 'Ping from Cachet!',
53+
'content' => 'This is a test notification from Cachet!',
54+
'title' => '🔔',
55+
],
56+
],
57+
'user' => [
58+
'invite' => [
59+
'subject' => 'Your invitation is inside...',
60+
'content' => 'You have been invited to join :app_name status page.',
61+
'title' => 'You\'re invited to join :app_name status page.',
62+
'action' => 'Accept',
63+
],
64+
],
65+
];

0 commit comments

Comments
 (0)