New translations dashboard.php (Persian)

This commit is contained in:
Cachet Bot
2018-07-12 08:41:09 +01:00
parent 7094a17b5d
commit 6d5171e87c

View File

@@ -11,15 +11,15 @@
return [
'dashboard' => 'داشبورد',
'dashboard' => 'Dashboard',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Incidents & Schedule',
'title' => 'Incidents & Maintenance',
'incidents' => 'Incidents',
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
'incident-create-template' => 'ایجاد قالب',
'incident-create-template' => 'Create Template',
'incident-templates' => 'Incident Templates',
'updates' => [
'title' => 'Incident updates for :incident',
@@ -56,13 +56,13 @@ return [
'title' => 'Incident Templates',
'add' => [
'title' => 'Create an incident template',
'message' => 'You should add an incident template.',
'message' => 'Create your first incident template.',
'success' => 'Your new incident template has been created.',
'failure' => 'Something went wrong with the incident template.',
],
'edit' => [
'title' => 'ویرایش قالب',
'success' => 'قالب رویداد به‌روزرسانی شده است.',
'title' => 'Edit Template',
'success' => 'The incident template has been updated.',
'failure' => 'Something went wrong updating the incident template',
],
'delete' => [
@@ -74,59 +74,59 @@ return [
// Incident Maintenance
'schedule' => [
'schedule' => 'تعمیرات زمان‌بندی شده',
'schedule' => 'Maintenance',
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'زمان‌بندی شده در :timestamp',
'scheduled_at' => 'Scheduled at :timestamp',
'add' => [
'title' => 'افزودن تعمیرات زمان‌بندی شده',
'success' => 'برنامه زمان‌بندی اضافه شد.',
'failure' => 'خطایی در هنگام اضافه کردن برنامه زمان‌بندی رخ داده است، لطفا دوباره تلاش نمایید.',
'title' => 'Add Maintenance',
'success' => 'Maintenance added.',
'failure' => 'Something went wrong adding the Maintenance, please try again.',
],
'edit' => [
'title' => 'ویرایش برنامه زمان‌بندی تعمیرات',
'success' => 'برنامه زمان‌بندی به‌روزرسانی شد!',
'failure' => 'خطایی در هنگام ویرایش برنامه زمان‌بندی رخ داده است، لطفا دوباره تلاش نمایید.',
'title' => 'Edit Maintenance',
'success' => 'Maintenance has been updated!',
'failure' => 'Something went wrong editing the Maintenance, please try again.',
],
'delete' => [
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
'success' => 'The Maintenance has been deleted and will not show on your status page.',
'failure' => 'The Maintenance could not be deleted, please try again.',
],
],
// Components
'components' => [
'components' => 'کامپوننت ها',
'component_statuses' => 'وضعیت‌های کامپوننت',
'listed_group' => 'دسته‌بندی شده تحت :name',
'components' => 'Components',
'component_statuses' => 'Component Statuses',
'listed_group' => 'Grouped under :name',
'add' => [
'title' => 'افزودن یک کامپوننت',
'message' => 'شما باید یک کامپوننت اضافه نمایید.',
'success' => 'کامپوننت ایجاد شد.',
'failure' => 'خطایی در رابطه با کامپوننت رخ داده است، لطفا دوباره تلاش نمایید.',
'title' => 'Add a component',
'message' => 'You should add a component.',
'success' => 'Component created.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => 'ویرایش یک کامپوننت',
'success' => 'کامپوننت به‌روزرسانی شد.',
'failure' => 'خطایی در رابطه با کامپوننت رخ داده است، لطفا دوباره تلاش نمایید.',
'title' => 'Edit a component',
'success' => 'Component updated.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => 'کامپوننت با موفقیت حذف شد!',
'failure' => 'کامپوننت نمی‌تواند حذف شود، لطفا دوباره تلاش نمایید.',
'success' => 'The component has been deleted!',
'failure' => 'The component could not be deleted, please try again.',
],
// Component groups
'groups' => [
'groups' => 'گروه کامپوننت | گروه‌های کامپوننت',
'no_components' => 'شما باید یک گروه کامپوننت اضافه نمایید.',
'groups' => 'Component group|Component groups',
'no_components' => 'You should add a component group.',
'add' => [
'title' => 'افزودن یک گروه کامپوننت',
'success' => 'گروه کامپوننت اضافه شد.',
'failure' => 'خطایی در رابطه با کامپوننت رخ داده است، لطفا دوباره تلاش نمایید.',
'title' => 'Add a component group',
'success' => 'Component group added.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => 'ویرایش یک گروه کامپوننت',
'success' => 'گروه کامپوننت به‌روزرسانی شد.',
'failure' => 'خطایی در رابطه با کامپوننت رخ داده است، لطفا دوباره تلاش نمایید.',
'title' => 'Edit a component group',
'success' => 'Component group updated.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => 'Component group has been deleted!',
@@ -184,47 +184,47 @@ return [
'profile' => 'Profile',
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
'add' => [
'title' => 'اضافه کردن یک عضو به تیم',
'success' => 'عضو تیم اضافه شد.',
'failure' => 'عضو تیم اضافه نشد، لطفا دوباره تلاش نمایید.',
'title' => 'Add a new team member',
'success' => 'Team member added.',
'failure' => 'The team member could not be added, please try again.',
],
'edit' => [
'title' => 'به‌روزرسانی پروفایل',
'success' => 'پروفایل به‌روزرسانی شد.',
'failure' => 'خطایی در هنگام به‌روزرسانی پروفایل رخ داده است، لطفا دوباره تلاش نمایید.',
'title' => 'Update profile',
'success' => 'Profile updated.',
'failure' => 'Something went wrong updating the profile, please try again.',
],
'delete' => [
'success' => 'عضو تیم حذف شده است و دیگر دسترسی به داشبورد را ندارد!',
'failure' => 'عضو تیم اضافه نشد، لطفا دوباره تلاش نمایید.',
'success' => 'Team member has been deleted and will no longer have access to the dashboard!',
'failure' => 'The team member could not be added, please try again.',
],
'invite' => [
'title' => 'دعوت یک عضو جدید تیم',
'success' => 'دعوت‌نامه ارسال شد',
'failure' => 'دعوت‌نامه ارسال نشد، لطفا دوباره تلاش نمایید.',
'title' => 'Invite a new team member',
'success' => 'An invite has been sent',
'failure' => 'The invite could not be sent, please try again.',
],
],
// Settings
'settings' => [
'settings' => 'تنظیمات',
'settings' => 'Settings',
'app-setup' => [
'app-setup' => 'راه‌اندازی نرم‌افزار',
'images-only' => 'تنها تصاویر قابلیت آپلود دارند.',
'too-big' => 'فایلی که شما آپلود کرده‌اید بسیار بزرگ است. تصویری کوچکتر از :size آپلود نمایید',
'app-setup' => 'Application Setup',
'images-only' => 'Only images may be uploaded.',
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
],
'analytics' => [
'analytics' => 'تجزیه و تحلیل',
'analytics' => 'Analytics',
],
'log' => [
'log' => 'Log',
],
'localization' => [
'localization' => 'بومی سازی',
'localization' => 'Localization',
],
'customization' => [
'customization' => 'شخصی سازی',
'header' => 'هدر (سر صفحه) سفارشی HTML',
'footer' => 'فوتر (پاورقی) سفارشی HTML',
'customization' => 'Customization',
'header' => 'Custom Header HTML',
'footer' => 'Custom Footer HTML',
],
'mail' => [
'mail' => 'Mail',
@@ -235,22 +235,22 @@ return [
],
],
'security' => [
'security' => 'امنیت',
'two-factor' => 'کاربران بدون ورود دو مرحله‌ای',
'security' => 'Security',
'two-factor' => 'Users without two-factor authentication',
],
'stylesheet' => [
'stylesheet' => 'برگه استایل',
'stylesheet' => 'Stylesheet',
],
'theme' => [
'theme' => 'پوسته',
'theme' => 'Theme',
],
'edit' => [
'success' => 'تنظیمات ذخیره گردید.',
'failure' => 'تنظیمات ذخیره نشده‌اند.',
'success' => 'Settings saved.',
'failure' => 'Settings could not be saved.',
],
'credits' => [
'credits' => 'اعتبار',
'contributors' => 'مشارکت کننده‌ها',
'credits' => 'Credits',
'contributors' => 'Contributors',
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Backers & Sponsors',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
@@ -260,43 +260,43 @@ return [
// Login
'login' => [
'login' => 'ورود به سیستم',
'login' => 'Login',
'logged_in' => 'You\'re logged in.',
'welcome' => 'خوش آمدید!',
'two-factor' => 'لطفا توکن خود را وارد نمایید.',
'welcome' => 'Welcome back!',
'two-factor' => 'Please enter your token.',
],
// Sidebar footer
'help' => 'راهنما',
'status_page' => 'صفحه وضعیت',
'logout' => 'خروج',
'help' => 'Help',
'status_page' => 'Status Page',
'logout' => 'Logout',
// Notifications
'notifications' => [
'notifications' => 'اعلان‌ها',
'awesome' => 'فوق العاده.',
'whoops' => 'اوه.',
'notifications' => 'Notifications',
'awesome' => 'Awesome.',
'whoops' => 'Whoops.',
],
// Widgets
'widgets' => [
'support' => 'پشتیبانی از Cachet',
'support_subtitle' => 'به حساب <strong><a href="https://patreon.com/jbrooksuk" target="_blank"> Patreon</a></strong> سر بزنید!',
'news' => 'آخرین اخبار',
'news_subtitle' => 'دریافت آخرین به‌روزرسانی‌ها',
'support' => 'Support Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News',
'news_subtitle' => 'Get the latest update',
],
// Welcome modal
'welcome' => [
'welcome' => 'به صفحه وضعیت جدید خود خوش آمدید!',
'message' => 'ضفحه وضعیت شما آماده است! شاید شما بخواهید این تنظیمات بیشتر را انجام دهید',
'welcome' => 'Welcome to your new status page, :username!',
'message' => 'You\'re almost ready but you might want to configure these extra settings first...',
'close' => 'I\'m good thanks!',
'steps' => [
'component' => 'ایجاد کامپیوننت‌ها',
'component' => 'Add your components',
'incident' => 'Create an incident',
'customize' => 'شخصی سازی',
'team' => 'افزودن کاربر‌ان',
'api' => 'ساختن توکن وب‌سرویس',
'customize' => 'Customize your page',
'team' => 'Add your team',
'api' => 'Generate an API token',
'two-factor' => 'Setup Two Factor Authentication',
],
],