fix: i18n: exexutions translation (#28610)

Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
This commit is contained in:
NeatGuyCoding
2025-11-25 09:39:17 +08:00
committed by GitHub
parent 25698ccd54
commit 6bd114285c
20 changed files with 35 additions and 34 deletions

View File

@@ -74,8 +74,8 @@ const translation = {
moreThanMaxLengthLine: 'Строка {{rowIndex}}: значение {{varName}} не может превышать {{maxLength}} символов',
atLeastOne: 'Пожалуйста, введите хотя бы одну строку в загруженный файл.',
},
execution: 'ИСПОЛНЕНИЕ',
executions: '{{num}} ВЫПОЛНЕНИЯ',
execution: 'Запуск',
executions: '{{num}} запусков',
stopRun: 'Остановить выполнение',
},
login: {