az.js 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "Step 1 failed. Exception: %s" : "1-ci addım səhv oldu. İstisna: %s",
  5. "Step 2 failed. Exception: %s" : "2-ci addım. İstisna: %s",
  6. "External storage" : "Kənar informasıya daşıyıcısı",
  7. "Storage with id \"%i\" not found" : "\"%i\"-li depo tapılmadı",
  8. "Invalid mount point" : "Yalnış mount nöqtəsi",
  9. "Invalid storage backend \"%s\"" : "Yalnış depo arxasonu \"%s\"",
  10. "Personal" : "Şəxsi",
  11. "System" : "Sistem",
  12. "Grant access" : "Yetkinin verilməsi",
  13. "Access granted" : "Yetki verildi",
  14. "Generate keys" : "Açarları generasiya et",
  15. "Error generating key pair" : "Açar cütlüyünün generasiyası səhvi",
  16. "All users. Type to select user or group." : "Sistem istifadəçiləri. Daxil edin ki, istifadəçi və ya qrupu seçəsiniz.",
  17. "(group)" : "(qrup)",
  18. "Saved" : "Saxlanıldı",
  19. "Saving..." : "Saxlama...",
  20. "Save" : "Saxla",
  21. "Username" : "İstifadəçi adı",
  22. "Password" : "Şifrə",
  23. "None" : "Heç bir",
  24. "App key" : "Proqram açarı",
  25. "App secret" : "Proqram sirri",
  26. "Client ID" : "Müştəri İD-s",
  27. "Client secret" : "Müxtəri sirri",
  28. "Public key" : "İctimai açar",
  29. "Amazon S3" : "Amazon S3",
  30. "Bucket" : "Vedrə",
  31. "Hostname" : "Sahibadı",
  32. "Port" : "Port",
  33. "Region" : "Ərazi",
  34. "Enable SSL" : "SSL-i işə sal",
  35. "Enable Path Style" : "Ünvan stilini işə sal",
  36. "WebDAV" : "WebDAV",
  37. "URL" : "URL",
  38. "Remote subfolder" : "Uzaq altqovluğu",
  39. "Secure https://" : "Təhlükəsiz https://",
  40. "Dropbox" : "Dropbox",
  41. "Host" : "Şəbəkədə ünvan",
  42. "Secure ftps://" : "Təhlükəsiz ftps://",
  43. "Local" : "Yerli",
  44. "Location" : "Yerləşdiyiniz ünvan",
  45. "Share" : "Yayımla",
  46. "SMB / CIFS using OC login" : "OC login istifadə edir SMB / CIFS",
  47. "Username as share" : "Paylaşım üçün istifadəçi adı",
  48. "OpenStack Object Storage" : "OpenStack Obyekt Deposu",
  49. "<b>Note:</b> " : "<b>Qeyd:</b> ",
  50. "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Qeyd:</b> PHP-də cURL dəstəyi aktiv deyil və ya yüklənməyib. %s -in birləşdirilməsi mümkün deyil. Xahiş edilir onun yüklənilməsi barəsində inzibatşınıza məlumat verəsiniz.",
  51. "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Qeyd:</b> PHP-də FTP dəstəyi aktiv deyil və ya yüklənməyib. %s -in birləşdirilməsi mümkün deyil. Xahiş edilir onun yüklənilməsi barəsində inzibatşınıza məlumat verəsiniz.",
  52. "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Qeyd:</b> \"%s\" yüklənməyib. %s -in birləşdirilməsi mümkün deyil. Xahiş edilir onun yüklənilməsi barəsində inzibatşınıza məlumat verəsiniz.",
  53. "No external storage configured" : "Kənar depo konfiq edilməyib",
  54. "You can add external storages in the personal settings" : "Siz şəxsi quraşdırmalarınızda kənar depo əlavə edə bilərsiniz",
  55. "Name" : "Ad",
  56. "Storage type" : "Depo tipi",
  57. "Scope" : "Həcm",
  58. "External Storage" : "Kənar depo",
  59. "Folder name" : "Qovluq adı",
  60. "Configuration" : "Konfiqurasiya",
  61. "Available for" : "Üçün mövcuddur",
  62. "Add storage" : "Deponu əlavə et",
  63. "Advanced settings" : "İrəliləmiş quraşdırmalar",
  64. "Delete" : "Sil",
  65. "Allow users to mount the following external storage" : "Göstərilən kənar deponun bərkidilməsi üçün istifadəçilərə izin ver"
  66. },
  67. "nplurals=2; plural=(n != 1);");