assayo/src/ts/translations/en/achievements.ts
Бахирев b3bd463d84 update
2024-04-04 20:06:41 +03:00

92 lines
5.6 KiB
TypeScript

export default `
§ achievements.commitsAfter1500.title: Owl
§ achievements.commitsAfter1500.description: 70% of commits after 3:00 PM
§ achievements.commitsBefore1500.title: Early bird
§ achievements.commitsBefore1500.description: 70% of commits before noon
§ achievements.workEveryTime.title: Devoted worker
§ achievements.workEveryTime.description: a commit for every hour of the day
§ achievements.workNotWork.title: Shooting blanks
§ achievements.workNotWork.description: commits are there, but no tasks are closed
§ achievements.userNotWork.title: Fly-by
§ achievements.userNotWork.description: this is not their main project
§ achievements.userIsDied.title: Dead soul
§ achievements.userIsDied.description: worked, but resigned
§ achievements.lessTasks.title: Came and went
§ achievements.lessTasks.description: least closed tasks
§ achievements.moreTasks.title: Father says well done
§ achievements.moreTasks.description: most closed tasks
§ achievements.everyMessageLong.title: Master of eloquence
§ achievements.everyMessageLong.description: consistently the longest commit messages
§ achievements.everyMessageShort.title: Talkative, a spy's dream
§ achievements.everyMessageShort.description: consistently, the shortest commit messages
§ achievements.shortestName.title: Size doesn't matter
§ achievements.shortestName.description: shortest name
§ achievements.longestName.title: Azim Aziz Il Am Kadir Imran II
§ achievements.longestName.description: longest name
§ achievements.moreCommits.title: Backup master
§ achievements.moreCommits.description: most commits
§ achievements.lessCommits.title: Rare but Precise
§ achievements.lessCommits.description: least commits
§ achievements.oneCommitOneTask.title: Right on target
§ achievements.oneCommitOneTask.description: on average one commit per task
§ achievements.moreLazyDays.title: With you in spirit
§ achievements.moreLazyDays.description: most days without commits
§ achievements.lessLazyDays.title: Papa carlo
§ achievements.lessLazyDays.description: least days without commits
§ achievements.zeroLazyDays.title: Not a single break
§ achievements.zeroLazyDays.description: not a single day without commits
§ achievements.moreWorkDays.title: Valuable employee
§ achievements.moreWorkDays.description: most working days
§ achievements.moreScopes.title: Startuper
§ achievements.moreScopes.description: completed the most features
§ achievements.lessScopes.title: Dandy
§ achievements.lessScopes.description: completed the fewest features
§ achievements.moreDaysForTask.title: Snail on the slope
§ achievements.moreDaysForTask.description: tasks take longer than others
§ achievements.more2DaysForTask.title: Slow and steady
§ achievements.more2DaysForTask.description: more than two days per task
§ achievements.moreDaysInProject.title: Old-timer
§ achievements.moreDaysInProject.description: most days in the project
§ achievements.lessDaysInProject.title: And who is this?
§ achievements.lessDaysInProject.description: least days in the project
§ achievements.more90DaysInProject.title: Welcome aboard
§ achievements.more90DaysInProject.description: not fired during the probation period
§ achievements.lessDaysForTask.title: Fast shooting
§ achievements.lessDaysForTask.description: a task takes less than a day
§ achievements.adam.title: Adam
§ achievements.adam.description: the first stable employee on the project
§ achievements.more666DaysInProject.title: Devil
§ achievements.more666DaysInProject.description: worked 666 days on the project
§ achievements.more777DaysInProject.title: Las Vegas
§ achievements.more777DaysInProject.description: worked 777 days on the project
§ achievements.moreRefactoring.title: Executive editor
§ achievements.moreRefactoring.description: made the most 'refactoring' tags
§ achievements.longestMessage.title: So many conversations...
§ achievements.longestMessage.description: the longest commit message of all time
§ achievements.moreTasksInDay.title: Speed racer
§ achievements.moreTasksInDay.description: record for the number of tasks closed in a day
§ achievements.hasCommitFrom0to7.title: Night watch
§ achievements.hasCommitFrom0to7.description: a commit for every hour of the night
§ achievements.noCommitOnDay.title: Technical break
§ achievements.noCommitOnDay.description: there is a certain hour and day in working time when never commits
§ achievements.hasCommitEveryTime.title: Died at work
§ achievements.hasCommitEveryTime.description: a commit for every hour of each day (including weekends)
§ achievements.commitsAfter1800.title: Business Time
§ achievements.commitsAfter1800.description: no commits after 6:00 PM
§ achievements.more1488DaysInProject.title: Named after Maxim Martsinkevich
§ achievements.more1488DaysInProject.description: worked 1488 days on the project
§ achievements.moreFix.title: Bug hunter
§ achievements.moreFix.description: most closed bugs
§ achievements.lessWorkDays.title: Count me out
§ achievements.lessWorkDays.description: least working days
§ achievements.moreCreateCode.title: Creator
§ achievements.moreCreateCode.description: tends to add code more than others
§ achievements.moreRemoveCode.title: Destroyer
§ achievements.moreRemoveCode.description: tends to remove code more than others
§ achievements.moreChangeCode.title: Reformer
§ achievements.moreChangeCode.description: tends to change code more than others
§ achievements.moreStyle.title: Fashion police
§ achievements.moreStyle.description: tends to change CSS more than others
§ achievements.moreOnHoliday.title: No life
§ achievements.moreOnHoliday.description: relatively many commits in non-working hours
`;