Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const App = () => {
<Route path="/appstore" element={<AppStore />} />
<Route path="/app" element={<AppDetails />} />
<Route path="/docs/*" element={<Docs />} />
<Route path="/gaming" element={<Gaming onNavigate={handleNavigate} />} />
<Route path="/gaming" element={<Gaming onDownload={handleOpenDownload} />} />
</Routes>
</div>
<DownloadSection showModal={showDownloadModal} setShowModal={setShowDownloadModal} />
Expand Down
6 changes: 3 additions & 3 deletions i18n/translations/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ export const ar = {
},
donation: {
title: 'دعم التطوير',
description: 'Bottles برنامج حر ومفتوح المصدر. دعمك يساعدنا في الحفاظ على الخوادم وتطوير ميزات جديدة.',
description: 'Bottles برنامج مجاني ومفتوح المصدر. دعمك يساعدنا في الحفاظ على الخوادم وتطوير ميزات جديدة.',
customAmount: 'اكتب المبلغ الذى تحبه (أو 0 للتحميل مجاناً)',
download: 'تحميل',
},
Expand Down Expand Up @@ -528,7 +528,7 @@ export const ar = {
},
funding: {
title: 'التمويل',
description: 'Bottles مشروع برمجي حر. دعمك لتطويره يساعد في ضمان مستقبل تشغيل برامج ويندوز على لينكس.',
description: 'Bottles مشروع برمجي مجاني ومفتوح المصدر. دعمك لتطويره يساعد في ضمان مستقبل تشغيل برامج ويندوز على لينكس.',
channels: {
title: 'قنوات التبرع',
preferred: 'المفضل',
Expand Down Expand Up @@ -616,7 +616,7 @@ export const ar = {
},
modal: {
support: 'ادعم التطوير',
desc: 'Bottles برنامج حر يصنعه متطوعون. تبرعك يساعدنا في الحفاظ على الخوادم وتطوير ميزات جديدة.',
desc: 'Bottles برنامج مجاني يصنعه متطوعون. تبرعك يساعدنا في الحفاظ على الخوادم وتطوير ميزات جديدة.',
custom: 'اكتب المبلغ الذى تحبه (أو 0 للتحميل مجاناً)',
free: 'حمّل مجاناً',
donate: 'تبرع وحمّل',
Expand Down
Loading