Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
13 lines
308 B
PHP
13 lines
308 B
PHP
<?php
|
|
|
|
/**
|
|
* ⚠️ Editing not allowed except for 'en' language.
|
|
*
|
|
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
|
|
*/
|
|
|
|
return [
|
|
'title' => 'Perubahan produk',
|
|
'note' => 'Catatan: Sangat disayangkan, halaman ini hanya dalam bahasa Inggris.',
|
|
];
|