mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
410382f765
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
11 lines
473 B
JavaScript
11 lines
473 B
JavaScript
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;");
|