Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-12-20 18:09:56 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-12-20 18:09:56 +0300
commit1cfd4b6614a4a05c511fdc96ec91296647c73c75 (patch)
tree2d46dfff14750c9181dbcf73df3cbc35adcc5e77 /src/platform/generic/_locales/de
parent345f7f0d2528cff8a706b6cec6e7ea841a650570 (diff)
Add option to disable localisation
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/platform/generic/_locales/de')
-rw-r--r--src/platform/generic/_locales/de/messages.json28
1 files changed, 25 insertions, 3 deletions
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": ""