owncloud/core

View on GitHub
apps/files/l10n/hy.js

Summary

Maintainability
A
0 mins
Test Coverage
OC.L10N.register(
    "files",
    {
    "Unknown error" : "Անհայտ սխալ",
    "All files" : "Բոլոր ֆայլերը",
    "File could not be found" : "Ֆայլը չգտնվեց",
    "Close" : "Փակել",
    "..." : "...",
    "Actions" : "Գործողություններ",
    "Download" : "Ներբեռնել",
    "Rename" : "Վերանվանել",
    "Delete" : "Ջնջել",
    "Unshare" : "Չկիսվել",
    "Files" : "Ֆայլեր",
    "Details" : "Մանրամասներ",
    "Select" : "Նշել",
    "Invalid path" : "Անվավեր ուղի",
    "This operation is forbidden" : "Այս գործողությունը արգելված է",
    "group" : "խումբ",
    "{newName} already exists" : "{newName} արդեն գոյություն ունի",
    "Could not rename \"{fileName}\", it does not exist any more" : "Չկարողացա վերանվանել «{fileName}», այն այլևս գոյություն չունի",
    "Could not rename \"{fileName}\"" : "Չկարողացա վերանվանել «{fileName}»",
    "Could not create file \"{file}\"" : "Չկարողացա ստեղծել «{file}» ֆայլը",
    "Could not create file \"{file}\" because it already exists" : "Չկարողացա ստեղծել «{file}» ֆայլը, քանի որ այն գոյություն ունի",
    "Could not create folder \"{dir}\" because it already exists" : "Չկարողացա ստեղծել «{dir}» պանակը, քանի որ այն գոյություն ունի",
    "Error deleting file \"{fileName}\"." : "Չկարողացա ջնջել «{fileName}» ֆայլը",
    "Name" : "Անուն",
    "Size" : "Չափս",
    "Modified" : "Փոփոխված",
    "_%n folder_::_%n folders_" : ["%n պանակ","%n պանակ"],
    "_%n file_::_%n files_" : ["%n ֆայլ","%n ֆայլ"],
    "{dirs} and {files}" : "{dirs} և {files}",
    "New" : "Նոր",
    "Unknown user" : "Անհայտ օգտատեր",
    "File name cannot be empty." : "Ֆայլի անունը դատարկ լինել չի կարող",
    "_%n byte_::_%n bytes_" : ["%n բայտ","%n բայտ"],
    "Folder" : "Պանակ",
    "New folder" : "Նոր պանակ",
    "Cancel" : "Չեղարկել",
    "Create" : "Ստեղծել",
    "{newname} already exists" : "{newname} գոյություն ունի",
    "Upload" : "Բեռնել",
    "You created %1$s" : "Դու ստեղծեցիր %1$s",
    "%2$s created %1$s" : "%2$s ստեղծեց %1$s",
    "You changed %1$s" : "Դու փոխեցիր %1$s",
    "%2$s changed %1$s" : "%2$s փոխեց %1$s",
    "You deleted %1$s" : "Դու ջնջեցիր %1$s",
    "%2$s deleted %1$s" : "%2$s ջնջեց %1$s",
    "You restored %1$s" : "Դու վերականգնեցիր %1$s",
    "%2$s restored %1$s" : "%2$s վերականգնեց %1$s",
    "Changed by %2$s" : "Փոխվել է %2$sի կողմից",
    "Deleted by %2$s" : "Ջնջվել է %2$sի կողմից",
    "Restored by %2$s" : "Վերականգնվել է %2$sի կողմից",
    "Settings" : "Կարգավորումներ",
    "WebDAV" : "WebDAV",
    "No files in here" : "Ֆայլեր չկան այստեղ",
    "No entries found in this folder" : "Պանակում մուտքին համապատասխանող ոչինչ չգտնվեց",
    "Select all" : "Նշել բոլորը",
    "Text file" : "Տեքստ ֆայլ",
    "New text file.txt" : "Նոր տեքստ ֆայլ.txt"
},
"nplurals=2; plural=(n != 1);");