1
0

Add language strings for software projects.

This commit is contained in:
Kevin Matsubara 2025-02-12 23:51:21 +01:00
parent 6fe12d5531
commit 68be6285f1

View File

@ -44,6 +44,21 @@ const languageStrings = {
// Software // Software
code_pages: 'Code sections', code_pages: 'Code sections',
code_pages_intro: 'Some notes and examples of code.', code_pages_intro: 'Some notes and examples of code.',
software_projects: 'Projects',
// Projects
attachment_module: 'Attachment module',
boebot: 'Board of Education robot',
dxp_development: 'DXP development',
embedded_internet_radio: 'Embedded internet radio',
embedded_game: 'Embedded game',
ios_airports: 'iOS airport',
festival_simulator: 'Festival simulator',
kanji_application: 'Kanji applicatition',
metroid_horizontal_shooter: 'Horizontale shooter game',
raspberry_pi_jukebox: 'Raspberry Pi Jukebox',
teslamaze: 'TeslaMaze',
wifi_prototype: 'Wi-Fi prototype board',
windows10_cookbook: 'Windows 10 cookbook',
// Footer // Footer
footer_contentparsed: 'Content is parsed by', footer_contentparsed: 'Content is parsed by',
footer_madewith: 'This site was made with', footer_madewith: 'This site was made with',
@ -91,6 +106,22 @@ const languageStrings = {
// Software // Software
code_pages: 'Code secties', code_pages: 'Code secties',
code_pages_intro: 'Notities en voorbeelden van code.', code_pages_intro: 'Notities en voorbeelden van code.',
software_projects: 'Projecten',
// Projects
attachment_module: 'Attachment module',
boebot: 'Board of Education robot',
dxp_development: 'DXP development',
embedded_internet_radio: 'Embedded internet radio',
embedded_game: 'Embedded spel',
ios_airports: 'iOS luchthavens',
festival_simulator: 'Festival simulator',
kanji_application: 'Kanji applicatie',
metroid_horizontal_shooter: 'Horizontale shooter',
raspberry_pi_jukebox: 'Raspberry Pi Jukebox',
teslamaze: 'TeslaMaze',
wifi_prototype: 'Wi-Fi prototype board',
windows10_cookbook: 'Windows 10 kookboek',
// Footer // Footer
footer_contentparsed: 'Inhoud is verwerkt door', footer_contentparsed: 'Inhoud is verwerkt door',
footer_madewith: 'Deze website is gemaakt met', footer_madewith: 'Deze website is gemaakt met',