Skip to content

Commit 1966d50

Browse files
Merge branch 'refactor/vue3' into feature/ranking-question-type-vue3
Signed-off-by: paulbochtler <65470117+datapumpernickel@users.noreply.github.com>
2 parents 07174db + 00f1967 commit 1966d50

7 files changed

Lines changed: 37 additions & 18 deletions

File tree

.github/workflows/node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
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

.github/workflows/phpunit-sqlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

l10n/lt_LT.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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ą",

l10n/lt_LT.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
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ą",

l10n/pl.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

l10n/pl.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@
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",

package-lock.json

Lines changed: 28 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)