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

th.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 261bd4cbd4d088c7f2ac6c035a49a6105e6524cf (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "files_versions",
    {
    "Could not revert: %s" : "ไม่สามารถย้อนกลับ: %s",
    "Versions" : "รุ่น",
    "Failed to revert {file} to revision {timestamp}." : "{file} ล้มเหลวที่จะย้อนกลับ มีการแก้ไขเมื่อ {timestamp}",
    "Restore" : "คืนค่า"
},
"nplurals=1; plural=0;");