@@ -76,16 +76,16 @@ const metadata = {
7676 period: ' تُدفع سنويًا' ,
7777 items: [
7878 {
79- description:
80- ' <a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#what-are-managed-devices--licensed- users--concurrent-connections-in-pro ">مستخدم مرخص واحد</a>' ,
79+ description:
80+ ' <a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#login- users">مستخدم تسجيل دخول واحد</a>' ,
8181 },
8282 {
83- description:
84- ' <a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#what-are- managed-devices--licensed-users--concurrent-connections-in-pro ">20 جهاز مُدار</a>' ,
83+ description:
84+ ' <a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#managed-devices">20 جهاز مُدار</a>' ,
8585 },
8686 {
87- description:
88- ' <a class="underline text-blue-500 font-bold" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#what-are-managed-devices--licensed-users-- concurrent-connections-in-pro ">اتصالات متزامنة غير محدودة</a>' ,
87+ description:
88+ ' <a class="underline text-blue-500 font-bold" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#concurrent-connections">اتصالات متزامنة غير محدودة</a>' ,
8989 },
9090 {
9191 description:
@@ -133,14 +133,14 @@ const metadata = {
133133 description: ' <span class="font-bold">كل ما في الخطة الفردية</span>' ,
134134 icon: ' tabler:checks' ,
135135 },
136- {
136+ {
137137 description:
138- ' <a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#what-are-managed-devices--licensed- users--concurrent-connections-in-pro ">10 مستخدمين مرخصين </a>' ,
139- },
140- {
138+ ' <a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#login- users">10 مستخدمين لتسجيل الدخول </a>' ,
139+ },
140+ {
141141 description:
142- ' <a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#what-are- managed-devices--licensed-users--concurrent-connections-in-pro ">100 جهاز مُدار</a>' ,
143- },
142+ ' <a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#managed-devices">100 جهاز مُدار</a>' ,
143+ },
144144 {
145145 description:
146146 ' <a class="underline" target="_blank" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/oidc/">OIDC (تسجيل دخول موحد)</a>' ,
@@ -184,7 +184,7 @@ const metadata = {
184184 ],
185185 content: `
186186<form class="flex flex-col space-y-3 mx-3 min-w-[200px]">
187- <label for="users" class="text-right font-bold">عدد المستخدمين المرخصين :</label>
187+ <label for="users" class="text-right font-bold">عدد المستخدمين لتسجيل الدخول :</label>
188188 <input class="bg-white text-black rounded-md border border-gray-300 py-1 px-2 w-24 h-10" type="number" id="users" name="users" value="10" min="10" max="500" step="10">
189189 <input type="range" id="usersSlider" class="slider" name="usersRange" value="10" min="10" max="500" step="10">
190190 <label for="devices" class="text-right font-bold">عدد الأجهزة المُدارة:</label>
@@ -230,7 +230,7 @@ const metadata = {
230230 id: ' custom2' ,
231231 content: `
232232<form class="flex flex-col space-y-3 mx-3">
233- <label for="users2" class="text-right font-bold">عدد المستخدمين المرخصين :</label>
233+ <label for="users2" class="text-right font-bold">عدد المستخدمين لتسجيل الدخول :</label>
234234 <input class="bg-white text-black rounded-md border border-gray-300 py-1 px-2 w-24 h-10" type="number" id="users2" name="users2" value="10" min="10" max="500" step="10">
235235 <input type="range" id="usersSlider2" class="slider" name="usersRange2" value="10" min="10" max="500" step="10">
236236 <label for="devices2" class="text-right font-bold">عدد الأجهزة المُدارة:</label>
0 commit comments