fix(l10n): plain approvals hint, real plurals, de-jargoned chain pill
Some checks failed
Security / Security check (push) Failing after 1s
Some checks failed
Security / Security check (push) Failing after 1s
- approvals inbox hint explains human approval in plain words instead of citing system.approval@^0 - doctor summary counts use ICU plurals (1 module / n modules) - audit chain pill says 'Integrity chain verified' instead of 'v1' Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
79e08c8d17
commit
dfc24d3c58
5 changed files with 56 additions and 20 deletions
|
|
@ -1067,7 +1067,7 @@
|
|||
"approvalsTabPending": "Offen",
|
||||
"approvalsTabHistory": "Verlauf",
|
||||
"approvalsInboxZero": "Posteingang leer",
|
||||
"approvalsInboxHint": "Alles erledigt. Neue `system.approval@^0`-Schritte landen automatisch hier.",
|
||||
"approvalsInboxHint": "Alles erledigt. Wenn ein Flow eine menschliche Freigabe verlangt, erscheint die Anfrage automatisch hier.",
|
||||
"approvalsReloadTooltip": "Aktualisieren",
|
||||
"approvalsPillPending": "offen",
|
||||
"approvalsPillApproved": "freigegeben",
|
||||
|
|
@ -1149,7 +1149,7 @@
|
|||
"doctorSummaryApprovals": "Freigaben",
|
||||
"doctorSummaryAudit": "Protokoll",
|
||||
"doctorSummaryServices": "Dienste",
|
||||
"doctorSummaryCapabilities": "{n} Fähigkeiten",
|
||||
"doctorSummaryCapabilities": "{n, plural, =1{1 Fähigkeit} other{{n} Fähigkeiten}}",
|
||||
"@doctorSummaryCapabilities": {
|
||||
"placeholders": {
|
||||
"n": {
|
||||
|
|
@ -1170,7 +1170,7 @@
|
|||
}
|
||||
},
|
||||
"doctorSummaryDeclared": "deklariert",
|
||||
"doctorModulesPanelSummary": "{n} Module · {m} Fähigkeiten",
|
||||
"doctorModulesPanelSummary": "{n, plural, =1{1 Modul} other{{n} Module}} · {m, plural, =1{1 Fähigkeit} other{{m} Fähigkeiten}}",
|
||||
"@doctorModulesPanelSummary": {
|
||||
"placeholders": {
|
||||
"n": {
|
||||
|
|
@ -1225,7 +1225,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"doctorChainPillOk": "Integritätskette v1",
|
||||
"doctorChainPillOk": "Integritätskette geprüft",
|
||||
"doctorChainPillTamper": "MANIPULIERT",
|
||||
"doctorVerifyNow": "Jetzt prüfen",
|
||||
"doctorRestart": "Neustart",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue