Apache-MP3
view release on metacpan or search on metacpan
MP3/L10N/fa.pm view on Meta::CPAN
package Apache::MP3::L10N::fa; # Farsi / Persian
use strict;
use Apache::MP3::L10N::RightToLeft;
use vars qw($VERSION @ISA %Lexicon);
@ISA = qw(Apache::MP3::L10N::RightToLeft);
sub language_tag {__PACKAGE__->SUPER::language_tag}
# Translators for this module, in no particular order:
# Arash Bijanzadeh <a.bijanzadeh@linuxiran.org>
sub encoding { "utf-8" }
%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,ثاÙÙÙ,ثاÙÙÙ] است.",
# =>" [quant,_1,second,]اÙÙ ÙÚ© ÙÙ
ÙÙ٠است پخش Ù
ستÙÙÙ
Ù
ØØ¯Ùد ب٠",
# در اÙÙ ÙÙ
ÙÙ٠اجرا Ù
ØØ¯Ùد ب٠5 ثاÙÙ٠است
# Headings:
'CD Directories ([_1])' => 'Ø¯Ø§ÙØ±Ú©ØªÙØ±Ù ÙØ§Ù ÙÙØ ([_1])',
'Playlists ([_1])' => 'ÙÙØ³Øª پخش ([_1])', # .m3u files
'Song List ([_1])' => 'ÙÙØ³Øª Ø¢ÙØ§Ø²Ùا ([_1])', # i.e., file list
'Playlist' => 'ÙÙØ³Øª پخش',
'Select' => 'Ø§ÙØªØ®Ø§Ø¨',
'fetch' => 'ثبت', # Send/download/save this file
'stream' => 'پخش Ù
ستÙÙÙ
', # this file
'Shuffle' => 'تصادÙÙ', # a subdirectory, recursively
'Stream' => 'پخش Ù
ستÙÙÙ
', # a subdirectory, recursively
# Label for a link to "http://[servername]/"
'Home' => 'خاÙÙ',
'unknown' => 'ÙØ§Ø´Ùاس',
# Used when a file doesn't specify its album name, artist name,
# year of release, etc.
# Metadata fields:
'Artist' => "ÙÙØ±Ù
ÙØ¯",
'Comment' => "Ù
ÙØ§ØØ¸Ø§Øª",
'Duration' => "Ù
دت",
'Filename' => "ÙØ§Ù
پرÙÙØ¯Ù",
'Genre' => "ÚØ§Ùر", # i.e., what kind of music
'Album' => "Ø¢ÙØ¨ÙÙ
",
'Min' => "دÙÙÙØ©", # abbreviation for "minutes"
'Track' => "Track", # just the track number (not the track name)
'Sec' => "ثاÙÙÙ", # abbreviation for "seconds"
'Seconds' => "ثاÙÙÙ",
'Title' => "عÙÙØ§Ù",
'Year' => "ساÙ",
'Samplerate' => "Ú©ÙÙÙÙÙØª صدا٠Ù
بدا",
'Bitrate' => "Ú©ÙÙÙØª صدا",
# The sample rate is basically a number reflecting the audio quality
# of the audio file before compression. The bitrate is basically
# a number reflecting the audio quality of the file after compression.
# I think you can feel free to translate these as "Original sound quality"
# and "Sound quality", or "Source fidelity" and "Fidelity", etc.
# Now the stuff for the help page:
'Quick Help Summary' => "Ø®ÙØ§ØµÙ Ú©Ù
Ú© Ù
ختصر!",
# page title as well as the text we use for linking to that page
"= Stream all songs" => "=اجرا٠تÙ
اÙ
Ø¢ÙØ§Ø²Ùا",
"= Shuffle-play all Songs" => "= پخش تصادÙ٠تÙ
اÙ
Ù Ø¢ÙØ§Ø²Ùا",
"= Go to earlier directory" => "= بازگشت Ø¨Ù Ø¯Ø§ÙØ±Ú©ØªÙØ±Ù ÙØ¨ÙÙ",
# i.e., just a link to ../ or higher
"= Stream contents" => "= اجرا٠Ù
ØØªÙÙØ§Øª",
"= Enter directory" => "= ÙØ±Ùد Ø¨Ù Ø¯Ø§ÙØ±Ú©ØªÙرÙ",
"= Stream this song" => "= اجرا٠اÙÙ Ø¢ÙØ§Ø²",
"= Select for streaming" => "= Ø§ÙØªØ®Ø§Ø¨ برا٠اجرا",
"= Download this song" => "= Ø¯Ø±ÙØ§Ùت اÙÙ Ø¢ÙØ§Ø²",
"= Stream this song" => "= اجرا٠اÙÙ Ø¢ÙØ§Ø²",
"= Sort by field" => "= بر اساس ÙÙÙØ¯ Ù
رتب Ú©Ù",
# "sort" in the sense of ordering, not separating out.
);
1;
( run in 1.348 second using v1.01-cache-2.11-cpan-39bf76dae61 )