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

th.js « l10n « dashboard « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8df932fd230ad3acbf5aac573fcbdf3c6456e595 (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
OC.L10N.register(
    "dashboard",
    {
    "Dashboard" : "แดชบอร์ด",
    "Dashboard app" : "แอปแดชบอร์ด",
    "Customize" : "ปรับแต่ง",
    "Edit widgets" : "แก้ไขวิดเจ็ต",
    "Get more widgets from the App Store" : "เลือกวิดเจ็ตจาก App Store",
    "Change background image" : "เปลี่ยนรูปภาพพื้นหลัง",
    "Weather service" : "บริการสภาพอากาศ",
    "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "เพื่อความเป็นส่วนตัวของคุณ ข้อมูลสภาพอากาศถูกขอโดยเซิร์ฟเวอร์ Nextcloud ในนามของคุณ ดังนั้นบริการสภาพอากาศจึงไม่ได้รับข้อมูลส่วนบุคคลใด ๆ",
    "Weather data from Met.no" : "ข้อมูลสภาพอากาศจาก Met.no",
    "geocoding with Nominatim" : "พิกัดภูมิศาสตร์จาก Nominatim",
    "elevation data from OpenTopoData" : "ข้อมูลความสูงจาก OpenTopoData",
    "Weather" : "สภาพอากาศ",
    "Status" : "สถานะ",
    "Good morning" : "สวัสดีตอนเช้า",
    "Good morning, {name}" : "สวัสดีตอนเช้า {name}",
    "Good afternoon" : "สวัสดีตอนบ่าย",
    "Good afternoon, {name}" : "สวัสดีตอนบ่าย {name}",
    "Good evening" : "สวัสดีตอนเย็น",
    "Good evening, {name}" : "สวัสดีตอนเย็น {name}",
    "Hello" : "สวัสดี",
    "Hello, {name}" : "สวัสดี {name}",
    "Pick from Files" : "เลือกจากไฟล์",
    "Default images" : "รูปภาพเริ่มต้น",
    "Plain background" : "พื้นหลังเปล่า",
    "Insert from {productName}" : "แทรกจาก {productName}",
    "Show something" : "แสดงบางอย่าง"
},
"nplurals=1; plural=0;");