mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-20 03:39:48 -06:00
75 lines
3.4 KiB
PHP
75 lines
3.4 KiB
PHP
<?php
|
|
/**
|
|
* 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 [
|
|
'action' => 'Tindakan',
|
|
'activity' => 'Aktivitas',
|
|
'approved' => 'Disetujui',
|
|
'author' => 'Penulis',
|
|
'bug' => 'Bug',
|
|
'category-quick-search' => 'Pencarian cepat nama topik (dalam kategori)',
|
|
'close-topic' => 'Topik Kunci',
|
|
'closed' => 'Tutup',
|
|
'create-new-topic' => 'Buat Topik Baru',
|
|
'created' => 'Dibuat',
|
|
'current' => 'Arus',
|
|
'delete-topic' => 'Hapus Topik Ini',
|
|
'denied' => 'Ditolak',
|
|
'dislike-post' => 'Tidak Suka Posting Ini',
|
|
'display-forum' => 'Tampilkan topik dalam',
|
|
'edit-post' => 'Edit Pos',
|
|
'edit-topic' => 'Edit Topik',
|
|
'forum' => 'Forum',
|
|
'forums' => 'Forum',
|
|
'implemented' => 'Diimplementasikan',
|
|
'in' => 'Di',
|
|
'invalid' => 'Tidak valid',
|
|
'label' => 'Label',
|
|
'label-system' => 'Sistem Label',
|
|
'last-message' => 'Pesan Terakhir',
|
|
'last-post-info' => 'Info Posting Terakhir',
|
|
'latest' => 'Terbaru',
|
|
'like-post' => 'Sukai Posting Ini',
|
|
'meta-category' => 'Daftar forum dalam kategori',
|
|
'moderation' => 'Moderasi',
|
|
'name' => 'Nama',
|
|
'not-connected' => 'Anda harus terhubung',
|
|
'not-subscribed' => 'Tidak Berlangganan',
|
|
'open' => 'Buka',
|
|
'open-topic' => 'Buka Topik Ini',
|
|
'permalink' => 'Permalink',
|
|
'pin' => 'Pin',
|
|
'post' => 'Pos',
|
|
'post-quick-search' => 'Posting pencarian cepat badan',
|
|
'posts' => 'Posting',
|
|
'quote' => 'Kutipan',
|
|
'read-topic' => 'Baca Topiknya',
|
|
'replies' => 'Balasan',
|
|
'send-new-topic' => 'Simpan Topik Ini',
|
|
'solved' => 'Terpecahkan',
|
|
'state' => 'Negara',
|
|
'stats' => 'Statistik',
|
|
'subscribed' => 'Berlangganan',
|
|
'subscription-quick-search' => 'Pencarian cepat nama topik (dalam langganan)',
|
|
'suggestion' => 'Saran',
|
|
'topic' => 'Tema',
|
|
'topic-closed' => 'Topik ini Ditutup',
|
|
'topic-name' => 'Nama topik',
|
|
'topic-quick-search' => 'Nama pencarian cepat',
|
|
'topic-title' => 'Judul Topik Ini',
|
|
'topics' => 'Topik',
|
|
'unpin' => 'Membuka peniti',
|
|
'view-all' => 'Lihat Semua Topik',
|
|
'views' => 'Tampilan',
|
|
];
|