|
170 | 170 | "Dashboard name": "Dashboard name", |
171 | 171 | "Renaming...": "Renaming...", |
172 | 172 | "Rename": "Rename", |
| 173 | + "Project \"{{project}}\" created successfully": "Project \"{{project}}\" created successfully", |
| 174 | + "Failed to create project \"{{project}}\". Please try again.": "Failed to create project \"{{project}}\". Please try again.", |
| 175 | + "Error creating project: {{error}}": "Error creating project: {{error}}", |
173 | 176 | "Duplicate Dashboard": "Duplicate Dashboard", |
174 | 177 | "Loading...": "Loading...", |
175 | 178 | "Failed to load project permissions. Please refresh the page and try again.": "Failed to load project permissions. Please refresh the page and try again.", |
|
184 | 187 | "Delete": "Delete", |
185 | 188 | "Must be 75 or fewer characters long": "Must be 75 or fewer characters long", |
186 | 189 | "Dashboard name '{{dashboardName}}' already exists in '{{projectName}}' project!": "Dashboard name '{{dashboardName}}' already exists in '{{projectName}}' project!", |
187 | | - "Project is required": "Project is required", |
188 | | - "Dashboard name is required": "Dashboard name is required", |
189 | | - "Project \"{{project}}\" created successfully": "Project \"{{project}}\" created successfully", |
190 | | - "Failed to create project \"{{project}}\". Please try again.": "Failed to create project \"{{project}}\". Please try again.", |
191 | | - "Error creating project: {{error}}": "Error creating project: {{error}}", |
192 | | - "Failed to create dashboard. Please try again.": "Failed to create dashboard. Please try again.", |
193 | 190 | "Checking permissions...": "Checking permissions...", |
194 | 191 | "Create": "Create", |
| 192 | + "Dashboard actions": "Dashboard actions", |
| 193 | + "Import": "Import", |
195 | 194 | "To create dashboards, contact your cluster administrator for permission.": "To create dashboards, contact your cluster administrator for permission.", |
| 195 | + "Project is required": "Project is required", |
| 196 | + "Dashboard name is required": "Dashboard name is required", |
| 197 | + "Failed to create dashboard. Please try again.": "Failed to create dashboard. Please try again.", |
196 | 198 | "Create Dashboard": "Create Dashboard", |
197 | 199 | "Select project": "Select project", |
198 | 200 | "Select a project": "Select a project", |
199 | 201 | "No project found for \"{{filter}}\"": "No project found for \"{{filter}}\"", |
200 | 202 | "my-new-dashboard": "my-new-dashboard", |
201 | 203 | "Creating...": "Creating...", |
202 | 204 | "View and manage dashboards.": "View and manage dashboards.", |
| 205 | + "Unable to detect dashboard format. Please provide a valid Perses or Grafana dashboard.": "Unable to detect dashboard format. Please provide a valid Perses or Grafana dashboard.", |
| 206 | + "Invalid {{format}}: {{error}}": "Invalid {{format}}: {{error}}", |
| 207 | + "Invalid file type. Please upload a JSON or YAML file (.json, .yaml, .yml)": "Invalid file type. Please upload a JSON or YAML file (.json, .yaml, .yml)", |
| 208 | + "File size exceeds maximum allowed size of 5MB": "File size exceeds maximum allowed size of 5MB", |
| 209 | + "Dashboard \"{{name}}\" imported successfully": "Dashboard \"{{name}}\" imported successfully", |
| 210 | + "A valid dashboard is required": "A valid dashboard is required", |
| 211 | + "Failed to import dashboard. Please try again.": "Failed to import dashboard. Please try again.", |
| 212 | + "Error importing dashboard: {{error}}": "Error importing dashboard: {{error}}", |
| 213 | + "Migration failed. Please try again.": "Migration failed. Please try again.", |
| 214 | + "Import Dashboard": "Import Dashboard", |
| 215 | + "1. Provide a dashboard (JSON or YAML)": "1. Provide a dashboard (JSON or YAML)", |
| 216 | + "Upload a dashboard file or paste the dashboard definition directly in the editor below.": "Upload a dashboard file or paste the dashboard definition directly in the editor below.", |
| 217 | + "Drag and drop a file or upload one": "Drag and drop a file or upload one", |
| 218 | + "Upload": "Upload", |
| 219 | + "Clear": "Clear", |
| 220 | + "Grafana dashboard detected. It will be automatically migrated to Perses format. Note: migration may be partial as not all Grafana features are supported.": "Grafana dashboard detected. It will be automatically migrated to Perses format. Note: migration may be partial as not all Grafana features are supported.", |
| 221 | + "Perses dashboard detected.": "Perses dashboard detected.", |
| 222 | + "2. Select project": "2. Select project", |
| 223 | + "Importing...": "Importing...", |
203 | 224 | "Rename dashboard": "Rename dashboard", |
204 | 225 | "Duplicate dashboard": "Duplicate dashboard", |
205 | 226 | "Delete dashboard": "Delete dashboard", |
|
0 commit comments