65 lines
4.8 KiB
JavaScript
65 lines
4.8 KiB
JavaScript
const en = `
|
|
# Terms of Service
|
|
|
|
## 1. Acceptance of Terms
|
|
By downloading, installing, or using Parch Linux, you agree to comply with these Terms of Service. If you do not agree, do not use the software.
|
|
|
|
## 2. License Grant
|
|
Parch Linux is distributed under the GPL-3. You are granted a non-exclusive, worldwide, royalty-free license to use, modify, and distribute the software, subject to the terms of this license.
|
|
|
|
## 3. User Responsibilities
|
|
- You agree to use Parch Linux in compliance with all applicable laws and regulations.
|
|
- You are responsible for maintaining the confidentiality of your account information and for all activities that occur under your account.
|
|
|
|
## 4. No Warranty
|
|
Parch Linux is provided "as is" without warranty of any kind. The developers do not guarantee that the software will be error-free, secure, or meet your requirements.
|
|
|
|
## 5. Limitation of Liability
|
|
In no event shall the developers or contributors of Parch Linux be liable for any damages arising from the use or inability to use the software, even if advised of the possibility of such damages.
|
|
|
|
## 6. Contributions
|
|
If you contribute to Parch Linux (e.g., code, documentation), you grant the developers a perpetual, worldwide, royalty-free license to use, modify, and distribute your contributions.
|
|
|
|
## 7. Modifications to Terms
|
|
The developers reserve the right to modify these Terms of Service at any time. Changes will be effective immediately upon posting on the website. Your continued use of Parch Linux constitutes acceptance of the modified terms.
|
|
|
|
## 8. Termination
|
|
The developers may terminate your access to Parch Linux community at any time, without notice, for conduct that violates these Terms of Service or is harmful to other users or the community.
|
|
|
|
## 9. Contact Information
|
|
For questions about these Terms of Service, please contact us or the Parch Linux forum.
|
|
`
|
|
|
|
const fa = `
|
|
# شرایط خدمات
|
|
|
|
## 1. پذیرش شرایط
|
|
با دانلود، نصب یا استفاده از پارچ لینوکس، شما موافقت میکنید که به این شرایط خدمات پایبند باشید. اگر با این شرایط موافق نیستید، از نرمافزار استفاده نکنید.
|
|
|
|
## 2. اعطای مجوز
|
|
پارچ لینوکس تحت مجوز GPL-3 توزیع میشود. شما مجوزی غیر انحصاری، جهانی و بدون حق امتیاز برای استفاده، تغییر و توزیع نرمافزار، با رعایت شرایط این مجوز دریافت میکنید.
|
|
|
|
## 3. مسئولیتهای کاربر
|
|
- شما موافقت میکنید که از پارچ لینوکس مطابق با تمام قوانین و مقررات مربوطه استفاده کنید.
|
|
- شما مسئول حفظ محرمانگی اطلاعات حساب کاربری خود و تمام فعالیتهایی هستید که تحت حساب شما انجام میشود.
|
|
|
|
## 4. عدم ضمانت
|
|
پارچ لینوکس به «همین شکلی که هست» ارائه میشود و هیچگونه ضمانتی از هیچ نوع ندارد. توسعهدهندگان تضمین نمیکنند که نرمافزار بدون خطا، ایمن یا مطابق با نیازهای شما باشد.
|
|
|
|
## 5. محدودیت مسئولیت
|
|
در هیچ شرایطی توسعهدهندگان یا مشارکتکنندگان پارچ لینوکس مسئول خسارات ناشی از استفاده یا عدم توانایی در استفاده از نرمافزار نخواهند بود، حتی اگر از احتمال چنین خساراتی مطلع شده باشند.
|
|
|
|
## 6. مشارکتها
|
|
اگر شما به پارچ لینوکس کمک کنید (مانند کد، مستندات)، شما به توسعهدهندگان مجوزی دائمی، جهانی و بدون حق امتیاز برای استفاده، تغییر و توزیع مشارکتهای خود اعطا میکنید.
|
|
|
|
## 7. تغییرات در شرایط
|
|
توسعهدهندگان حق دارند در هر زمان این شرایط خدمات را تغییر دهند. تغییرات بلافاصله پس از انتشار در وبسایت مؤثر خواهند بود. ادامه استفاده شما از پارچ لینوکس به منزله پذیرش شرایط تغییر یافته است.
|
|
|
|
## 8. خاتمه
|
|
توسعهدهندگان ممکن است دسترسی شما به جامعهٔ پارچ لینوکس را در هر زمان، بدون اطلاع قبلی، به دلیل رفتارهایی که این شرایط خدمات را نقض میکند یا به دیگر کاربران یا جامعه آسیب میزند، خاتمه دهند.
|
|
|
|
## 9. اطلاعات تماس
|
|
برای سوالات در مورد این شرایط خدمات، لطفاً با ما یا انجمن پارچ لینوکس تماس بگیرید.
|
|
`
|
|
|
|
export default { en, fa }
|