Skip to content

Translations: reauth_confirm and reconfigure steps missing from de.json/en.json #5

Description

@karlspace

While reviewing #4 I noticed a pre-existing gap in the translation files (unrelated to that PR).

strings.json defines three config-flow steps — user, reauth_confirm, and reconfigure — but translations/en.json and translations/de.json only contain the user step. They are also missing abort.reauth_successful.

Effect: when a user goes through the re-auth or reconfigure flow, the field labels/descriptions and the re-auth success message fall back to the raw strings.json source instead of a localized string. Functionally everything works; only the localized UI text for those two steps is incomplete (this is why #4 correctly added storage_class only to the user step in the translation files).

To close:

  • Mirror the reauth_confirm and reconfigure steps from strings.json into translations/en.json (verbatim English) and translations/de.json (translated), including the new storage_class label/description that feat: support S3 storage class configuration #4 added to the reconfigure step in strings.json.
  • Add abort.reauth_successful to both files.

References:

  • custom_components/bauergroup_s3compatiblebackup/strings.json (source of truth, all three steps)
  • custom_components/bauergroup_s3compatiblebackup/translations/en.json (only user step)
  • custom_components/bauergroup_s3compatiblebackup/translations/de.json (only user step)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions