検索ワード: pergi kelinik untuk periksa (マレー語 - 英語)

コンピュータによる翻訳

人が翻訳した例文から、翻訳方法を学びます。

Malay

English

情報

Malay

pergi kelinik untuk periksa

English

 

から: 機械翻訳
よりよい翻訳の提案
品質:

人による翻訳

プロの翻訳者、企業、ウェブページから自由に利用できる翻訳レポジトリまで。

翻訳の追加

マレー語

英語

情報

マレー語

pengesahihan diperlukan untuk periksa sistem fail pada peranti

英語

authentication is required to check the file system on the device

最終更新: 2014-08-15
使用頻度: 1
品質:

マレー語

ini akan lancarkan apport-retrace didalam tetingkap terminal untuk periksa kerosakan.

英語

this will launch apport-retrace in a terminal window to examine the crash.

最終更新: 2014-08-15
使用頻度: 1
品質:

マレー語

sebab saya baru perasan kkm memberitahu saya untuk periksa keadaan semasa saya dekat hospital berdekatan pukul 2 ini

英語

sorry to bother madam can get me into class late today because i have to go to the hospital to checkup my covid

最終更新: 2021-12-08
使用頻度: 1
品質:

参照: 匿名

マレー語

sara sebagai juruaudit untuk periksa semua dokumen tranksasi, menganalisis dan menilai semula proses, pengurusan di dalam syarikat kita. kalau ade apa apa yang mencurigakan, bagitau sy dengan segera!

英語

sara as an auditor to check all the documents of tranksation, analyze and re-evaluate the processes, management within our company. if you see anything suspicious, let me know immediately!

最終更新: 2023-06-22
使用頻度: 1
品質:

参照: 匿名

マレー語

di china, kerajaan china, bersempena kerjasama dengan alipay, telah melancarkan satu aplikasi yang membenarkan warganegara untuk periksa jika mereka pernah mempunyai hubungan dengan mereka yang dijangkiti covid-19.

英語

in china, the chinese government, in conjunction with alipay, has deployed an app that allows citizens to check if they have been in contact with people that have covid-19.

最終更新: 2020-08-25
使用頻度: 1
品質:

参照: 匿名

マレー語

nilaikan ungkapan bersyarat. keluar dengan status 0 (benar) atau 1 (palsu) bergantung pada penilaian expr. ungkapan boleh jadi unari atau binari. ungkapan unari biasanya digunakan untuk periksa status fail. terdapat kendalian rentetan dan kendalian perbandingan numerik juga. kelakuan ujian bergantung pada bilangan argumen. baca halaman panduan bash untuk spesifikasi yang lengkap. kendalian fail: -a file benar jika faik wujud. -b file benar jika fail ialah blok khas. -c file benar jika fail ialah aksara khas. -d file benar jika fail ialah direktori. -e file benar jika fail wujud. -f file benar jika fail wujud dan merupakan fail nalar. -g file benar jika fail ialah set-group-id. -h file benar jika fail ialah pautan simbolik. -l file benar jika fail ialah pautan simbolik. -k file benar jika fail mempunya set bit `sticky'nya. -p file benar jika fail ialah paip bernama. -r file benar jika fail ialah boleh dibaca oleh anda. -s file benar jika fail wujud dan tidak kosong. -s file benar jika fail ialah soket. -t fd benar jika fd dibuka melalui terminal. -u file benar jika fail ialah set-user-id. -w file benar jika fail boleh ditulis oleh anda. -x file benar jika fail adalah boleh laku oleh anda. -o file benar jika fail adalah dimilik secara efektif oleh anda. -g file benar jika fail dimiliki secara efektif oleh kumpulan anda. -n file benar jika fail telah diubahsuai semenjak terakhir dibaca. file1 -nt file2 benar jika file1 lebih baru dari file2 (berdasarkan pada tarikh pengubahsuaian). file1 -ot file2 benar jika file1 lebih tua dari file2. file1 -ef file2 benar jika file1 adalah pautan keras pada file2. kendalian rentetan: -z string benar jika rentetan adalah kosong. -n string string benar jika rentetan tidak kosong. string1 = string2 benar jika rentetan adalah sama. string1 != string2 benar jika rentetan tidak sama. string1 string2 benar jika string1 diisih selepas string2 secara leksikografi. kendalian lain: -o option benar jika pilihan shell option dibenarkan. -v var\t benar jika pembolehubah shell var ditetapkan ! expr benar jila expr adalah palsu. expr1 -a expr2 benar jika kedua-dua expr1 and expr2 adalah benar. expr1 -o expr2 benar jika sama ada expr1 or expr2 adalah benar. arg1 op arg2 ujian aritmatik. op ialah salah satu dari -eq, -ne, -lt, -le, -gt, atau -ge. kendalian binari aritmetk kembalikan benar jika arg1 adalah sama, tidak sama, kurang-dari, less-than-or-equal, lebih-dari, atau greater-than-or-equal berbanding arg2. status keluar: kembali berjaya jika expr dinilai kepada benar; gagal jika expr dinilai kepada palsu atau argumen tidak sah diberi.

英語

evaluate conditional expression. exits with a status of 0 (true) or 1 (false) depending on the evaluation of expr. expressions may be unary or binary. unary expressions are often used to examine the status of a file. there are string operators and numeric comparison operators as well. the behavior of test depends on the number of arguments. read the bash manual page for the complete specification. file operators: -a file true if file exists. -b file true if file is block special. -c file true if file is character special. -d file true if file is a directory. -e file true if file exists. -f file true if file exists and is a regular file. -g file true if file is set-group-id. -h file true if file is a symbolic link. -l file true if file is a symbolic link. -k file true if file has its `sticky' bit set. -p file true if file is a named pipe. -r file true if file is readable by you. -s file true if file exists and is not empty. -s file true if file is a socket. -t fd true if fd is opened on a terminal. -u file true if the file is set-user-id. -w file true if the file is writable by you. -x file true if the file is executable by you. -o file true if the file is effectively owned by you. -g file true if the file is effectively owned by your group. -n file true if the file has been modified since it was last read. file1 -nt file2 true if file1 is newer than file2 (according to modification date). file1 -ot file2 true if file1 is older than file2. file1 -ef file2 true if file1 is a hard link to file2. string operators: -z string true if string is empty. -n string string true if string is not empty. string1 = string2 true if the strings are equal. string1 != string2 true if the strings are not equal. string1 string2 true if string1 sorts after string2 lexicographically. other operators: -o option true if the shell option option is enabled. -v var\t true if the shell variable var is set ! expr true if expr is false. expr1 -a expr2 true if both expr1 and expr2 are true. expr1 -o expr2 true if either expr1 or expr2 is true. arg1 op arg2 arithmetic tests. op is one of -eq, -ne, -lt, -le, -gt, or -ge. arithmetic binary operators return true if arg1 is equal, not-equal, less-than, less-than-or-equal, greater-than, or greater-than-or-equal than arg2. exit status: returns success if expr evaluates to true; fails if expr evaluates to false or an invalid argument is given.

最終更新: 2014-08-15
使用頻度: 1
品質:

参照: 匿名

人による翻訳を得て
8,032,222,774 より良い訳文を手にいれましょう

ユーザーが協力を求めています。



ユーザー体験を向上させるために Cookie を使用しています。弊社サイトを引き続きご利用いただくことで、Cookie の使用に同意していただくことになります。 詳細。 OK