Normalize capitalization in navigation labels

This commit converts the navigation labels in the English translation file to lowercase. This change improves consistency in the application's user interface and enhances readability for end users.
This commit is contained in:
Alexander Bakiev 2023-11-30 01:13:17 +01:00
parent 31a29c1356
commit b0404204ed

View file

@ -3,35 +3,35 @@ export default `
§ sidebar.switch.person: Employee § sidebar.switch.person: Employee
§ sidebar.buttons.settings: Settings § sidebar.buttons.settings: Settings
§ sidebar.buttons.print: Print § sidebar.buttons.print: Print
§ sidebar.filters.all: All Time § sidebar.filters.all: all time
§ sidebar.filters.year: Year § sidebar.filters.year: year
§ sidebar.filters.halfYear: Half Year § sidebar.filters.halfYear: half year
§ sidebar.filters.month: Month § sidebar.filters.month: month
§ sidebar.filters.week: Week § sidebar.filters.week: week
§ sidebar.team.total: Common Info § sidebar.team.total: Common info
§ sidebar.team.scope: Features § sidebar.team.scope: Features
§ sidebar.team.author: Employees § sidebar.team.author: Employees
§ sidebar.team.type: Task Types § sidebar.team.type: Task types
§ sidebar.team.pr: Pull Requests § sidebar.team.pr: Pull requests
§ sidebar.team.day: By Day § sidebar.team.day: By day
§ sidebar.team.week: By Week § sidebar.team.week: By week
§ sidebar.team.month: By Month § sidebar.team.month: By month
§ sidebar.team.tree: Files § sidebar.team.tree: Files
§ sidebar.team.hours: Schedule § sidebar.team.hours: Schedule
§ sidebar.team.commits: All Commits § sidebar.team.commits: All commits
§ sidebar.team.changes: All Changes § sidebar.team.changes: All changes
§ sidebar.team.words: Popular Words § sidebar.team.words: Popular words
§ sidebar.team.top: Quiz § sidebar.team.top: Quiz
§ sidebar.team.settings: Settings § sidebar.team.settings: Settings
§ sidebar.person.total: Common Info § sidebar.person.total: Common info
§ sidebar.person.money: Work Cost § sidebar.person.money: Work cost
§ sidebar.person.speed: Speed § sidebar.person.speed: Speed
§ sidebar.person.day: By Day § sidebar.person.day: By day
§ sidebar.person.week: By Week § sidebar.person.week: By week
§ sidebar.person.month: By Month § sidebar.person.month: By month
§ sidebar.person.hours: Schedule § sidebar.person.hours: Schedule
§ sidebar.person.commits: All Commits § sidebar.person.commits: All commits
§ sidebar.person.changes: All Changes § sidebar.person.changes: All changes
§ sidebar.person.words: Popular Words § sidebar.person.words: Popular words
§ sidebar.person.settings: Settings § sidebar.person.settings: Settings
`; `;