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: e86c92c3e8b8a0e09fc19f1c9ed3ef6152abfbc0 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "files_versions",
    {
    "Versions" : "รุ่น",
    "Failed to revert {file} to revision {timestamp}." : "{file} ล้มเหลวที่จะย้อนกลับไปยังการแก้ไขเมื่อ {timestamp}",
    "_%n byte_::_%n bytes_" : ["%n ไบต์"],
    "Restore" : "คืนค่า",
    "No other versions available" : "ไม่มีรุ่นอื่น ๆ"
},
"nplurals=1; plural=0;");