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

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Passerelle 0\n" "Project-Id-Version: Passerelle 0\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2023-07-06 18:06+0200\n"
"Last-Translator: Frederic Peters <fpeters@entrouvert.com>\n" "Last-Translator: Frederic Peters <fpeters@entrouvert.com>\n"
"Language: fr\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" msgid "Columns in the result set, separated by comma"
msgstr "Colonnes dans le résultat, séparées par des virgules" 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 #: apps/matrix42/models.py
msgid "" msgid ""
"Django template for text attribute - if none, use DisplayString|DisplayName|" "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" msgstr "Gabarit Django pour lattribut « id ». Si absent, utilise ID"
#: apps/matrix42/models.py #: apps/matrix42/models.py
msgid "Search column: \"where search_column LIKE '%q%'\"" msgid "Search column: \"WHERE search_column LIKE '%q%' (AND filter)\""
msgstr "Colonne de recherche : « WHERE search_column LIKE '%q%' »"
#: apps/matrix42/models.py
msgid "Search filter: \"where search_column LIKE '%q%' and search_filter\""
msgstr "" 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 #: apps/matrix42/models.py
msgid "Search text (needs a search_column)" msgid "Search text (needs a search_column)"