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

th_TH.php « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b67baebdf7d07293043e95a7a8c008fe74f41fc1 (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
<?php
$TRANSLATIONS = array(
"Register" => "สมัครสมาชิก",
"Email address you entered is not valid" => "ที่อยู่อีเมลที่คุณป้อนไม่ถูกต้อง",
"There is already a pending registration with this email" => "อีเมลนี้ยังอยู่ในขั้นตอนการลงทะเบียน",
"There is an existing user with this email" => "มีคนใช้อีเมลนี้ไปแล้ว",
"Verify your ownCloud registration request" => "ตรวจสอบคำขอลงทะเบียน ownCloud ของคุณ",
"Verification email successfully sent." => "ส่งอีเมลยืนยันเรียบร้อยแล้ว",
"Invalid verification URL. No registration request with this verification URL is found." => "ตรวจสอบ URL ไม่ถูกต้องไม่มีคำขอการลงทะเบียน",
"Unable to create user, there are problems with user backend." => "ไม่สามารถสร้างผู้ใช้ที่มีปัญหาเกี่ยวกับแบ็กเอนด์ของผู้ใช้",
"Failed to delete pending registration request" => "ไม่สามารถลบคำขอลงทะเบียนที่รอดำเนินการ",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "เราได้สร้างบัญชีของคุณเรียบร้อยแล้วคุณสามารถ <a href=\"{link}\">เข้าสู่ระบบได้ที่นี่</a>",
"Your settings have been updated." => "การตั้งค่าของคุณได้รับการปรับปรุง",
"No such group" => "ไม่มีกลุ่มดังกล่าว",
"Registration" => "การลงทะเบียน",
"Default group that all registered users belong" => "ค่าเริ่มต้นของกลุ่มผู้ใช้ที่ลงทะเบียนเป็นสมาชิก",
"None" => "ไม่มี",
"To create a new account on ownCloud, just click the following link:\n{link}" => "หากต้องการสร้างบัญชีใหม่บน ownCloud เพียงแค่คลิกที่ลิงค์ต่อไปนี้: {link}",
"Welcome, you can create your account below." => "ยินดีต้อนรับ, คุณสามารถสร้างบัญชีของคุณด้านล่าง",
"Username" => "ชื่อผู้ใช้งาน",
"Password" => "รหัสผ่าน",
"Create account" => "สร้างบัญชีใหม่",
"Thank you for registering, you should receive verification link in a few minutes." => "ขอบคุณสำหรับการลงทะเบียน คุณจะได้รับการตรวจสอบลิงค์ในไม่กี่นาที",
"Email" => "อีเมล",
"Request verification link" => "ร้องขอลิงค์ยืนยันตัวตน",
"Please re-enter a valid email address" => "กรุณป้อนที่อยู่อีเมลที่ถูกต้องอีกครั้ง",
"You will receive an email with verification link" => "คุณจะได้รับอีเมลที่มีลิงค์ยืนยันตัวตน"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";