Skip to content
Merged
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
1 change: 1 addition & 0 deletions frontend/src/lang/modules/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3171,6 +3171,7 @@ const message = {
special: 'Special',
fileToLarge: 'File exceeds 1MB and cannot be uploaded',
uploadOverLimit: 'Uploaded file exceeds the quantity limit, maximum 1 file',
importRuleHelper: 'One rule per line',
},
monitor: {
name: 'Website Monitoring',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/lang/modules/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3058,6 +3058,7 @@ const message = {
special: '特別な文字は使用できません',
fileToLarge: 'ファイルが1MBを超えており、アップロードできません',
uploadOverLimit: 'アップロードファイル数が制限を超えています、最大1ファイル',
importRuleHelper: '1行に1つのルール',
},
monitor: {
name: 'ウェブサイトモニタリング',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/lang/modules/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3004,6 +3004,7 @@ const message = {
special: '특수 문자',
fileToLarge: '파일이 1MB를 초과하여 업로드할 수 없습니다',
uploadOverLimit: '업로드된 파일 수가 제한을 초과했습니다, 최대 1개',
importRuleHelper: '한 줄에 하나의 규칙',
},
monitor: {
name: '웹사이트 모니터링',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/lang/modules/ms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3127,6 +3127,7 @@ const message = {
special: 'Peraturan Khas',
fileToLarge: 'Fail melebihi 1MB dan tidak dapat dimuat naik',
uploadOverLimit: 'Fail yang dimuat naik melebihi had kuantiti, maksimum 1 fail',
importRuleHelper: 'Satu peraturan per baris',
},
monitor: {
name: 'Pemantauan Laman Web',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/lang/modules/pt-br.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3132,6 +3132,7 @@ const message = {
special: 'Domínio Especial',
fileToLarge: 'O arquivo excede 1MB e não pode ser enviado',
uploadOverLimit: 'O arquivo enviado excede o limite de quantidade, máximo 1 arquivo',
importRuleHelper: 'Uma regra por linha',
},
monitor: {
name: 'Monitoramento de Websites',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/lang/modules/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3122,6 +3122,7 @@ const message = {
special: 'Специальный',
fileToLarge: 'Файл превышает 1MB и не может быть загружен',
uploadOverLimit: 'Загруженный файл превышает лимит количества, максимум 1 файл',
importRuleHelper: 'Одно правило на строку',
},
monitor: {
name: 'Мониторинг веб-сайта',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/lang/modules/tr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3205,6 +3205,7 @@ const message = {
special: 'Özel',
fileToLarge: "Dosya 1MB'yi aştığı için yüklenemez",
uploadOverLimit: 'Yüklenen dosya sayısı sınırı aşıyor, maksimum 1 dosya',
importRuleHelper: 'Her satıra bir kural',
},
monitor: {
name: 'Web Sitesi İzleme',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/lang/modules/zh-Hant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2958,6 +2958,7 @@ const message = {
special: '指定',
fileToLarge: '檔案超過 1MB 無法上傳',
uploadOverLimit: '上傳檔案超過數量限制,最大1個',
importRuleHelper: '一行一個規則',
},
monitor: {
name: '網站監控',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/lang/modules/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2933,6 +2933,7 @@ const message = {
special: '指定',
fileToLarge: '文件超过 1MB 无法上传',
uploadOverLimit: '上传文件超过数量限制,最大1个',
importRuleHelper: '一行一个规则',
},
monitor: {
name: '网站监控',
Expand Down
Loading