nextcloud/apps/media/l10n/fa.php

14 lines
386 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php $TRANSLATIONS = array(
"Music" => "موسیقی",
"Play" => "پخش کردن",
"Pause" => "توقف کوتاه",
"Previous" => "قبلی",
"Next" => "بعدی",
"Mute" => "خفه کردن",
"Unmute" => "باز گشایی صدا",
"Rescan Collection" => "دوباره بازرسی مجموعه ها",
"Artist" => "هنرمند",
"Album" => "آلبوم",
"Title" => "عنوان"
);