New translations forms.php (Persian)
This commit is contained in:
@@ -13,92 +13,92 @@ return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'ایمیل',
|
||||
'username' => 'نامکاربری',
|
||||
'password' => 'رمزعبور',
|
||||
'site_name' => 'عنوان سایت',
|
||||
'site_domain' => 'دامین سایت',
|
||||
'site_timezone' => 'منطقه زمانی خود را انتخاب نمایید',
|
||||
'site_locale' => 'زبان خود را انتخاب کنید',
|
||||
'enable_google2fa' => 'فعال کردن ورود دو مرحلهای گوگل',
|
||||
'cache_driver' => 'درایور کش',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'درایور Session',
|
||||
'mail_driver' => 'درایور ایمیل (ارسال ایمیل)',
|
||||
'mail_host' => 'میزبان ایمیل',
|
||||
'mail_address' => 'آدرس ایمیل ارسال کننده',
|
||||
'mail_username' => 'نامکاربری ایمیل',
|
||||
'mail_password' => 'رمزعبور ایمیل',
|
||||
'session_driver' => 'Session Driver',
|
||||
'mail_driver' => 'Mail Driver',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_address' => 'Mail From Address',
|
||||
'mail_username' => 'Mail Username',
|
||||
'mail_password' => 'Mail Password',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'نامکاربری یا ایمیل',
|
||||
'email' => 'ایمیل',
|
||||
'password' => 'رمزعبور',
|
||||
'2fauth' => 'کد احراز هویت',
|
||||
'invalid' => 'نامکاربری یا رمزعبور اشتباه است',
|
||||
'invalid-token' => 'توکن اشتباه است',
|
||||
'cookies' => 'شما باید کوکی مرورگر خود را فعال نمایید تا بتوانید وارد شوید.',
|
||||
'rate-limit' => 'تعداد درخواستها به حداکثر رسیده است.',
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
'cookies' => 'You must enable cookies to login.',
|
||||
'rate-limit' => 'Rate limit exceeded.',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => 'نام',
|
||||
'status' => 'وضعیت',
|
||||
'component' => 'کامپوننت',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => 'Component',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'پیام',
|
||||
'message-help' => 'شاید شما بخواهید از Markdown نیز استفاده کنید.',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'مشترکین مطلع شوند؟',
|
||||
'notify_subscribers' => 'Notify subscribers?',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'visibility' => 'نمایانی رویداد',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
'not_stickied' => 'Not Stickied',
|
||||
'public' => 'قابل مشاهده توسط عموم',
|
||||
'logged_in_only' => 'تنها برای کاربران وارد شده قابل مشاهده است',
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'templates' => [
|
||||
'name' => 'نام',
|
||||
'template' => 'قالب',
|
||||
'twig' => 'قالب رویدادها میتواند از زبان قالبسازی <a href="http://twig.sensiolabs.org/" target="_blank"> Twig </a> پیروی کند.',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
'schedules' => [
|
||||
'name' => 'نام',
|
||||
'status' => 'وضعیت',
|
||||
'message' => 'پیام',
|
||||
'message-help' => 'شاید شما بخواهید از Markdown نیز استفاده کنید.',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'نام',
|
||||
'template' => 'قالب',
|
||||
'twig' => 'قالب رویدادها میتواند از زبان قالبسازی <a href="http://twig.sensiolabs.org/" target="_blank"> Twig </a> پیروی کند.',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => 'نام',
|
||||
'status' => 'وضعیت',
|
||||
'group' => 'گروه',
|
||||
'description' => 'توضیحات',
|
||||
'link' => 'لینک',
|
||||
'tags' => 'تگها',
|
||||
'tags-help' => 'با کاما جدا شده.',
|
||||
'enabled' => 'کامپوننت فعال باشد؟',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'نام',
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'همیشه به حالت باز باشد',
|
||||
'collapsed' => 'گروه به طور پیشفرض به صورت بسته باشد',
|
||||
'collapsed_incident' => 'گروه را بسته نگه دار، اما در صورتی که از نوع مشکل است باز کن',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_public' => 'Visible to public',
|
||||
'visibility_authenticated' => 'Visible only to logged in users',
|
||||
@@ -107,13 +107,13 @@ return [
|
||||
|
||||
// Action form fields
|
||||
'actions' => [
|
||||
'name' => 'نام',
|
||||
'description' => 'توضیحات',
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'گروه',
|
||||
'group' => 'Group',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Group Name',
|
||||
@@ -122,25 +122,25 @@ return [
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'name' => 'نام',
|
||||
'suffix' => 'پسوند',
|
||||
'description' => 'توضیحات',
|
||||
'description-help' => 'شاید شما بخواهید از Markdown نیز استفاده کنید.',
|
||||
'display-chart' => 'نمودار در صفحه وضعیت نمایش داده شود؟',
|
||||
'default-value' => 'مقدار پیشفرض',
|
||||
'calc_type' => 'محاسبه معیارها',
|
||||
'type_sum' => 'جمع',
|
||||
'type_avg' => 'میانگین',
|
||||
'places' => 'اعشار',
|
||||
'default_view' => 'نمای پیش فرض',
|
||||
'threshold' => 'چند دقیقه از آستانه بین نقاط معیارها باشد؟',
|
||||
'name' => 'Name',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'Description',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Default value',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Average',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => 'Default view',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => 'مقدار',
|
||||
'value' => 'Value',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -148,80 +148,80 @@ return [
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'عنوان سایت',
|
||||
'site-url' => 'آدرس سایت',
|
||||
'display-graphs' => 'نمودار(گراف) در صفحه وضعیت نمایش داده شود؟',
|
||||
'about-this-page' => 'درباره این صفحه',
|
||||
'days-of-incidents' => 'چند روز از رویدادها نمایش داده شوند؟',
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'About this page',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'تصویر بنر',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'آیا به کاربران اجازه ثبتنام برای اعلانهای ایمیلی داده شود؟',
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'به صورت خودکار صفحه وضعیت به زبان مشاهدهکنندگان تغییر زبان دهد؟',
|
||||
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'کد آمارگیر گوگل',
|
||||
'analytics_gosquared' => 'کد آمارگیر GoSquared',
|
||||
'analytics_piwik_url' => 'آدرس آمارگیر Piwik (بدون //:http)',
|
||||
'analytics_piwik_siteid' => 'شناسه سایت Piwik',
|
||||
'analytics_google' => 'Google Analytics code',
|
||||
'analytics_gosquared' => 'GoSquared Analytics code',
|
||||
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Piwik\'s site id',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => 'منطقهزمانی سایت',
|
||||
'site-locale' => 'زبان سایت',
|
||||
'date-format' => 'فرمت تاریخ',
|
||||
'incident-date-format' => 'فرمت استمپزمان (timestamp) رویداد',
|
||||
'site-timezone' => 'Site timezone',
|
||||
'site-locale' => 'Site language',
|
||||
'date-format' => 'Date format',
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'دامینهای مجاز',
|
||||
'allowed-domains-help' => 'جدا شده توسط کاما، دامینهایی که در بالا قرار دارند به صورت پیشفرض مجاز هستند.',
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'برگه style سفارشی',
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'رنگ پسزمینه',
|
||||
'background-fills' => 'پس زمینه پر (کامپوننتها، رویدادها، پایین صفحه)',
|
||||
'banner-background-color' => 'رنگ پسزمینه بنر',
|
||||
'banner-padding' => 'فاصلههای بنر',
|
||||
'background-color' => 'Background color',
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'رنگ متن',
|
||||
'dashboard-login' => 'کلید داشبود در پایین صفحه نمایش داده شود؟',
|
||||
'reds' => 'قرمز (مورد استفاده برای خطاها)',
|
||||
'blues' => 'آبی (مورد استفاده برای اطلاعات)',
|
||||
'greens' => 'سبز (مورد استفاده برای موفقیت)',
|
||||
'yellows' => 'زرد (مورد استفاده برای هشدار)',
|
||||
'oranges' => 'نارنجی (مورد استفاده برای اعلامیه)',
|
||||
'metrics' => 'پرکردن معیارها',
|
||||
'links' => 'لینکها',
|
||||
'text-color' => 'Text color',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'Red (used for errors)',
|
||||
'blues' => 'Blue (used for information)',
|
||||
'greens' => 'Green (used for success)',
|
||||
'yellows' => 'Yellow (used for alerts)',
|
||||
'oranges' => 'Orange (used for notices)',
|
||||
'metrics' => 'Metrics fill',
|
||||
'links' => 'Links',
|
||||
],
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'نامکاربری',
|
||||
'email' => 'ایمیل',
|
||||
'password' => 'رمزعبور',
|
||||
'api-token' => 'توکن API',
|
||||
'api-token-help' => 'ساختن مجدد توکن API دسترسی ابزارها و نرمافزارهای فعلی را به Cachet مسدود مینماید.',
|
||||
'gravatar' => 'تصویر پروفایل خود را در گراواتار تغییر دهید.',
|
||||
'user_level' => 'سطح کاربر',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => 'User Level',
|
||||
'levels' => [
|
||||
'admin' => 'مدیر',
|
||||
'user' => 'کاربر',
|
||||
'admin' => 'Admin',
|
||||
'user' => 'User',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => 'فعال کردن ورود دو مرحلهای امنیت حسابکاربری شما را افزایش میدهد. شما نیاز به دانلود نرمافزار <a href="https://support.google.com/accounts/answer/1066447?hl=en"> Google Authenticator</a> و یا یک نرمافزار مشابه را بر روی تلفنهمراه خود خواهید داشت. وقتی شما وارد سیستم شوید، از شما یک کدی که توسط این نرمافزار تولید شده است،درخواست میشود.',
|
||||
'help' => 'Enabling two factor authentication increases security of your account. You will need to download <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'از اعضای تیم خود با وارد کردن ایمیل آنها در کادر زیر دعوت کنید.',
|
||||
'email' => 'ایمیل #:Id',
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -230,19 +230,19 @@ return [
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => 'ﺍﻓﺰﻭﺩﻥ',
|
||||
'save' => 'ذخيره',
|
||||
'update' => 'بهروزرسانی',
|
||||
'create' => 'ساختن',
|
||||
'edit' => 'ويرايش',
|
||||
'delete' => 'حذف',
|
||||
'submit' => 'ارسال',
|
||||
'cancel' => 'انصراف',
|
||||
'remove' => 'حذف',
|
||||
'invite' => 'دعوت کردن',
|
||||
'signup' => 'نامنویسی',
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* اختیاری',
|
||||
'optional' => '* Optional',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user