File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 inputs :
66 ignore-run-cache :
7- description : ' Whether to ignore the run cache'
7+ description : " Whether to ignore the run cache"
88 required : false
9- default : true
9+ default : " true"
1010 ref-tag :
11- description : ' overwrite the DOCKER_METADATA_OUTPUT_VERSION environment variable used by the make file'
11+ description : " overwrite the DOCKER_METADATA_OUTPUT_VERSION environment variable used by the make file"
1212 required : false
13- default : ' '
1413jobs :
1514 quality :
1615 name : Ensure Quality
Original file line number Diff line number Diff line change 272272 "failedLoading" : " Daten konnten nicht geladen werden. Bitte versuchen Sie es erneut." ,
273273 "tryagain" : " Erneut versuchen"
274274 }
275- }
275+ }
Original file line number Diff line number Diff line change 282282 "failedLoading" : " Failed to load data. Please try again." ,
283283 "tryagain" : " Try Again"
284284 }
285- }
285+ }
Original file line number Diff line number Diff line change 272272 "failedLoading" : " No se pudieron cargar los datos. Por favor, inténtalo de nuevo." ,
273273 "tryagain" : " Intentar de nuevo"
274274 }
275- }
275+ }
Original file line number Diff line number Diff line change 272272 "failedLoading" : " Impossibile caricare i dati. Riprova." ,
273273 "tryagain" : " Riprova"
274274 }
275- }
275+ }
Original file line number Diff line number Diff line change 272272 "failedLoading" : " Nie udało się załadować danych. Spróbuj ponownie." ,
273273 "tryagain" : " Spróbuj ponownie"
274274 }
275- }
275+ }
Original file line number Diff line number Diff line change 272272 "failedLoading" : " Ошибка загрузки данных. Попробуйте ещё раз." ,
273273 "tryagain" : " Попробовать снова"
274274 }
275- }
275+ }
Original file line number Diff line number Diff line change 272272 "failedLoading" : " 加载数据失败,请再试一次。" ,
273273 "tryagain" : " 重试"
274274 }
275- }
275+ }
Original file line number Diff line number Diff line change 77 "test:unit" : " pnpm vitest" ,
88 "test:unit:standalone" : " pnpm test:unit" ,
99 "test:unit:watch" : " pnpm test:unit --watch" ,
10- "lint" : " pnpm exec next lint && pnpm exec prettier --check ." ,
10+ "lint" : " pnpm exec eslint . && pnpm exec prettier --check ." ,
1111 "lint:fix" : " pnpm exec prettier --write ." ,
1212 "lint-staged" : " lint-staged" ,
1313 "build" : " pnpm exec next build" ,
You can’t perform that action at this time.
0 commit comments