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 d69a9e7 commit 2160faa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions dashboard/src/locales/messages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,29 @@ 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',
testError: 'Test failed',
testSkiped: 'Test skiped',
testSuccess: 'Test success',
testStatus: 'Test status',
},
global: {
all: 'All',
cleanAll: 'Clean all',
errors: 'Errors',
filters: 'Filters',
none: 'None',
seconds: 'sec',
successful: 'Successful',
architecture: 'Architecture',
Expand Down Expand Up @@ -38,9 +56,12 @@ export const messages = {
compiler: 'Compiler',
date: 'Date',
executed: 'Executed',
invalid: 'Invalid',
null: 'Null',
summary: 'Summary',
status: 'Status',
tests: 'Tests',
valid: 'Valid',
},
treeTable: {
branch: 'Branch',
Expand Down

0 comments on commit 2160faa

Please sign in to comment.