mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-07 20:51:20 +01:00
60 lines
4.5 KiB
PHP
60 lines
4.5 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'activate-account' => 'เปิดใช้งานบัญชี',
|
|
'ban-reason' => 'เหตุผล',
|
|
'banned-footer' => 'นั่นคือสิ่งที่คุณจะได้รับเมื่อไม่ปฏิบัติตามกฎ',
|
|
'banned-header' => 'คุณถูกแบนแล้ว',
|
|
'bug-description' => 'ปัญหา',
|
|
'bug-footer' => 'แก้ไขอึนั้น',
|
|
'bug-header' => 'รายงานข้อผิดพลาดใหม่จาก',
|
|
'bug-priority' => 'ลำดับความสำคัญ',
|
|
'bug-title' => 'ชื่อเรื่องบั๊ก',
|
|
'contact-header' => 'อีเมลติดต่อใหม่จาก',
|
|
'contact-message' => 'ข่าวสาร',
|
|
'contact-name' => 'ชื่อ',
|
|
'fail-login-greeting' => 'การเข้าสู่ระบบบัญชีล้มเหลว!',
|
|
'fail-login-line1' => 'ตรวจพบการเข้าสู่ระบบที่ล้มเหลวสำหรับบัญชีของคุณ',
|
|
'fail-login-line2' => 'คำขอนี้มาจาก: ip (: host) at: time',
|
|
'fail-login-subject' => 'การแจ้งเตือนการเข้าสู่ระบบล้มเหลว',
|
|
'footer-link' => 'หากคุณประสบปัญหาในการคลิกปุ่ม: actionText ให้คัดลอกและวาง URL ด้านล่างในเว็บเบราว์เซอร์ของคุณ',
|
|
'invite-header' => 'ขอเชิญ',
|
|
'invite-invited' => 'คุณได้รับเชิญให้',
|
|
'invite-message' => 'ข่าวสาร',
|
|
'invite-signup' => 'สมัครเลย',
|
|
'newreply-header' => 'มีคำตอบใหม่ในหัวข้อของคุณ',
|
|
'newreply-message' => 'ข่าวสาร',
|
|
'newreply-replied' => 'ได้ตอบหัวข้อของคุณแล้ว',
|
|
'newreply-view' => 'ดูตอนนี้',
|
|
'no-email-found' => 'เราไม่พบอีเมลนี้ในระบบของเรา!',
|
|
'register-code' => 'เพื่อให้การเปิดใช้งานบัญชีของคุณเสร็จสมบูรณ์ให้คลิกปุ่มด้านล่าง',
|
|
'register-footer' => 'หากปุ่มด้านบนใช้งานไม่ได้ให้คัดลอกและวาง URL ลงในแถบที่อยู่ของเบราว์เซอร์ของคุณ',
|
|
'register-header' => 'Hi! ขอบคุณที่สมัครใช้งาน',
|
|
'report-comment' => 'คิดเห็น',
|
|
'report-email' => 'E-mail',
|
|
'report-header' => 'สวัสดีผู้ดูแลระบบมีการรายงานลิงก์',
|
|
'report-link' => 'ลิงค์',
|
|
'report-link-hash' => 'ลิงก์จริง',
|
|
'thanks' => 'ขอบคุณที่ใช้',
|
|
'unban-footer' => 'ยินดีต้อนรับกลับ!',
|
|
'unban-header' => 'คุณถูกแบนแล้ว',
|
|
'unban-reason' => 'เหตุผล',
|
|
'username-reminder' => 'คุณเพิ่งส่งคำขอชื่อผู้ใช้ของคุณให้กับเราในแอปของเรา ชื่อผู้ใช้ของคุณคือ',
|
|
'username-sent' => 'ชื่อผู้ใช้ของคุณถูกส่งไปยังที่อยู่อีเมลของคุณ!',
|
|
'disabled-header' => 'บัญชีของคุณถูกปิดการใช้งาน',
|
|
'pruned-header' => 'บัญชีของคุณถูกตัดแล้ว',
|
|
];
|