mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
7e474a9ac4
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
25 lines
1.3 KiB
JavaScript
25 lines
1.3 KiB
JavaScript
OC.L10N.register(
|
|
"dashboard",
|
|
{
|
|
"Dashboard" : "แดชบอร์ด",
|
|
"Dashboard app" : "แอปแดชบอร์ด",
|
|
"Weather" : "สภาพอากาศ",
|
|
"Status" : "สถานะ",
|
|
"Good morning" : "สวัสดีตอนเช้า",
|
|
"Good morning, {name}" : "สวัสดีตอนเช้า {name}",
|
|
"Good afternoon" : "สวัสดีตอนบ่าย",
|
|
"Good afternoon, {name}" : "สวัสดีตอนบ่าย {name}",
|
|
"Good evening" : "สวัสดีตอนเย็น",
|
|
"Good evening, {name}" : "สวัสดีตอนเย็น {name}",
|
|
"Hello" : "สวัสดี",
|
|
"Hello, {name}" : "สวัสดี {name}",
|
|
"Customize" : "ปรับแต่ง",
|
|
"Edit widgets" : "แก้ไขวิดเจ็ต",
|
|
"Get more widgets from the App Store" : "เลือกวิดเจ็ตจาก App Store",
|
|
"Weather service" : "บริการสภาพอากาศ",
|
|
"Weather data from Met.no" : "ข้อมูลสภาพอากาศจาก Met.no",
|
|
"geocoding with Nominatim" : "พิกัดภูมิศาสตร์จาก Nominatim",
|
|
"elevation data from OpenTopoData" : "ข้อมูลความสูงจาก OpenTopoData"
|
|
},
|
|
"nplurals=1; plural=0;");
|