mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Merge pull request #2125 from ahrasis/master
Adding Bahasa Melayu (Malaysia) Translation
This commit is contained in:
commit
39f1d0fa41
3680
protected/humhub/messages/my/archive.json
Normal file
3680
protected/humhub/messages/my/archive.json
Normal file
File diff suppressed because it is too large
Load Diff
56
protected/humhub/messages/my/base.php
Normal file
56
protected/humhub/messages/my/base.php
Normal file
@ -0,0 +1,56 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Allow' => 'Izin',
|
||||
'Default' => 'Asal',
|
||||
'Deny' => 'Larang',
|
||||
'Please type at least 3 characters' => 'Sila tulis sekurang-kurangnya 3 karakter',
|
||||
'Show more' => 'Paparkan lagi',
|
||||
'The date has to be in the past.' => 'Tarikh mestilah yang sudah berlalu',
|
||||
'Unsubscribe' => 'Hentikan langganan',
|
||||
'<strong>Latest</strong> updates' => 'Kemaskini <strong>terkini</strong>',
|
||||
'Account settings' => 'Tetapan akaun',
|
||||
'Administration' => 'Pengurusan',
|
||||
'Back' => 'Kembali',
|
||||
'Back to dashboard' => 'Kembali ke papan utama',
|
||||
'Choose language:' => 'Pilih bahasa:',
|
||||
'Collapse' => 'Tutup',
|
||||
'Content Addon source must be instance of HActiveRecordContent or HActiveRecordContentAddon!' => 'Sumber kandungan addon mestilah daripada HActiveRecordContent atau HActiveRecordContentAddon!',
|
||||
'Could not find content of addon!' => 'Kandungan addon tidak ditemui!',
|
||||
'Error' => 'Kesalahan',
|
||||
'Expand' => 'Buka',
|
||||
'It looks like you may have taken the wrong turn.' => 'Anda telah tersilap langkah.',
|
||||
'Language' => 'Bahasa',
|
||||
'Latest news' => 'Berita terbaru',
|
||||
'Login' => 'Log Masuk',
|
||||
'Logout' => 'Log Keluar',
|
||||
'Menu' => 'Menu',
|
||||
'Module is not enabled on this content container!' => 'Modul tidak diaktikfkan pada bekas kandungan ini!',
|
||||
'My profile' => 'Profil saya',
|
||||
'New profile image' => 'Imej profil baru',
|
||||
'Next' => 'Seterusnya',
|
||||
'Ok' => 'Ok',
|
||||
'Oooops...' => 'Oooops...',
|
||||
'Save' => 'Simpan',
|
||||
'Search' => 'Cari',
|
||||
'Search for users and spaces' => 'Cari ahli dan ruangan',
|
||||
'Space not found!' => 'Ruangan tidak ditemui!',
|
||||
'User not found!' => 'Ahli tidak ditemui!',
|
||||
'Your daily summary' => 'Ringkasan harian anda',
|
||||
];
|
6
protected/humhub/messages/my/error.php
Normal file
6
protected/humhub/messages/my/error.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Login</strong> required' => '<strong>Log masuk</strong> diwajibkan',
|
||||
'An internal server error occurred.' => 'Masalah dalaman server berlaku',
|
||||
'You are not allowed to perform this action.' => 'Anda tidak dibenarkan melaksanakan tindakan ini',
|
||||
);
|
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
return array (
|
||||
'Add image/file' => 'Tambah imej/fail',
|
||||
'Add link' => 'Tambah pautan',
|
||||
'Bold' => 'Tebal',
|
||||
'Close' => 'Tutup',
|
||||
'Code' => 'Kod',
|
||||
'Enter a url (e.g. http://example.com)' => 'Masukkan url (cth. https://hub.sch.my)',
|
||||
'Heading' => 'Kepala',
|
||||
'Image' => 'Imej',
|
||||
'Image/File' => 'Imej/Fail',
|
||||
'Insert Hyperlink' => 'Masukkan Pautan Hiper',
|
||||
'Insert Image Hyperlink' => 'Masukkan Pautan Hiper Imej',
|
||||
'Italic' => 'Senget',
|
||||
'List' => 'Senarai',
|
||||
'Please wait while uploading...' => 'Sila tunggu sementara memuatnaik...',
|
||||
'Preview' => 'Semak',
|
||||
'Quote' => 'Ungkap',
|
||||
'Target' => 'Sasar',
|
||||
'Title' => 'Tajuk',
|
||||
'Title of your link' => 'Tajuk pautan anda',
|
||||
'URL/Link' => 'URL/Pautan',
|
||||
'code text here' => 'teks kod di sini',
|
||||
'emphasized text' => 'teks dicerahkan',
|
||||
'enter image description here' => 'masukkan deskripsi imej di sini',
|
||||
'enter image title here' => 'masukkan tajuk imej di sini',
|
||||
'enter link description here' => 'masukkan deskripsi pautan di sini',
|
||||
'heading text' => 'teks kepala',
|
||||
'list text here' => 'teks bagi senarai di sini',
|
||||
'quote here' => 'ungkap di sini',
|
||||
'strong text' => 'teks tebal',
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user