File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 run : npm run test:coverage --if-present
9494
9595 - name : Collect coverage
96- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
96+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
9797 with :
9898 files : ./coverage/lcov.info
9999
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 run : composer run test:unit
160160
161161 - name : Upload Unit coverage
162- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
162+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
163163 with :
164164 working-directory : apps/${{ env.APP_NAME }}
165165 disable_search : true
@@ -186,7 +186,7 @@ jobs:
186186 run : composer run test:integration
187187
188188 - name : Upload Integration coverage
189- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
189+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
190190 with :
191191 working-directory : apps/${{ env.APP_NAME }}
192192 disable_search : true
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ OC.L10N.register(
5050 "Unarchive form" : "Išarchyvuoti anketą" ,
5151 "Archive form" : "Archyvuoti anketą" ,
5252 "Options" : "Parinktys" ,
53+ "Go to previous page" : "Go to previous page" ,
5354 "Answer number {index}" : "Atsakymas nr. {index}" ,
5455 "Error while saving the answer" : "Klaida įrašant atsakymą" ,
5556 "Delete answer" : "Ištrinti atsakymą" ,
Original file line number Diff line number Diff line change 4848 "Unarchive form" : " Išarchyvuoti anketą" ,
4949 "Archive form" : " Archyvuoti anketą" ,
5050 "Options" : " Parinktys" ,
51+ "Go to previous page" : " Go to previous page" ,
5152 "Answer number {index}" : " Atsakymas nr. {index}" ,
5253 "Error while saving the answer" : " Klaida įrašant atsakymą" ,
5354 "Delete answer" : " Ištrinti atsakymą" ,
Original file line number Diff line number Diff line change @@ -184,6 +184,8 @@ OC.L10N.register(
184184 "Submit form" : "Wyślij formularz" ,
185185 "Thank you for completing the form!" : "Dziękujemy za wypełnienie formularza!" ,
186186 "Clear form" : "Wyczyść formularz" ,
187+ "Confirm submit" : "Potwierdź formularz" ,
188+ "Are you sure you want to submit an empty form?" : "Czy na pewno chcesz wysłać pusty formularz?" ,
187189 "Leave form" : "Opuść" ,
188190 "You have unsaved changes! Do you still want to leave?" : "Masz niezapisane zmiany! Czy nadal chcesz wyjść?" ,
189191 "Error while saving question" : "Błąd podczas zapisywania pytania" ,
Original file line number Diff line number Diff line change 182182 "Submit form" : " Wyślij formularz" ,
183183 "Thank you for completing the form!" : " Dziękujemy za wypełnienie formularza!" ,
184184 "Clear form" : " Wyczyść formularz" ,
185+ "Confirm submit" : " Potwierdź formularz" ,
186+ "Are you sure you want to submit an empty form?" : " Czy na pewno chcesz wysłać pusty formularz?" ,
185187 "Leave form" : " Opuść" ,
186188 "You have unsaved changes! Do you still want to leave?" : " Masz niezapisane zmiany! Czy nadal chcesz wyjść?" ,
187189 "Error while saving question" : " Błąd podczas zapisywania pytania" ,
You can’t perform that action at this time.
0 commit comments