student 1 місяць тому
батько
коміт
1fd129d599

+ 1 - 1
website/Areas/LotteryV2/Views/Home/TransferWinMoney.cshtml

@@ -57,7 +57,7 @@
                     <div class="absolute -top-2 -right-1 bg-white rounded-full">
                         <i class="fa-solid fa-circle-check text-[#00AF1B] text-[20px]"></i>
                     </div>
-                    <span class="text-[#EE0033] font-[900] text-[15px] leading-tight flex-1">Basic<br/>Account</span>
+                    <span class="text-[#EE0033] font-[900] text-[15px] leading-tight flex-1">@Lang.Basic<br />@Lang.Account</span>
                     <img src="/LotteryV2/img/transfer_basic_icon.png" alt="Basic" class="w-12 h-10 object-contain" />
                 </div>
                 <!-- Natcash Card (Disabled/Dimmed as requested) -->

+ 18 - 0
website/Languages/Lang.Designer.cs

@@ -69,6 +69,15 @@ namespace LotteryWebApp.Languages {
             }
         }
         
+        /// <summary>
+        ///   Looks up a localized string similar to Account.
+        /// </summary>
+        public static string Account {
+            get {
+                return ResourceManager.GetString("Account", resourceCulture);
+            }
+        }
+        
         /// <summary>
         ///   Looks up a localized string similar to Nimewo ou a bloke. Tanpri tann jiska 5:00 pouw eseye anko..
         /// </summary>
@@ -150,6 +159,15 @@ namespace LotteryWebApp.Languages {
             }
         }
         
+        /// <summary>
+        ///   Looks up a localized string similar to Basic.
+        /// </summary>
+        public static string Basic {
+            get {
+                return ResourceManager.GetString("Basic", resourceCulture);
+            }
+        }
+        
         /// <summary>
         ///   Looks up a localized string similar to Kont de Baz.
         /// </summary>

+ 6 - 0
website/Languages/Lang.fr.resx

@@ -1340,4 +1340,10 @@ We’ll help you create an account in a few easy steps.</value>
   <data name="v2_enter_otp_proceed" xml:space="preserve">
     <value>Please confirm and enter OTP to proceed</value>
   </data>
+  <data name="Basic" xml:space="preserve">
+    <value>Basic</value>
+  </data>
+  <data name="Account" xml:space="preserve">
+    <value>Account</value>
+  </data>
 </root>

+ 6 - 0
website/Languages/Lang.resx

@@ -1340,4 +1340,10 @@ We’ll help you create an account in a few easy steps.</value>
   <data name="v2_enter_otp_proceed" xml:space="preserve">
     <value>Please confirm and enter OTP to proceed.</value>
   </data>
+  <data name="Basic" xml:space="preserve">
+    <value>Basic</value>
+  </data>
+  <data name="Account" xml:space="preserve">
+    <value>Account</value>
+  </data>
 </root>