Fix localization bug on RelayFilterView
This commit is contained in:
@@ -26,7 +26,7 @@ struct RelayFilterView: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
Text("To filter your \(timeline.rawValue) feed, please choose applicable relays from the list below:", comment: "Instructions on how to filter a specific timeline feed by choosing relay servers to filter on.")
|
Text("Please choose relays from the list below to filter the current feed:", comment: "Instructions on how to filter a specific timeline feed by choosing relay servers to filter on.")
|
||||||
.padding()
|
.padding()
|
||||||
.padding(.top, 20)
|
.padding(.top, 20)
|
||||||
.padding(.bottom, 0)
|
.padding(.bottom, 0)
|
||||||
|
|||||||
@@ -692,6 +692,11 @@ Sentence composed of 2 variables to describe how many people are following a use
|
|||||||
<target>Plan</target>
|
<target>Plan</target>
|
||||||
<note>Prompt selection of DeepL subscription plan to perform machine translations on notes</note>
|
<note>Prompt selection of DeepL subscription plan to perform machine translations on notes</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="Please choose relays from the list below to filter the current feed:" xml:space="preserve">
|
||||||
|
<source>Please choose relays from the list below to filter the current feed:</source>
|
||||||
|
<target>Please choose relays from the list below to filter the current feed:</target>
|
||||||
|
<note>Instructions on how to filter a specific timeline feed by choosing relay servers to filter on.</note>
|
||||||
|
</trans-unit>
|
||||||
<trans-unit id="Post" xml:space="preserve">
|
<trans-unit id="Post" xml:space="preserve">
|
||||||
<source>Post</source>
|
<source>Post</source>
|
||||||
<target>Post</target>
|
<target>Post</target>
|
||||||
@@ -1022,11 +1027,6 @@ Label for filter for seeing your posts and replies (instead of only your posts).
|
|||||||
<target>Thread</target>
|
<target>Thread</target>
|
||||||
<note>Navigation bar title for note thread.</note>
|
<note>Navigation bar title for note thread.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="To filter your %@ feed, please choose applicable relays from the list below:" xml:space="preserve">
|
|
||||||
<source>To filter your %@ feed, please choose applicable relays from the list below:</source>
|
|
||||||
<target>To filter your %@ feed, please choose applicable relays from the list below:</target>
|
|
||||||
<note>Instructions on how to filter a specific timeline feed by choosing relay servers to filter on.</note>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="Translate Note" xml:space="preserve">
|
<trans-unit id="Translate Note" xml:space="preserve">
|
||||||
<source>Translate Note</source>
|
<source>Translate Note</source>
|
||||||
<target>Translate Note</target>
|
<target>Translate Note</target>
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user