Intial commit from techit@Techits-Mac-Pro
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
import en from './locales/en.json'
|
||||
import th from './locales/th.json'
|
||||
|
||||
export default defineI18nConfig(() => ({
|
||||
legacy: false,
|
||||
locale: 'en',
|
||||
fallbackLocale: 'en',
|
||||
messages: {
|
||||
en,
|
||||
th
|
||||
},
|
||||
}))
|
||||
Executable
+47
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"sites": {
|
||||
"wiki": "Wiki",
|
||||
"identity": "Identity services",
|
||||
"status": "Status",
|
||||
"forum": "Forum",
|
||||
"all": "unix.in.th sites",
|
||||
"join-discord": "Join Discord"
|
||||
},
|
||||
"nav": {
|
||||
"home": "Home",
|
||||
"about": "About",
|
||||
"contact": "Contact"
|
||||
},
|
||||
"ui": {
|
||||
"language": {
|
||||
"switch": "Switch language",
|
||||
"tooltip": "Switch between English and Thai as the user interface language"
|
||||
}
|
||||
},
|
||||
"home": {
|
||||
"hero": {
|
||||
"title": "Hi! Welcome 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": {
|
||||
"title": "Wiki",
|
||||
"paragraph": "Central of computer software and hardware knowledge, free to all, shaped by all.",
|
||||
"go": "Go to wiki"
|
||||
},
|
||||
"forum": {
|
||||
"title": "Forum",
|
||||
"paragraph": "A place to ask, discuss, and chit-chat about UNIX and Unix-like software and hardware.",
|
||||
"go": "Go to forum"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
"copyright": {
|
||||
"notice": "Copyleft 🄯 *nix in Thailand, {year} ({yearB}). All rights reversed."
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"hero": {
|
||||
"title": "About us"
|
||||
}
|
||||
}
|
||||
}
|
||||
Executable
+47
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"sites": {
|
||||
"wiki": "วิกิ",
|
||||
"identity": "ระบบบัญชี",
|
||||
"status": "สถานะ",
|
||||
"forum": "ลานประชาคม",
|
||||
"all": "ไซต์ของ unix.in.th",
|
||||
"join-discord": "เข้าร่วมดิสคอร์ด"
|
||||
},
|
||||
"nav": {
|
||||
"home": "หน้าหลัก",
|
||||
"about": "เกี่ยวกับ",
|
||||
"contact": "ติดต่อ"
|
||||
},
|
||||
"ui": {
|
||||
"language": {
|
||||
"switch": "สลับภาษา",
|
||||
"tooltip": "เปลี่ยนภาษาของส่วนต่อประสานผู้ใช้ระหว่างภาษาอังกฤษหรือภาษาไทย"
|
||||
}
|
||||
},
|
||||
"home": {
|
||||
"hero": {
|
||||
"title": "สวัสดี! ยินดีต้อนรับสู่ *nix in Thailand สาระคอมพิวเตอร์ที่ทุกคนสามารถเข้าถึงได้",
|
||||
"sub": "พื้นที่สำหรับการซักถาม คุยเล่น และเอกสารสาระคอมพิวเตอร์ต่าง ๆ โดยที่เน้นระบบ UNIX และ Unix-like ไม่ว่าจะเป็น GNU, Linux, macOS, Android, ฯลฯ"
|
||||
},
|
||||
"wiki": {
|
||||
"title": "สารคอมพิวเตอร์เสรี (วิกิ)",
|
||||
"paragraph": "ศูนย์รวมความรู้ซอฟต์แวร์และฮาร์ดแวร์คอมพิวเตอร์ ที่ทุกคนสามารถสามารถแก้ไขได้",
|
||||
"go": "ไปที่วิกิ"
|
||||
},
|
||||
"forum": {
|
||||
"title": "ลานประชาคม\n",
|
||||
"paragraph": "พื้นที่สอบถาม อภิปราย และคุยเล่น เกี่ยวกับซอฟต์แวร์และฮาร์ดแวร์ UNIX และ Unix-like",
|
||||
"go": "ไปที่ลานประชาคม"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
"copyright": {
|
||||
"notice": "นิรสิทธิ์ 🄯 *nix in Thailand, {year} ({yearB}), ไม่สงวนสิทธิ์ทุกประการ"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"hero": {
|
||||
"title": "เกี่ยวกับเรา"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user