mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-29 07:27:16 +00:00
l10n: strings for in-thread message search
Add placeholder, empty-results, and accessibility labels for conversation search.
This commit is contained in:
parent
4565956e74
commit
aea4b37afb
@ -30306,6 +30306,42 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"thread.search.accessibility.label" : {
|
||||
"comment" : "Accessibility label for in-thread message search",
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "search messages in this conversation"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"thread.search.no_results" : {
|
||||
"comment" : "Empty state when in-thread search finds no matching messages",
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "no messages match your search"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"thread.search.placeholder" : {
|
||||
"comment" : "Placeholder for the in-thread message search field",
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "search this conversation"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"content.commands.block" : {
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user