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',