Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numerous translation errors in German #138

Open
derMicro opened this issue Jun 8, 2024 · 3 comments
Open

Numerous translation errors in German #138

derMicro opened this issue Jun 8, 2024 · 3 comments

Comments

@derMicro
Copy link

derMicro commented Jun 8, 2024

Numerous errors have crept into the German translation, some of which make you smile.
I hope that I will never find jam in my printer, unless it is raspberry jam. ;)

Fixed de.json

{
  "config": {
    "abort": {
      "already_configured": "HP-Druckerintegration ({Name}) bereits konfiguriert"
    },
    "error": {
      "error_400": "Ung\u00fcltige Serverdetails, bitte versuchen Sie manuell auf `http: // {ip} // devmgmt/productStatusdyn.xml` (Ersetzen Sie Platzhalter mit IP oder Hostname).",
      "error_404": "Nicht unterst\u00fctzte API"
    },
    "step": {
      "user": {
        "data": {
          "host": "Hostname oder IP",
          "name": "Name",
          "port": "Port",
          "ssl": "SSL"
        },
        "title": "Richten Sie den HP-Drucker ein"
      }
    }
  },
  "entity": {
    "binary_sensor": {
      "cloud_services_switch_status": {
        "name": "ePrint Status"
      },
      "consumable_life_state_consumable_state": {
        "name": "Status"
      },
      "hardware_config_is_connected": {
        "name": "Verbunden"
      },
      "registration_state": {
        "name": "ePrint Status"
      }
    },
    "sensor": {
      "adf_images": {
        "name": "Seiten von ADF"
      },
      "color_impressions": {
        "name": "farbige Seiten"
      },
      "consumable_percentage_level_remaining": {
        "name": "F\u00fcllstand"
      },
      "consumable_station": {
        "name": "Steckplatz"
      },
      "consumable_type_enum": {
        "name": "Typ",
        "state": {
          "ink": "Tinte",
          "inkcartridge": "Tintenpatrone",
          "printhead": "Druckkopf",
          "toner": "Toner"
        }
      },
      "duplex_sheets": {
        "name": "zweiseitige Seiten"
      },
      "estimated_pages_remaining": {
        "name": "\u00dcbrig"
      },
      "flatbed_images": {
        "name": "Seiten vom Scannerglas"
      },
      "hardware_config_device_connectivity_port_type": {
        "name": "Port-Typ"
      },
      "installation_date": {
        "name": "Installationsdatum"
      },
      "jam_events": {
        "name": "Anzahl Papierstau"
      },
      "manufacture_at": {
        "name": "Herstellungsdatum"
      },
      "mispick_events": {
        "name": "Total Miss Picks"
      },
      "monochrome_impressions": {
        "name": "schwarz-wei\u00df Seiten"
      },
      "refilled_count_counterfeit_refilled_count": {
        "name": "Gef\u00e4lscht nachgef\u00fcllt"
      },
      "refilled_count_genuine_refilled_count": {
        "name": "Echt nachgef\u00fcllt"
      },
      "scan_images": {
        "name": "Alle Seiten"
      },
      "simplex_sheets": {
        "name": "einseitige Seiten"
      },
      "total_impressions": {
        "name": "Alle Seiten"
      },
      "warranty_expiration_date": {
        "name": "Ablauf Garantie"
      }
    }
  },
  "options": {
    "error": {
      "already_configured": "HP-Druckerintegration ({Name}) bereits konfiguriert",
      "error_400": "Ung\u00fcltige Serverdetails, bitte versuchen Sie manuell auf `http: // {ip} // devmgmt/productStatusdyn.xml` (Ersetzen Sie Platzhalter mit IP oder Hostname).",
      "error_404": "Nicht unterst\u00fctzte API"
    },
    "step": {
      "hp_printer_additional_settings": {
        "data": {
          "host": "Drucker",
          "log_level": "ProtokollF\u00fcllstand",
          "name": "Name",
          "store_data": "Antworten speichern?",
          "update_interval": "Aktualisierungsintervall (Sekunden)"
        },
        "description": "Definieren Sie zus\u00e4tzliche Einstellungen f\u00fcr die HP-Druckerintegration",
        "title": "Optionen f\u00fcr HP-Drucker."
      },
      "init": {
        "data": {
          "host": "Hostname oder IP",
          "port": "Port",
          "ssl": "SSL",
          "update_interval": "Aktualisierungsintervall (Sekunden)"
        },
        "description": "Definieren Sie zus\u00e4tzliche Einstellungen f\u00fcr die HP-Druckerintegration",
        "title": "Optionen f\u00fcr HP-Drucker."
      }
    }
  }
}

What is a mispick_event? It is not translated at all, but I don't know what this means

@elad-bar
Copy link
Owner

I guess it means - printer didn't manage to load the paper to print / scan from the feeder

@elad-bar
Copy link
Owner

Thanks for correcting, tried as baseline to use google translate...
Will add it soon

@elad-bar
Copy link
Owner

is it still relevant?

thanks

@elad-bar elad-bar reopened this Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants