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

th.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30b68741412510faef47f7eb73f00eeef254b0b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
OC.L10N.register(
    "weather",
    {
    "North" : "เหนือ",
    "North-East" : "ตะวันออกเฉียงเหนือ",
    "East" : "ตะวันออก",
    "South-East" : "ตะวันออกเฉียงใต้",
    "South" : "ใต้",
    "South-West" : "ตะวันตกเฉียงใต้",
    "West" : "ตะวันตก",
    "North-West" : "ตะวันตกเฉียงเหนือ",
    "Failed to get city weather informations. Please contact your administrator" : "เกิดข้อผิดพลาดในการเรียกข้อมูลสภาพอากาศ โปรดติดต่อผู้ดูแล",
    "No city with this name found." : "ไม่พบเมืองที่มีชื่อนี้",
    "Monday" : "วันจันทร์",
    "Tuesday" : "วันอังคาร",
    "Wednesday" : "วันพุธ",
    "Thursday" : "วันพฤหัสบดี",
    "Friday" : "วันศุกร์",
    "Saturday" : "วันเสาร์",
    "Sunday" : "วันอาทิตย์",
    "Weather" : "สภาพอากาศ",
    "Save" : "บันทึก",
    "Add a city" : "เพิ่มเมือง",
    "Add city" : "เพิ่มเมือง",
    "City name" : "ชื่อเมือง",
    "Add" : "เพิ่ม",
    "Cancel" : "ยกเลิก",
    "Settings" : "ตั้งค่า",
    "Current Temperature" : "อุณหภูมิปัจจุบัน",
    "Minimum Temperature" : "อุณหภูมิต่ำสุด",
    "Maximum Temperature" : "อุณหภูมิสูงสุด",
    "Pressure" : "ความดัน",
    "Humidity" : "ความชื้น",
    "Sunrise" : "อาทิตย์ขึ้น",
    "Sunset" : "อาทิตย์ตก",
    "Date" : "วันที่"
},
"nplurals=1; plural=0;");