New translations notifications.php (Albanian)

This commit is contained in:
Cachet Bot
2018-07-12 08:43:05 +01:00
parent 891b6a26bc
commit 7deedddf0c
+39 -39
View File
@@ -13,95 +13,95 @@ return [
'component' => [ 'component' => [
'status_update' => [ 'status_update' => [
'mail' => [ 'mail' => [
'subject' => 'Statusi i komponentit u azhornua', 'subject' => 'Component Status Updated',
'greeting' => 'Statusi i nje komponenti u azhornua!', 'greeting' => 'A component\'s status was updated!',
'content' => 'Status i :name u ndryshua nga :old_status ne :new_status.', 'content' => ':name status changed from :old_status to :new_status.',
'action' => 'Shiko', 'action' => 'View',
], ],
'slack' => [ 'slack' => [
'title' => 'Statusi i komponentit u azhornua', 'title' => 'Component Status Updated',
'content' => 'Status i :name u ndryshua nga :old_status ne :new_status.', 'content' => ':name status changed from :old_status to :new_status.',
], ],
'sms' => [ 'sms' => [
'content' => 'Status i :name u ndryshua nga :old_status ne :new_status.', 'content' => ':name status changed from :old_status to :new_status.',
], ],
], ],
], ],
'incident' => [ 'incident' => [
'new' => [ 'new' => [
'mail' => [ 'mail' => [
'subject' => 'U raportua incident i ri', 'subject' => 'New Incident Reported',
'greeting' => 'New incident i ri u raportua ne :app_name.', 'greeting' => 'A new incident was reported at :app_name.',
'content' => 'Incidenti :name u raportua', 'content' => 'Incident :name was reported',
'action' => 'Shiko', 'action' => 'View',
], ],
'slack' => [ 'slack' => [
'title' => 'Incidenti :name u raportua', 'title' => 'Incident :name Reported',
'content' => 'Nje incident i ri u raportua ne :app_name', 'content' => 'A new incident was reported at :app_name',
], ],
'sms' => [ 'sms' => [
'content' => 'New incident i ri u raportua ne :app_name.', 'content' => 'A new incident was reported at :app_name.',
], ],
], ],
'update' => [ 'update' => [
'mail' => [ 'mail' => [
'subject' => 'U azhornua nje incident', 'subject' => 'Incident Updated',
'content' => ':name u azhornua', 'content' => ':name was updated',
'title' => ':name u azhornua ne :new_status', 'title' => ':name was updated to :new_status',
'action' => 'Shiko', 'action' => 'View',
], ],
'slack' => [ 'slack' => [
'title' => ':name u azhornua', 'title' => ':name Updated',
'content' => ':name u azhornua ne :new_status', 'content' => ':name was updated to :new_status',
], ],
'sms' => [ 'sms' => [
'content' => 'Incidenti :name u azhornua', 'content' => 'Incident :name was updated',
], ],
], ],
], ],
'schedule' => [ 'schedule' => [
'new' => [ 'new' => [
'mail' => [ 'mail' => [
'subject' => 'Nje prenotim i ri u krijua', 'subject' => 'New Schedule Created',
'content' => ':name u prenotua per :date', 'content' => ':name was scheduled for :date',
'title' => 'Nje orar i ri mirembajtjeje u krijua.', 'title' => 'A new scheduled maintenance was created.',
'action' => 'Shiko', 'action' => 'View',
], ],
'slack' => [ 'slack' => [
'title' => 'New prenotim i ri u krijua!', 'title' => 'New Schedule Created!',
'content' => ':name u prenotua per :date', 'content' => ':name was scheduled for :date',
], ],
'sms' => [ 'sms' => [
'content' => ':name u prenotua per :date', 'content' => ':name was scheduled for :date',
], ],
], ],
], ],
'subscriber' => [ 'subscriber' => [
'verify' => [ 'verify' => [
'mail' => [ 'mail' => [
'subject' => 'Verifikoni abonimin tuaj', 'subject' => 'Verify Your Subscription',
'content' => 'Kliko per te verifikuar abonimin ne faqen e statusit te :app_name.', 'content' => 'Click to verify your subscription to :app_name status page.',
'title' => 'Verifiko abonimin tuaj ne faqen e statusit te :app_name.', 'title' => 'Verify your subscription to :app_name status page.',
'action' => 'Verifiko', 'action' => 'Verify',
], ],
], ],
], ],
'system' => [ 'system' => [
'test' => [ 'test' => [
'mail' => [ 'mail' => [
'subject' => 'Ping nga Cachet!', 'subject' => 'Ping from Cachet!',
'content' => 'Ky eshte nje njoftim prove nga Cachet!', 'content' => 'This is a test notification from Cachet!',
'title' => 'Zile', 'title' => '🔔',
], ],
], ],
], ],
'user' => [ 'user' => [
'invite' => [ 'invite' => [
'mail' => [ 'mail' => [
'subject' => 'Ftesa juaj eshte brenda...', 'subject' => 'Your invitation is inside...',
'content' => 'Jeni ftuar per tu bashkuar faqes se statusit te :app_name.', 'content' => 'You have been invited to join :app_name status page.',
'title' => 'Ftesa juaj per tu bashkuar faqes se statusit te :app_name.', 'title' => 'You\'re invited to join :app_name status page.',
'action' => 'Pranoj', 'action' => 'Accept',
], ],
], ],
], ],