assayo/src/ts/translations/en/common.ts

30 lines
1.6 KiB
TypeScript
Raw Normal View History

2023-11-27 12:45:54 +00:00
export default `
2023-12-03 10:18:16 +00:00
§ uiKit.console.button: Copy
§ uiKit.console.notification: Text was copied
§ uiKit.dataLoader.page: Page
2023-11-30 21:38:27 +00:00
§ uiKit.dataLoader.size: Displayed
§ uiKit.dataLoader.from: out of
§ uiKit.dataLoader.all: Show all
2023-11-30 21:38:27 +00:00
§ uiKit.hoursChart.work: standard working hours (weekdays, 07:00 to 20:00)
§ uiKit.hoursChart.weekend: weekend days or time before/after working hours
§ uiKit.hoursChart.days: total number of commits in all time on a specific day and hour
§ uiKit.page.remove: Remove
§ uiKit.races.go: Let's go
2023-11-30 21:38:27 +00:00
§ uiKit.nothingFound.common.title: No or insufficient data to display
§ uiKit.nothingFound.common.description: The system will process more data if commits are signed in the format [Git commit message convention|https://www.conventionalcommits.org/en/v1.0.0/]. Template:
§ uiKit.nothingFound.common.console: Task_number type(feature): description
§ uiKit.nothingFound.common.example: For example:
§ uiKit.nothingFound.staff.title: No data for this employee
2023-11-27 12:45:54 +00:00
§ uiKit.nothingFound.staff.description1:
They made edits not every working day and received the "Assistant" status.
The work of employees with such status on this project can be neglected as their contribution is insignificant in the general context.
2023-11-27 12:45:54 +00:00
§ uiKit.nothingFound.staff.description2:
2023-11-30 21:38:27 +00:00
Therefore, the system does not calculate a number of indicators for him.
If this is an error and this employee needs to be calculated as usual, go to the Settings section and change his type.
2023-11-27 12:45:54 +00:00
2023-12-03 10:18:16 +00:00
§ common.title: Git statistics
§ common.filters: Filters
2023-11-30 21:38:27 +00:00
§ common.notifications.save: The changes have been saved
§ common.notifications.setting: The settings have been saved
2023-11-27 12:45:54 +00:00
`;