general: Add translator comments about the "Search" term
Clarify in which occasions this term should be phrased as a verb or as a noun. Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2903
This commit is contained in:
parent
1978468396
commit
0aeb0b55a7
4 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
<KeyListEntry name="home" description="Home folder"/>
|
||||
|
||||
<KeyListEntry name="search" description="Search" msgctxt="keybinding">Search</KeyListEntry>
|
||||
<KeyListEntry name="search" description="Search" msgctxt="keybinding" comments="Translators: This refers to a keyboard shortcut that can trigger a search.">Search</KeyListEntry>
|
||||
|
||||
</KeyListEntries>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<object class="AdwHeaderBar">
|
||||
<child type="end">
|
||||
<object class="GtkToggleButton" id="search_button">
|
||||
<property name="tooltip_text" translatable="yes">Search</property>
|
||||
<property name="tooltip_text" translatable="yes" comments="Translators: this is a verb.">Search</property>
|
||||
<property name="icon_name">edit-find-symbolic</property>
|
||||
</object>
|
||||
</child>
|
||||
|
@ -204,4 +204,3 @@
|
|||
</property>
|
||||
</template>
|
||||
</interface>
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[Desktop Entry]
|
||||
# Translators: "Search" should be phrased as a verb (in both "Name" and "Keywords" fields).
|
||||
Name=Search
|
||||
Comment=Control which apps show search results in the Activities Overview
|
||||
Exec=gnome-control-center search
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<child>
|
||||
<object class="GtkToggleButton" id="search_button">
|
||||
<property name="icon-name">edit-find-symbolic</property>
|
||||
<property name="tooltip-text" translatable="yes">Search</property>
|
||||
<property name="tooltip-text" translatable="yes" comments="Translators: this is a verb.">Search</property>
|
||||
</object>
|
||||
</child>
|
||||
<child type="end">
|
||||
|
|
Loading…
Add table
Reference in a new issue