the browser-facing portion of osu!
at master 59 lines 2.6 kB view raw
1<?php 2 3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 4// See the LICENCE file in the repository root for full licence text. 5 6return [ 7 'deleted' => 'ถูกลบไปแล้ว', 8 'deleted_by' => 'ถูกลบ :timeago โดย :user', 9 'deleted_by_system' => 'ระบบ', 10 'deleted_count' => ':count_delimited คอมเม้นต์ที่ลบไป|:count_delimited คอมเม้นต์ที่ลบไป', 11 'edited' => 'แก้ไขเมื่อ :timeago โดย :user', 12 'pinned' => 'ปักหมุดแล้ว', 13 'empty' => 'ยังไม่มีความคิดเห็นเลย', 14 'empty_other' => 'ยังไม่มีความคิดเห็นในขณะนี้', 15 'load_replies' => 'โหลดข้อความตอบกลับ', 16 'replies_count' => ':count_delimited ข้อความตอบกลับ|:count_delimited ข้อความตอบกลับ', 17 'title' => 'ความคิดเห็น', 18 19 'commentable_name' => [ 20 'beatmapset' => 'บีทแมพ', 21 'build' => 'การเปลี่ยนแปลง', 22 'news_post' => 'ข่าวสาร', 23 '_deleted' => 'รายการที่ถูกลบ', 24 ], 25 26 'editor' => [ 27 'textarea_hint' => [ 28 '_' => 'กด Enter เพื่อ :action ใช้ Shift + Enter เพื่อขึ้นบรรทัดใหม่', 29 'edit' => 'บันทึก', 30 'new' => 'โพสต์', 31 'reply' => 'ตอบกลับ', 32 ], 33 ], 34 35 'guest_button' => [ 36 'new' => 'เข้าสู่ระบบเพื่อแสดงความคิดเห็น', 37 'reply' => 'เข้าสู่ระบบเพื่อตอบกลับ', 38 ], 39 40 'index' => [ 41 'nav_comments' => 'ความคิดเห็น', 42 'nav_title' => 'รายการ', 43 'no_comments' => 'ไม่พบความคิดเห็น...', 44 ], 45 46 'ogp' => [ 47 'title' => 'แสดงความคิดเห็นโดย :user', 48 ], 49 50 'placeholder' => [ 51 'edit' => 'แก้ไขความเห็น', 52 'new' => 'พิมพ์ความเห็นของคุณที่นี่', 53 'reply' => 'พิมพ์คำตอบกลับที่นี่', 54 ], 55 56 'show' => [ 57 'nav_title' => 'ความคิดเห็น', 58 ], 59];