-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranslations.js
178 lines (160 loc) · 7.68 KB
/
translations.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
const translations = {
//Warning
//Please do not change any translations in this file
'en': {
// Navigation
'nav_about': 'About',
'nav_skills': 'Skills',
'nav_projects': 'Projects',
'nav_services': 'Services',
'nav_contact': 'Contact',
// Introduction section
'intro_hello': "Aloha! I am Marco Wong.",
'intro_exp': "(Or mmw1984, aka my username if you like)\nI'm still an ungraduate student in Form 3 (Grade 9/ Year 10), 14 yrs currently.",
'intro_skills': "I have no idea why I made this website out and actually the whole webpage is made by AI\nAnd I have no idea about coding\nMaybe I have not enough time or passion on it?\nBut you could make a blog just with WordPress even though you don't know about any programming languages.\nFun, right?",
'connect_title': 'Connect with Me',
'visit_blog': 'Visit My Blog',
// Skills section
'skills_title': 'Skills',
'software_skills': 'Software Skills',
'language_skills': 'Language Skills',
'cantonese': 'Cantonese',
'mandarin': 'Mandarin',
'english': 'English',
// Projects section
'projects_title': 'Projects',
'projects_name': 'Name',
'projects_featured': 'Featured',
'projects_service': 'Service',
'projects_desc': 'Description',
'project_consultation': 'Consultation for Server specs',
'project_featured_check': '✓',
'project_service_type': 'Server purchase help',
'project_description': 'Guided and choose the most valuable server for her.',
// Services section
'services_title': 'Services',
'web_hosting': 'Web hosting',
'server_help': 'Server purchase help',
'services_description': 'Description',
'web_hosting_desc': 'I could help you in setting up WordPress or other stuffs on your server.',
'server_help_desc': 'Choose and recommend some server. Choose the most valuable one for you.',
'services_pricing': 'Pricing',
'web_hosting_price': '$120 for a 30-min session',
'server_help_price': '$50 for a 20-min session',
'services_features': 'Features',
'web_hosting_features': '• Set up customization\n• WordPress Help',
'server_help_features': '• Well-prepared for you need',
// Contact section
'contact_title': 'Any Questions?',
'contact_desc': "I'm here to help! Fill out the contact form and I'll get back to you as soon as possible.",
// Settings
'settings': 'Settings',
'dark_mode': 'Dark Mode',
'language': 'Language',
'reset': 'Reset to Default'
},
'zh-HK': {
// Navigation
'nav_about': '關於我',
'nav_skills': '技能',
'nav_projects': '項目',
'nav_services': '服務',
'nav_contact': '聯絡',
// Introduction section
'intro_hello': "吾乃黃梓峰也",
'intro_exp': "(你都可以叫我 Marco Wong/ mmw1984)\n我仲係一個未畢業既中三學生咋,14 歲 luuuuuu",
'intro_skills': "你問我整呢個網站有乜用,其實冇用,其實成個 Webpage 係 AI 整出黎俾我欣賞\n你問我識唔識打 Code????? 癡線,真唔識\n主要係我懶同埋冇乜太大精力7\n但其實 Coding 可以係一個解決生活唔少問題既方法\n而唔識 Code 都可以用 WordPress 整個 Blog 出黎\n就咁多,遲啲應該會越來越長",
'connect_title': '社交連結',
'visit_blog': '看看我的網誌',
// Skills section
'skills_title': '技能',
'software_skills': '軟件技能',
'language_skills': '語言能力',
'cantonese': '廣東話',
'mandarin': '普通話',
'english': '英文',
// Projects section
'projects_title': '項目',
'projects_name': '名稱',
'projects_featured': '精選',
'projects_service': '服務',
'projects_desc': '描述',
'project_consultation': '伺服器規格諮詢',
'project_featured_check': '✓',
'project_service_type': '伺服器選購幫助',
'project_description': '為客戶選擇最具價值的伺服器。',
// Services section
'services_title': '服務',
'web_hosting': '網站託管',
'server_help': '伺服器選購諮詢',
'services_description': '描述',
'web_hosting_desc': '我可以幫助您在伺服器上設置 WordPress 或其他網頁',
'server_help_desc': '為您挑選並推薦最合適的伺服器',
'services_pricing': '價格',
'web_hosting_price': '30分鐘 USD$120',
'server_help_price': '20分鐘 USD$50',
'services_features': '功能',
'web_hosting_features': '• 自訂設置 • WordPress支援',
'server_help_features': '• 為您的需求做好準備',
// Contact section
'contact_title': '有任何問題?',
'contact_desc': '我很樂意幫忙!填寫聯絡表格,我會盡快回覆您。',
// Settings
'settings': '設定',
'dark_mode': '深色模式',
'language': '語言',
'reset': '重設至預設值'
},
'zh-TW': {
// Navigation
'nav_about': '關於我',
'nav_skills': '專長',
'nav_projects': '專案',
'nav_services': '服務',
'nav_contact': '聯絡',
// Introduction section
'intro_hello': "哈嘍! 我是 Marco",
'intro_exp': "(你也可以叫我 mmw1984 —— 我的用戶名)\n我還在國三呢(香港叫做中三),14 歲啦",
'intro_skills': "我不知道為什麼要做這個網站,事實上整個網頁都是由 AI 製作的。\n我也不懂程式碼\n也許我沒有足夠的時間或經理?\n但即使你不懂任何程式語言,你也可以用 WordPress 做一個部落格。\n就算不懂電腦,其實現在的工具已經適合很多人經營一個網站啦",
'connect_title': '我的社群連結',
'visit_blog': '我的部落格',
// Skills section
'skills_title': '專長',
'software_skills': '軟體專長',
'language_skills': '語言能力',
'cantonese': '粵語',
'mandarin': '國語',
'english': '英語',
// Projects section
'projects_title': '專案',
'projects_name': '名稱',
'projects_featured': '精選',
'projects_service': '服務',
'projects_desc': '說明',
'project_consultation': '主機規格諮詢',
'project_featured_check': '✓',
'project_service_type': '主機選購協助',
'project_description': '協助客戶選擇最具價值的主機。',
// Services section
'services_title': '服務',
'web_hosting': '網站代管',
'server_help': '主機選購諮詢',
'services_description': '說明',
'web_hosting_desc': '我可以協助您在主機上設定 WordPress 或其他網頁',
'server_help_desc': '為您挑選並推薦最適合的主機',
'services_pricing': '價格',
'web_hosting_price': '30分鐘 USD$120',
'server_help_price': '20分鐘 USD$50',
'services_features': '特色',
'web_hosting_features': '• 客製化設定\n• WordPress支援',
'server_help_features': '• 為您的需求做好準備',
// Contact section
'contact_title': '有任何問題嗎?',
'contact_desc': '我很樂意協助!填寫聯絡表單,我會儘快回覆您。',
// Settings
'settings': '設定',
'dark_mode': '深色模式',
'language': '語言',
'reset': '重置為預設值'
}
};