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

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2022-09-08 02:25:23 +0300
committerJonathan White <support@dmapps.us>2022-09-22 13:49:07 +0300
commitee55143c4a720f2e7ffbce8a2f4ef80299ad7b0f (patch)
tree7f425a8d255e6700b7cbcf536b35af5763ed28ec /share/translations
parent5b923aee1af6eabdc412c22f2454bdee6d92e71b (diff)
Enhance Tags / Saved Searches
* Rename "Database Tags" to "Searches and Tags" * Separate searching for all entries and resetting the search * Support selecting multiple tags to search against * Fix using escaped quotes in search terms * Make tag searching more precise * Support `is:expired-#` to search for entries expiring within # days. Exclude recycled entries from expired search. * Don't list tags from entries that are recycled * Force hide tag auto-completion menu when tag editing widget is hidden. On rare occasions the focus out signal is not called when the tag view is hidden (entry edit is closed), this resolves that problem. * Remove spaces from before and after tags to prevent seemingly duplicate tags from being created. * Also fix some awkward signal/slot dances that were setup over time with the entry view and preview widget. Allow changing tags for multiple entries through context menu * Closes #8277 - show context menu with currently available tags in database and checks those that are set on one or more selected entries. When a tag is selected it is either set or unset on all entries depending on its checked state. * Add ability to save searches and recall them from the "Searches and Tags" view * Add ability to remove a tag from all entries from the "Searches and Tags" view * Cleanup tag handling and widgets
Diffstat (limited to 'share/translations')
-rw-r--r--share/translations/keepassxc_en.ts68
1 files changed, 61 insertions, 7 deletions
diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts
index edba1690f..e36975737 100644
--- a/share/translations/keepassxc_en.ts
+++ b/share/translations/keepassxc_en.ts
@@ -2250,10 +2250,6 @@ This is definitely a bug, please report it to the developers.</source>
<context>
<name>DatabaseWidget</name>
<message>
- <source>Database Tags</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Searching…</source>
<translation type="unfinished"></translation>
</message>
@@ -2417,6 +2413,22 @@ Disable safe saves and try again?</source>
<numerusform></numerusform>
</translation>
</message>
+ <message>
+ <source>Searches and Tags</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Enter a unique name or overwrite an existing search from the list:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Save</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Save Search</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>EditEntryWidget</name>
@@ -5403,6 +5415,21 @@ We recommend you use the AppImage available on our downloads page.</source>
<source>You must restart the application to apply this setting. Would you like to restart now?</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Tags</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>No Tags</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message numerus="yes">
+ <source>%1 Entry(s)</source>
+ <translation type="unfinished">
+ <numerusform></numerusform>
+ <numerusform></numerusform>
+ </translation>
+ </message>
</context>
<context>
<name>ManageDatabase</name>
@@ -8372,6 +8399,10 @@ Kernel: %3 %4</source>
<source>Limit search to selected group</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Save Search</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>SettingsClientModel</name>
@@ -8585,15 +8616,38 @@ Kernel: %3 %4</source>
<context>
<name>TagModel</name>
<message>
- <source>All</source>
+ <source>Expired</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>Expired</source>
+ <source>Weak Passwords</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>Weak Passwords</source>
+ <source>All Entries</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Clear Search</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>TagView</name>
+ <message>
+ <source>Remove Search</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Remove Tag</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Confirm Remove Tag</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Remove tag &quot;%1&quot; from all entries in this database?</source>
<translation type="unfinished"></translation>
</message>
</context>