mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-19 04:34:33 -05:00
Update some translations
This commit is contained in:
parent
47749ca58d
commit
1448de7b19
@ -99,7 +99,7 @@ export default {
|
|||||||
"Enable Auth": "فعال سازی تایید هویت",
|
"Enable Auth": "فعال سازی تایید هویت",
|
||||||
Logout: "خروج",
|
Logout: "خروج",
|
||||||
Leave: "منصرف شدم",
|
Leave: "منصرف شدم",
|
||||||
"I understand, please disable": "متوجه هست»، لطفا غیرفعال کنید!",
|
"I understand, please disable": "متوجه هستم، لطفا غیرفعال کنید!",
|
||||||
Confirm: "تایید",
|
Confirm: "تایید",
|
||||||
Yes: "بلی",
|
Yes: "بلی",
|
||||||
No: "خیر",
|
No: "خیر",
|
||||||
@ -169,7 +169,7 @@ export default {
|
|||||||
"Avg. Ping": "متوسط پینگ",
|
"Avg. Ping": "متوسط پینگ",
|
||||||
"Avg. Response": "متوسط زمان پاسخ",
|
"Avg. Response": "متوسط زمان پاسخ",
|
||||||
"Entry Page": "صفحه ورودی",
|
"Entry Page": "صفحه ورودی",
|
||||||
"statusPageNothing": "چیزی اینجا نیست، لطفا یک گروه و یا یک مانیتور اضافه کنید!",
|
statusPageNothing: "چیزی اینجا نیست، لطفا یک گروه و یا یک مانیتور اضافه کنید!",
|
||||||
"No Services": "هیچ سرویسی موجود نیست",
|
"No Services": "هیچ سرویسی موجود نیست",
|
||||||
"All Systems Operational": "تمامی سیستمها عملیاتی هستند!",
|
"All Systems Operational": "تمامی سیستمها عملیاتی هستند!",
|
||||||
"Partially Degraded Service": "افت نسبی کیفیت سرویس",
|
"Partially Degraded Service": "افت نسبی کیفیت سرویس",
|
||||||
@ -180,11 +180,11 @@ export default {
|
|||||||
"Status Page": "صفحه وضعیت",
|
"Status Page": "صفحه وضعیت",
|
||||||
"Go to Dashboard": "رفتن به پیشخوان",
|
"Go to Dashboard": "رفتن به پیشخوان",
|
||||||
"Uptime Kuma": "آپتایم کوما",
|
"Uptime Kuma": "آپتایم کوما",
|
||||||
"records":"مورد",
|
records: "مورد",
|
||||||
"One record": "یک مورد",
|
"One record": "یک مورد",
|
||||||
"Showing {from} to {to} of {count} records": "نمایش از {from} تا {to} از {count} مورد",
|
"Showing {from} to {to} of {count} records": "نمایش از {from} تا {to} از {count} مورد",
|
||||||
'First': 'اولین',
|
First: "اولین",
|
||||||
'Last': 'آخرین',
|
Last: "آخرین",
|
||||||
'Info':'اطلاعات',
|
Info: "اطلاعات",
|
||||||
'Powered By':'نیرو گرفته از'
|
"Powered By": "نیرو گرفته از",
|
||||||
}
|
};
|
||||||
|
@ -226,7 +226,7 @@
|
|||||||
{{ $t("Setup Notification") }}
|
{{ $t("Setup Notification") }}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<h2 class="mt-5">Info</h2>
|
<h2 class="mt-5">{{ $t("Info") }}</h2>
|
||||||
|
|
||||||
{{ $t("Version") }}: {{ $root.info.version }} <br />
|
{{ $t("Version") }}: {{ $root.info.version }} <br />
|
||||||
<a href="https://github.com/louislam/uptime-kuma/releases" target="_blank" rel="noopener">{{ $t("Check Update On GitHub") }}</a>
|
<a href="https://github.com/louislam/uptime-kuma/releases" target="_blank" rel="noopener">{{ $t("Check Update On GitHub") }}</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user