Skip to content

cosmetic - fix typo #3043

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/src/components/TemplateForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@

<v-checkbox
class="mt-0"
:label="$t('iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome')"
:label="$t('iWantToRunATaskByTheCronOnlyForNewCommitsOfSome')"
v-model="cronVisible"
/>

Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
vaultPassword2: 'Tresor-Passwort',
view: 'Ansicht',
cron: 'Cron',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: 'Ich möchte eine Aufgabe nur für neue Commits eines bestimmten Repositories über Cron ausführen',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: 'Ich möchte eine Aufgabe nur für neue Commits eines bestimmten Repositories über Cron ausführen',
repository2: 'Repository',
cronChecksNewCommitBeforeRun: 'Cron überprüft neuen Commit vor der Ausführung',
readThe: 'Lesen Sie die',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default {
vaultPassword2: 'Vault Password',
view: 'View',
cron: 'Cron',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: 'I want to run a task by the cron only for for new commits of some repository',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: 'I want to run a task by the cron only for new commits of some repository',
repository2: 'Repository',
cronChecksNewCommitBeforeRun: 'Cron checks new commit before run',
readThe: 'Read the',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
vaultPassword2: 'Contraseña de la Bóveda',
view: 'Vista',
cron: 'Cron',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: 'Quiero ejecutar una tarea por cron solo para nuevos commits de algún repositorio',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: 'Quiero ejecutar una tarea por cron solo para nuevos commits de algún repositorio',
repository2: 'Repositorio',
cronChecksNewCommitBeforeRun: 'Cron verifica nuevos commits antes de ejecutar',
readThe: 'Lee el',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
vaultPassword2: 'Mot de passe du coffre',
view: 'Vue',
cron: 'Cron',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: 'Je veux exécuter une tâche par cron uniquement pour les nouveaux commits d\'un dépôt',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: 'Je veux exécuter une tâche par cron uniquement pour les nouveaux commits d\'un dépôt',
repository2: 'Dépôt',
cronChecksNewCommitBeforeRun: 'Cron vérifie les nouveaux commits avant d\'exécuter',
readThe: 'Lisez le',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
vaultPassword2: 'Password del Vault',
view: 'Vista',
cron: 'Cron',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: 'Voglio eseguire un compito tramite cron solo per nuovi commit di un repository',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: 'Voglio eseguire un compito tramite cron solo per nuovi commit di un repository',
repository2: 'Repository',
cronChecksNewCommitBeforeRun: 'Cron controlla nuovi commit prima di eseguire',
readThe: 'Leggi il',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
vaultPassword2: 'ボールトパスワード',
view: 'ビュー',
cron: 'Cron',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: '新しいコミットのためだけにCronでタスクを実行したい',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: '新しいコミットのためだけにCronでタスクを実行したい',
repository2: 'リポジトリ',
cronChecksNewCommitBeforeRun: 'Cronは実行前に新しいコミットをチェックします',
readThe: '読む',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
vaultPassword2: '금고 비밀번호',
view: '보기',
cron: '크론',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: '저는 특정 리포지토리의 새로운 커밋에 대해서만 크론으로 작업을 실행하고 싶습니다',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: '저는 특정 리포지토리의 새로운 커밋에 대해서만 크론으로 작업을 실행하고 싶습니다',
repository2: '리포지토리',
cronChecksNewCommitBeforeRun: '크론은 실행 전에 새로운 커밋을 확인합니다',
readThe: '읽기',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
vaultPassword2: 'Kluis Wachtwoord',
view: 'Weergave',
cron: 'Cron',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: 'Ik wil een taak via cron alleen uitvoeren voor nieuwe commits van een bepaalde repository',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: 'Ik wil een taak via cron alleen uitvoeren voor nieuwe commits van een bepaalde repository',
repository2: 'Repository',
cronChecksNewCommitBeforeRun: 'Cron controleert nieuwe commit voor run',
readThe: 'Lees de',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
vaultPassword2: 'Hasło skarbca',
view: 'Widok',
cron: 'Cron',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: 'Chcę uruchomić zadanie przez cron tylko dla nowych commitów z niektórego repozytorium',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: 'Chcę uruchomić zadanie przez cron tylko dla nowych commitów z niektórego repozytorium',
repository2: 'Repozytorium',
cronChecksNewCommitBeforeRun: 'Cron sprawdza nowy commit przed uruchomieniem',
readThe: 'Przeczytaj',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
vaultPassword2: 'Senha do Cofre',
view: 'Visualizar',
cron: 'Cron',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: 'Quero executar uma tarefa pelo cron apenas para novos commits de algum repositório',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: 'Quero executar uma tarefa pelo cron apenas para novos commits de algum repositório',
repository2: 'Repositório',
cronChecksNewCommitBeforeRun: 'O cron verifica novos commits antes de executar',
readThe: 'Leia o',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/pt_br.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
vaultPassword2: 'Senha do Cofre',
view: 'Visualizar',
cron: 'Cron',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: 'Quero executar uma tarefa pelo cron apenas para novos commits de algum repositório',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: 'Quero executar uma tarefa pelo cron apenas para novos commits de algum repositório',
repository2: 'Repositório',
cronChecksNewCommitBeforeRun: 'O cron verifica novos commits antes de executar',
readThe: 'Leia o',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
vaultPassword2: 'Пароль хранилища',
view: 'Представление',
cron: 'Cron',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: 'Я хочу запускать задачу по cron только для новых коммитов некоторого репозитория',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: 'Я хочу запускать задачу по cron только для новых коммитов некоторого репозитория',
repository2: 'Репозиторий',
cronChecksNewCommitBeforeRun: 'Cron проверяет новый коммит перед запуском',
readThe: 'Читать',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default {
vaultPassword2: 'Пароль сховища',
view: 'Перегляд',
cron: 'Планувальник',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: 'Я хочу запускати завдання за розкладом тільки для нових комітів певного репозиторію',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: 'Я хочу запускати завдання за розкладом тільки для нових комітів певного репозиторію',
repository2: 'Репозиторій',
cronChecksNewCommitBeforeRun: 'Планувальник перевіряє новий коміт перед запуском',
readThe: 'Читати',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/zh_cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
vaultPassword2: '保管库密码',
view: '视图',
cron: 'Cron',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: '我想通过 cron 仅为某个仓库的新提交运行任务',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: '我想通过 cron 仅为某个仓库的新提交运行任务',
repository2: '仓库',
cronChecksNewCommitBeforeRun: 'Cron 在运行之前检查新提交',
readThe: '阅读',
Expand Down
2 changes: 1 addition & 1 deletion web/src/lang/zh_tw.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
vaultPassword2: '保險庫密碼',
view: '視圖',
cron: 'Cron',
iWantToRunATaskByTheCronOnlyForForNewCommitsOfSome: '我想通過 cron 僅為某些儲存庫的新提交運行任務',
iWantToRunATaskByTheCronOnlyForNewCommitsOfSome: '我想通過 cron 僅為某些儲存庫的新提交運行任務',
repository2: '儲存庫',
cronChecksNewCommitBeforeRun: 'Cron 在運行之前檢查新提交',
readThe: '閱讀',
Expand Down
Loading