- © {getYear}
dvgamerr sponsor by
-
Kananek T. and
+ © {getYear}
dvgamerr {t('footer.sponser')}
+
Kananek T. {t('footer.and')}
webring
v{version}
diff --git a/src/i18n/experience.json b/src/i18n/experience.json
index 037b43d..32eefb1 100644
--- a/src/i18n/experience.json
+++ b/src/i18n/experience.json
@@ -208,7 +208,7 @@
"Discord",
"Slack"
],
- "SQL & NOSQL": [
+ "sql": [
"PostgreSQL",
"Redis",
"MongoDB",
@@ -218,7 +218,7 @@
"MSSQL",
"SQLite"
],
- "OS & Cloud": [
+ "os": [
"Chat GPT",
"AWS",
"Azure",
@@ -288,4 +288,4 @@
"icon": "email"
}
]
-}
\ No newline at end of file
+}
diff --git a/src/i18n/ui.ts b/src/i18n/ui.ts
index 2457e6c..ef167ed 100644
--- a/src/i18n/ui.ts
+++ b/src/i18n/ui.ts
@@ -31,6 +31,11 @@ export const ui = {
'head.availability.yes': 'Ready',
'head.availability.no': 'Not yet',
"contact": "contact",
+ "contact.github": "github",
+ "contact.twitter": "twitter",
+ "contact.instrgram": "instrgram",
+ "contact.email": "email",
+ "contact.mobile": "mobile",
"my-coding": "my coding",
"my-coding.experience": "work experience",
"my-coding.loc": "line of code",
@@ -51,9 +56,20 @@ export const ui = {
"daytime.sat": "sat",
"daytime.sun": "sun",
"code-history": "code history",
+ "code-history.hour": "h",
+ "code-history.minute": "m",
+ "code-history.weekly": "weekly coding",
+ "code-history.daily": "daily average",
+ "code-history.best": "best coding",
+ "code-history.languages": "languages",
"skills": "skills",
+ "skills.coding": "coding",
+ "skills.tools": "tools",
+ "skills.sql": "sql & nosql",
+ "skills.os": "os & cloud",
"education": "education",
"experience": "work experience",
+ "experience.newjob": "new job",
"footer.sponser": "sponsor by",
"footer.and": "and",
},
@@ -82,6 +98,11 @@ export const ui = {
'head.availability.yes': 'พร้อม',
'head.availability.no': 'ยังไม่เปิดโอกาส',
"contact": "ช่องทางติดต่อ",
+ "contact.github": "กิตฮับ",
+ "contact.twitter": "ทวิสเตอร์",
+ "contact.instrgram": "ไอจี",
+ "contact.email": "อีเมล์",
+ "contact.mobile": "มือถือ",
"my-coding": "โค้ดดิ่ง",
"my-coding.experience": "ประสบการณ์ทำงานทั้งหมด",
"my-coding.loc": "จำนวนบรรทัดของโค้ด",
@@ -102,9 +123,20 @@ export const ui = {
"daytime.sat": "เสาร์",
"daytime.sun": "อาทิตย์",
"code-history": "สถิติโค้ดดิ่ง",
+ "code-history.hour": "ชม.",
+ "code-history.minute": "น.",
+ "code-history.weekly": "ดีที่สุดในอาทิตย์นี้",
+ "code-history.daily": "ค่าเฉลี่ยต่อวัน",
+ "code-history.best": "ดีที่สุด",
+ "code-history.languages": "ภาษาที่เขียนได้",
"skills": "สกิลทำงาน",
+ "skills.coding": "โค้ดดิ่ง",
+ "skills.tools": "เครื่องมือ",
+ "skills.sql": "ฐานข้อมูล",
+ "skills.os": "ระบบปฏิบัติการและคลาวด์",
"education": "การศีกษา",
"experience": "ประสบการ์ทำงาน",
+ "experience.newjob": "งานใหม่",
"footer.sponser": "สนับสนุนโดย",
"footer.and": "และ",
},
diff --git a/src/pages/index.astro b/src/pages/index.astro
index d43aa0b..2abf063 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -79,8 +79,8 @@ const { experience = expData, resume = resumeData } = Astro.props;
-
Work Experience
- {isNewJob(e.range.begin) ? (NEW JOB):()}
+ {t('experience')}
+ {isNewJob(e.range.begin) ? ({t('experience.newjob')}):()}