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

th_TH.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25265693d52ffc882c0dd7e8ea63e569743811fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "มีรุ่นใหม่ {version} สามารถใช้ได้ รับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการอัพเดท",
    "Updated channel" : "ปรับปรุงรูปแบบการอัพเดทเรียบร้อยแล้ว",
    "Updater" : "อัพเดท",
    "A new version is available: %s" : "มีรุ่นใหม่ที่สามารถใช่ได้: %s",
    "Open updater" : "เปิดตัวอัพเดท",
    "Your version is up to date." : "<strong>รุ่นของคุณใหม่ล่าสุดแล้ว</strong>",
    "Checked on %s" : "ตรวจสอบเมื่อ %s แล้ว",
    "Update channel:" : "รูปแบบการอัพเดท:",
    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "คุณสามารถอัพเดทเป็นรุ่นที่ใหม่กว่าหรือใช้ตัวเบต้า แต่คุณไม่สามารถกลับไปใช้รุ่นที่เก่ากว่าเนื่องจากอาจมีปัญหาเรื่องเสถียรภาพ"
},
"nplurals=1; plural=0;");