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: src/i18n/locales/en/translations.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -515,10 +515,11 @@
515
515
"loading_project": "Loading project...",
516
516
"stopping_gracefully": "Stopping gracefully...",
517
517
"stop_processing": "Stop Processing",
518
-
"auto_match_unmapped_only_note": "Note: Skip {{count}} input rows that are already proposed",
519
-
"auto_match_unmapped_only_note_no_count": "Note: Skip input rows that are already proposed",
518
+
"auto_match_unmapped_only_note": "Note: Only unmapped rows will be matched.",
520
519
"auto_match_note": "Note: This will not affect {{approvedCount}} approved input rows but will override {{proposedCount}} proposed input rows",
521
520
"auto_match_note_no_counts": "Note: This will not affect approved input rows but will override proposed input rows",
521
+
"auto_match_all_including_approved_note": "Warning: This will re-run every input row from scratch and overwrite {{approvedCount}} approved and {{proposedCount}} proposed decisions.",
522
+
"auto_match_all_including_approved_confirm": "I understand that {{approvedCount}} approved decisions will be overwritten",
522
523
"auto_match_selected_rows_note": "Note: This will run Auto Match for {{count}} selected input rows",
523
524
"auto_match_selected_rows_note_no_count": "Note: Select rows in the left panel to enable this option",
"auto_match_unmapped_only_note": "Nota: Omitir {{count}} filas de entrada que ya están propuestas",
486
-
"auto_match_unmapped_only_note_no_count": "Nota: Omitir filas de entrada que ya están propuestas",
485
+
"auto_match_unmapped_only_note": "Nota: Solo se emparejarán las filas no mapeadas.",
487
486
"auto_match_note": "Nota: Esto no afectará {{approvedCount}} filas de entrada aprobadas pero sobrescribirá {{proposedCount}} filas de entrada propuestas",
488
487
"auto_match_note_no_counts": "Nota: Esto no afectará las filas de entrada aprobadas pero sobrescribirá las filas de entrada propuestas",
488
+
"auto_match_all_including_approved_note": "Advertencia: Esto volverá a ejecutar cada fila de entrada desde cero y sobrescribirá {{approvedCount}} decisiones aprobadas y {{proposedCount}} propuestas.",
489
+
"auto_match_all_including_approved_confirm": "Entiendo que se sobrescribirán {{approvedCount}} decisiones aprobadas",
489
490
"auto_match_selected_rows_note": "Nota: Esto ejecutará Auto Match para {{count}} fila(s) seleccionada(s)",
490
491
"auto_match_selected_rows_note_no_count": "Nota: Seleccione filas en el panel izquierdo para habilitar esta opción",
491
492
"run_ai_analysis": "Ejecutar Análisis de IA",
@@ -611,6 +612,7 @@
611
612
"full_project_export": "Exportación completa del proyecto",
0 commit comments