Apache-MP3
view release on metacpan or search on metacpan
MP3/L10N/zh_cn.pm view on Meta::CPAN
package Apache::MP3::L10N::zh_cn; # Simplified Chinese
use strict;
use Apache::MP3::L10N;
use vars qw($VERSION @ISA %Lexicon);
@ISA = qw(Apache::MP3::L10N);
# Translators, in no particular order:
# autrijus@autrijus.org
sub encoding {'euc-cn'} # euc-cn (gb2312)
sub language_tag {__PACKAGE__->SUPER::language_tag}
%Lexicon = (
'_VERSION' => __PACKAGE__ . ' v' .
($VERSION= '20020612'), # Last modified
# These are links as well as button text:
'Play All' => "È«²¿²¥·Å",
'Shuffle All' => 'Ëæ»ú²¥·Å', # Stream all in random order
'Stream All' => '´®Á÷²¥·Å',
# This one in just button text
'Play Selected' => '²¥·Åѡȡ·¶Î§',
"In this demo, streaming is limited to approximately [quant,_1,second,seconds]."
=> "ÔÚʾ·¶Ä£Ê½ÏÂ, ½öÄܲ¥·ÅÔ¼ [quant,_1,Ãë,Ãë] µÄ´®Á÷.",
# Headings:
'CD Directories ([_1])' => '¹âÅÌĿ¼ ([_1])',
'Playlists ([_1])' => 'ÇúÄ¿Çåµ¥ ([_1])', # .m3u files
'Song List ([_1])' => '¸èÇúÁбí ([_1])', # i.e., file list
'Playlist' => 'ÇúÄ¿',
'Select' => 'ѡȡ',
'fetch' => 'ÏÂÔØ', # this file
'stream' => '´®Á÷', # this file
'Shuffle' => 'Ëæ»ú', # a subdirectory, recursively
'Stream' => '´®Á÷', # a subdirectory, recursively
# Label for a link to "http://[servername]/"
'Home' => 'Ê×Ò³',
# Credits
"_CREDITS_before_author" => "Apache::MP3 µÄ×÷ÕßÊÇ ",
"_CREDITS_author" => "Lincoln D. Stein",
"_CREDITS_after_author" => ".",
'unknown' => 'δÃüÃû',
# Metadata fields:
'Artist' => "×÷Õß",
'Comment' => "×¢½â",
'Duration' => "³¤¶È",
'Filename' => "µµ°¸",
'Genre' => "ÀàÐÍ",
'Album' => "ר¼",
'Min' => "·Ö",
'Track' => "Òô¹ì", # just the track number (not the track name)
'Samplerate' => "È¡ÑùƵÂÊ",
'Bitrate' => "´«Ê䯵ÂÊ",
'Sec' => "Ãë",
'Seconds' => "ÃëÖÓ",
'Title' => "±êÌâ",
'Year' => "Äê",
# Now the stuff for the help page:
( run in 1.790 second using v1.01-cache-2.11-cpan-ff9377addf4 )