|
152 | 152 | "deleteProjectExecutionBackendError": "Could not delete project execution for project '$0'", |
153 | 153 | "listProjectExecutionsBackendError": "Could not list project executions for project '$0'", |
154 | 154 | "listExecutionsBackendError": "Could not list executions", |
| 155 | + "listExecutionsSummaryBackendError": "Could not list usage summary", |
155 | 156 | "syncProjectExecutionBackendError": "Could not sync project execution of project '$0'", |
156 | 157 | "getProjectDetailsBackendError": "Could not get details of project", |
157 | 158 | "getProjectLogsBackendError": "Could not get logs for project '$0'", |
|
1071 | 1072 | "keyboardShortcutsSettingsSection": "Keyboard Shortcuts", |
1072 | 1073 | "keyboardShortcutsSettingsCustomEntryAliases": "keyboard shortcuts", |
1073 | 1074 | "securitySettingsTabSection": "Security", |
1074 | | - "financesSettingsTabSection": "Finances", |
| 1075 | + "usageSettingsTabSection": "Usage", |
1075 | 1076 | "activityLogSettingsTab": "Activity log", |
1076 | 1077 | "activityLogSettingsSection": "Activity Log", |
1077 | 1078 | "apiKeysSettingsTab": "API Keys", |
1078 | | - "financesSettingsTab": "Finances", |
| 1079 | + "usageSettingsTab": "Usage", |
1079 | 1080 | "apiKeysSettingsSection": "API Keys", |
1080 | | - "financesSettingsSection": "Finances", |
| 1081 | + "usageSettingsSection": "Usage Summary", |
1081 | 1082 | "apiKeysSettingsCustomEntryAliases": "api keys\napi key", |
1082 | | - "financesSettingsCustomEntryAliases": "Finances", |
| 1083 | + "usageSettingsCustomEntryAliases": "usage\nusage summary", |
| 1084 | + "executionSummaryMonthLabel": "Month", |
| 1085 | + "executionSummaryUserColumn": "User", |
| 1086 | + "executionSummaryProjectColumn": "Project", |
| 1087 | + "executionSummaryCountOfExecutionsColumn": "Count of executions", |
| 1088 | + "executionSummaryTotalUptimeColumn": "Total uptime", |
| 1089 | + "executionSummaryAverageUptimeColumn": "Average uptime", |
| 1090 | + "executionSummaryLoading": "Loading usage summary...", |
| 1091 | + "executionSummaryEmpty": "No usage found for selected month.", |
| 1092 | + "executionSummaryUnknownUser": "Unknown user", |
| 1093 | + "executionSummaryUnknownProject": "Unknown project", |
1083 | 1094 | "free": "Community", |
1084 | 1095 | "freePlan": "Community Plan", |
1085 | 1096 | "solo": "Solo", |
|
0 commit comments