Skip to content

Commit

Permalink
feat(#71): add necessary strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mari1912 committed Jul 19, 2024
1 parent 6f84d3a commit 6c900cd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dashboard/src/locales/messages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6c900cd

Please sign in to comment.