diff --git a/polaris-react/locales/de.json b/polaris-react/locales/de.json index cbd575ea79e..bb668ba34e0 100644 --- a/polaris-react/locales/de.json +++ b/polaris-react/locales/de.json @@ -348,7 +348,8 @@ }, "Page": { "Header": { - "rollupActionsLabel": "Aktionen für {title} anzeigen" + "rollupActionsLabel": "Aktionen für {title} anzeigen", + "pageReadyAccessibilityLabel": "{title}. Diese Seite ist bereit" } }, "FullscreenBar": { diff --git a/polaris-react/locales/es.json b/polaris-react/locales/es.json index 9a5b11ae52b..b57d93610d2 100644 --- a/polaris-react/locales/es.json +++ b/polaris-react/locales/es.json @@ -349,7 +349,8 @@ }, "Page": { "Header": { - "rollupActionsLabel": "Ver acciones para {title}" + "rollupActionsLabel": "Ver acciones para {title}", + "pageReadyAccessibilityLabel": "{title}. Esta página está lista" } }, "FullscreenBar": { diff --git a/polaris-react/locales/nb.json b/polaris-react/locales/nb.json index 03908de8c90..ca81c33f822 100644 --- a/polaris-react/locales/nb.json +++ b/polaris-react/locales/nb.json @@ -348,7 +348,8 @@ }, "Page": { "Header": { - "rollupActionsLabel": "Vis handlinger for {title}" + "rollupActionsLabel": "Vis handlinger for {title}", + "pageReadyAccessibilityLabel": "{title}. Denne siden er klar" } }, "FullscreenBar": { diff --git a/polaris-react/locales/nl.json b/polaris-react/locales/nl.json index ba933543236..35d1de5ca81 100644 --- a/polaris-react/locales/nl.json +++ b/polaris-react/locales/nl.json @@ -348,7 +348,8 @@ }, "Page": { "Header": { - "rollupActionsLabel": "Acties voor {title} bekijken" + "rollupActionsLabel": "Acties voor {title} bekijken", + "pageReadyAccessibilityLabel": "{title}. Deze pagina is klaar" } }, "FullscreenBar": { diff --git a/polaris-react/locales/pl.json b/polaris-react/locales/pl.json index dc6d6098d74..d32f834ea2c 100644 --- a/polaris-react/locales/pl.json +++ b/polaris-react/locales/pl.json @@ -350,7 +350,8 @@ }, "Page": { "Header": { - "rollupActionsLabel": "Wyświetl czynności dla {title}" + "rollupActionsLabel": "Wyświetl czynności dla {title}", + "pageReadyAccessibilityLabel": "{title}. Ta strona jest gotowa" } }, "FullscreenBar": { diff --git a/polaris-react/locales/pt-BR.json b/polaris-react/locales/pt-BR.json index 0261cdbad43..d2e5ab27369 100644 --- a/polaris-react/locales/pt-BR.json +++ b/polaris-react/locales/pt-BR.json @@ -349,7 +349,8 @@ }, "Page": { "Header": { - "rollupActionsLabel": "Ver ações para {title}" + "rollupActionsLabel": "Ver ações para {title}", + "pageReadyAccessibilityLabel": "{title}. A página está pronta" } }, "FullscreenBar": {