nextcloud/apps/files/l10n/az.php

32 lines
1.7 KiB
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(
"Storage not available" => "İnformasiya daşıyıcısı mövcud deyil",
"Storage invalid" => "İnformasiya daşıyıcısı yalnışdır",
"Unknown error" => "Bəlli olmayan səhv baş verdi",
"Could not move %s - File with this name already exists" => "Köçürmə mümkün deyil %s - Bu adla fayl artıq mövcuddur",
"Could not move %s" => "Yerdəyişmə mükün olmadı %s",
"File name cannot be empty." => "Faylın adı boş ola bilməz.",
"The target folder has been moved or deleted." => "Mənsəbdə olan qovluqun ünvanı dəyişib yada silinib.",
"The name %s is already used in the folder %s. Please choose a different name." => "Bu ad %s artıq %s qovluğunda istifadə edilir. Xahiş olunur fərqli ad istifadə edəsiniz.",
"Not a valid source" => "Düzgün mənbə yoxdur",
"Server is not allowed to open URLs, please check the server configuration" => "URL-ləri açmaq üçün server izin vermir, xahış olunur server quraşdırmalarını yoxlayasınız",
"Error while downloading %s to %s" => "%s-i %s-ə yükləmə zamanı səhv baş verdi",
"Folder name cannot be empty." => "Qovluğun adı boş ola bilməz",
"Unable to set upload directory." => "Əlavələr qovluğunu təyin etmək mümkün olmadı.",
"Invalid Token" => "Yalnış token",
"Files" => "Fayllar",
"Share" => "Yayımla",
"Delete" => "Sil",
"Error" => "Səhv",
"Name" => "Ad",
"Size" => "Həcm",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
"Save" => "Saxlamaq",
"New folder" => "Yeni qovluq",
"Folder" => "Qovluq",
"Download" => "Yüklə"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";