Skip to content

Commit

Permalink
fix(ui): missing translation (#4968)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tchiotludo committed Sep 18, 2024
1 parent 517d26e commit 17f2732
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.*;

@KestraTest
@KestraTest(environments = "bla")
class CollectorServiceTest {
@Test
public void metrics() throws URISyntaxException {
Expand All @@ -38,7 +38,7 @@ public void metrics() throws URISyntaxException {
assertThat(metrics.getUuid(), notNullValue());
assertThat(metrics.getVersion(), notNullValue());
assertThat(metrics.getStartTime(), notNullValue());
assertThat(metrics.getEnvironments(), contains("test"));
assertThat(metrics.getEnvironments(), containsInAnyOrder("test"));
assertThat(metrics.getStartTime(), notNullValue());
assertThat(metrics.getHost().getUuid(), notNullValue());
assertThat(metrics.getHost().getHardware().getLogicalProcessorCount(), notNullValue());
Expand Down
1 change: 1 addition & 0 deletions ui/src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@
"data": "Daten",
"webhook link copied": "Webhook-Link kopiert.",
"copy url": "URL kopieren",
"scheduleDate": "Geplantes Datum",
"trigger_check_warning": "Warnung: Verwendung der `trigger`-Variable erkannt, das manuelle Ausführen Ihres Flows wird die trigger-Variable nicht erfüllen."
}
}
1 change: 1 addition & 0 deletions ui/src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@
"data": "Datos",
"webhook link copied": "Enlace de Webhook copiado.",
"copy url": "Copiar URL",
"scheduleDate": "Fecha de programación",
"trigger_check_warning": "Advertencia: Se detectó el uso de la variable `trigger`, ejecutar tu flow manualmente no cumplirá con la variable trigger."
}
}
1 change: 1 addition & 0 deletions ui/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@
"data": "Données",
"webhook link copied": "Lien du webhook copié.",
"copy url": "Copier l'URL",
"scheduleDate": "Date de planification",
"trigger_check_warning": "Avertissement : Utilisation de la variable `trigger` détectée, l'exécution manuelle de votre flow ne remplira pas la variable trigger."
}
}
1 change: 1 addition & 0 deletions ui/src/translations/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@
"data": "डेटा",
"webhook link copied": "Webhook लिंक कॉपी किया गया।",
"copy url": "URL कॉपी करें",
"scheduleDate": "अनुसूची तिथि",
"trigger_check_warning": "चेतावनी: `trigger` वेरिएबल का उपयोग पाया गया है, आपके flow को मैन्युअली निष्पादित करने से trigger वेरिएबल पूरा नहीं होगा।"
}
}
1 change: 1 addition & 0 deletions ui/src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@
"data": "Dati",
"webhook link copied": "Link del Webhook copiato.",
"copy url": "Copia URL",
"scheduleDate": "Data di pianificazione",
"trigger_check_warning": "Avviso: Rilevato l'uso della variabile `trigger`, l'esecuzione manuale del tuo flow non soddisferà la variabile trigger."
}
}
1 change: 1 addition & 0 deletions ui/src/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@
"data": "データ",
"webhook link copied": "Webhookリンクがコピーされました。",
"copy url": "URLをコピー",
"scheduleDate": "スケジュール日付",
"trigger_check_warning": "警告: `trigger`変数の使用が検出されました。フローを手動で実行しても、trigger変数は満たされません。"
}
}
1 change: 1 addition & 0 deletions ui/src/translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@
"data": "데이터",
"webhook link copied": "웹훅 링크가 복사되었습니다.",
"copy url": "URL 복사",
"scheduleDate": "일정 날짜",
"trigger_check_warning": "경고: `trigger` 변수가 감지되었습니다. flow를 수동으로 실행해도 trigger 변수를 충족하지 않습니다."
}
}
1 change: 1 addition & 0 deletions ui/src/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@
"data": "Dane",
"webhook link copied": "Link Webhook skopiowany.",
"copy url": "Kopiuj URL",
"scheduleDate": "Data harmonogramu",
"trigger_check_warning": "Ostrzeżenie: Wykryto użycie zmiennej `trigger`, ręczne wykonanie twojego flow nie spełni zmiennej trigger."
}
}
1 change: 1 addition & 0 deletions ui/src/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@
"data": "Dados",
"webhook link copied": "Link do Webhook copiado.",
"copy url": "Copiar URL",
"scheduleDate": "Data de agendamento",
"trigger_check_warning": "Aviso: Detecção do uso da variável `trigger`, a execução manual do seu flow não atenderá a variável trigger."
}
}
1 change: 1 addition & 0 deletions ui/src/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@
"data": "Данные",
"webhook link copied": "Ссылка на Webhook скопирована.",
"copy url": "Скопировать URL",
"scheduleDate": "Дата расписания",
"trigger_check_warning": "Предупреждение: Обнаружено использование переменной `trigger`, выполнение вашего flow вручную не выполнит переменную trigger."
}
}
1 change: 1 addition & 0 deletions ui/src/translations/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@
"data": "数据",
"webhook link copied": "Webhook链接已复制。",
"copy url": "复制 URL",
"scheduleDate": "计划日期",
"trigger_check_warning": "警告:检测到使用 `trigger` 变量,手动执行您的 flow 不会满足 trigger 变量。"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void usages() throws URISyntaxException {
assertThat(response.getUuid(), notNullValue());
assertThat(response.getVersion(), notNullValue());
assertThat(response.getStartTime(), notNullValue());
assertThat(response.getEnvironments(), contains("test"));
assertThat(response.getEnvironments(), containsInAnyOrder("test"));
assertThat(response.getStartTime(), notNullValue());
assertThat(response.getHost().getUuid(), notNullValue());
assertThat(response.getHost().getHardware().getLogicalProcessorCount(), notNullValue());
Expand Down

0 comments on commit 17f2732

Please sign in to comment.