feat(i18n): i18nize everything
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
{
|
||||
"common": {
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"quit": "Quit",
|
||||
"start": "Start",
|
||||
"restart": "Restart",
|
||||
"reset": "Reset",
|
||||
"select": "Select",
|
||||
"goBack": "Go back"
|
||||
},
|
||||
"achievementsScreen": {
|
||||
"title": "Achievements"
|
||||
},
|
||||
@@ -38,7 +48,12 @@
|
||||
|
||||
"startUp": {
|
||||
"title": "Start-up",
|
||||
"description": "Set how you would like your system to\nstart up when you turn the power on."
|
||||
"description": "Set how you would like your system to\nstart up when you turn the power on.",
|
||||
"3dMode": "3D Mode",
|
||||
"2dMode": "2D Mode",
|
||||
"autoStart": "The Main Menu will appear\nautomatically when you turn\nthe power on.",
|
||||
"confirmation3d": "Rendering mode set to 3D",
|
||||
"confirmation2d": "Rendering mode set to 2D"
|
||||
},
|
||||
"language": {
|
||||
"title": "Language",
|
||||
@@ -47,7 +62,11 @@
|
||||
},
|
||||
"2048": {
|
||||
"title": "2048",
|
||||
"description": "Play 2048!"
|
||||
"description": "Play 2048!",
|
||||
"restartConfirmation": "Restart game?",
|
||||
"gameOver": "Game Over!\nRestart?",
|
||||
"score": "Score",
|
||||
"highScore": "Best"
|
||||
}
|
||||
},
|
||||
"clock": {
|
||||
@@ -58,17 +77,25 @@
|
||||
"title": "Achievements",
|
||||
"description": "Manage your achievements.",
|
||||
"resetButton": "Reset Achievements",
|
||||
"resetConfirmation": "Reset all achievements?"
|
||||
"resetConfirmation": "Reset all achievements?",
|
||||
"viewAll": "View All",
|
||||
"obtained": "Obtained",
|
||||
"total": "Total"
|
||||
},
|
||||
|
||||
"date": {
|
||||
"title": "Date",
|
||||
"description": "Today's date."
|
||||
"description": "Today's date.",
|
||||
"month": "Month",
|
||||
"day": "Day",
|
||||
"year": "Year"
|
||||
},
|
||||
|
||||
"time": {
|
||||
"title": "Time",
|
||||
"description": "Current time."
|
||||
"description": "Current time.",
|
||||
"hour": "Hour",
|
||||
"minute": "Minute"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
@@ -83,6 +110,9 @@
|
||||
"birthday": {
|
||||
"title": "Birthday",
|
||||
"description": "This is my birthday.",
|
||||
"month": "Month",
|
||||
"day": "Day",
|
||||
"year": "Year",
|
||||
"confirmation": {
|
||||
"today": "Yes, it's today!",
|
||||
"future": "Don't forget to wish me in {days} days!"
|
||||
@@ -114,6 +144,25 @@
|
||||
"description": "TODO"
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"title": "Choose a Chat Room to join.",
|
||||
"actions": {
|
||||
"open": "Open",
|
||||
"copy": "Copy",
|
||||
"githubProfile": "Github profile",
|
||||
"email": "Email",
|
||||
"websiteLink": "Website link",
|
||||
"cv": "CV"
|
||||
},
|
||||
"copiedToClipboard": "{item} copied to clipboard",
|
||||
"openUrl": "Open {url}?",
|
||||
"opened": "{item} opened"
|
||||
},
|
||||
"gallery": {
|
||||
"title": "Pihkaal's Gallery",
|
||||
"description": "Started on March 2025. I love taking photos of plants, insects, and arachnids.",
|
||||
"backToHome": "Back to Home"
|
||||
},
|
||||
"projects": {
|
||||
"linkConformationPopup": {
|
||||
"yes": "yes",
|
||||
|
||||
Reference in New Issue
Block a user