From 1cfd4b6614a4a05c511fdc96ec91296647c73c75 Mon Sep 17 00:00:00 2001 From: Marius David Wieschollek Date: Sun, 20 Dec 2020 16:09:56 +0100 Subject: Add option to disable localisation Signed-off-by: Marius David Wieschollek --- src/platform/generic/_locales/de/messages.json | 28 +++++++++++++++++++++++--- src/platform/generic/_locales/en/messages.json | 24 ++++++++++++++-------- 2 files changed, 41 insertions(+), 11 deletions(-) (limited to 'src/platform') diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json index 8f5f083..ea4edba 100644 --- a/src/platform/generic/_locales/de/messages.json +++ b/src/platform/generic/_locales/de/messages.json @@ -29,6 +29,20 @@ } } }, + "UserAgent" : { + "message" : "Offizielle Passwords $BROWSER$ Extension auf $OS$", + "description" : "The user agent used for api requests. Only ASCII characters allowed", + "placeholders": { + "browser": { + "content": "$1", + "example": "Firefox" + }, + "os" : { + "content": "$2", + "example": "Linux" + } + } + }, "MigrationAccountName" : { "message" : "Nextcloud Konto", "description": "Label assigned to the account used by the v1.x migration" @@ -1011,15 +1025,15 @@ "message" : "Interner Status", "description": "" }, - "DebugInfoExtensionVersion" : { + "DebugInfoExtensionVersion" : { "message" : "Extension Version", "description": "" }, - "DebugInfoExtensionPlatform" : { + "DebugInfoExtensionPlatform" : { "message" : "Extension Plattform", "description": "" }, - "DebugInfoExtensionEnvironment" : { + "DebugInfoExtensionEnvironment" : { "message" : "Extension Modus", "description": "" }, @@ -1027,6 +1041,14 @@ "message" : "ID des Ordners für private Passwörter", "description": "" }, + "DebugSettings" : { + "message" : "Entwicklereinstellungen", + "description": "Headline above the debugging settings section in the extension settings in the debug tab" + }, + "DebugLanguageTagsEnabled" : { + "message" : "Sprach-Tags anzeigen", + "description": "Label of the setting to disable translation of language keys in the debug settings section in the debug tab in the extension settings" + }, "DebugErrorLog" : { "message" : "Fehlerberichte", "description": "" diff --git a/src/platform/generic/_locales/en/messages.json b/src/platform/generic/_locales/en/messages.json index 706f0a8..5f0c734 100644 --- a/src/platform/generic/_locales/en/messages.json +++ b/src/platform/generic/_locales/en/messages.json @@ -49,23 +49,23 @@ }, "SettingsTabAccounts" : { "message" : "Accounts", - "description": "" + "description": "Label of the user accounts tab in the extension settings" }, "SettingsTabTheming" : { "message" : "Theming", - "description": "" + "description": "Label of the themes tab in the extension settings" }, "SettingsTabOther" : { "message" : "Other Settings", - "description": "" + "description": "Label of the general settings tab in the extension settings" }, "SettingsTabDebug" : { "message" : "Debug", - "description": "" + "description": "Label of the extension debugging tab in the extension settings" }, "SettingsAccountsMain" : { "message" : "Default account for new passwords", - "description": "" + "description": "Label of the option to choose the main account in the extension settings. This account will be used to synchronize settings accross apps, store new passwords and so on" }, "AutofillSettings" : { "message" : "Password autofill", @@ -1025,15 +1025,15 @@ "message" : "Internal Status", "description": "Headline above the internal status section in the extension settings in the debug tab" }, - "DebugInfoExtensionVersion" : { + "DebugInfoExtensionVersion" : { "message" : "Extension Version", "description": "Description of the extension version in the internal status section in the debug tab in the extension settings" }, - "DebugInfoExtensionPlatform" : { + "DebugInfoExtensionPlatform" : { "message" : "Extension Platform", "description": "Description of the extension platform (firefox or chrome) in the internal status section in the debug tab in the extension settings" }, - "DebugInfoExtensionEnvironment" : { + "DebugInfoExtensionEnvironment" : { "message" : "Extension Mode", "description": "Description of the extension mode (production or development) in the internal status section in the debug tab in the extension settings" }, @@ -1041,6 +1041,14 @@ "message" : "Hidden Passwords Folder ID", "description": "Description of the id of the folder used to store hidden/private passwords in the internal status section in the debug tab in the extension settings" }, + "DebugSettings" : { + "message" : "Debugging Settings", + "description": "Headline above the debugging settings section in the extension settings in the debug tab" + }, + "DebugLanguageTagsEnabled" : { + "message" : "Show language keys", + "description": "Label of the setting to disable translation of language keys in the debug settings section in the debug tab in the extension settings" + }, "DebugErrorLog" : { "message" : "Error Log", "description": "Headline above the error logs section in the extension settings in the debug tab" -- cgit v1.2.3