Results for international translation from Chinese (Simplified) to Japanese

Computer translation

Trying to learn how to translate from the human translation examples.

Chinese

Japanese

Info

Chinese

international

Japanese

 

From: Machine Translation
Suggest a better translation
Quality:

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Chinese (Simplified)

Japanese

Info

Chinese (Simplified)

版权© 2011 dhl international gmbh. 版权所有。

Japanese

2011 © dhl international gmbh. all rights reserved.

Last Update: 2011-03-22
Usage Frequency: 5
Quality:

Chinese (Simplified)

united press international anpa 1312 variant

Japanese

united press international anpa 1312 variant

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Chinese (Simplified)

united press international down- load message

Japanese

united press international down-load message

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Chinese (Simplified)

mailbox names containing international characters outside the printable ascii range will be encoded and may be decoded by imap_utf7_decode().

Japanese

latt_marked - このメールボックスには印が付けられています。 uw-imapd でのみ使用されます。

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Chinese (Simplified)

imap_createmailbox() creates a new mailbox specified by mbox. names containing international characters should be encoded by imap_utf7_encode()

Japanese

imap_createmailbox() は mbox で指定された新しいメールボックスを作成します。この名前に国際化文 字を含む場合には、 imap_utf7_encode() でエンコー ドする必要があります。

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Chinese (Simplified)

?php $number = 1234.56; // let's print the international format for the en_us locale setlocale(lc_monetary, 'en_us'); echo money_format('%i', $number)."\n"; // usd 1,234.56 // italian national format with 2 decimals` setlocale(lc_monetary, 'it_it'); echo money_format('%.2n', $number)."\n"; // l. 1.234,56 // using a negative number $number = -1234.5672; // us national format, using () for negative numbers // and 10 digits for left precision setlocale(lc_monetary, 'en_us'); echo money_format('%(#10n', $number)."\n"; // ($1,234.57) // similar format as above, adding the use of 2 digits of right // precision and '*' as a fill character echo money_format('%=*(#10.2n', $number)."\n"; // ($********1,234.57) // let's justify to the left, with 14 positions of width, 8 digits of // left precision, 2 of right precision, withouth grouping character // and using the international format for the de_de locale. setlocale(lc_monetary, 'de_de'); echo money_format('%=*^-14#8.2i', 1234.56)."\n"; // dem 1234,56**** // let's add some blurb before and after the conversion specification setlocale(lc_monetary, 'en_gb'); $fmt = 'the final value is %i (after a 10%% discount)'; echo money_format($fmt, 1234.56)."\n"; // the final value is gbp 1,234.56 (after a 10% discount)?

Japanese

例 1 money_format() example

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Get a better translation with
7,794,824,799 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK