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

th_TH.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 179208ab2c6aa91506dc7b546bcdda7c128713c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"A safe home for all your data" => "ปลอดภัยสำหรับสำหรับข้อมูลทั้งหมดของคุณ",
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "เข้าถึงและไฟล์ไฟล์ของคุณ, ปฏิทิน, รายชื่อ, อีเมลและอื่นๆ จากอุปกรณ์ใดก็ได้ บนเงื่อนไขของคุณ",
"Get the apps to sync your files" => "ใช้แอพพลิเคชันเพื่อประสานไฟล์ข้อมูลของคุณ",
"Desktop client" => "เดสก์ทอปผู้ใช้",
"Android app" => "แอพฯ แอนดรอยด์",
"iOS app" => "แอพฯ IOS",
"Connect your desktop apps to %s" => "เชื่อมต่อแอพพลิเคชันเดสก์ทอปของคุณไปยัง %s",
"Connect your Calendar" => "เชื่อมต่อปฏิทินของคุณ",
"Connect your Contacts" => "เชื่อมต่อผู้ติดต่อของคุณ",
"Documentation" => "เอกสารคู่มือประกอบการใช้งาน",
"Access files via WebDAV" => "เข้าถึงไฟล์ผ่าน WebDAV",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "หากอยากทราบข้อมูลเพิ่มเติมสามารถอ่านได้ใน <a target=\"_blank\" href=\"%s\">เอกสาร</a> และบน <a target=\"_blank\" href=\"http://owncloud.org\">เว็บไซต์</a> ของเรา",
"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files.\n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "ถ้าคุณชอบ ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud เป็นซอฟต์แวร์โอเพ่นซอร์สที่ดีสามารถแชร์ไฟล์ได้สะดวกมากๆ http://owncloud.org\"> หากต้องการแชร์ข้อมูลไปให้เพื่อนๆของคุณทราบ</a> คุณสามารถ <a href=\"http://owncloud.org/promote\" target=\"_blank\">บอกเพื่อนๆ ของคุณ</a>!"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";