Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
13 lines
301 B
PHP
13 lines
301 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' => 'Ürün değişiklikleri',
|
||
'note' => 'Not: ne yazık ki, bu sayfa yalnızca İngilizce\'dir.',
|
||
];
|