|
83 | 83 | }, |
84 | 84 | "enable": "Enable", |
85 | 85 | "disable": "Disable", |
86 | | - "how_to_enable": "How to enable?" |
| 86 | + "how_to_enable": "How to enable?", |
| 87 | + "error_logs": { |
| 88 | + "title": "Error Logs", |
| 89 | + "desc": "If you have any issues with your website, you can check the error logs here.", |
| 90 | + "name": "Name", |
| 91 | + "message": "Message", |
| 92 | + "created": "Created", |
| 93 | + "more_info": "More Info", |
| 94 | + "url": "URL", |
| 95 | + "headers": "Headers" |
| 96 | + } |
87 | 97 | }, |
88 | 98 | "email": { |
89 | 99 | "hello": "Hello" |
|
267 | 277 | "label": "Icon", |
268 | 278 | "desc": "Represent your website on devices (PWA). Recommended size: 512x512px." |
269 | 279 | }, |
270 | | - "favicon": { |
271 | | - "label": "Favicon", |
272 | | - "desc": "Icon in browser tab. Recommended size: 32x32px." |
273 | | - }, |
274 | 280 | "display": { |
275 | 281 | "label": "Display", |
276 | 282 | "desc": "The display property controls how the app is displayed.", |
|
347 | 353 | "success": "Navigation has been deleted." |
348 | 354 | } |
349 | 355 | }, |
350 | | - "permissions-admin": { |
351 | | - "title": "Admin Permissions", |
352 | | - "page_permission": "Page: <page></page>", |
353 | | - "lang_key": "Lang Key: <key></key>", |
354 | | - "create_edit": { |
355 | | - "id": { |
356 | | - "label": "ID", |
357 | | - "desc": "Unique ID for this permission.", |
358 | | - "exists": "Permission with this ID already exists." |
359 | | - }, |
360 | | - "parent": { |
361 | | - "label": "Group", |
362 | | - "null": "No group permission" |
363 | | - }, |
364 | | - "create_success": "Permission has been created." |
365 | | - }, |
366 | | - "delete": { |
367 | | - "desc": "This action will delete the permission <id></id>. Remember to delete all conditions associated with this permission.", |
368 | | - "submit": "Yes, delete permission", |
369 | | - "success": "Permission has been deleted.", |
370 | | - "children_warn": { |
371 | | - "title": "This permission has children", |
372 | | - "desc": "If you delete this permission, all children will be deleted too." |
373 | | - } |
374 | | - } |
375 | | - }, |
376 | 356 | "export": { |
377 | 357 | "title": "Export Plugin", |
378 | 358 | "desc": "Choose version to export.", |
|
578 | 558 | "success": "File has been deleted.", |
579 | 559 | "submit": "Yes, delete file" |
580 | 560 | } |
| 561 | + }, |
| 562 | + "cron": { |
| 563 | + "title": "Cron Jobs", |
| 564 | + "desc": "Tasks that run automatically at a specific time.", |
| 565 | + "name": "Name", |
| 566 | + "schedule": "Schedule", |
| 567 | + "next_date": "Next Date", |
| 568 | + "running": { |
| 569 | + "title": "Status", |
| 570 | + "enabled": "Enabled", |
| 571 | + "disabled": "Disabled" |
| 572 | + }, |
| 573 | + "last_execution": { |
| 574 | + "title": "Last Execution", |
| 575 | + "never": "Never" |
| 576 | + } |
581 | 577 | } |
582 | 578 | } |
583 | 579 | }, |
|
0 commit comments