New translations notifications.php (Arabic)

This commit is contained in:
James Brooks
2018-01-16 14:07:34 +00:00
parent bf725971bd
commit da492808ee

View File

@@ -13,84 +13,84 @@ return [
'component' => [
'status_update' => [
'mail' => [
'subject' => 'Component Status Updated',
'greeting' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
'action' => 'View',
'subject' => 'تم تحديث حالة المكون',
'greeting' => 'تم تحديث حالة المكون!',
'content' => 'تم تغيير حالة :name من :old_status إلى :new_status.',
'action' => 'عرض',
],
'slack' => [
'title' => 'Component Status Updated',
'content' => ':name status changed from :old_status to :new_status.',
'title' => 'تم تحديث حالة المكون',
'content' => 'تم تغيير حالة :name من :old_status إلى :new_status.',
],
'sms' => [
'content' => ':name status changed from :old_status to :new_status.',
'content' => 'تم تغيير حالة :name من :old_status إلى :new_status.',
],
],
],
'incident' => [
'new' => [
'mail' => [
'subject' => 'New Incident Reported',
'greeting' => 'A new incident was reported at :app_name.',
'content' => 'Incident :name was reported',
'action' => 'View',
'subject' => 'تم الإبلاغ عن حالة جديدة',
'greeting' => 'تم الإبلاغ عن حالة جديدة في صفحة الحالة الخاصة بـ :app_name.',
'content' => 'تم الإبلاغ عن حالة :name',
'action' => 'عرض',
],
'slack' => [
'title' => 'Incident :name Reported',
'content' => 'A new incident was reported at :app_name',
'title' => 'تم الإبلاغ عن حالة :name',
'content' => 'أبلغ عن حالة جديدة في صفحة الحالة الخاصة بـ :app_name',
],
'sms' => [
'content' => 'A new incident was reported at :app_name.',
'content' => 'تم الإبلاغ عن حالة جديدة في صفحة الحالة الخاصة بـ :app_name.',
],
],
'update' => [
'mail' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
'subject' => 'تم تحديث الحالة',
'content' => 'تم تحديث :name',
'title' => 'تم تحديث :name إلى :new_status',
'action' => 'عرض',
],
'slack' => [
'title' => ':name Updated',
'content' => ':name was updated to :new_status',
'title' => 'تم تحديث :name',
'content' => 'تم تحديث :name إلى :new_status',
],
'sms' => [
'content' => 'Incident :name was updated',
'content' => 'تم الإبلاغ عن حالة :name',
],
],
],
'schedule' => [
'new' => [
'mail' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
'subject' => 'تم جدولة عملية جديدة',
'content' => 'تم جدولة :name إلى :date',
'title' => 'تم إنشاء صيانة مجدولة.',
'action' => 'عرض',
],
'slack' => [
'title' => 'New Schedule Created!',
'content' => ':name was scheduled for :date',
'title' => 'تم إنشاء جدول جديد!',
'content' => 'تم جدولة :name إلى :date',
],
'sms' => [
'content' => ':name was scheduled for :date',
'content' => 'تم جدولة :name إلى :date',
],
],
],
'subscriber' => [
'verify' => [
'mail' => [
'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',
'subject' => 'تحقق من إشتراكك',
'content' => 'تحقق من إشتراكك في صفحة الحالة الخاصة بـ :app_name.',
'title' => 'تحقق من إشتراكك في صفحة الحالة الخاصة بـ :app_name.',
'action' => 'تأكيد',
],
],
],
'system' => [
'test' => [
'mail' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'subject' => 'تنبيه من Cachet!',
'content' => 'رسالة تنبيه تجريبية من Cachet!',
'title' => '🔔',
],
],
@@ -98,10 +98,10 @@ return [
'user' => [
'invite' => [
'mail' => [
'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',
'subject' => 'دعوتك للإنضمام في الداخل...',
'content' => 'أنت مدعو للإنضمام إلى صفحة الحالة الخاصة بـ :app_name.',
'title' => 'أنت مدعو للإنضمام إلى صفحة الحالة الخاصة بـ :app_name.',
'action' => 'قبول',
],
],
],