@cat-factory/app 0.116.10 → 0.118.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -693,7 +693,8 @@
693
693
  "feature": "Feature",
694
694
  "bug": "Bug",
695
695
  "document": "Dokument",
696
- "spike": "Spike"
696
+ "spike": "Spike",
697
+ "review": "Review"
697
698
  },
698
699
  "observability": {
699
700
  "heading": "Agenten-Observability",
@@ -1696,7 +1697,8 @@
1696
1697
  "followup_pending": "Als gelesen markieren",
1697
1698
  "initiative": "Als gelesen markieren",
1698
1699
  "markRead": "Als gelesen markieren",
1699
- "fork_decision_pending": "Als gelesen markieren"
1700
+ "fork_decision_pending": "Als gelesen markieren",
1701
+ "pr_review_ready": "Als gelesen markieren"
1700
1702
  }
1701
1703
  },
1702
1704
  "aiProvidersBanner": {
@@ -1989,7 +1991,8 @@
1989
1991
  "bug": "Bug",
1990
1992
  "document": "Dokument",
1991
1993
  "spike": "Spike",
1992
- "recurring": "Wiederkehrend"
1994
+ "recurring": "Wiederkehrend",
1995
+ "review": "Review"
1993
1996
  },
1994
1997
  "recurringWithFrame": "Eine wiederkehrende Aufgabe führt eine Pipeline in einem Takt aus. Fahren Sie fort, um Zeitplan + Prompt festzulegen.",
1995
1998
  "recurringNoFrame": "Eine wiederkehrende Aufgabe muss auf einem Service liegen. Fügen Sie sie aus einem Service-Frame (oder einem darin enthaltenen Modul) hinzu.",
@@ -2085,7 +2088,13 @@
2085
2088
  "continue": "Weiter",
2086
2089
  "submit": "Aufgabe hinzufügen",
2087
2090
  "addFailedTitle": "Aufgabe konnte nicht hinzugefügt werden",
2088
- "linkFailed": "Aufgabe hinzugefügt, aber {count} Anhang konnte nicht verknüpft werden | Aufgabe hinzugefügt, aber {count} Anhänge konnten nicht verknüpft werden"
2091
+ "linkFailed": "Aufgabe hinzugefügt, aber {count} Anhang konnte nicht verknüpft werden | Aufgabe hinzugefügt, aber {count} Anhänge konnten nicht verknüpft werden",
2092
+ "review": {
2093
+ "prUrl": "Pull Request",
2094
+ "prUrlHint": "URL oder Nummer des zu prüfenden Pull Requests",
2095
+ "focus": "Prüfungsschwerpunkt",
2096
+ "focusPlaceholder": "z. B. Fokus auf die Auth-Änderungen und Fehlerbehandlung"
2097
+ }
2089
2098
  },
2090
2099
  "recurring": {
2091
2100
  "title": "Eine wiederkehrende Pipeline hinzufügen",
@@ -3915,6 +3924,7 @@
3915
3924
  "release_regression": "Release-Regression",
3916
3925
  "human_test_ready": "Bereit für manuelle Tests",
3917
3926
  "visual_confirmation_ready": "Bereit für visuelle Bestätigung",
3927
+ "pr_review_ready": "PR-Review-Befunde",
3918
3928
  "initiative": "Initiativen-Updates"
3919
3929
  },
3920
3930
  "role": {
@@ -4694,5 +4704,40 @@
4694
4704
  "empty": {
4695
4705
  "title": "Nichts zu entscheiden"
4696
4706
  }
4707
+ },
4708
+ "prReview": {
4709
+ "title": "PR-Review",
4710
+ "titleWithBlock": "PR-Review: {title}",
4711
+ "subtitle": "Wähle die Befunde aus, die bearbeitet werden sollen.",
4712
+ "openPr": "PR öffnen",
4713
+ "summaryLabel": "Zusammenfassung:",
4714
+ "noFindings": "Keine Befunde – der Pull Request sieht sauber aus.",
4715
+ "unsliced": "Sonstige",
4716
+ "selectAll": "Alle auswählen",
4717
+ "clear": "Zurücksetzen",
4718
+ "selectedCount": "{count} ausgewählt",
4719
+ "finish": "Review abschließen",
4720
+ "suggestedFix": "Lösungsvorschlag:",
4721
+ "line": "Zeile {line}",
4722
+ "reviewing": {
4723
+ "title": "Pull Request wird geprüft…",
4724
+ "hint": "Der Diff wird in zusammenhängende Teile zerlegt und einzeln geprüft."
4725
+ },
4726
+ "severity": {
4727
+ "blocker": "Blocker",
4728
+ "high": "Hoch",
4729
+ "medium": "Mittel",
4730
+ "low": "Niedrig",
4731
+ "nit": "Kleinigkeit"
4732
+ },
4733
+ "category": {
4734
+ "correctness": "Korrektheit",
4735
+ "security": "Sicherheit",
4736
+ "performance": "Performance",
4737
+ "maintainability": "Wartbarkeit",
4738
+ "style": "Stil",
4739
+ "test": "Tests",
4740
+ "other": "Sonstiges"
4741
+ }
4697
4742
  }
4698
4743
  }
@@ -185,7 +185,8 @@
185
185
  "bug": "Bug",
186
186
  "document": "Document",
187
187
  "spike": "Spike",
188
- "recurring": "Recurring"
188
+ "recurring": "Recurring",
189
+ "review": "Review"
189
190
  },
190
191
  "recurringWithFrame": "A recurring task runs a pipeline on a cadence. Continue to set the schedule + prompt.",
191
192
  "recurringNoFrame": "A recurring task must live on a service. Add it from a service frame (or a module inside one).",
@@ -284,6 +285,12 @@
284
285
  "linkFailed": "Task added, but {count} attachment could not be linked | Task added, but {count} attachments could not be linked",
285
286
  "@linkFailed": {
286
287
  "description": "Count-based: how many context attachments (docs/issues) failed to link after the task was created (count is always >= 1). Provide ALL plural forms your language needs (English has 2; Polish/Ukrainian need 3 - one/few/many - via the custom pluralRules in i18n.config.ts)."
288
+ },
289
+ "review": {
290
+ "prUrl": "Pull request",
291
+ "prUrlHint": "URL or number of the pull request to review",
292
+ "focus": "Review focus",
293
+ "focusPlaceholder": "e.g. focus on the auth changes and error handling"
287
294
  }
288
295
  },
289
296
  "recurring": {
@@ -1619,7 +1626,8 @@
1619
1626
  "followup_pending": "Mark read",
1620
1627
  "initiative": "Mark read",
1621
1628
  "markRead": "Mark read",
1622
- "fork_decision_pending": "Mark read"
1629
+ "fork_decision_pending": "Mark read",
1630
+ "pr_review_ready": "Mark read"
1623
1631
  }
1624
1632
  },
1625
1633
  "aiProvidersBanner": {
@@ -2548,7 +2556,8 @@
2548
2556
  "feature": "feature",
2549
2557
  "bug": "bug",
2550
2558
  "document": "document",
2551
- "spike": "spike"
2559
+ "spike": "spike",
2560
+ "review": "review"
2552
2561
  },
2553
2562
  "observability": {
2554
2563
  "heading": "Agent observability",
@@ -3064,6 +3073,7 @@
3064
3073
  "release_regression": "Release regression",
3065
3074
  "human_test_ready": "Ready for human testing",
3066
3075
  "visual_confirmation_ready": "Ready for visual confirmation",
3076
+ "pr_review_ready": "PR review findings",
3067
3077
  "initiative": "Initiative updates"
3068
3078
  },
3069
3079
  "role": {
@@ -4820,5 +4830,40 @@
4820
4830
  "empty": {
4821
4831
  "title": "Nothing to decide"
4822
4832
  }
4833
+ },
4834
+ "prReview": {
4835
+ "title": "PR review",
4836
+ "titleWithBlock": "PR review: {title}",
4837
+ "subtitle": "Select the findings to act on.",
4838
+ "openPr": "Open PR",
4839
+ "summaryLabel": "Summary:",
4840
+ "noFindings": "No findings — the pull request looks clean.",
4841
+ "unsliced": "Other",
4842
+ "selectAll": "Select all",
4843
+ "clear": "Clear",
4844
+ "selectedCount": "{count} selected",
4845
+ "finish": "Finish review",
4846
+ "suggestedFix": "Suggested fix:",
4847
+ "line": "line {line}",
4848
+ "reviewing": {
4849
+ "title": "Reviewing the pull request…",
4850
+ "hint": "Slicing the diff into cohesive chunks and reviewing each one."
4851
+ },
4852
+ "severity": {
4853
+ "blocker": "Blocker",
4854
+ "high": "High",
4855
+ "medium": "Medium",
4856
+ "low": "Low",
4857
+ "nit": "Nit"
4858
+ },
4859
+ "category": {
4860
+ "correctness": "Correctness",
4861
+ "security": "Security",
4862
+ "performance": "Performance",
4863
+ "maintainability": "Maintainability",
4864
+ "style": "Style",
4865
+ "test": "Tests",
4866
+ "other": "Other"
4867
+ }
4823
4868
  }
4824
4869
  }
@@ -167,7 +167,8 @@
167
167
  "bug": "Error",
168
168
  "document": "Documento",
169
169
  "spike": "Spike",
170
- "recurring": "Recurrente"
170
+ "recurring": "Recurrente",
171
+ "review": "Revisión"
171
172
  },
172
173
  "recurringWithFrame": "Una tarea recurrente ejecuta una pipeline con cierta cadencia. Continúa para definir el horario y el prompt.",
173
174
  "recurringNoFrame": "Una tarea recurrente debe vivir en un servicio. Añádela desde un marco de servicio (o un módulo dentro de él).",
@@ -263,7 +264,13 @@
263
264
  "continue": "Continuar",
264
265
  "submit": "Añadir tarea",
265
266
  "addFailedTitle": "No se pudo añadir la tarea",
266
- "linkFailed": "Tarea añadida, pero no se pudo vincular {count} adjunto | Tarea añadida, pero no se pudieron vincular {count} adjuntos"
267
+ "linkFailed": "Tarea añadida, pero no se pudo vincular {count} adjunto | Tarea añadida, pero no se pudieron vincular {count} adjuntos",
268
+ "review": {
269
+ "prUrl": "Pull request",
270
+ "prUrlHint": "URL o número de la pull request a revisar",
271
+ "focus": "Enfoque de la revisión",
272
+ "focusPlaceholder": "p. ej., céntrate en los cambios de autenticación y el manejo de errores"
273
+ }
267
274
  },
268
275
  "recurring": {
269
276
  "title": "Añadir una pipeline recurrente",
@@ -1553,7 +1560,8 @@
1553
1560
  "followup_pending": "Marcar como leída",
1554
1561
  "initiative": "Marcar como leída",
1555
1562
  "markRead": "Marcar como leída",
1556
- "fork_decision_pending": "Marcar como leído"
1563
+ "fork_decision_pending": "Marcar como leído",
1564
+ "pr_review_ready": "Marcar como leída"
1557
1565
  },
1558
1566
  "toast": {
1559
1567
  "acted": "Marcado como resuelto",
@@ -2363,7 +2371,8 @@
2363
2371
  "feature": "función",
2364
2372
  "bug": "error",
2365
2373
  "document": "documento",
2366
- "spike": "spike"
2374
+ "spike": "spike",
2375
+ "review": "revisión"
2367
2376
  },
2368
2377
  "observability": {
2369
2378
  "heading": "Observabilidad del agente",
@@ -2971,6 +2980,7 @@
2971
2980
  "release_regression": "Regresion de version",
2972
2981
  "human_test_ready": "Listo para pruebas humanas",
2973
2982
  "visual_confirmation_ready": "Listo para confirmacion visual",
2983
+ "pr_review_ready": "Hallazgos de revisión de PR",
2974
2984
  "initiative": "Actualizaciones de la iniciativa"
2975
2985
  },
2976
2986
  "role": {
@@ -4682,5 +4692,40 @@
4682
4692
  "empty": {
4683
4693
  "title": "Nada que decidir"
4684
4694
  }
4695
+ },
4696
+ "prReview": {
4697
+ "title": "Revisión de PR",
4698
+ "titleWithBlock": "Revisión de PR: {title}",
4699
+ "subtitle": "Selecciona los hallazgos sobre los que actuar.",
4700
+ "openPr": "Abrir PR",
4701
+ "summaryLabel": "Resumen:",
4702
+ "noFindings": "Sin hallazgos: el pull request parece correcto.",
4703
+ "unsliced": "Otros",
4704
+ "selectAll": "Seleccionar todo",
4705
+ "clear": "Limpiar",
4706
+ "selectedCount": "{count} seleccionados",
4707
+ "finish": "Finalizar revisión",
4708
+ "suggestedFix": "Corrección sugerida:",
4709
+ "line": "línea {line}",
4710
+ "reviewing": {
4711
+ "title": "Revisando el pull request…",
4712
+ "hint": "Dividiendo el diff en bloques coherentes y revisando cada uno."
4713
+ },
4714
+ "severity": {
4715
+ "blocker": "Bloqueante",
4716
+ "high": "Alta",
4717
+ "medium": "Media",
4718
+ "low": "Baja",
4719
+ "nit": "Menor"
4720
+ },
4721
+ "category": {
4722
+ "correctness": "Corrección",
4723
+ "security": "Seguridad",
4724
+ "performance": "Rendimiento",
4725
+ "maintainability": "Mantenibilidad",
4726
+ "style": "Estilo",
4727
+ "test": "Pruebas",
4728
+ "other": "Otros"
4729
+ }
4685
4730
  }
4686
4731
  }
@@ -167,7 +167,8 @@
167
167
  "bug": "Bug",
168
168
  "document": "Document",
169
169
  "spike": "Spike",
170
- "recurring": "Récurrent"
170
+ "recurring": "Récurrent",
171
+ "review": "Revue"
171
172
  },
172
173
  "recurringWithFrame": "Une tâche récurrente exécute une pipeline selon une cadence. Continuez pour définir le calendrier et le prompt.",
173
174
  "recurringNoFrame": "Une tâche récurrente doit appartenir à un service. Ajoutez-la depuis un cadre de service (ou un module à l’intérieur).",
@@ -263,7 +264,13 @@
263
264
  "continue": "Continuer",
264
265
  "submit": "Ajouter la tâche",
265
266
  "addFailedTitle": "Impossible d’ajouter la tâche",
266
- "linkFailed": "Tâche ajoutée, mais {count} pièce jointe n’a pas pu être liée | Tâche ajoutée, mais {count} pièces jointes n’ont pas pu être liées"
267
+ "linkFailed": "Tâche ajoutée, mais {count} pièce jointe n’a pas pu être liée | Tâche ajoutée, mais {count} pièces jointes n’ont pas pu être liées",
268
+ "review": {
269
+ "prUrl": "Pull request",
270
+ "prUrlHint": "URL ou numéro de la pull request à examiner",
271
+ "focus": "Objet de la revue",
272
+ "focusPlaceholder": "p. ex. concentrez-vous sur les changements d'authentification et la gestion des erreurs"
273
+ }
267
274
  },
268
275
  "recurring": {
269
276
  "title": "Ajouter une pipeline récurrente",
@@ -1553,7 +1560,8 @@
1553
1560
  "followup_pending": "Marquer comme lu",
1554
1561
  "initiative": "Marquer comme lu",
1555
1562
  "markRead": "Marquer comme lu",
1556
- "fork_decision_pending": "Marquer comme lu"
1563
+ "fork_decision_pending": "Marquer comme lu",
1564
+ "pr_review_ready": "Marquer comme lu"
1557
1565
  },
1558
1566
  "toast": {
1559
1567
  "acted": "Marqué comme traité",
@@ -2363,7 +2371,8 @@
2363
2371
  "feature": "fonctionnalité",
2364
2372
  "bug": "bug",
2365
2373
  "document": "document",
2366
- "spike": "spike"
2374
+ "spike": "spike",
2375
+ "review": "revue"
2367
2376
  },
2368
2377
  "observability": {
2369
2378
  "heading": "Observabilité de l'agent",
@@ -2971,6 +2980,7 @@
2971
2980
  "release_regression": "Regression de version",
2972
2981
  "human_test_ready": "Pret pour les tests humains",
2973
2982
  "visual_confirmation_ready": "Pret pour la confirmation visuelle",
2983
+ "pr_review_ready": "Points de revue de PR",
2974
2984
  "initiative": "Mises a jour de l'initiative"
2975
2985
  },
2976
2986
  "role": {
@@ -4682,5 +4692,40 @@
4682
4692
  "empty": {
4683
4693
  "title": "Rien à décider"
4684
4694
  }
4695
+ },
4696
+ "prReview": {
4697
+ "title": "Revue de PR",
4698
+ "titleWithBlock": "Revue de PR : {title}",
4699
+ "subtitle": "Sélectionnez les points à traiter.",
4700
+ "openPr": "Ouvrir la PR",
4701
+ "summaryLabel": "Résumé :",
4702
+ "noFindings": "Aucun point relevé — la pull request semble propre.",
4703
+ "unsliced": "Autres",
4704
+ "selectAll": "Tout sélectionner",
4705
+ "clear": "Effacer",
4706
+ "selectedCount": "{count} sélectionné(s)",
4707
+ "finish": "Terminer la revue",
4708
+ "suggestedFix": "Correction suggérée :",
4709
+ "line": "ligne {line}",
4710
+ "reviewing": {
4711
+ "title": "Revue de la pull request…",
4712
+ "hint": "Découpage du diff en blocs cohérents et revue de chacun."
4713
+ },
4714
+ "severity": {
4715
+ "blocker": "Bloquant",
4716
+ "high": "Élevée",
4717
+ "medium": "Moyenne",
4718
+ "low": "Faible",
4719
+ "nit": "Mineur"
4720
+ },
4721
+ "category": {
4722
+ "correctness": "Exactitude",
4723
+ "security": "Sécurité",
4724
+ "performance": "Performance",
4725
+ "maintainability": "Maintenabilité",
4726
+ "style": "Style",
4727
+ "test": "Tests",
4728
+ "other": "Autre"
4729
+ }
4685
4730
  }
4686
4731
  }
@@ -167,7 +167,8 @@
167
167
  "bug": "באג",
168
168
  "document": "מסמך",
169
169
  "spike": "ספייק",
170
- "recurring": "מחזורי"
170
+ "recurring": "מחזורי",
171
+ "review": "סקירה"
171
172
  },
172
173
  "recurringWithFrame": "משימה מחזורית מריצה צינור במרווחים קבועים. המשך כדי להגדיר את התזמון והפרומפט.",
173
174
  "recurringNoFrame": "משימה מחזורית חייבת להתקיים על שירות. הוסף אותה ממסגרת שירות (או ממודול בתוכה).",
@@ -263,7 +264,13 @@
263
264
  "continue": "המשך",
264
265
  "submit": "הוסף משימה",
265
266
  "addFailedTitle": "לא ניתן היה להוסיף משימה",
266
- "linkFailed": "המשימה נוספה, אך {count} צרופה לא ניתנה לקישור | המשימה נוספה, אך {count} צרופות לא ניתנו לקישור"
267
+ "linkFailed": "המשימה נוספה, אך {count} צרופה לא ניתנה לקישור | המשימה נוספה, אך {count} צרופות לא ניתנו לקישור",
268
+ "review": {
269
+ "prUrl": "בקשת משיכה",
270
+ "prUrlHint": "כתובת או מספר של בקשת המשיכה לסקירה",
271
+ "focus": "מוקד הסקירה",
272
+ "focusPlaceholder": "לדוגמה, להתמקד בשינויי האימות ובטיפול בשגיאות"
273
+ }
267
274
  },
268
275
  "recurring": {
269
276
  "title": "הוסף צינור מחזורי",
@@ -1553,7 +1560,8 @@
1553
1560
  "followup_pending": "סמן כנקרא",
1554
1561
  "initiative": "סמן כנקרא",
1555
1562
  "markRead": "סמן כנקרא",
1556
- "fork_decision_pending": "סמן כנקרא"
1563
+ "fork_decision_pending": "סמן כנקרא",
1564
+ "pr_review_ready": "סמן כנקרא"
1557
1565
  },
1558
1566
  "toast": {
1559
1567
  "acted": "סומן כטופל",
@@ -2484,7 +2492,8 @@
2484
2492
  "feature": "תכונה",
2485
2493
  "bug": "באג",
2486
2494
  "document": "מסמך",
2487
- "spike": "חקירה"
2495
+ "spike": "חקירה",
2496
+ "review": "סקירה"
2488
2497
  },
2489
2498
  "observability": {
2490
2499
  "heading": "תצפיתיות סוכנים",
@@ -2982,6 +2991,7 @@
2982
2991
  "release_regression": "רגרסיית שחרור",
2983
2992
  "human_test_ready": "מוכן לבדיקה אנושית",
2984
2993
  "visual_confirmation_ready": "מוכן לאישור חזותי",
2994
+ "pr_review_ready": "ממצאי בדיקת PR",
2985
2995
  "initiative": "עדכוני יוזמה"
2986
2996
  },
2987
2997
  "role": {
@@ -4693,5 +4703,40 @@
4693
4703
  "empty": {
4694
4704
  "title": "אין מה להחליט"
4695
4705
  }
4706
+ },
4707
+ "prReview": {
4708
+ "title": "בדיקת PR",
4709
+ "titleWithBlock": "בדיקת PR: {title}",
4710
+ "subtitle": "בחר את הממצאים לטיפול.",
4711
+ "openPr": "פתח PR",
4712
+ "summaryLabel": "סיכום:",
4713
+ "noFindings": "אין ממצאים — בקשת המשיכה נראית תקינה.",
4714
+ "unsliced": "אחר",
4715
+ "selectAll": "בחר הכול",
4716
+ "clear": "נקה",
4717
+ "selectedCount": "{count} נבחרו",
4718
+ "finish": "סיים בדיקה",
4719
+ "suggestedFix": "תיקון מוצע:",
4720
+ "line": "שורה {line}",
4721
+ "reviewing": {
4722
+ "title": "בודק את בקשת המשיכה…",
4723
+ "hint": "מחלק את ההבדלים לקטעים לכידים ובודק כל אחד."
4724
+ },
4725
+ "severity": {
4726
+ "blocker": "חוסם",
4727
+ "high": "גבוה",
4728
+ "medium": "בינוני",
4729
+ "low": "נמוך",
4730
+ "nit": "זניח"
4731
+ },
4732
+ "category": {
4733
+ "correctness": "נכונות",
4734
+ "security": "אבטחה",
4735
+ "performance": "ביצועים",
4736
+ "maintainability": "תחזוקתיות",
4737
+ "style": "סגנון",
4738
+ "test": "בדיקות",
4739
+ "other": "אחר"
4740
+ }
4696
4741
  }
4697
4742
  }
@@ -693,7 +693,8 @@
693
693
  "feature": "feature",
694
694
  "bug": "bug",
695
695
  "document": "documento",
696
- "spike": "spike"
696
+ "spike": "spike",
697
+ "review": "revisione"
697
698
  },
698
699
  "observability": {
699
700
  "heading": "Osservabilita degli agenti",
@@ -1696,7 +1697,8 @@
1696
1697
  "followup_pending": "Segna come letto",
1697
1698
  "initiative": "Segna come letto",
1698
1699
  "markRead": "Segna come letto",
1699
- "fork_decision_pending": "Segna come letto"
1700
+ "fork_decision_pending": "Segna come letto",
1701
+ "pr_review_ready": "Segna come letto"
1700
1702
  }
1701
1703
  },
1702
1704
  "aiProvidersBanner": {
@@ -1989,7 +1991,8 @@
1989
1991
  "bug": "Bug",
1990
1992
  "document": "Documento",
1991
1993
  "spike": "Spike",
1992
- "recurring": "Ricorrente"
1994
+ "recurring": "Ricorrente",
1995
+ "review": "Revisione"
1993
1996
  },
1994
1997
  "recurringWithFrame": "Un'attività ricorrente esegue una pipeline a cadenza regolare. Continua per impostare la pianificazione e il prompt.",
1995
1998
  "recurringNoFrame": "Un'attività ricorrente deve risiedere su un servizio. Aggiungila da un frame di servizio (o da un modulo al suo interno).",
@@ -2085,7 +2088,13 @@
2085
2088
  "continue": "Continua",
2086
2089
  "submit": "Aggiungi attività",
2087
2090
  "addFailedTitle": "Impossibile aggiungere l'attività",
2088
- "linkFailed": "Attività aggiunta, ma {count} allegato non è stato collegato | Attività aggiunta, ma {count} allegati non sono stati collegati"
2091
+ "linkFailed": "Attività aggiunta, ma {count} allegato non è stato collegato | Attività aggiunta, ma {count} allegati non sono stati collegati",
2092
+ "review": {
2093
+ "prUrl": "Pull request",
2094
+ "prUrlHint": "URL o numero della pull request da revisionare",
2095
+ "focus": "Focus della revisione",
2096
+ "focusPlaceholder": "es. concentrati sulle modifiche di autenticazione e sulla gestione degli errori"
2097
+ }
2089
2098
  },
2090
2099
  "recurring": {
2091
2100
  "title": "Aggiungi una pipeline ricorrente",
@@ -3915,6 +3924,7 @@
3915
3924
  "release_regression": "Regressione della release",
3916
3925
  "human_test_ready": "Pronto per il test umano",
3917
3926
  "visual_confirmation_ready": "Pronto per la conferma visiva",
3927
+ "pr_review_ready": "Rilievi revisione PR",
3918
3928
  "initiative": "Aggiornamenti dell'iniziativa"
3919
3929
  },
3920
3930
  "role": {
@@ -4694,5 +4704,40 @@
4694
4704
  "empty": {
4695
4705
  "title": "Nulla da decidere"
4696
4706
  }
4707
+ },
4708
+ "prReview": {
4709
+ "title": "Revisione PR",
4710
+ "titleWithBlock": "Revisione PR: {title}",
4711
+ "subtitle": "Seleziona i rilievi su cui intervenire.",
4712
+ "openPr": "Apri PR",
4713
+ "summaryLabel": "Riepilogo:",
4714
+ "noFindings": "Nessun rilievo — la pull request sembra pulita.",
4715
+ "unsliced": "Altro",
4716
+ "selectAll": "Seleziona tutto",
4717
+ "clear": "Cancella",
4718
+ "selectedCount": "{count} selezionati",
4719
+ "finish": "Concludi revisione",
4720
+ "suggestedFix": "Correzione suggerita:",
4721
+ "line": "riga {line}",
4722
+ "reviewing": {
4723
+ "title": "Revisione della pull request…",
4724
+ "hint": "Suddivisione del diff in blocchi coerenti e revisione di ciascuno."
4725
+ },
4726
+ "severity": {
4727
+ "blocker": "Bloccante",
4728
+ "high": "Alta",
4729
+ "medium": "Media",
4730
+ "low": "Bassa",
4731
+ "nit": "Minore"
4732
+ },
4733
+ "category": {
4734
+ "correctness": "Correttezza",
4735
+ "security": "Sicurezza",
4736
+ "performance": "Prestazioni",
4737
+ "maintainability": "Manutenibilità",
4738
+ "style": "Stile",
4739
+ "test": "Test",
4740
+ "other": "Altro"
4741
+ }
4697
4742
  }
4698
4743
  }
@@ -167,7 +167,8 @@
167
167
  "bug": "バグ",
168
168
  "document": "ドキュメント",
169
169
  "spike": "スパイク",
170
- "recurring": "繰り返し"
170
+ "recurring": "繰り返し",
171
+ "review": "レビュー"
171
172
  },
172
173
  "recurringWithFrame": "繰り返しタスクは一定の周期でパイプラインを実行します。続行してスケジュールとプロンプトを設定してください。",
173
174
  "recurringNoFrame": "繰り返しタスクはサービス上に配置する必要があります。サービスフレーム(またはその中のモジュール)から追加してください。",
@@ -263,7 +264,13 @@
263
264
  "continue": "続行",
264
265
  "submit": "タスクを追加",
265
266
  "addFailedTitle": "タスクを追加できませんでした",
266
- "linkFailed": "タスクを追加しましたが、{count} 件の添付をリンクできませんでした | タスクを追加しましたが、{count} 件の添付をリンクできませんでした"
267
+ "linkFailed": "タスクを追加しましたが、{count} 件の添付をリンクできませんでした | タスクを追加しましたが、{count} 件の添付をリンクできませんでした",
268
+ "review": {
269
+ "prUrl": "プルリクエスト",
270
+ "prUrlHint": "レビュー対象のプルリクエストのURLまたは番号",
271
+ "focus": "レビューの重点",
272
+ "focusPlaceholder": "例: 認証の変更とエラー処理に注目"
273
+ }
267
274
  },
268
275
  "recurring": {
269
276
  "title": "繰り返しパイプラインを追加",
@@ -1553,7 +1560,8 @@
1553
1560
  "followup_pending": "既読にする",
1554
1561
  "initiative": "既読にする",
1555
1562
  "markRead": "既読にする",
1556
- "fork_decision_pending": "既読にする"
1563
+ "fork_decision_pending": "既読にする",
1564
+ "pr_review_ready": "既読にする"
1557
1565
  },
1558
1566
  "toast": {
1559
1567
  "acted": "対応済みにしました",
@@ -2485,7 +2493,8 @@
2485
2493
  "feature": "機能",
2486
2494
  "bug": "バグ",
2487
2495
  "document": "ドキュメント",
2488
- "spike": "スパイク"
2496
+ "spike": "スパイク",
2497
+ "review": "レビュー"
2489
2498
  },
2490
2499
  "observability": {
2491
2500
  "heading": "エージェントの可観測性",
@@ -2983,6 +2992,7 @@
2983
2992
  "release_regression": "リリースリグレッション",
2984
2993
  "human_test_ready": "人手テスト準備完了",
2985
2994
  "visual_confirmation_ready": "ビジュアル確認準備完了",
2995
+ "pr_review_ready": "PRレビューの指摘",
2986
2996
  "initiative": "イニシアチブの更新"
2987
2997
  },
2988
2998
  "role": {
@@ -4694,5 +4704,40 @@
4694
4704
  "empty": {
4695
4705
  "title": "決定する項目はありません"
4696
4706
  }
4707
+ },
4708
+ "prReview": {
4709
+ "title": "PRレビュー",
4710
+ "titleWithBlock": "PRレビュー: {title}",
4711
+ "subtitle": "対応する指摘を選択してください。",
4712
+ "openPr": "PRを開く",
4713
+ "summaryLabel": "概要:",
4714
+ "noFindings": "指摘はありません。プルリクエストは問題なさそうです。",
4715
+ "unsliced": "その他",
4716
+ "selectAll": "すべて選択",
4717
+ "clear": "クリア",
4718
+ "selectedCount": "{count}件選択中",
4719
+ "finish": "レビューを完了",
4720
+ "suggestedFix": "修正案:",
4721
+ "line": "{line}行目",
4722
+ "reviewing": {
4723
+ "title": "プルリクエストをレビュー中…",
4724
+ "hint": "差分をまとまりのある単位に分割し、各単位をレビューしています。"
4725
+ },
4726
+ "severity": {
4727
+ "blocker": "ブロッカー",
4728
+ "high": "高",
4729
+ "medium": "中",
4730
+ "low": "低",
4731
+ "nit": "軽微"
4732
+ },
4733
+ "category": {
4734
+ "correctness": "正確性",
4735
+ "security": "セキュリティ",
4736
+ "performance": "パフォーマンス",
4737
+ "maintainability": "保守性",
4738
+ "style": "スタイル",
4739
+ "test": "テスト",
4740
+ "other": "その他"
4741
+ }
4697
4742
  }
4698
4743
  }