✨ Post awarded notification
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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>
|
@@ -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>
|
Reference in New Issue
Block a user