mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 16:44:50 +00:00
New translations web.php (Thai)
[ci skip]
This commit is contained in:
parent
60f9f016e7
commit
7b2801be6d
1 changed files with 150 additions and 113 deletions
|
@ -3,157 +3,174 @@
|
|||
return [
|
||||
|
||||
'common' => [
|
||||
'comment' => 'Comment',
|
||||
'commented' => 'Commented',
|
||||
'comments' => 'Comments',
|
||||
'like' => 'Like',
|
||||
'liked' => 'Liked',
|
||||
'likes' => 'Likes',
|
||||
'share' => 'Share',
|
||||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'comment' => 'ความคิดเห็น',
|
||||
'commented' => 'แสดงความคิดเห็นนี้แล้ว',
|
||||
'comments' => 'ความคิดเห็น',
|
||||
'like' => 'ถูกใจ',
|
||||
'liked' => 'ถูกใจแล้ว',
|
||||
'likes' => 'ถูกใจ',
|
||||
'share' => 'แชร์',
|
||||
'shared' => 'แชร์แล้ว',
|
||||
'shares' => 'แชร์',
|
||||
'unshare' => 'เลิกแชร์',
|
||||
'bookmark' => 'บุ๊คมาร์ก',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
'delete' => 'Delete',
|
||||
'error' => 'Error',
|
||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
||||
'oops' => 'Oops!',
|
||||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'cancel' => 'ยกเลิก',
|
||||
'copyLink' => 'คัดลอกลิงค์',
|
||||
'delete' => 'ลบ',
|
||||
'error' => 'เกิดข้อผิดพลาด',
|
||||
'errorMsg' => 'มีบางอย่างผิดพลาด กรุณาลองอีกครั้งในภายหลัง',
|
||||
'oops' => 'โอ๊ะ!',
|
||||
'other' => 'อื่นๆ',
|
||||
'readMore' => 'อ่านเพิ่มเติม',
|
||||
'success' => 'สำเร็จ',
|
||||
'proceed' => 'ดำเนินการ',
|
||||
'next' => 'ถัดไป',
|
||||
'close' => 'ปิด',
|
||||
'clickHere' => 'คลิ๊กที่นี่',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||
'sensitive' => 'ละเอียดอ่อน',
|
||||
'sensitiveContent' => 'เนื้อหาที่ละเอียดอ่อน',
|
||||
'sensitiveContentWarning' => 'โพสต์นี้อาจจะมีเนื้อหาที่ละเอียดอ่อนหรืออ่อนไว',
|
||||
],
|
||||
|
||||
'site' => [
|
||||
'terms' => 'Terms of Use',
|
||||
'privacy' => 'Privacy Policy',
|
||||
'terms' => 'ข้อตกลงการใช้งาน',
|
||||
'privacy' => 'นโยบายความเป็นส่วนตัว',
|
||||
],
|
||||
|
||||
'navmenu' => [
|
||||
'search' => 'Search',
|
||||
'admin' => 'Admin Dashboard',
|
||||
'search' => 'ค้นหา',
|
||||
'admin' => 'แอดมินแดชบอร์ด',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Home Feed',
|
||||
'localFeed' => 'Local Feed',
|
||||
'globalFeed' => 'Global Feed',
|
||||
'homeFeed' => 'โฮมหน้าฟีด',
|
||||
'localFeed' => 'หน้าฟีดท้องถิ่น',
|
||||
'globalFeed' => 'หน้าฟีดทั่วโลก',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Discover',
|
||||
'directMessages' => 'Direct Messages',
|
||||
'notifications' => 'Notifications',
|
||||
'groups' => 'Groups',
|
||||
'stories' => 'Stories',
|
||||
'discover' => 'สำรวจ',
|
||||
'directMessages' => 'ข้อความส่วนตัว',
|
||||
'notifications' => 'การแจ้งเตือน',
|
||||
'groups' => 'กลุ่ม',
|
||||
'stories' => 'เรื่องราว',
|
||||
|
||||
// Self links
|
||||
'profile' => 'Profile',
|
||||
'drive' => 'Drive',
|
||||
'settings' => 'Settings',
|
||||
'compose' => 'Create New',
|
||||
'profile' => 'โปรไฟล์',
|
||||
'drive' => 'ไดรฟ์',
|
||||
'settings' => 'การตั้งค่า',
|
||||
'compose' => 'สร้างใหม่',
|
||||
'logout' => 'ออกจากระบบ',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'เกี่ยวกับ',
|
||||
'help' => 'ความช่วยเหลือ',
|
||||
'language' => 'ภาษา',
|
||||
'privacy' => 'ส่วนตัว',
|
||||
'terms' => 'ข้อตกลง',
|
||||
|
||||
// Temporary links
|
||||
'backToPreviousDesign' => 'Go back to previous design'
|
||||
'backToPreviousDesign' => 'กลับไปยังขั้นตอนก่อนหน้าออกแบบ'
|
||||
],
|
||||
|
||||
'directMessages' => [
|
||||
'inbox' => 'Inbox',
|
||||
'sent' => 'Sent',
|
||||
'requests' => 'Requests'
|
||||
'inbox' => 'กล่องข้อความ',
|
||||
'sent' => 'ส่ง',
|
||||
'requests' => 'คำขอ'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
'liked' => 'liked your',
|
||||
'commented' => 'commented on your',
|
||||
'reacted' => 'reacted to your',
|
||||
'shared' => 'shared your',
|
||||
'tagged' => 'tagged you in a',
|
||||
'liked' => 'ถูกใจคุณแล้ว',
|
||||
'commented' => 'แสดงความคิดเห็นคุณแล้ว',
|
||||
'reacted' => 'ตอบสนองถึงคุณ',
|
||||
'shared' => 'คุณแชร์แล้ว',
|
||||
'tagged' => 'มีคนได้กล่าวถึงคุณใน',
|
||||
|
||||
'updatedA' => 'updated a',
|
||||
'sentA' => 'sent a',
|
||||
'updatedA' => 'อัปเดตแล้วเมื่อ',
|
||||
'sentA' => 'ส่งเมื่อ',
|
||||
|
||||
'followed' => 'followed',
|
||||
'mentioned' => 'mentioned',
|
||||
'you' => 'you',
|
||||
'followed' => 'ติดตามแล้ว',
|
||||
'mentioned' => 'กล่าวถึงแล้ว',
|
||||
'you' => 'คุณ',
|
||||
|
||||
'yourApplication' => 'Your application to join',
|
||||
'applicationApproved' => 'was approved!',
|
||||
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
||||
'yourApplication' => 'ยื่นใบสมัครของคุณเพื่อเข้าร่วม',
|
||||
'applicationApproved' => 'ได้อนุมัติแล้ว!',
|
||||
'applicationRejected' => 'ถูกปฏิเสธแล้ว คุณสามารถสมัครใหม่เพื่อเข้าร่วมได้ภายใน 6 เดือนนะ',
|
||||
|
||||
'dm' => 'dm',
|
||||
'groupPost' => 'group post',
|
||||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'groupPost' => 'โพสต์กลุ่ม',
|
||||
'modlog' => 'ม็อดล็อก',
|
||||
'post' => 'โพสต์',
|
||||
'story' => 'เรื่องราว',
|
||||
'noneFound' => 'ไม่พบการแจ้งเตือน',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
'shareToFollowers' => 'Share to followers',
|
||||
'shareToOther' => 'Share to other',
|
||||
'noLikes' => 'No likes yet',
|
||||
'uploading' => 'Uploading',
|
||||
'shareToFollowers' => 'แชร์ให้ผู้ติดตาม',
|
||||
'shareToOther' => 'แชร์ให้อื่นๆ',
|
||||
'noLikes' => 'ยังไม่ถูกใจ',
|
||||
'uploading' => 'กำลังอัพโหลด',
|
||||
],
|
||||
|
||||
'profile' => [
|
||||
'posts' => 'Posts',
|
||||
'followers' => 'Followers',
|
||||
'following' => 'Following',
|
||||
'admin' => 'Admin',
|
||||
'collections' => 'Collections',
|
||||
'follow' => 'Follow',
|
||||
'unfollow' => 'Unfollow',
|
||||
'editProfile' => 'Edit Profile',
|
||||
'followRequested' => 'Follow Requested',
|
||||
'joined' => 'Joined',
|
||||
'posts' => 'โพสต์',
|
||||
'followers' => 'ผู้ติดตาม',
|
||||
'following' => 'กำลังติดตาม',
|
||||
'admin' => 'ผู้ดูแลระบบ',
|
||||
'collections' => 'คอลเลกชัน',
|
||||
'follow' => 'ติดตาม',
|
||||
'unfollow' => 'เลิกติดตาม',
|
||||
'editProfile' => 'แก้ไขโปร์ไฟล์',
|
||||
'followRequested' => 'คำขอติดตาม',
|
||||
'joined' => 'เข้าร่วมแล้ว',
|
||||
|
||||
'emptyCollections' => 'ดูเหมือนว่าเราจะไม่พบคอลเลกชันใดๆ',
|
||||
'emptyPosts' => 'ดูเหมือนว่าเราจะไม่พบโพสต์ใดๆ',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
'viewPost' => 'View Post',
|
||||
'viewProfile' => 'View Profile',
|
||||
'moderationTools' => 'Moderation Tools',
|
||||
'report' => 'Report',
|
||||
'archive' => 'Archive',
|
||||
'unarchive' => 'Unarchive',
|
||||
'embed' => 'Embed',
|
||||
'viewPost' => 'ดูโพสต์',
|
||||
'viewProfile' => 'ดูโปรไฟล์',
|
||||
'moderationTools' => 'เครื่องมือการกลั่นกรอง',
|
||||
'report' => 'รายงาน',
|
||||
'archive' => 'เอกสารสำคัญ',
|
||||
'unarchive' => 'ยกเลิกการเก็บถาวร',
|
||||
'embed' => 'ฝัง',
|
||||
|
||||
'selectOneOption' => 'Select one of the following options',
|
||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
||||
'addCW' => 'Add Content Warning',
|
||||
'removeCW' => 'Remove Content Warning',
|
||||
'markAsSpammer' => 'Mark as Spammer',
|
||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
||||
'spam' => 'Spam',
|
||||
'sensitive' => 'Sensitive Content',
|
||||
'abusive' => 'Abusive or Harmful',
|
||||
'underageAccount' => 'Underage Account',
|
||||
'copyrightInfringement' => 'Copyright Infringement',
|
||||
'impersonation' => 'Impersonation',
|
||||
'scamOrFraud' => 'Scam or Fraud',
|
||||
'confirmReport' => 'Confirm Report',
|
||||
'confirmReportText' => 'Are you sure you want to report this post?',
|
||||
'reportSent' => 'Report Sent!',
|
||||
'reportSentText' => 'We have successfully received your report.',
|
||||
'reportSentError' => 'There was an issue reporting this post.',
|
||||
'selectOneOption' => 'เลือกหนึ่งในตัวเลือกที่กำลังติดตามดังต่อไปนี้',
|
||||
'unlistFromTimelines' => 'ไม่แสดงจากไทม์ไลน์',
|
||||
'addCW' => 'เพิ่มคำเตือนเนื้อหา',
|
||||
'removeCW' => 'ลบคำเตือนเนื้อหาออก',
|
||||
'markAsSpammer' => 'ทำเครื่องหมายบอกว่าสแปมเกอร์',
|
||||
'markAsSpammerText' => 'ไม่แสดง + CW โพสต์ที่มีอยู่แล้วและในอนาคต',
|
||||
'spam' => 'สแปม',
|
||||
'sensitive' => 'เนื้อหาที่ละเอียดอ่อน',
|
||||
'abusive' => 'ไม่เหมาะสมหรืออาจเป็นอันตราย',
|
||||
'underageAccount' => 'บัญชีที่ยังไม่รู้บรรลุนิติภาวะ',
|
||||
'copyrightInfringement' => 'การละเมิดลิขสิทธิ์',
|
||||
'impersonation' => 'แอบอ้างบุคคลอื่น',
|
||||
'scamOrFraud' => 'หลอกลวงหรือฉ้อโกง',
|
||||
'confirmReport' => 'ยืนยันการรายงาน',
|
||||
'confirmReportText' => 'คุณแน่ใจหรือไม่ว่าต้องการรายงานโพสต์นี้?',
|
||||
'reportSent' => 'ส่งรายงานแล้ว!',
|
||||
'reportSentText' => 'เราได้รับรายงานของคุณสำเร็จแล้วนะ',
|
||||
'reportSentError' => 'เกิดปัญหากำลังรายงานโพสต์นี้',
|
||||
|
||||
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
|
||||
'modCWSuccess' => 'Successfully added content warning',
|
||||
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
|
||||
'modRemoveCWSuccess' => 'Successfully removed content warning',
|
||||
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
|
||||
'modUnlistSuccess' => 'Successfully unlisted post',
|
||||
'modAddCWConfirm' => 'คุณแน่ใจหรือไม่ว่าต้องการที่จะเพิ่มคำเตือนในเนื้อหาโพสต์นี้?',
|
||||
'modCWSuccess' => 'สำเร็จแล้วได้เพิ่มคำเตือนเนื้อหา',
|
||||
'modRemoveCWConfirm' => 'คุณแน่ใจหรือไม่ว่าต้องการที่จะลบคำเตือนเนื้อหาในโพสต์นี้?',
|
||||
'modRemoveCWSuccess' => 'สำเร็จแล้วได้ลบคำเตือนเนื้อหา',
|
||||
'modUnlistConfirm' => 'คุณแน่ใจหรือไม่ว่าต้องการที่จะไม่แสดงในโพสต์นี้?',
|
||||
'modUnlistSuccess' => 'ไม่แสดงโพสต์สำเร็จแล้ว',
|
||||
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
|
||||
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
|
||||
'modMarkAsSpammerSuccess' => 'ทำเครื่องหมายบัญชีบอกว่าเป็นสแปมเมอร์สำเร็จแล้ว',
|
||||
|
||||
'toFollowers' => 'to Followers',
|
||||
'toFollowers' => 'ถึงผู้ติดตาม',
|
||||
|
||||
'showCaption' => 'Show Caption',
|
||||
'showLikes' => 'Show Likes',
|
||||
'compactMode' => 'Compact Mode',
|
||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
||||
'showCaption' => 'แสดงคำบรรยายภาพ',
|
||||
'showLikes' => 'แสดงไลค์',
|
||||
'compactMode' => 'โหมดกะทัดรัด',
|
||||
'embedConfirmText' => 'การใช้ตัวฝังนี้แสดงว่าคุณยอมรับของเรา',
|
||||
|
||||
'deletePostConfirm' => 'Are you sure you want to delete this post?',
|
||||
'archivePostConfirm' => 'Are you sure you want to archive this post?',
|
||||
|
@ -161,11 +178,31 @@ return [
|
|||
],
|
||||
|
||||
'story' => [
|
||||
'add' => 'Add Story'
|
||||
'add' => 'เพิ่มเรื่องราว'
|
||||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
]
|
||||
'peopleYouMayKnow' => 'คนที่คุณอาจรู้จัก',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'ยินดีต้อนรับ',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'รีเฟรชฟีดของฉัน',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'รายงาน',
|
||||
'selectReason' => 'เลือกเหตุผล',
|
||||
'reported' => 'รายงานแล้ว',
|
||||
'sendingReport' => 'กำลังส่งรายงาน',
|
||||
'thanksMsg' => 'ขอบคุณสำหรับรายงานของคุณ เพื่อช่วยให้ชุมชนและผู้คนของเราปลอดภัย!',
|
||||
'contactAdminMsg' => 'หากคุณต้องการติดต่อผู้ดูแลระบบเกี่ยวกับโพสต์หรือรายงาน',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue