diff --git a/po/de.po b/po/de.po index 6f2a1f8..d117b0b 100644 --- a/po/de.po +++ b/po/de.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: starter-kit 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-19 17:07+0200\n" +"POT-Creation-Date: 2018-08-29 00:14+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,10 +17,14 @@ msgstr "" msgid "Cockpit Starter Kit" msgstr "Cockpit Bausatz" -#: src/app.jsx:40 +#: src/app.jsx:42 msgid "Running on $0" msgstr "Läuft auf $0" #: src/manifest.json msgid "Starter Kit" msgstr "Bausatz" + +#: src/app.jsx:29 +msgid "Unknown" +msgstr "Unbekannt" diff --git a/src/app.jsx b/src/app.jsx index 915eab5..55f1c88 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -26,6 +26,7 @@ const _ = cockpit.gettext; export class Application extends React.Component { constructor() { super(); + this.state = { 'hostname': _("Unknown") }; cockpit.file('/etc/hostname').read() .done((content) => {