From 874579c00ab3307f4445543b4af486223d589a9d Mon Sep 17 00:00:00 2001 From: flo-mic Date: Sat, 20 Feb 2021 10:47:17 +0100 Subject: add max row setting for password recommendations --- src/platform/generic/_locales/de/messages.json | 92 ++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) (limited to 'src/platform/generic/_locales/de') diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json index 0f63bba..2f057ea 100644 --- a/src/platform/generic/_locales/de/messages.json +++ b/src/platform/generic/_locales/de/messages.json @@ -1177,6 +1177,14 @@ "message" : "Keine Fehlerberichte vorhanden", "description": "Message shown when no error reports exist instead of the error logs in the error logs section in the extension settings in the debug tab" }, + "RecommendationSettings" : { + "message" : "Password empfehlungen", + "description": "Label of the section password recommendations in the extension settings." + }, + "RecommendationSettingsHelp" : { + "message" : "Beim ändern doeser Einstellungen muss die Erweiterung neu gestartet werden. Entweder durch deaktivieren und aktivieren der Erweiterung oder mit einem Browser neustart.", + "description": "Label of the help text for section password recommendations in the extension settings." + }, "SettingsSearchRecommendationOption" : { "message" : "Suche Passwort empfehlungen auf Basis von dieser Option.", "description": "Label of the setting in the extension settings to define how password recommendations are searched." @@ -1196,5 +1204,89 @@ "LabelSearchRecommendationExact" : { "message" : "Exakte URL", "description": "Find only passwords where th url matches exact to the current browser url." + }, + "SettingsSearchRecommendationMaxRows" : { + "message" : "Maximale Anzahl an Ergebnissen für die Password Empfehlung.", + "description": "Label of the setting in the extension settings to define the maximum number of results for the password recommendation." + }, + "LabelSearchRecommendationRows1" : { + "message" : "1", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows2" : { + "message" : "2", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows3" : { + "message" : "3", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows4" : { + "message" : "4", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows5" : { + "message" : "5", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows6" : { + "message" : "6", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows7" : { + "message" : "7", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows8" : { + "message" : "8", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows9" : { + "message" : "9", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows10" : { + "message" : "10", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows11" : { + "message" : "11", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows12" : { + "message" : "12", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows13" : { + "message" : "13", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows14" : { + "message" : "14", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows15" : { + "message" : "15", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows16" : { + "message" : "16", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows17" : { + "message" : "17", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows18" : { + "message" : "18", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows19" : { + "message" : "19", + "description": "Number of results that should be displayed for password recommendations." + }, + "LabelSearchRecommendationRows20" : { + "message" : "20", + "description": "Number of results that should be displayed for password recommendations." } } \ No newline at end of file -- cgit v1.2.3