diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 3fcaa91..18c8a6d 100755 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -20,7 +20,7 @@ }, "home": { "hero": { - "title": "Hi! Welcome to *nix in Thailand, free computer knowledge for everyone.", + "title": "Hi\\nWelcome to *nix in Thailand, free computer knowledge for everyone.", "sub": "A place for everything Unix and Unix-like system including its software. And provide a free documentation and universal access to other free software." }, "wiki": { @@ -37,11 +37,24 @@ "footer": { "copyright": { "notice": "Copyleft 🄯 *nix in Thailand, {year} ({yearB}). All rights reversed." - } + }, + "sourcecode": "Source Code" }, "about": { "hero": { "title": "About us" + }, + "paragraph": { + "1": "*nix in Thailand (unix.in.th) is a place for resources, guides, and documentation on computer hardware and software, freely accessible, editable, and shareable by everyone.", + "2": "We provide a Wiki service which containing, documentation, information, tutorials on both software and hardware. While primarily focuses on UNIX and Unix-like, it also includes miscelleneous content.", + "3": "In addition, we feature a forum where users can ask questions, engage in discussions, or casually chat about software and hardware related to UNIX, Unix-like systems, and beyond.", + "4": "And the centralized account system serves as the core authentication service for all *nix in Thailand services, which is operating using OpenID Connect (OAuth2)." + } + }, + "contact": { + "title": "Contact us", + "paragraph": { + "1": "The only way to contact us is via {email}." } } } \ No newline at end of file diff --git a/i18n/locales/th.json b/i18n/locales/th.json index c68a069..28b000d 100755 --- a/i18n/locales/th.json +++ b/i18n/locales/th.json @@ -20,7 +20,7 @@ }, "home": { "hero": { - "title": "สวัสดี! ยินดีต้อนรับสู่ *nix in Thailand สาระคอมพิวเตอร์ที่ทุกคนสามารถเข้าถึงได้", + "title": "สวัสดี\\nยินดีต้อนรับสู่ *nix in Thailand สาระคอมพิวเตอร์ที่ทุกคนสามารถเข้าถึงได้", "sub": "พื้นที่สำหรับการซักถาม คุยเล่น และเอกสารสาระคอมพิวเตอร์ต่าง ๆ โดยที่เน้นระบบ UNIX และ Unix-like ไม่ว่าจะเป็น GNU, Linux, macOS, Android, ฯลฯ" }, "wiki": { @@ -37,11 +37,24 @@ "footer": { "copyright": { "notice": "นิรสิทธิ์ 🄯 *nix in Thailand, {year} ({yearB}), ไม่สงวนสิทธิ์ทุกประการ" - } + }, + "sourcecode": "ซอร์สโค้ด" }, "about": { "hero": { "title": "เกี่ยวกับเรา" + }, + "paragraph": { + "1": "*nix in Thailand (unix.in.th) เป็นเว็บไซต์แม่ข่ายสำหรับทรัพยากรสาระข้อมูล คู่มือ เอกสาร ของฮาร์ดแวร์และซอฟต์แวร์คอมพิวเตอร์ที่ทุกคนสามารถใช้ แก้ไข และเผยแพร่ต่อได้อย่างเสรี", + "2": "เว็บไซต์นี้มีบริการวิกิ (Wiki) ที่เป็นเอกสาร ข้อมูล และวิธีทำสำหรับซอฟต์แวร์และฮาร์ดแวร์ ที่ทุกคนเข้าถึงได้ โดยที่หัวข้อเน้นระบบ UNIX และ Unix-like เป็นหลัก แต่ก็สามารถกล่าวถึงระบบอื่น ๆ ได้เช่นกันเป็นเบ็ดเตล็ด", + "3": "นอกจากนี้ยังมีลานประชาคม (Forum) สำหรับผู้ใช้ที่อาจซักถามอภิปราย หรือคุยเล่น เกี่ยวกับซอฟต์แวร์ และฮาร์ดแวร์ ระบบ UNIX, Unix-like และอื่น ๆ", + "4": "และระบบบัญชีส่วนกลาง (Identity provider) เป็นระบบเสาหลักในการลงชื่อใช้งานระบบทั้งหมดของ *nix in Thailand ทำงานโดยใช้ OpenID Connect (OAuth2)" + } + }, + "contact": { + "title": "ติดต่อเรา", + "paragraph": { + "1": "มีวิธีเดียวที่จะติดต่อเราได้คือไปรษณีย์อิเล็กทรอนิกส์ {email}" } } } \ No newline at end of file