You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/en.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -991,6 +991,7 @@ const message = {
991
991
create: 'Create cron job',
992
992
edit: 'Edit cron job',
993
993
errImport: 'File content exception:',
994
+
errImportFormat: 'The scheduled task data or format is abnormal. Please check and try again!',
994
995
importHelper:
995
996
'Duplicate scheduled tasks will be automatically skipped during import. Tasks will be set to [Disabled] status by default, and set to [Pending Edit] status when data association is abnormal.',
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/ms.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -982,6 +982,7 @@ const message = {
982
982
create: 'Cipta tugas cron',
983
983
edit: 'Edit tugas cron',
984
984
errImport: 'Kandungan fail tidak normal:',
985
+
errImportFormat: 'Data atau format tugas terjadual yang diimport tidak normal. Sila semak dan cuba lagi!',
985
986
importHelper:
986
987
'Tugas terjadual dengan nama sama akan dilangkau secara automatik semasa import. Tugas akan ditetapkan ke status 【Lumpuh】 secara lalai, dan ditetapkan ke status 【Menunggu Edit】 apabila perkaitan data tidak normal.',
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/pt-br.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -978,6 +978,8 @@ const message = {
978
978
create: 'Criar tarefa cron',
979
979
edit: 'Editar tarefa cron',
980
980
errImport: 'Conteúdo do arquivo anormal:',
981
+
errImportFormat:
982
+
'Os dados ou formato da tarefa agendada estão anormais. Por favor, verifique e tente novamente!',
981
983
importHelper:
982
984
'Tarefas agendadas duplicadas serão automaticamente ignoradas durante a importação. As tarefas serão definidas como status 【Desativado】 por padrão, e como status 【Aguardando Edição】 quando a associação de dados for anormal.',
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/ru.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -975,6 +975,8 @@ const message = {
975
975
create: 'Создать задачу cron',
976
976
edit: 'Редактировать задачу cron',
977
977
errImport: 'Аномальное содержимое файла:',
978
+
errImportFormat:
979
+
'Данные или формат запланированной задачи ненормальны. Пожалуйста, проверьте и повторите попытку!',
978
980
importHelper:
979
981
'Повторяющиеся запланированные задачи будут автоматически пропущены при импорте. По умолчанию задачи устанавливаются в статус 【Отключено】, а при аномальной ассоциации данных - в статус 【Ожидает редактирования】.',
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/tr.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1003,6 +1003,7 @@ const message = {
1003
1003
create: 'Cron görevi oluştur',
1004
1004
edit: 'Cron görevini düzenle',
1005
1005
errImport: 'Dosya içeriği anormal:',
1006
+
errImportFormat: 'Zamanlanmış görev verileri veya biçimi anormal. Lütfen kontrol edip tekrar deneyin!',
1006
1007
importHelper:
1007
1008
'İçe aktarım sırasında aynı isimli zamanlanmış görevler otomatik olarak atlanacaktır. Görevler varsayılan olarak 【Devre Dışı】 durumuna ayarlanır ve veri ilişkilendirme anormalse 【Düzenleme Bekliyor】 durumuna ayarlanır.',
0 commit comments