Skip to content

Commit

Permalink
Merge branch 'COM-20-cloud-tests' of https://github.com/trycompai/comp
Browse files Browse the repository at this point in the history
…into COM-20-cloud-tests
  • Loading branch information
7yntax committed Mar 3, 2025
2 parents 120f1a3 + 696da5d commit 9c893dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions apps/app/languine.lock
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ files:
tests.title: 107f3983ed2f362df6195c163001fe7b
tests.actions.create: 348a2d59fd6abf9c9ba4e1ce664f6fc5
tests.actions.clear: 0b275442d6556cff30b75f37f1918899
tests.actions.refresh: 63a6a88c066880c5ac42394a22803ca6
tests.empty.no_tests.title: 32aca943b703843c5449d5ebb8f82845
tests.empty.no_tests.description: b96a1b141b00cb3def88e4b16db515aa
tests.empty.no_results.title: e576c23d915755d83e2d1f47bd9f6c22
Expand Down
3 changes: 2 additions & 1 deletion apps/app/src/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,8 @@ export default {
title: "Pruebas en la Nube",
actions: {
create: "Agregar Prueba en la Nube",
clear: "Limpiar filtros"
clear: "Limpiar filtros",
refresh: "Actualizar"
},
empty: {
no_tests: {
Expand Down
3 changes: 2 additions & 1 deletion apps/app/src/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,8 @@ export default {
title: "Tests en nuage",
actions: {
create: "Ajouter un test en nuage",
clear: "Effacer les filtres"
clear: "Effacer les filtres",
refresh: "Rafraîchir"
},
empty: {
no_tests: {
Expand Down
3 changes: 2 additions & 1 deletion apps/app/src/locales/no.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,8 @@ export default {
title: "Skytester",
actions: {
create: "Legg til skytest",
clear: "Fjern filtre"
clear: "Fjern filtre",
refresh: "Oppdater"
},
empty: {
no_tests: {
Expand Down
3 changes: 2 additions & 1 deletion apps/app/src/locales/pt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,8 @@ export default {
title: "Testes na Nuvem",
actions: {
create: "Adicionar Teste na Nuvem",
clear: "Limpar filtros"
clear: "Limpar filtros",
refresh: "Atualizar"
},
empty: {
no_tests: {
Expand Down

0 comments on commit 9c893dd

Please sign in to comment.