translation update
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Thomas NOËL 2023-11-03 15:33:33 +01:00
parent e2a45ea01b
commit 8bb8f2c1df
2 changed files with 9 additions and 9 deletions

View File

@ -106,7 +106,7 @@ class Matrix42(BaseResource, HTTPResource):
'example_value': 'ID,[Expression-ObjectID] as EOID,LastName,FirstName,MailAddress',
},
'filter': {
'description': _('Filter: "WHERE search_filter"'),
'description': _('Filter: "WHERE filter"'),
},
'template': {
'description': _(
@ -119,7 +119,7 @@ class Matrix42(BaseResource, HTTPResource):
'example_value': '{{ ID }}',
},
'search_column': {
'description': _('Search column: "WHERE search_column LIKE \'%q%\' (AND search_filter)"'),
'description': _('Search column: "WHERE search_column LIKE \'%q%\' (AND filter)"'),
},
'q': {'description': _('Search text (needs a search_column)')},
'id': {'description': _('Get the whole fragment with this ID')},

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Passerelle 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-03 13:39+0100\n"
"POT-Creation-Date: 2023-11-03 15:33+0100\n"
"PO-Revision-Date: 2023-07-06 18:06+0200\n"
"Last-Translator: Frederic Peters <fpeters@entrouvert.com>\n"
"Language: fr\n"
@ -3082,6 +3082,10 @@ msgstr "Nom technique de la définition de donnée"
msgid "Columns in the result set, separated by comma"
msgstr "Colonnes dans le résultat, séparées par des virgules"
#: apps/matrix42/models.py
msgid "Filter: \"WHERE filter\""
msgstr "Filtre : « WHERE filter »"
#: apps/matrix42/models.py
msgid ""
"Django template for text attribute - if none, use DisplayString|DisplayName|"
@ -3095,13 +3099,9 @@ msgid "Django template for id attribute - if none, use ID"
msgstr "Gabarit Django pour lattribut « id ». Si absent, utilise ID"
#: apps/matrix42/models.py
msgid "Search column: \"where search_column LIKE '%q%'\""
msgstr "Colonne de recherche : « WHERE search_column LIKE '%q%' »"
#: apps/matrix42/models.py
msgid "Search filter: \"where search_column LIKE '%q%' and search_filter\""
msgid "Search column: \"WHERE search_column LIKE '%q%' (AND filter)\""
msgstr ""
"Filtre de recherche : « WHERE search_column LIKE '%q%' AND search_filter »"
"Colonne de recherche : « WHERE search_column LIKE '%q%' ( AND filter ) »"
#: apps/matrix42/models.py
msgid "Search text (needs a search_column)"