Wyszukiwanie#
Searching for strings#
Advanced queries using boolean operations, parentheses, or field specific lookup can be used to find the strings you want.
When no field is defined, the lookup happens on source, target, and context strings.
Proste wyszukiwanie#
Any phrase typed into the search box is split into words. Strings containing all
of them are shown. To look for an exact phrase, put „the searchphrase” into
quotes (both single (') and double (") quotes will work): "this is a quoted
string" or 'another quoted string'.
Pola#
source:TEKSTWyszukiwanie bez rozróżniania wielkości liter w ciągu źródłowym.
target:TEKSTTarget string case-insensitive search.
context:TEKSTContext string case-insensitive search.
key:TEKSTKey string case-insensitive search.
note:TEKSTWyszukiwanie bez rozróżniania wielkości liter w opisie ciągu źródłowego.
location:TEKSTLocation string case-insensitive search.
priority:Priorytet ciągu.
id:NUMBERString unique identifier.
position:NUMBERString position in the translation file.
added:DATETIMETimestamp for when the string was added to Weblate.
state:TEKSTSearch for string states (
approved,translated,needs-editing,empty,read-only), supports Operatory pól.pending:BOOLEANString pending for flushing to VCS.
has:TEKSTSearch for string having attributes -
plural,context,suggestion,comment,check,dismissed-check,translation,variant,screenshot,flags,explanation,glossary,note,label.is:TEKSTSearch for pending translations (
pending). Can also search for all string states (approved,translated,untranslated,needs-editing,read-only).language:TEKSTDocelowy język ciągu.
component:TEXTComponent slug or name case-insensitive search, see Końcówka adresu URL komponentu and Nazwa komponentu.
project:TEXTProject slug, see Końcówka adresu URL.
changed_by:TEKSTString was changed by author with given username.
changed:DATETIMEString content was changed on date, supports Operatory pól.
change_time:DATETIMEString was changed on date, supports Operatory pól, unlike
changedthis includes event which don’t change content and you can apply custom action filtering usingchange_action.change_action:TEXTFilters on change action, useful together with
change_time. Accepts English name of the change action, either quoted and with spaces or lowercase and spaces replaced by a hyphen. See Wyszukiwanie zmian for examples.check:TEKSTString has failing check, see Kontrole i korekty for check identifiers.
dismissed_check:TEKSTString has dismissed check, see Kontrole i korekty for check identifiers.
comment:TEKSTSzukaj w komentarzach użytkowników.
resolved_comment:TEXTSzukaj w rozwiązanych komentarzach.
comment_author:TEKSTFiltruj według autora komentarza.
suggestion:TEKSTSzukaj w sugestiach.
suggestion_author:TEKSTFiltruj według autora sugestii.
explanation:TEXTSzukaj w objaśnieniach.
label:TEXTSzukaj w etykietach.
screenshot:TEXTSzukaj w zrzutach ekranu.
Operatory logiczne#
You can combine lookups using AND, OR, NOT and parentheses to
form complex queries. For example: state:translated AND (source:hello OR source:bar)
Operatory pól#
You can specify operators, ranges or partial lookups for date or numeric searches:
state:>=translatedState is
translatedor better (approved).changed:2019Zmieniono w roku 2019.
zmieniono:[2019-03-01 na 2019-04-01]Changed between two given dates.
position:[10 to 100]Strings with position between 10 and 100 (inclusive).
Dokładne operatory#
You can do an exact match query on different string fields using = operator. For example, to
search for all source strings exactly matching hello world, use: source:="hello world".
For searching single word expressions, you can skip quotes. For example, to search for all source strings
matching hello, you can use: source:=hello.
Wyszukiwanie zmian#
Nowe w wersji 4.4.
Searching for history events can be done using change_action and
change_time operators.
For example, searching for strings marked for edit in 2018 can be entered as
change_time:2018 AND change_action:marked-for-edit or
change_time:2018 AND change_action:"Marked for edit".
Wyrażenie regularne#
Anywhere text is accepted you can also specify a regular expression as r"regexp".
For example, to search for all source strings which contain any digit between 2
and 5, use source:r"[2-5]".
Wstępnie zdefiniowane zapytania#
You can select out of predefined queries on the search page, this allows you to quickly access the most frequent searches:
Ordering the results#
There are many options to order the strings according to your needs:
Searching for users#
Nowe w wersji 4.18.
The user browsing has similar search abilities:
username:TEXTSearch in usernames.
full_name:TEXTSearch in full names.
language:TEKSTUser configured translation language (see Tłumaczone języki).
joined:DATETIMEString content was changed on date, supports Operatory pól.
translates:TEXTUser has contributed to a given language in the past month.
contributes:TEXTUser has contributed to a given project or component in the past month.
Additional lookups are available in the Interfejs zarządzania:
is:botSearch for bots (used for project scoped tokens).
is:activeSearch for active users.
email:TEXTSearch by e-mail.