@asafarim/shared-i18n 0.5.2 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +170 -168
- package/demo/index.html +13 -0
- package/demo/node_modules/.bin/tsc +21 -0
- package/demo/node_modules/.bin/tsserver +21 -0
- package/demo/node_modules/.bin/vite +21 -0
- package/demo/package.json +24 -0
- package/demo/public/favicon.svg +4 -0
- package/demo/public/logo.svg +24 -0
- package/demo/src/App.tsx +112 -0
- package/demo/src/components/GetStartedSection.tsx +56 -0
- package/demo/src/components/KeyTable.tsx +29 -0
- package/demo/src/components/LanguageBar.tsx +19 -0
- package/demo/src/components/LanguageSwitcherDemo.module.css +113 -0
- package/demo/src/components/LanguageSwitcherDemo.tsx +184 -0
- package/demo/src/components/OverviewSection.tsx +43 -0
- package/demo/src/components/Panel.tsx +15 -0
- package/demo/src/components/StatusCard.tsx +109 -0
- package/demo/src/index.css +569 -0
- package/demo/src/locales/en/demo.json +85 -0
- package/demo/src/locales/fr/demo.json +85 -0
- package/demo/src/locales/nl/demo.json +85 -0
- package/demo/src/main.tsx +24 -0
- package/demo/tsconfig.json +18 -0
- package/demo/tsconfig.node.json +10 -0
- package/demo/vite-env.d.ts +7 -0
- package/demo/vite.config.ts +11 -0
- package/dist/components/LanguageSwitcher.d.ts +20 -0
- package/dist/components/LanguageSwitcher.d.ts.map +1 -0
- package/dist/components/LanguageSwitcher.js +72 -0
- package/dist/components/LanguageSwitcher.module.css +205 -0
- package/dist/config/i18n.d.ts +46 -0
- package/dist/config/i18n.d.ts.map +1 -0
- package/dist/config/i18n.js +66 -0
- package/dist/hooks/useLanguage.d.ts +12 -0
- package/dist/hooks/useLanguage.d.ts.map +1 -0
- package/dist/hooks/useLanguage.js +61 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +10 -0
- package/dist/locales/en/common.json +68 -0
- package/{locales → dist/locales}/en/identity-portal.json +69 -69
- package/dist/locales/nl/common.json +68 -0
- package/{locales → dist/locales}/nl/identity-portal.json +69 -69
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/utils/languageIcons.d.ts +4 -0
- package/dist/utils/languageIcons.d.ts.map +1 -0
- package/dist/utils/languageIcons.js +12 -0
- package/dist/utils/languageUtils.d.ts +45 -0
- package/dist/utils/languageUtils.d.ts.map +1 -0
- package/dist/utils/languageUtils.js +144 -0
- package/package.json +34 -22
- package/LICENSE +0 -23
- package/config/i18n.ts +0 -89
- package/hooks/useLanguage.ts +0 -80
- package/index.ts +0 -21
- package/locales/en/common.json +0 -66
- package/locales/en/web.json +0 -343
- package/locales/nl/common.json +0 -66
- package/locales/nl/web.json +0 -343
- package/tsconfig.json +0 -32
- package/utils/languageUtils.ts +0 -141
package/locales/en/common.json
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"welcome": "Welcome",
|
|
3
|
-
"language": "Language",
|
|
4
|
-
"settings": "Settings",
|
|
5
|
-
"profile": "Profile",
|
|
6
|
-
"logout": "Logout",
|
|
7
|
-
"login": "Login",
|
|
8
|
-
"register": "Register",
|
|
9
|
-
"email": "Email",
|
|
10
|
-
"password": "Password",
|
|
11
|
-
"confirmPassword": "Confirm Password",
|
|
12
|
-
"forgotPassword": "Forgot Password?",
|
|
13
|
-
"rememberMe": "Remember Me",
|
|
14
|
-
"submit": "Submit",
|
|
15
|
-
"cancel": "Cancel",
|
|
16
|
-
"save": "Save",
|
|
17
|
-
"delete": "Delete",
|
|
18
|
-
"edit": "Edit",
|
|
19
|
-
"close": "Close",
|
|
20
|
-
"search": "Search",
|
|
21
|
-
"loading": "Loading...",
|
|
22
|
-
"error": "Error",
|
|
23
|
-
"success": "Success",
|
|
24
|
-
"warning": "Warning",
|
|
25
|
-
"info": "Information",
|
|
26
|
-
"yes": "Yes",
|
|
27
|
-
"no": "No",
|
|
28
|
-
"back": "Back",
|
|
29
|
-
"next": "Next",
|
|
30
|
-
"previous": "Previous",
|
|
31
|
-
"home": "Home",
|
|
32
|
-
"about": "About",
|
|
33
|
-
"contact": "Contact",
|
|
34
|
-
"services": "Services",
|
|
35
|
-
"blog": "Blog",
|
|
36
|
-
"careers": "Careers",
|
|
37
|
-
"privacy": "Privacy Policy",
|
|
38
|
-
"terms": "Terms of Service",
|
|
39
|
-
"copyright": " ASafariM. All rights reserved.",
|
|
40
|
-
"languageChanged": "Language changed successfully",
|
|
41
|
-
"preferencesSaved": "Preferences saved successfully",
|
|
42
|
-
"apps": {
|
|
43
|
-
"appName": {
|
|
44
|
-
"web": "ASafariM web",
|
|
45
|
-
"blog": "Blog & documentation",
|
|
46
|
-
"ai": "AI Tools",
|
|
47
|
-
"core": "Core App",
|
|
48
|
-
"jobs": "Job Applications",
|
|
49
|
-
"identity": "Identity Portal",
|
|
50
|
-
"testora": "Testora",
|
|
51
|
-
"taskmanagement": "Task Management",
|
|
52
|
-
"smartops": "SmartOps"
|
|
53
|
-
},
|
|
54
|
-
"description": {
|
|
55
|
-
"web": "ASafariM web portal",
|
|
56
|
-
"blog": "Documentation and blog",
|
|
57
|
-
"ai": "AI-powered tools and services",
|
|
58
|
-
"core": "Core application features",
|
|
59
|
-
"jobs": "Job application tracking",
|
|
60
|
-
"identity": "User management and authentication",
|
|
61
|
-
"testora": "Test Automation System - Testora",
|
|
62
|
-
"taskmanagement": "Task Management",
|
|
63
|
-
"smartops": "SmartOps"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
package/locales/en/web.json
DELETED
|
@@ -1,343 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"hero": {
|
|
4
|
-
"title": "ASafariM • Multi-framework monorepo",
|
|
5
|
-
"subtitle": "Multi-framework frontends (React, Angular, Docusaurus)",
|
|
6
|
-
"description": ".NET 8+ APIs with clean architecture and typed clients",
|
|
7
|
-
"tagline": "Shared tokens and UI for consistent theming"
|
|
8
|
-
},
|
|
9
|
-
"features": {
|
|
10
|
-
"whatBuilding": {
|
|
11
|
-
"title": "What I'm Building Now",
|
|
12
|
-
"description": "A 'What I'm Building Now' feed from GitHub commits"
|
|
13
|
-
},
|
|
14
|
-
"ai": {
|
|
15
|
-
"title": "AI",
|
|
16
|
-
"description": "AI with clean architecture, typed clients, and SSO"
|
|
17
|
-
},
|
|
18
|
-
"core": {
|
|
19
|
-
"title": "Core Apps",
|
|
20
|
-
"description": "Users & Projects with clean architecture, typed clients, and SSO"
|
|
21
|
-
},
|
|
22
|
-
"jobs": {
|
|
23
|
-
"title": "Jobs Tracker",
|
|
24
|
-
"description": "Track applications and interviews. Angular UI + .NET Jobs API"
|
|
25
|
-
},
|
|
26
|
-
"blog": {
|
|
27
|
-
"title": "Blog & Docs",
|
|
28
|
-
"description": "Docusaurus TS with shared header/footer and tokens"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"monorepo": {
|
|
32
|
-
"title": "What's inside this monorepo?",
|
|
33
|
-
"items": {
|
|
34
|
-
"tokens": "Shared tokens (CSS variables) for theme parity",
|
|
35
|
-
"apps": "Web, Core, AI (React TS) + Jobs (Angular TS)",
|
|
36
|
-
"blog": "Docusaurus blog with shared header/footer",
|
|
37
|
-
"apis": ".NET APIs (Identity, Core, AI, Jobs) with typed clients"
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"about": {
|
|
42
|
-
"title": "About",
|
|
43
|
-
"description": "Fullstack .NET & React Developer",
|
|
44
|
-
"subtitle": "I build scalable, maintainable, and interactive applications — from backend APIs in ASP.NET Core to modern UIs in React & TypeScript. Passionate about performance, clean code, and data-driven solutions.",
|
|
45
|
-
"viewResume": "View Resume",
|
|
46
|
-
"contactMe": "Contact Me",
|
|
47
|
-
"whatIDo": {
|
|
48
|
-
"title": "What I Do",
|
|
49
|
-
"backend": {
|
|
50
|
-
"title": "Backend with .NET",
|
|
51
|
-
"description": "Building secure and scalable REST APIs with ASP.NET Core, EF Core, and SQL databases."
|
|
52
|
-
},
|
|
53
|
-
"frontend": {
|
|
54
|
-
"title": "Frontend with React",
|
|
55
|
-
"description": "Creating interactive, responsive UIs with React, TypeScript, and TailwindCSS."
|
|
56
|
-
},
|
|
57
|
-
"fullstack": {
|
|
58
|
-
"title": "Fullstack Delivery",
|
|
59
|
-
"description": "Combining backend + frontend into production-ready solutions, with CI/CD pipelines and cloud deployment."
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"skills": {
|
|
63
|
-
"title": "Key Skills",
|
|
64
|
-
"frontend": "Frontend: React (TypeScript), Redux, Tailwind, Syncfusion",
|
|
65
|
-
"backend": "Backend: ASP.NET Core, Entity Framework, SignalR, REST APIs",
|
|
66
|
-
"databases": "Databases: SQL Server, MySQL, MongoDB",
|
|
67
|
-
"data": "Data & Visualization: D3.js, R, R.Net",
|
|
68
|
-
"devops": "DevOps & Tools: Git, Azure DevOps, Docker, Swagger, TestCafe"
|
|
69
|
-
},
|
|
70
|
-
"experience": {
|
|
71
|
-
"title": "Recent Experience",
|
|
72
|
-
"xitechnix": {
|
|
73
|
-
"title": "XiTechniX (2020–2023)",
|
|
74
|
-
"description": "Fullstack Scientific App Developer. Delivered .NET Core + React applications for scientific and business domains."
|
|
75
|
-
},
|
|
76
|
-
"irc": {
|
|
77
|
-
"title": "IRC Engineering (2020)",
|
|
78
|
-
"description": "Internship – Developed energy consumption visualizations using C# and R.Net."
|
|
79
|
-
},
|
|
80
|
-
"vmm": {
|
|
81
|
-
"title": "Flanders Environment Agency (2018–2019)",
|
|
82
|
-
"description": "Internship – Enhanced hydrologic models (FORTRAN, WetSpa) for river flow simulations."
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
"background": {
|
|
86
|
-
"title": "Background",
|
|
87
|
-
"appliedIT": {
|
|
88
|
-
"title": "Applied Information Technology - Programming",
|
|
89
|
-
"school": "Thomas More, Sint-Katelijne-Waver",
|
|
90
|
-
"description": "Transitioned into software engineering with a focus on fullstack development and data development."
|
|
91
|
-
},
|
|
92
|
-
"phd": {
|
|
93
|
-
"title": "PhD in Engineering Hydrology",
|
|
94
|
-
"school": "VUB, Brussels",
|
|
95
|
-
"description": "Strong expertise in modeling and data analysis. Transitioned into scientific software development with a focus on numerical modeling."
|
|
96
|
-
},
|
|
97
|
-
"bsc": {
|
|
98
|
-
"title": "B.Sc. & M.Sc. in Natural Resources Engineering",
|
|
99
|
-
"school": "Tehran University",
|
|
100
|
-
"description": "Solid foundation in environmental science and engineering."
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
"contact": {
|
|
105
|
-
"title": "Contact",
|
|
106
|
-
"hero": {
|
|
107
|
-
"title": "Let's Build Something Amazing Together",
|
|
108
|
-
"subtitle": "As a fullstack developer specializing in .NET and React, I'm ready to help bring your project to life. Whether you need a scalable API, an interactive web application, or end-to-end development."
|
|
109
|
-
},
|
|
110
|
-
"services": {
|
|
111
|
-
"backend": {
|
|
112
|
-
"title": "Backend Development",
|
|
113
|
-
"description": "ASP.NET Core APIs, Entity Framework, SQL databases"
|
|
114
|
-
},
|
|
115
|
-
"frontend": {
|
|
116
|
-
"title": "Frontend Development",
|
|
117
|
-
"description": "React, TypeScript, Tailwind, Modern UI/UX"
|
|
118
|
-
},
|
|
119
|
-
"fullstack": {
|
|
120
|
-
"title": "Full Project Delivery",
|
|
121
|
-
"description": "End-to-end solutions with CI/CD and cloud deployment"
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
"form": {
|
|
125
|
-
"newConversation": "Start New Conversation",
|
|
126
|
-
"replyToConversation": "Reply to Conversation {{reference}}",
|
|
127
|
-
"referenceNumber": "Reference Number",
|
|
128
|
-
"referencePrevious": "Reference Previous",
|
|
129
|
-
"selectConversation": "Select a conversation to reference",
|
|
130
|
-
"name": "Name",
|
|
131
|
-
"email": "Email",
|
|
132
|
-
"projectType": "Project Type",
|
|
133
|
-
"projectTypePlaceholder": "e.g., Full-stack Application, API Development, Frontend UI",
|
|
134
|
-
"projectDetails": "Project Details",
|
|
135
|
-
"projectDetailsPlaceholder": "Please describe your project, timeline, and any specific requirements...",
|
|
136
|
-
"attachments": {
|
|
137
|
-
"title": "Attachments & Links",
|
|
138
|
-
"addFile": "Add File",
|
|
139
|
-
"addLink": "Add Link",
|
|
140
|
-
"enterUrl": "Please enter a URL:",
|
|
141
|
-
"invalidUrl": "Please enter a valid URL"
|
|
142
|
-
},
|
|
143
|
-
"submit": {
|
|
144
|
-
"sending": "Sending...",
|
|
145
|
-
"submit": "Let's Discuss Your Project",
|
|
146
|
-
"success": "Thank you for your message! We've received your inquiry and will get back to you soon.",
|
|
147
|
-
"error": "Failed to send message"
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
"conversations": {
|
|
151
|
-
"title": "My Conversations",
|
|
152
|
-
"show": "Show Conversations",
|
|
153
|
-
"hide": "Hide Conversations",
|
|
154
|
-
"empty": "No conversations found",
|
|
155
|
-
"reply": "Reply to this conversation",
|
|
156
|
-
"referringTo": "Referring to conversation:",
|
|
157
|
-
"links": "Links:",
|
|
158
|
-
"attachments": "Attachments:"
|
|
159
|
-
},
|
|
160
|
-
"info": {
|
|
161
|
-
"whyWorkWithMe": "Why Work With Me?",
|
|
162
|
-
"expertise": "Expert in both frontend and backend development",
|
|
163
|
-
"scientific": "Strong background in scientific applications",
|
|
164
|
-
"visualization": "Experience with complex data visualization",
|
|
165
|
-
"delivery": "Proven track record in project delivery",
|
|
166
|
-
"contactInfo": "Contact Information",
|
|
167
|
-
"email": "contact@asafarim.com",
|
|
168
|
-
"location": "Hasselt, België",
|
|
169
|
-
"availability": "Available for freelance projects"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"portfolio": {
|
|
173
|
-
"title": "Portfolio",
|
|
174
|
-
"description": "View my work and projects"
|
|
175
|
-
},
|
|
176
|
-
"showcases": {
|
|
177
|
-
"title": "Featured Applications",
|
|
178
|
-
"intro": "Explore my featured applications and ongoing projects.",
|
|
179
|
-
"visitButton": "Visit App",
|
|
180
|
-
"projects": {
|
|
181
|
-
"testora-ui": {
|
|
182
|
-
"title": "Testora UI",
|
|
183
|
-
"description": "Testora user interface is built with React and TypeScript, and it is part of the Testora project. It provides a dashboard for monitoring and managing test runs. The backend is built using ASP.NET Core and Entity Framework, PostgreSQL database."
|
|
184
|
-
},
|
|
185
|
-
"testora-testrunner": {
|
|
186
|
-
"title": "Testora e2e TestRunner",
|
|
187
|
-
"description": "TestRunner is a Node.js application that provides a TestCafe engine for running test suites. It is built using Node.js and TypeScript, and it is part of the Testora project. Via SignalR, it can be used to run test suites in real-time."
|
|
188
|
-
},
|
|
189
|
-
"taskManagement": {
|
|
190
|
-
"title": "Task Management",
|
|
191
|
-
"description": "Task Management is a productivity app to manage personal and team tasks with authentication and dashboards. It is built using React and TypeScript, and it is part of the Task Management project."
|
|
192
|
-
},
|
|
193
|
-
"smartops": {
|
|
194
|
-
"title": "SmartOps",
|
|
195
|
-
"description": "SmartOps is a web application that provides a dashboard for monitoring and managing smart operations. It is built using React and TypeScript, and it is part of the SmartOps project."
|
|
196
|
-
},
|
|
197
|
-
"identityPortal": {
|
|
198
|
-
"title": "Identity Portal",
|
|
199
|
-
"description": "A secure user management and authentication system integrated with ASafariM backend."
|
|
200
|
-
},
|
|
201
|
-
"coreApp": {
|
|
202
|
-
"title": "Core App",
|
|
203
|
-
"description": "Central hub for managing resumes, portfolios, and professional content."
|
|
204
|
-
},
|
|
205
|
-
"aiPlatform": {
|
|
206
|
-
"title": "AI Platform",
|
|
207
|
-
"description": "Advanced AI-powered tools and utilities for intelligent automation."
|
|
208
|
-
},
|
|
209
|
-
"jobsPortal": {
|
|
210
|
-
"title": "Jobs Portal",
|
|
211
|
-
"description": "Job listings and career opportunities integrated with the core platform."
|
|
212
|
-
},
|
|
213
|
-
"blog": {
|
|
214
|
-
"title": "Blog",
|
|
215
|
-
"description": "Technical articles, insights, and documentation about my projects."
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
},
|
|
219
|
-
"resume": {
|
|
220
|
-
"loading": "Loading resume...",
|
|
221
|
-
"error": "Failed to load resume details",
|
|
222
|
-
"notFound": "Resume not found",
|
|
223
|
-
"backToResumes": "Back to Resumes",
|
|
224
|
-
"published": "Published",
|
|
225
|
-
"publishedAt": "Published: {{date}}",
|
|
226
|
-
"sections": {
|
|
227
|
-
"summary": {
|
|
228
|
-
"title": "Professional Summary"
|
|
229
|
-
},
|
|
230
|
-
"experience": {
|
|
231
|
-
"title": "💼 Work Experiences",
|
|
232
|
-
"count": "{{count}} experience",
|
|
233
|
-
"count_plural": "{{count}} experiences",
|
|
234
|
-
"present": "Present",
|
|
235
|
-
"achievements": "Achievements"
|
|
236
|
-
},
|
|
237
|
-
"skills": {
|
|
238
|
-
"title": "🛠️ Skills",
|
|
239
|
-
"count": "{{count}} skill",
|
|
240
|
-
"count_plural": "{{count}} skills",
|
|
241
|
-
"categories": {
|
|
242
|
-
"category": "🏷️ {{category}}",
|
|
243
|
-
"level": "🔢 {{level}}"
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
"education": {
|
|
247
|
-
"title": "🎓 Education",
|
|
248
|
-
"count": "{{count}} education",
|
|
249
|
-
"count_plural": "{{count}} educations",
|
|
250
|
-
"degree": "{{degree}}",
|
|
251
|
-
"field": "{{field}}",
|
|
252
|
-
"present": "Present"
|
|
253
|
-
},
|
|
254
|
-
"certificates": {
|
|
255
|
-
"title": "📜 Certificates",
|
|
256
|
-
"count": "{{count}} certificate",
|
|
257
|
-
"count_plural": "{{count}} certificates",
|
|
258
|
-
"issued": "Issued: {{date}}",
|
|
259
|
-
"expires": "Expires: {{date}}",
|
|
260
|
-
"viewCertificate": "View Certificate →",
|
|
261
|
-
"credentialId": "ID: {{id}}"
|
|
262
|
-
},
|
|
263
|
-
"projects": {
|
|
264
|
-
"title": "🏗️ Projects",
|
|
265
|
-
"count": "{{count}} project",
|
|
266
|
-
"count_plural": "{{count}} projects",
|
|
267
|
-
"visit": "Visit →"
|
|
268
|
-
},
|
|
269
|
-
"languages": {
|
|
270
|
-
"title": "🌍 Languages",
|
|
271
|
-
"count": "{{count}} language",
|
|
272
|
-
"count_plural": "{{count}} languages",
|
|
273
|
-
"level": "{{level}}"
|
|
274
|
-
},
|
|
275
|
-
"awards": {
|
|
276
|
-
"title": "🏆 Awards & Achievements",
|
|
277
|
-
"count": "{{count}} award",
|
|
278
|
-
"count_plural": "{{count}} awards",
|
|
279
|
-
"awarded": "{{date}}",
|
|
280
|
-
"issuer": "{{issuer}}"
|
|
281
|
-
},
|
|
282
|
-
"references": {
|
|
283
|
-
"title": "👨🏻References",
|
|
284
|
-
"count": "{{count}} reference",
|
|
285
|
-
"count_plural": "{{count}} references"
|
|
286
|
-
},
|
|
287
|
-
"socialLinks": {
|
|
288
|
-
"title": "📲 Social Links",
|
|
289
|
-
"count": "{{count}} link",
|
|
290
|
-
"count_plural": "{{count}} links"
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
"actions": {
|
|
294
|
-
"editResume": "🖊 Edit Resume",
|
|
295
|
-
"publishResume": "🌊 Publish Resume",
|
|
296
|
-
"unpublish": "🫷 Unpublish",
|
|
297
|
-
"copyShareLink": "🟩 Copy Share Link",
|
|
298
|
-
"exportPDF": "📥Export PDF",
|
|
299
|
-
"backToResumes": "╰┈➤ Back to Resumes"
|
|
300
|
-
},
|
|
301
|
-
"messages": {
|
|
302
|
-
"publishedSuccess": "Resume published successfully!",
|
|
303
|
-
"publishedInfo": "Share link: {{url}}",
|
|
304
|
-
"unpublishedSuccess": "Resume unpublished successfully",
|
|
305
|
-
"unpublishedError": "Failed to unpublish resume",
|
|
306
|
-
"copySuccess": "Share link copied to clipboard!",
|
|
307
|
-
"copyError": "Failed to copy link. Please copy manually: {{url}}",
|
|
308
|
-
"invalidLink": "Invalid resume link",
|
|
309
|
-
"notAvailable": "This resume is not available or has been unpublished.",
|
|
310
|
-
"privacyNotice": "This resume is publicly shared with consent. For privacy inquiries, please refer to our Privacy Policy."
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
"navbar": {
|
|
314
|
-
"brand": {
|
|
315
|
-
"text": "ASafariM",
|
|
316
|
-
"description": "ASafariM - Fullstack Developer"
|
|
317
|
-
},
|
|
318
|
-
"links": {
|
|
319
|
-
"resumes": {
|
|
320
|
-
"label": "Resumes",
|
|
321
|
-
"icon": "📄"
|
|
322
|
-
},
|
|
323
|
-
"about": {
|
|
324
|
-
"label": "About",
|
|
325
|
-
"icon": "🙋🏻♂️"
|
|
326
|
-
},
|
|
327
|
-
"contact": {
|
|
328
|
-
"label": "Contact",
|
|
329
|
-
"icon": "ᯓ➤"
|
|
330
|
-
},
|
|
331
|
-
"portfolio": {
|
|
332
|
-
"label": "Portfolio",
|
|
333
|
-
"icon": "🗃️"
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
"auth": {
|
|
337
|
-
"notSignedIn": "Not signed in!",
|
|
338
|
-
"signIn": "Sign In",
|
|
339
|
-
"signOut": "Sign Out",
|
|
340
|
-
"welcome": "Welcome"
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
}
|
package/locales/nl/common.json
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"welcome": "Welkom",
|
|
3
|
-
"language": "Taal",
|
|
4
|
-
"settings": "Instellingen",
|
|
5
|
-
"profile": "Profiel",
|
|
6
|
-
"logout": "Uitloggen",
|
|
7
|
-
"login": "Inloggen",
|
|
8
|
-
"register": "Registreren",
|
|
9
|
-
"email": "E-mail",
|
|
10
|
-
"password": "Wachtwoord",
|
|
11
|
-
"confirmPassword": "Bevestig wachtwoord",
|
|
12
|
-
"forgotPassword": "Wachtwoord vergeten?",
|
|
13
|
-
"rememberMe": "Onthoud mij",
|
|
14
|
-
"submit": "Verzenden",
|
|
15
|
-
"cancel": "Annuleren",
|
|
16
|
-
"save": "Opslaan",
|
|
17
|
-
"delete": "Verwijderen",
|
|
18
|
-
"edit": "Bewerken",
|
|
19
|
-
"close": "Sluiten",
|
|
20
|
-
"search": "Zoeken",
|
|
21
|
-
"loading": "Laden...",
|
|
22
|
-
"error": "Fout",
|
|
23
|
-
"success": "Succes",
|
|
24
|
-
"warning": "Waarschuwing",
|
|
25
|
-
"info": "Informatie",
|
|
26
|
-
"yes": "Ja",
|
|
27
|
-
"no": "Nee",
|
|
28
|
-
"back": "Terug",
|
|
29
|
-
"next": "Volgende",
|
|
30
|
-
"previous": "Vorige",
|
|
31
|
-
"home": "Home",
|
|
32
|
-
"about": "Over ons",
|
|
33
|
-
"contact": "Contact",
|
|
34
|
-
"services": "Diensten",
|
|
35
|
-
"blog": "Blog",
|
|
36
|
-
"careers": "Carrières",
|
|
37
|
-
"privacy": "Privacybeleid",
|
|
38
|
-
"terms": "Algemene voorwaarden",
|
|
39
|
-
"copyright": " {{year}} ASafariM. Alle rechten voorbehouden.",
|
|
40
|
-
"languageChanged": "Taal succesvol gewijzigd",
|
|
41
|
-
"preferencesSaved": "Voorkeuren succesvol opgeslagen",
|
|
42
|
-
"apps": {
|
|
43
|
-
"appName": {
|
|
44
|
-
"web": "ASafariM web",
|
|
45
|
-
"blog": "Blog & documentatie",
|
|
46
|
-
"ai": "AI hulpmiddelen",
|
|
47
|
-
"core": "Core applicatie",
|
|
48
|
-
"jobs": "Vacaturebeheer",
|
|
49
|
-
"identity": "Identiteitsportaal",
|
|
50
|
-
"testora": "Testora",
|
|
51
|
-
"taskmanagement": "Taakbeheer",
|
|
52
|
-
"smartops": "SmartOps"
|
|
53
|
-
},
|
|
54
|
-
"description": {
|
|
55
|
-
"web": "ASafariM webportaal",
|
|
56
|
-
"blog": "Documentatie en blog",
|
|
57
|
-
"ai": "AI-hulpmiddelen en diensten",
|
|
58
|
-
"core": "Kernfunctionaliteiten van de applicatie",
|
|
59
|
-
"jobs": "Sollicitatiebeheer",
|
|
60
|
-
"identity": "Gebruikersbeheer en authenticatie",
|
|
61
|
-
"testora": "Testautomatiseringssysteem - Testora",
|
|
62
|
-
"taskmanagement": "Taakbeheer",
|
|
63
|
-
"smartops": "SmartOps"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|