Skip to content

Commit

Permalink
Merge pull request #1 from bgoergen/patch-1
Browse files Browse the repository at this point in the history
Update translations.js
  • Loading branch information
Nriver committed Mar 11, 2024
2 parents 03d56c9 + 96a2558 commit e5e4a63
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion tomato/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,23 @@ const trans = {
takeBreakMessage: 'Take a break.',
timeToDoSomething: 'Time to do something.'
},
'de': {
working: 'Arbeiten',
resting: 'Pause',
doWork: 'Arbeit erledigen',
takeBreak: 'Pause machen',
start: 'Start',
pause: 'Pause',
reset: 'Zurücksetzen',
restNotificationTitle: 'Entspannen Sie sich',
restNotificationBody: 'Zeit für eine Pause~',
workNotificationTitle: 'Gut ausgeruht?',
workNotificationBody: "Lass uns etwas Arbeit erledigen",
takeBreakMessage: 'Mache eine Pause.',
timeToDoSomething: 'Zeit, etwas zu tun.'
},
};

module.exports = {
trans
}
}

0 comments on commit e5e4a63

Please sign in to comment.