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": {
"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}."
}
}
}