mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
42 lines
1.3 KiB
PHP
42 lines
1.3 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'create' => 'Membuat',
|
|
'delete' => 'Menghapus',
|
|
'enter-subject' => 'Masukkan subjek',
|
|
'from' => 'Dari',
|
|
'inbox' => 'Kotak masuk',
|
|
'mark-all-read' => 'Tandai semua pesan sebagai sudah dibaca',
|
|
'message' => 'Pesan',
|
|
'messages' => 'Pesan',
|
|
'new' => 'Pesan baru',
|
|
'outbox' => 'Kotak keluar',
|
|
'private' => 'Pribadi',
|
|
'read' => 'Baca baca',
|
|
'received-at' => 'Diterima Di',
|
|
'refresh' => 'Menyegarkan',
|
|
'reply' => 'Balasan',
|
|
'search' => 'Cari Berdasarkan Subjek',
|
|
'select' => 'Pilih Pengguna',
|
|
'send' => 'Kirim PM',
|
|
'send-to' => 'Kirim PM Ke',
|
|
'sent' => 'Terkirim',
|
|
'sent-at' => 'Terkirim Di',
|
|
'subject' => 'Subyek',
|
|
'to' => 'Untuk',
|
|
'unread' => 'Belum dibaca',
|
|
];
|