1
0

Add more definitions to language strings.

This commit is contained in:
Kevin Matsubara 2025-02-08 22:58:04 +01:00
parent b2feb853b0
commit 6eafefc38b

View File

@ -6,6 +6,7 @@ const languageStrings = {
and: 'and',
copy: 'copy',
date: 'date',
hour: 'hour(s)',
on: 'on',
name: 'name',
// Titles
@ -18,8 +19,12 @@ const languageStrings = {
// Education
certification: 'Certification',
completed: 'Completed',
course: 'Cursus',
courses: 'Courses',
duration: 'Duration',
education: 'Education',
institution: 'Institution',
instructor: 'Instructor',
issued: 'issued',
skills: 'Skills',
// Navigation
@ -47,6 +52,7 @@ const languageStrings = {
and: 'en',
copy: 'kopieer',
date: 'datum',
hour: 'uur',
on: 'op',
name: 'naam',
// Titles
@ -59,8 +65,12 @@ const languageStrings = {
// Education
certification: 'Certificering',
completed: 'Voltooid',
course: 'Cursus',
courses: 'Cursussen',
duration: 'Duur',
education: 'Opleiding',
institution: 'Institutie',
instructor: 'Instructeur',
issued: 'uitgegeven',
skills: 'Vaardigheden',
// Navigation