new string

This commit is contained in:
2025-09-22 17:36:15 +07:00
parent ccc16a90a5
commit 2cf92499dc
2 changed files with 30 additions and 4 deletions
+15 -2
View File
@@ -20,7 +20,7 @@
}, },
"home": { "home": {
"hero": { "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." "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": { "wiki": {
@@ -37,11 +37,24 @@
"footer": { "footer": {
"copyright": { "copyright": {
"notice": "Copyleft 🄯 *nix in Thailand, {year} ({yearB}). All rights reversed." "notice": "Copyleft 🄯 *nix in Thailand, {year} ({yearB}). All rights reversed."
} },
"sourcecode": "Source Code"
}, },
"about": { "about": {
"hero": { "hero": {
"title": "About us" "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}."
} }
} }
} }
+15 -2
View File
@@ -20,7 +20,7 @@
}, },
"home": { "home": {
"hero": { "hero": {
"title": "สวัสดี! ยินดีต้อนรับสู่ *nix in Thailand สาระคอมพิวเตอร์ที่ทุกคนสามารถเข้าถึงได้", "title": "สวัสดี\\nยินดีต้อนรับสู่ *nix in Thailand สาระคอมพิวเตอร์ที่ทุกคนสามารถเข้าถึงได้",
"sub": "พื้นที่สำหรับการซักถาม คุยเล่น และเอกสารสาระคอมพิวเตอร์ต่าง ๆ โดยที่เน้นระบบ UNIX และ Unix-like ไม่ว่าจะเป็น GNU, Linux, macOS, Android, ฯลฯ" "sub": "พื้นที่สำหรับการซักถาม คุยเล่น และเอกสารสาระคอมพิวเตอร์ต่าง ๆ โดยที่เน้นระบบ UNIX และ Unix-like ไม่ว่าจะเป็น GNU, Linux, macOS, Android, ฯลฯ"
}, },
"wiki": { "wiki": {
@@ -37,11 +37,24 @@
"footer": { "footer": {
"copyright": { "copyright": {
"notice": "นิรสิทธิ์ 🄯 *nix in Thailand, {year} ({yearB}), ไม่สงวนสิทธิ์ทุกประการ" "notice": "นิรสิทธิ์ 🄯 *nix in Thailand, {year} ({yearB}), ไม่สงวนสิทธิ์ทุกประการ"
} },
"sourcecode": "ซอร์สโค้ด"
}, },
"about": { "about": {
"hero": { "hero": {
"title": "เกี่ยวกับเรา" "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}"
} }
} }
} }