feat: update membership and network terminology to customer club language

This commit is contained in:
masoodafar-web
2025-12-21 16:00:49 +03:30
parent 10331663ce
commit d7abcf4278
4 changed files with 24 additions and 24 deletions
@@ -61,15 +61,15 @@ public partial class NetworkStatisticsPage : ComponentBase
private string GetLegText(string leg) => leg.ToLower() switch
{
"left" => "شاخه چپ",
"right" => "شاخه راست",
"left" => "بخش (A)",
"right" => "بخش (B)",
_ => leg
};
private string GetPositionText(string position) => position.ToLower() switch
{
"left" => "چپ",
"right" => "راست",
"left" => "(A)",
"right" => "(B)",
_ => position
};