mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-05-06 05:38:51 +00:00
Translations update from Hosted Weblate (#45)
* Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (158 of 158 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (158 of 158 strings) Translated using Weblate (English) Currently translated at 100.0% (158 of 158 strings) Translated using Weblate (English) Currently translated at 100.0% (158 of 158 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (158 of 158 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 96.8% (153 of 158 strings) Translated using Weblate (Italian) Currently translated at 69.6% (110 of 158 strings) Translated using Weblate (English) Currently translated at 100.0% (158 of 158 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 99.3% (157 of 158 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 70.8% (112 of 158 strings) Translated using Weblate (Italian) Currently translated at 99.3% (157 of 158 strings) Translated using Weblate (English) Currently translated at 100.0% (158 of 158 strings) Co-authored-by: Anonymous <noreply@weblate.org> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: UUBulb <uub@kuzu.uk> Translate-URL: https://hosted.weblate.org/projects/nezha/admin-frontend/en/ Translate-URL: https://hosted.weblate.org/projects/nezha/admin-frontend/it/ Translate-URL: https://hosted.weblate.org/projects/nezha/admin-frontend/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/nezha/admin-frontend/zh_Hant/ Translation: Nezha/Admin frontend * chore: auto-fix linting and formatting issues --------- Co-authored-by: UUBulb <uub@kuzu.uk> Co-authored-by: weblate <weblate@users.noreply.github.com>
This commit is contained in:
@@ -67,13 +67,13 @@ export const CronCard: React.FC<CronCardProps> = ({ data, mutate }) => {
|
||||
defaultValues: data
|
||||
? data
|
||||
: {
|
||||
name: "",
|
||||
task_type: 0,
|
||||
scheduler: "",
|
||||
servers: [],
|
||||
cover: 0,
|
||||
notification_group_id: 0,
|
||||
},
|
||||
name: "",
|
||||
task_type: 0,
|
||||
scheduler: "",
|
||||
servers: [],
|
||||
cover: 0,
|
||||
notification_group_id: 0,
|
||||
},
|
||||
resetOptions: {
|
||||
keepDefaultValues: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user