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
chore(copilot): make chat egress explicit in PII warning
Reword the chat banner to spell out that messages physically leave the
user's device and travel to the selected AI provider, after HN feedback
that the previous "processed by the selected AI provider" wording read
as ambiguous about whether anything was actually sent off-device.
Reordered to lead with the egress fact, with the sample-data directive
as the resulting rule.
Copy file name to clipboardExpand all lines: copilot/src/locales/de.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@
112
112
},
113
113
"stop": "Stopp",
114
114
"thinking": "Denkt nach…",
115
-
"piiWarning": "Öffentliche Demo. Verwenden Sie nur Beispieldaten. Nachrichten werden vom ausgewählten KI-Anbieter verarbeitet.",
115
+
"piiWarning": "Öffentliche Demo. Ihre Chat-Nachrichten verlassen Ihr Gerät und werden an den ausgewählten KI-Anbieter gesendet. Verwenden Sie nur Beispieldaten.",
116
116
"newFieldHint_one": "Neues {{field}}-Feld vom Benutzer hinzugefügt",
117
117
"newFieldHint_other": "{{count}} neue {{field}}-Felder vom Benutzer hinzugefügt",
118
118
"newFieldsHint_one": "Neues Feld vom Benutzer hinzugefügt",
Copy file name to clipboardExpand all lines: copilot/src/locales/el.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@
112
112
},
113
113
"stop": "Διακοπή",
114
114
"thinking": "Σκέπτεται…",
115
-
"piiWarning": "Δημόσια επίδειξη. Χρησιμοποιήστε μόνο δοκιμαστικά δεδομένα. Τα μηνύματα επεξεργάζονται από τον επιλεγμένο πάροχο AI.",
115
+
"piiWarning": "Δημόσια επίδειξη. Τα μηνύματα της συνομιλίας σας φεύγουν από τη συσκευή σας και αποστέλλονται στον επιλεγμένο πάροχο AI. Χρησιμοποιήστε μόνο δοκιμαστικά δεδομένα.",
116
116
"newFieldHint_one": "Νέο πεδίο τύπου {{field}} προστέθηκε από τον χρήστη",
117
117
"newFieldHint_other": "{{count}} νέα πεδία τύπου {{field}} προστέθηκαν από τον χρήστη",
118
118
"newFieldsHint_one": "Νέο πεδίο προστέθηκε από τον χρήστη",
Copy file name to clipboardExpand all lines: copilot/src/locales/fr.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@
112
112
},
113
113
"stop": "Arrêter",
114
114
"thinking": "Réflexion en cours…",
115
-
"piiWarning": "Démo publique. Utilisez uniquement des données d’exemple. Les messages sont traités par le fournisseur d’IA sélectionné.",
115
+
"piiWarning": "Démo publique. Vos messages quittent votre appareil et sont envoyés au fournisseur d’IA sélectionné. Utilisez uniquement des données d’exemple.",
116
116
"newFieldHint_one": "Nouveau champ {{field}} ajouté par l’utilisateur",
117
117
"newFieldHint_other": "{{count}} nouveaux champs {{field}} ajoutés par l’utilisateur",
118
118
"newFieldsHint_one": "Nouveau champ ajouté par l’utilisateur",
0 commit comments