Arama
3.9 sürümünde geldi.
İstediğiniz dizgeleri bulmak için boole işlemleri, parantezler veya alana özgü arama kullanan gelişmiş sorgular kullanılabilir.
Herhangi bir alan belirtilmediğinde, arama kaynak, hedef ve bağlam dizgelerinde yapılır.

Basit arama
Any phrase typed into the search box is split into words. Strings containing any
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'
.
Alanlar
source:METİN
Büyük/küçük harfe duyarsız kaynak dizge arama.
target:METİN
Target string case-insensitive search.
context:METİN
Context string case-insensitive search.
key:METİN
Key string case-insensitive search.
note:METİN
Büyük/küçük harfe duyarsız kaynak dizge açıklaması arama.
location:METİN
Location string case-insensitive search.
priority:SAYI
String priority.
id:NUMBER
Eşsiz dizge belirteci.
added:TARİHSAAT
Timestamp for when the string was added to Weblate.
state:METİN
Search for string states (
approved
,translated
,needs-editing
,empty
,read-only
), supports Field operators.pending:BOOLEAN
String pending for flushing to VCS.
has:METİN
Search for string having attributes -
plural
,context
,suggestion
,comment
,check
,dismissed-check
,translation
,variant
,screenshot
,flags
,explanation
,glossary
,note
,label
.is:METİN
Search for pending translations (
pending
). Can also search for all string states (approved
,translated
,untranslated
,needs-editing
,read-only
).language:METİN
String target language.
component:METİN
Component slug or name case-insensitive search, see Bileşen kısaltması and Bileşen adı.
project:METİN
Project slug, see Adres kısaltması.
changed_by:METİN
String was changed by author with given username.
changed:DATETIME
String content was changed on date, supports Field operators.
change_time:DATETIME
String was changed on date, supports Field operators, unlike
changed
this includes event which don’t change content and you can apply custom action filtering usingchange_action
.change_action:METİN
Filters 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 Değişiklik arama for examples.check:METİN
String has failing check, see Denetimler ve düzeltmeler for check identifiers.
dismissed_check:METİN
String has dismissed check, see Denetimler ve düzeltmeler for check identifiers.
comment:METİN
Search in user comments.
resolved_comment:METİN
Çözümlenmiş yorumlarda arama.
comment_author:METİN
Filter by comment author.
suggestion:METİN
Search in suggestions.
suggestion_author:METİN
Filter by suggestion author.
explanation:METİN
Açıklamalarda arama.
label:METİN
Etiketlerde arama.
screenshot:METİN
Ekran görüntülerinde arama.
Boolean operators
You can combine lookups using AND
, OR
, NOT
and parentheses to
form complex queries. For example: state:translated AND (source:hello OR source:bar)
Field operators
You can specify operators, ranges or partial lookups for date or numeric searches:
state:>=translated
State is
translated
or better (approved
).changed:2019
Changed in year 2019.
changed:[2019-03-01 to 2019-04-01]
Changed between two given dates.
Exact operators
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
.
Değişiklik arama
4.4 sürümünde geldi.
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"
.
Kurallı ifadeler
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]"
.
Predefined queries
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:
