summaryrefslogtreecommitdiff
path: root/locale/pt/LC_MESSAGES/django.po
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-21 15:12:39 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-21 15:42:43 +0200
commit8ca8b9b52fd84384c1dd53041710c3721681c346 (patch)
tree4d9edf3083338f14673ff2053b05edca451fe399 /locale/pt/LC_MESSAGES/django.po
parent8793d61e0f01090a83d745fc504066880d86da41 (diff)
downloadIshtar-8ca8b9b52fd84384c1dd53041710c3721681c346.tar.bz2
Ishtar-8ca8b9b52fd84384c1dd53041710c3721681c346.zip
📝 update documentation search
Diffstat (limited to 'locale/pt/LC_MESSAGES/django.po')
-rw-r--r--locale/pt/LC_MESSAGES/django.po64
1 files changed, 41 insertions, 23 deletions
diff --git a/locale/pt/LC_MESSAGES/django.po b/locale/pt/LC_MESSAGES/django.po
index e72fd307f..88c6d0a6d 100644
--- a/locale/pt/LC_MESSAGES/django.po
+++ b/locale/pt/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-06-20 15:37+0200\n"
+"POT-Creation-Date: 2024-06-21 15:37+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15222,7 +15222,8 @@ msgstr ""
msgid ""
"Clicking on the <i class=\"fa fa-cog\" aria-hidden=\"true\"></i> icon takes "
"you to a form that allows you to simply construct your search by criteria. "
-"Once this search query has been built up, the query can be adjusted."
+"Once this search query has been built up, the query can be adjusted in the "
+"main search area."
msgstr ""
#: ishtar_common/templates/widgets/search_input.html:71
@@ -15231,63 +15232,80 @@ msgstr ""
#: ishtar_common/templates/widgets/search_input.html:72
msgid ""
-"In the criterion search, the engine searches exactly for the value entered. "
-"If you want an open search such as \"contains the value\", add an asterisk * "
-"to the value."
+"In the search by criteria, the engine searches exactly for the value "
+"entered. If you want an open search such as \"contains the value\", add an "
+"asterisk * to the value."
msgstr ""
-#: ishtar_common/templates/widgets/search_input.html:74
+#: ishtar_common/templates/widgets/search_input.html:73
msgid ""
-"Example: \"denomination='éclat'\" will return only those elements whose "
+"Example: \"denomination='éclat'\" will return only those items whose "
"denomination is exactly \"éclat\", while \"denomination='éclat*'\" will "
-"return all elements whose denomination contains the word \"éclat\", e.g. "
+"return all items whose denomination contains the word \"éclat\", e.g. "
"batches of \"éclats\", \"éclat retouché\", etc."
msgstr ""
-#: ishtar_common/templates/widgets/search_input.html:76
+#: ishtar_common/templates/widgets/search_input.html:75
msgid "Exclude"
msgstr ""
-#: ishtar_common/templates/widgets/search_input.html:77
+#: ishtar_common/templates/widgets/search_input.html:76
msgid ""
"To exclude items from the search, add the criterion from the form, then "
-"prefix the criterion with \"-\"."
+"prefix the criterion with \"-\" in the main search area."
msgstr ""
-#: ishtar_common/templates/widgets/search_input.html:78
+#: ishtar_common/templates/widgets/search_input.html:77
msgid ""
"Example: the search \"-material='metal'\" will exclude all metal finds from "
"the search."
msgstr ""
+#: ishtar_common/templates/widgets/search_input.html:79
+msgid "Filled/empty"
+msgstr ""
+
#: ishtar_common/templates/widgets/search_input.html:80
-msgid "Greater than, lower than, before, after"
+msgid ""
+"If you want to get items with a specific criteria filled, set the value to "
+"\"*\". Instead if you want to get items with a specific criteria empty, set "
+"the value to \"*\", then prefix the criterion with \"-\"."
msgstr ""
#: ishtar_common/templates/widgets/search_input.html:81
msgid ""
+"Example: \"material='*'\" will return only all items with a material set, \"-"
+"material='*'\" return all items with material not set."
+msgstr ""
+
+#: ishtar_common/templates/widgets/search_input.html:83
+msgid "Greater than, lower than, before, after"
+msgstr ""
+
+#: ishtar_common/templates/widgets/search_input.html:84
+msgid ""
"For searches such as larger, smaller (for numeric fields), before, after "
"(for date fields), add the criterion from the form, then change the \"=\" "
"sign to \"=>\" or \"=<\", depending on the desired result."
msgstr ""
-#: ishtar_common/templates/widgets/search_input.html:82
+#: ishtar_common/templates/widgets/search_input.html:85
msgid ""
"Example: the search 'year=>\"2019\"' will return all items from 2019 and "
"onwards."
msgstr ""
-#: ishtar_common/templates/widgets/search_input.html:84
+#: ishtar_common/templates/widgets/search_input.html:87
msgid "Full documentation for searches."
msgstr ""
#: ishtar_common/templatetags/window_tables.py:105
-#: ishtar_common/widgets.py:1319
+#: ishtar_common/widgets.py:1318
msgid "No results"
msgstr ""
#: ishtar_common/templatetags/window_tables.py:106
-#: ishtar_common/widgets.py:1320
+#: ishtar_common/widgets.py:1319
msgid "Loading..."
msgstr ""
@@ -15527,24 +15545,24 @@ msgstr ""
msgid "The character \" is not accepted."
msgstr ""
-#: ishtar_common/widgets.py:651
+#: ishtar_common/widgets.py:650
msgid "{} is not a valid key for {}"
msgstr ""
-#: ishtar_common/widgets.py:791 ishtar_common/widgets.py:973
-#: ishtar_common/widgets.py:1101
+#: ishtar_common/widgets.py:790 ishtar_common/widgets.py:972
+#: ishtar_common/widgets.py:1100
msgid "Search..."
msgstr ""
-#: ishtar_common/widgets.py:904
+#: ishtar_common/widgets.py:903
msgid "Prev.:"
msgstr ""
-#: ishtar_common/widgets.py:908
+#: ishtar_common/widgets.py:907
msgid "Restore previous"
msgstr ""
-#: ishtar_common/widgets.py:1321
+#: ishtar_common/widgets.py:1320
msgid "Remove"
msgstr ""