akaunting/resources/lang/id-ID/notifications.php

28 lines
686 B
PHP
Raw Normal View History

2018-08-06 10:25:41 +03:00
<?php
return [
2019-12-25 14:32:47 +03:00
'whoops' => 'Ups!',
2021-04-02 10:47:48 +00:00
'hello' => 'Halo!',
2018-11-08 12:11:42 +03:00
'salutation' => 'Hormat Kami,<br> :company_name',
2019-12-25 14:32:47 +03:00
'subcopy' => 'Jika terdapat masalah ketika menekan tombol ":text", copy dan paste URL tersebut pada web browser Anda: [:url](:url)',
2018-08-06 10:25:41 +03:00
2021-04-02 10:47:48 +00:00
'update' => [
'mail' => [
'subject' => '⚠️ Pembaruan gagal di :domain',
'message' => 'Pembaruan dari :alias dari :current_version ke :new_version gagal di langkah <strong>:step</strong> dengan pesan berikut: :error_message',
],
'slack' => [
'message' => 'Pembaruan gagal di :domain',
],
],
2018-08-06 10:25:41 +03:00
];