Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fa.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77773478170f10305eafe0386219970bba0aad7c (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "files_versions",
    {
    "Versions" : "نسخه ها",
    "Failed to revert {file} to revision {timestamp}." : "برگرداندن {file} به نسخه {timestamp} با شکست روبرو شد",
    "_%n byte_::_%n bytes_" : ["%n بایت","%n بایت"],
    "Restore" : "بازیابی"
},
"nplurals=2; plural=(n > 1);");