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
fix(i18n): backfill the new detail keys into all ten locale packs (framework#3794)
The full ten-pack parity ratchet (#2872) landed after this branch was cut, so
the six new `detail.*` keys existed only in en/zh. Translated into ja, ko, de,
fr, es, pt, ru and ar.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/de.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -762,9 +762,15 @@ const de = {
762
762
saving: "Speichern…",
763
763
lockedByApproval: "Zur Genehmigung gesperrt",
764
764
lockedTooltip: "Dieser Datensatz hat eine ausstehende Genehmigungsanfrage; die Bearbeitung ist gesperrt",
765
+
inApprovalEditable: "In Genehmigung (bearbeitbar)",
766
+
inApprovalEditableTooltip: "Dieser Datensatz hat eine ausstehende Genehmigungsanfrage, dieser Schritt sperrt ihn jedoch nicht — Sie können weiterhin bearbeiten",
767
+
writeStrippedTitle: "Einige Felder wurden nicht gespeichert",
768
+
writeStrippedReadonly: "Schreibgeschützt und daher nicht gespeichert: {{fields}}",
769
+
writeStrippedByState: "Im aktuellen Status dieses Datensatzes nicht bearbeitbar und daher nicht gespeichert: {{fields}}",
765
770
cancelApproval: "Genehmigung zurückziehen",
766
771
cancelApprovalInFlight: "Zurückziehen…",
767
772
cancelApprovalTooltip: "Ausstehende Genehmigungsanfrage zurückziehen, um den Datensatz zu entsperren",
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/fr.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -764,9 +764,15 @@ const fr = {
764
764
saving: "Enregistrement…",
765
765
lockedByApproval: "Verrouillé pour approbation",
766
766
lockedTooltip: "Cet enregistrement a une demande d'approbation en attente ; la modification est verrouillée",
767
+
inApprovalEditable: "En approbation (modifiable)",
768
+
inApprovalEditableTooltip: "Cet enregistrement a une demande d'approbation en attente, mais cette étape ne le verrouille pas — vous pouvez toujours le modifier",
769
+
writeStrippedTitle: "Certains champs n'ont pas été enregistrés",
770
+
writeStrippedReadonly: "En lecture seule, donc non enregistré : {{fields}}",
771
+
writeStrippedByState: "Non modifiable dans l'état actuel de cet enregistrement, donc non enregistré : {{fields}}",
767
772
cancelApproval: "Annuler l'approbation",
768
773
cancelApprovalInFlight: "Annulation…",
769
774
cancelApprovalTooltip: "Annuler la demande d'approbation en attente pour déverrouiller l'enregistrement",
775
+
cancelApprovalTooltipUnlocked: "Annuler la demande d'approbation en attente",
770
776
cancelApprovalFailed: "Échec de l'annulation de l'approbation",
771
777
cancelApprovalUnavailable: "L'annulation des approbations n'est pas prise en charge par cette source de données",
0 commit comments