From 68be6285f1dd6c2169e75f618b172534529e990e Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Wed, 12 Feb 2025 23:51:21 +0100 Subject: [PATCH] Add language strings for software projects. --- src/Language/LanguageStrings.js | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/Language/LanguageStrings.js b/src/Language/LanguageStrings.js index 84fbb12..cb22bdf 100644 --- a/src/Language/LanguageStrings.js +++ b/src/Language/LanguageStrings.js @@ -44,6 +44,21 @@ const languageStrings = { // Software code_pages: 'Code sections', 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_contentparsed: 'Content is parsed by', footer_madewith: 'This site was made with', @@ -91,6 +106,22 @@ const languageStrings = { // Software code_pages: 'Code secties', 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_contentparsed: 'Inhoud is verwerkt door', footer_madewith: 'Deze website is gemaakt met',