From 6c900cd7694e520912c8309cc4bc61a3be57be55 Mon Sep 17 00:00:00 2001 From: Mariana Sartorato Date: Fri, 19 Jul 2024 11:02:37 -0300 Subject: [PATCH] feat(#71): add necessary strings --- dashboard/src/locales/messages/index.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dashboard/src/locales/messages/index.ts b/dashboard/src/locales/messages/index.ts index 9e8c264..a8a5380 100644 --- a/dashboard/src/locales/messages/index.ts +++ b/dashboard/src/locales/messages/index.ts @@ -2,6 +2,20 @@ import { LOCALES } from '../constants'; export const messages = { [LOCALES.EN_US]: { + buildAccordion: { + buildLogs: 'Build logs', + dtb: 'Dtb', + dtbs: 'dtbs', + kernelConfig: 'Kernel config', + kernelConfigPath: 'config/kernel.config', + kernelImage: 'Kernel image', + logs: 'Logs', + modules: 'Modules', + modulesZip: 'modules.tar.xz', + systemMap: 'System map', + systemMapPath: 'kernel/System.map', + testStatus: 'Test status', + }, global: { all: 'All', cleanAll: 'Clean all',