aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/locale
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/source/locale')
-rw-r--r--client-web/source/locale/de.ts1
-rw-r--r--client-web/source/locale/en.ts2
2 files changed, 2 insertions, 1 deletions
diff --git a/client-web/source/locale/de.ts b/client-web/source/locale/de.ts
index 83ce075..174d821 100644
--- a/client-web/source/locale/de.ts
+++ b/client-web/source/locale/de.ts
@@ -91,5 +91,6 @@ export const PO_DE_DE: LanguageStrings = {
enable_onbeforeunload: "Frage nach Bestätigung beim verlassen der Seite wenn Spuren geteilt sind.",
room_watches: "Bekannte Räume (Als semikolongetrennte Liste von name=geheimnis Paaren)",
username: "Benutzername",
+ show_log: "Zeige ausführlichen log."
}
}
diff --git a/client-web/source/locale/en.ts b/client-web/source/locale/en.ts
index db16fe7..418b15c 100644
--- a/client-web/source/locale/en.ts
+++ b/client-web/source/locale/en.ts
@@ -91,6 +91,6 @@ export const PO_EN_US: LanguageStrings = {
enable_onbeforeunload: "Prompt for confirmation when leaving the site while local resources are shared",
room_watches: "Known rooms (as semicolon seperated list of name=secret pairs)",
username: "Username",
+ show_log: "Show extended log."
}
-
}