-
Notifications
You must be signed in to change notification settings - Fork 1
/
translation_en.properties
101 lines (101 loc) · 5.83 KB
/
translation_en.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
achievement.clean-code.days-10 = Stick to a clean code rule for 10 days
achievement.clean-code.days-3 = Stick to a clean code rule for 3 days
achievement.clean-code.days-5 = Stick to a clean code rule for 5 days
achievement.dev.automate-it = Automate a task
achievement.dev.codereview = Do a code review
achievement.dev.comment-code = Document the code
achievement.dev.fresh-air = Treat yourself to a healthy snack
achievement.dev.refactor-code = Do a major refactoring
achievement.dev.write-test = Write a test
achievement.grade.completed-run = Master a complete Clean Code run
achievement.grade.grade-0 = Master the black grade
achievement.grade.grade-1 = Master the red grade
achievement.grade.grade-2 = Master the orange grade
achievement.grade.grade-3 = Master the yello grade
achievement.grade.grade-4 = Master the green grade
achievement.grade.grade-5 = Master the blue grade
achievement.grade.grade-6 = Master the white grade
achievement.group.cleancode = CleanCode
achievement.group.dev = Dev
achievement.group.grade = Grade
achievement.group.health = Health
achievement.group.knowledge = Knowledge
achievement.group.log = Log
achievement.group.social = Social
achievement.health.ergonomic-workplace = Set up your workplace ergonomically
achievement.health.stand-1h = Work at least 1 hour standing
achievement.healthy-snack = Gather ideas in the fresh air
achievement.knowledge.hold-presentation = Present a theme to an audience
achievement.knowledge.learn-new = Work yourself into a new theme
achievement.knowledge.read-blog-entry = Read a developer blog entry
achievement.knowledge.read-book = Read a book on development
achievement.knowledge.write-blog-entry = Write a post in a forum or blog
achievement.log.all-topics = Log to any topic of any grade
achievement.log.days-10 = Log 10 days in a row
achievement.log.days-100 = Log 100 days in a row
achievement.log.days-25 = Log 25 days in a row
achievement.log.days-3 = Log 3 days in a row
achievement.log.days-5 = Log 5 days in a row
achievement.log.days-60 = Log 60 days in a row
achievement.social.comment-progress = Comment on a friend's progress
achievement.social.invite-friend = Invite a friend to Clean Code
achievement.social.pair-programming = Pair programming
achievement.social.public-github-pull = Publish code on GitHub
achievement.social.teach-clean-code = Explain a clean code topic to a friend
app.action.add.log-achievement = Activate achievement
app.action.add.log-block = Create log entry
app.menu.about = About
app.menu.achievements = Achievements
app.menu.compendium = Compendium
app.menu.grade = Grade
app.menu.journal = Journal
app.menu.profile = Profile
app.name = Clean Code Journal
compendium.filter = Filter
# Param 0: Number, Param 1: Color
compendium.grade = Grade {0} {1}
compendium.mode = Mode
compendium.search-placeholder = Search...
dialog.achievement.achievement = Achievement
dialog.achievement.cancel = Cancel
dialog.achievement.category = Category
dialog.achievement.commit = Activate achievement
dialog.achievement.committed = Activated achievement: {0}
dialog.log.cancel = Cancel
dialog.log.choose-block = Which module do you want to log?
dialog.log.comment = Note
dialog.log.comment.placeholder = What did you do well today?
dialog.log.commit = Create log entry
dialog.log.committed = Committed log entry: {0}
dialog.log.vote.question = Were you able to follow the rules of the building block?
dialog.log.vote.question.irrelevant = Didn't matter
dialog.log.vote.question.no = No
dialog.log.vote.question.yes = Yes
domain.grade.color.back = Black
domain.grade.color.blue = Blue
domain.grade.color.green = Green
domain.grade.color.orange = Orange
domain.grade.color.red = Red
domain.grade.color.white = White
domain.grade.color.yellow = Yellow
domain.grade.grade = Grade
domain.grade.name = Name
domain.grade.practices = Practices
domain.grade.principles = Principles
domain.grade.rating.continuousImprovement = Continuous Improvement
domain.grade.rating.correctness = Correctness
domain.grade.rating.evolvability = Evolvability
domain.grade.rating.productionEfficiency = Production Efficiency
domain.grade.rating.responsibility = Responsibility
domain.grade.rating.responsibility.singe-dev = Single Dev
domain.grade.rating.responsibility.team = Team
journal.section.favorites = What do you want to focus on today?
profile.action.changed-username = Your new user name is {0}
profile.current-grade = Current Grade
user.name = User name
user.password = Password
about.info = <p>Have you tried to become a <a href="https://clean-code-developer.de/" target="blank">Clean Code Developer</a> and master the white grade? This webapp helps you to keep the track and reminds you in your current grade goals. Log your progress and get achievements for your goals 🏆.</p>
about.info.technical = <p>This project was built as a sample application for a <a href="https://vaadin.com/" target="blank">Vaadin 14</a> progressive web app. It uses <a href="https://spring.io/projects/spring-boot" target="blank">Spring Boot</a> and runs on <a href="https://www.oracle.com/technetwork/java/javase/12-relnote-issues-5211422.html" target="blank">Java 12</a>. For now this demo clears your data every time the session gets lost.</p>
about.info.free = <p>This web app is open source, free and licenced under MIT. This licence does not apply to the Clean Code content, stored in the folder grades. It uses free open source Vaadin Components, so you don't need a Vaadin Pro subscription to run, start or debug it.</p>
about.info.tanks = <p>❤ The samples contain content from <a href="https://clean-code-developer.com" target="blank">clean-code-developer.com</a>. Big thank you to <a href="https://ralfw.de/" target="blank">Ralf Westphal</a> who allowed me to use it for this sample.</p>
about.info.sourcecode = <p>The source code is available at:<br><a href="https://github.com/TobseF/CleanCodeDeveloperJournal" target="blank">https://github.com/TobseF/CleanCodeDeveloperJournal</a></p>