diff --git a/l10n/th_TH.js b/l10n/th_TH.js index 61d4d32..4d69f74 100644 --- a/l10n/th_TH.js +++ b/l10n/th_TH.js @@ -9,6 +9,7 @@ OC.L10N.register( "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." : "ไม่สามารถสร้างผู้ใช้ที่มีปัญหาเกี่ยวกับแบ็กเอนด์ของผู้ใช้", + "Unable to set user email: " : "ไม่สามารถตั้งค่าอีเมลของผู้ใช้:", "Failed to delete pending registration request" : "ไม่สามารถลบคำขอลงทะเบียนที่รอดำเนินการ", "Your account has been successfully created, you can log in now." : "เราได้สร้างบัญชีของคุณเรียบร้อยแล้วคุณสามารถ เข้าสู่ระบบได้ที่นี่", "Your settings have been updated." : "การตั้งค่าของคุณได้รับการปรับปรุง", diff --git a/l10n/th_TH.json b/l10n/th_TH.json index 5d475dc..9c4ecaa 100644 --- a/l10n/th_TH.json +++ b/l10n/th_TH.json @@ -7,6 +7,7 @@ "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." : "ไม่สามารถสร้างผู้ใช้ที่มีปัญหาเกี่ยวกับแบ็กเอนด์ของผู้ใช้", + "Unable to set user email: " : "ไม่สามารถตั้งค่าอีเมลของผู้ใช้:", "Failed to delete pending registration request" : "ไม่สามารถลบคำขอลงทะเบียนที่รอดำเนินการ", "Your account has been successfully created, you can log in now." : "เราได้สร้างบัญชีของคุณเรียบร้อยแล้วคุณสามารถ เข้าสู่ระบบได้ที่นี่", "Your settings have been updated." : "การตั้งค่าของคุณได้รับการปรับปรุง", diff --git a/l10n/th_TH.php b/l10n/th_TH.php index 6426ba0..34c53ff 100644 --- a/l10n/th_TH.php +++ b/l10n/th_TH.php @@ -8,6 +8,7 @@ $TRANSLATIONS = array( "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." => "ไม่สามารถสร้างผู้ใช้ที่มีปัญหาเกี่ยวกับแบ็กเอนด์ของผู้ใช้", +"Unable to set user email: " => "ไม่สามารถตั้งค่าอีเมลของผู้ใช้:", "Failed to delete pending registration request" => "ไม่สามารถลบคำขอลงทะเบียนที่รอดำเนินการ", "Your account has been successfully created, you can log in now." => "เราได้สร้างบัญชีของคุณเรียบร้อยแล้วคุณสามารถ เข้าสู่ระบบได้ที่นี่", "Your settings have been updated." => "การตั้งค่าของคุณได้รับการปรับปรุง",