Post awarded notification

This commit is contained in:
2025-09-07 22:06:33 +08:00
parent 942ca73f8d
commit 6cedda9307
5 changed files with 87 additions and 1 deletions

View File

@@ -158,5 +158,23 @@ namespace DysonNetwork.Sphere.Resources.Localization {
return ResourceManager.GetString("OrderPaidBody", resourceCulture);
}
}
internal static string PostAwardedTitle {
get {
return ResourceManager.GetString("PostAwardedTitle", resourceCulture);
}
}
internal static string PostAwardedBody {
get {
return ResourceManager.GetString("PostAwardedBody", resourceCulture);
}
}
internal static string PostAwardedContentBody {
get {
return ResourceManager.GetString("PostAwardedContentBody", resourceCulture);
}
}
}
}

View File

@@ -80,4 +80,13 @@
<data name="OrderPaidBody" xml:space="preserve">
<value>{0} {1} was removed from your wallet to pay {2}</value>
</data>
<data name="PostAwardedTitle" xml:space="preserve">
<value>{0} awarded your post</value>
</data>
<data name="PostAwardedBody" xml:space="preserve">
<value>{0} added {1} points to your post</value>
</data>
<data name="PostAwardedContentBody" xml:space="preserve">
<value>{0} added {1} points to your post {2}</value>
</data>
</root>

View File

@@ -72,4 +72,13 @@
<data name="OrderPaidBody" xml:space="preserve">
<value>{0} {1} 已从你的帐户中扣除来支付 {2}</value>
</data>
<data name="PostAwardedTitle" xml:space="preserve">
<value>{0} 赞赏了你的帖子</value>
</data>
<data name="PostAwardedContentBody" xml:space="preserve">
<value>{0} 给你的帖子 {2} 添加了 {1} 分</value>
</data>
<data name="PostAwardedBody" xml:space="preserve">
<value>{0} 给你的帖子添加了 {1} 分</value>
</data>
</root>