julienmonnerie/kirby/i18n/translations/fa.json

604 lines
33 KiB
JSON
Raw Normal View History

2022-06-17 17:51:59 +02:00
{
2022-12-19 14:56:05 +01:00
"account.changeName": "Change your name",
"account.delete": "Delete your account",
"account.delete.confirm": "Do you really want to delete your account? You will be logged out immediately. Your account cannot be recovered.",
2024-12-20 12:37:52 +01:00
"add": "افزودن",
2022-12-19 14:56:05 +01:00
"author": "Author",
2024-12-20 12:37:52 +01:00
"avatar": "تصویر پروفایل",
2022-12-19 14:56:05 +01:00
"back": "بازگشت",
2024-12-20 12:37:52 +01:00
"cancel": "انصراف",
"change": "اصلاح",
"close": "بستن",
2022-12-19 14:56:05 +01:00
"confirm": "تایید",
"collapse": "Collapse",
"collapse.all": "Collapse All",
"copy": "کپی",
"copy.all": "Copy all",
"create": "ایجاد",
"date": "تاریخ",
"date.select": "یک تاریخ را انتخاب کنید",
"day": "روز",
2024-12-20 12:37:52 +01:00
"days.fri": "جمعه",
"days.mon": "دوشنبه",
"days.sat": "شنبه",
"days.sun": "یکشنبه",
"days.thu": "پنجشنبه",
"days.tue": "سه شنبه",
"days.wed": "چهارشنبه",
2022-12-19 14:56:05 +01:00
"debugging": "Debugging",
2024-12-20 12:37:52 +01:00
"delete": "حذف",
2022-12-19 14:56:05 +01:00
"delete.all": "Delete all",
"dialog.files.empty": "No files to select",
"dialog.pages.empty": "No pages to select",
"dialog.users.empty": "No users to select",
"dimensions": "ابعاد",
"disabled": "Disabled",
2024-12-20 12:37:52 +01:00
"discard": "انصراف",
2022-12-19 14:56:05 +01:00
"download": "Download",
"duplicate": "Duplicate",
2024-12-20 12:37:52 +01:00
"edit": "ویرایش",
2022-12-19 14:56:05 +01:00
2024-12-20 12:37:52 +01:00
"email": "پست الکترونیک",
2022-12-19 14:56:05 +01:00
"email.placeholder": "mail@example.com",
"entries": "Entries",
"entry": "Entry",
"environment": "Environment",
"error.access.code": "Invalid code",
"error.access.login": "اطلاعات ورودی نامعتبر است",
"error.access.panel": "شما اجازه دسترسی به پانل را ندارید",
"error.access.view": "You are not allowed to access this part of the panel",
"error.avatar.create.fail": "بارگزاری تصویر پروفایل موفق نبود",
2024-12-20 12:37:52 +01:00
"error.avatar.delete.fail": "تصویر پروفایل را نمیتوان حذف کرد",
2022-12-19 14:56:05 +01:00
"error.avatar.dimensions.invalid": "لطفا طول و عرض تصویر پروفایل را زیر 3000 پیکسل انتخاب کنید",
"error.avatar.mime.forbidden": "تصویر پروفایل باید از نوع JPEG یا PNG باشد",
"error.blueprint.notFound": "بلوپرینت با نام «{name}» قابل بارگذاری نیست",
"error.blocks.max.plural": "You must not add more than {max} blocks",
"error.blocks.max.singular": "You must not add more than one block",
"error.blocks.min.plural": "You must add at least {min} blocks",
"error.blocks.min.singular": "You must add at least one block",
"error.blocks.validation": "There's an error on the \"{field}\" field in block {index} using the \"{fieldset}\" block type",
2023-04-14 16:34:06 +02:00
"error.cache.type.invalid": "Invalid cache type \"{type}\"",
2022-12-19 14:56:05 +01:00
"error.email.preset.notFound": "قالب ایمیل «{name}» پیدا نشد",
"error.field.converter.invalid": "مبدل «{converter}» نامعتبر است",
2023-04-14 16:34:06 +02:00
"error.field.type.missing": "Field \"{ name }\": The field type \"{ type }\" does not exist",
2022-12-19 14:56:05 +01:00
"error.file.changeName.empty": "The name must not be empty",
"error.file.changeName.permission": "شما اجازه تنغییر نام فایل «{filename}» را ندارید",
"error.file.duplicate": "فایلی هم نام با «{filename}» هم اکنون موجود است",
"error.file.extension.forbidden": "پسوند فایل «{extension}» غیرمجاز است",
"error.file.extension.invalid": "Invalid extension: {extension}",
2024-12-20 12:37:52 +01:00
"error.file.extension.missing": "شما نمی‌توانید فایل‌های بدون پسوند را آپلود کنید",
2022-12-19 14:56:05 +01:00
"error.file.maxheight": "The height of the image must not exceed {height} pixels",
"error.file.maxsize": "The file is too large",
"error.file.maxwidth": "The width of the image must not exceed {width} pixels",
"error.file.mime.differs": "فایل آپلود شده باید از همان نوع باشد «{mime}»",
"error.file.mime.forbidden": "فرمت فایل «{mime}» غیرمجاز است",
"error.file.mime.invalid": "Invalid mime type: {mime}",
"error.file.mime.missing": "فرمت فایل «{filename}» قابل شناسایی نیست",
"error.file.minheight": "The height of the image must be at least {height} pixels",
"error.file.minsize": "The file is too small",
"error.file.minwidth": "The width of the image must be at least {width} pixels",
"error.file.name.missing": "نام فایل اجباری است",
"error.file.notFound": "فایل «{filename}» پیدا نشد.",
"error.file.orientation": "The orientation of the image must be \"{orientation}\"",
"error.file.type.forbidden": "شما اجازه بارگذاری فایلهای «{type}» را ندارید",
"error.file.type.invalid": "Invalid file type: {type}",
2024-12-20 12:37:52 +01:00
"error.file.undefined": "فایل مورد نظر پیدا نشد.",
2022-12-19 14:56:05 +01:00
"error.form.incomplete": "لطفا کلیه خطاهای فرم را برطرف کنید",
"error.form.notSaved": "امکان دخیره فرم وجود ندارد",
"error.language.code": "Please enter a valid code for the language",
"error.language.duplicate": "The language already exists",
"error.language.name": "Please enter a valid name for the language",
"error.language.notFound": "The language could not be found",
"error.layout.validation.block": "There's an error on the \"{field}\" field in block {blockIndex} using the \"{fieldset}\" block type in layout {layoutIndex}",
"error.layout.validation.settings": "There's an error in layout {index} settings",
"error.license.format": "Please enter a valid license key",
2024-12-20 12:37:52 +01:00
"error.license.email": "لطفا یک ایمیل معتبر وارد کنید",
2022-12-19 14:56:05 +01:00
"error.license.verification": "The license could not be verified",
"error.object.validation": "Theres an error in the \"{label}\" field:\n{message}",
"error.offline": "The Panel is currently offline",
"error.page.changeSlug.permission": "شما امکان تغییر پسوند Url صفحه «{slug}» را ندارید",
"error.page.changeStatus.incomplete": "صفحه حاوی خطا است و قابل انتشار نیست",
"error.page.changeStatus.permission": "وضعیت صفحه جاری قابل تغییر نیست",
"error.page.changeStatus.toDraft.invalid": "صفحه «{slug}» قابل تبدیل به پیش نویس نیست",
"error.page.changeTemplate.invalid": "قالب صفحه «{slug}» قابل تغییر نیست",
"error.page.changeTemplate.permission": "شما اجازه تغییر قالب «{slug}» را ندارید",
"error.page.changeTitle.empty": "عنوان اجباری است",
"error.page.changeTitle.permission": "شما اجازه تغییر عنوان «{slug}» را ندارید",
"error.page.create.permission": "شما اجازه ایجاد «{slug}» را ندارید",
"error.page.delete": "حذف صفحه «{slug}» ممکن نیست",
"error.page.delete.confirm": "جهت ادامه عنوان صفحه را وارد کنید",
"error.page.delete.hasChildren": "این صفحه جاوی زیرصفحه است و نمی تواند حذف شود",
"error.page.delete.permission": "شما اجازه حذف «{slug}» را ندارید",
"error.page.draft.duplicate": "صفحه پیش‌نویسی با پسوند Url مشابه «{slug}» هم اکنون موجود است",
"error.page.duplicate": "صفحه‌ای با آدرس Url مشابه «{slug}» هم اکنون موجود است",
"error.page.duplicate.permission": "You are not allowed to duplicate \"{slug}\"",
"error.page.notFound": "صفحه مورد نظر با آدرس «{slug}» پیدا نشد.",
"error.page.num.invalid": "لطفا شماره ترتیب را بدرستی وارد نمایید. اعداد نباید منفی باشند.",
"error.page.slug.invalid": "Please enter a valid URL appendix",
"error.page.slug.maxlength": "Slug length must be less than \"{length}\" characters",
"error.page.sort.permission": "امکان مرتب‌سازی «{slug}» نیست",
"error.page.status.invalid": "لطفا وضعیت صحیحی برای صفحه انتخاب کنید",
"error.page.undefined": "صفحه مورد نظر پیدا نشد",
"error.page.update.permission": "شما اجازه بروزرسانی «{slug}» را ندارید",
"error.section.files.max.plural": "نباید بیش از {max} فایل به بخش «{section}» اضافه کنید",
"error.section.files.max.singular": "نباید بیش از یک فایل به بخش «{section}» اضافه کنید",
"error.section.files.min.plural": "The \"{section}\" section requires at least {min} files",
"error.section.files.min.singular": "The \"{section}\" section requires at least one file",
"error.section.pages.max.plural": "نباید بیش از {max} صفحه به بخش «{section}» اضافه کنید",
"error.section.pages.max.singular": "نباید بیش از یک صفحه به بخش «{section}» اضافه کنید",
"error.section.pages.min.plural": "The \"{section}\" section requires at least {min} pages",
"error.section.pages.min.singular": "The \"{section}\" section requires at least one page",
"error.section.notLoaded": "بخش «{name}» قابل بارکذاری نیست",
"error.section.type.invalid": "نوع بخش «{type}» غیرمجاز است",
"error.site.changeTitle.empty": "عنوان اجباری است",
"error.site.changeTitle.permission": "شما اجازه تغییر عنوان سایت را ندارید",
"error.site.update.permission": "شما اجازه بروزرسانی سایت را ندارید",
"error.template.default.notFound": "قالب پیش فرض موجود نیست",
"error.unexpected": "An unexpected error occurred! Enable debug mode for more info: https://getkirby.com/docs/reference/system/options/debug",
"error.user.changeEmail.permission": "شما اجازه تغییر ایمیل کاربر «{name}» را ندارید",
"error.user.changeLanguage.permission": "شما اجازه تغییر زبان برای کاربر «{name}» را ندارید",
"error.user.changeName.permission": "شما اجازه تنغییر نام کاربر «{name}» را ندارید",
"error.user.changePassword.permission": "شما اجازه تغییر رمز عبور کاربر «{name}» را ندارید",
"error.user.changeRole.lastAdmin": "نقش آخرین مدیر سیستم قابل تغییر نیست",
"error.user.changeRole.permission": "شما اجازه تغییر نقش کاربر «{name}» را ندارید",
"error.user.changeRole.toAdmin": "You are not allowed to promote someone to the admin role",
"error.user.create.permission": "شما اجازه ایجاد این کاربر را ندارید",
"error.user.delete": "کاربر «{name}» نمی تواند حذف شود",
2024-12-20 12:37:52 +01:00
"error.user.delete.lastAdmin": "حذف آخرین مدیر سیستم ممکن نیست",
2022-12-19 14:56:05 +01:00
"error.user.delete.lastUser": "حذف آخرین کاربر ممکن نیست",
"error.user.delete.permission": "شما اجازه حذف کاربر «{name}» را ندارید",
"error.user.duplicate": "کاربری با ایمیل «{email}» هم اکنون موجود است",
"error.user.email.invalid": "لطفا یک ایمیل معتبر وارد کنید",
"error.user.language.invalid": "لطفا زبان معتبری انتخاب کنید",
"error.user.notFound": "کاربر «{name}» پیدا نشد",
2024-12-20 12:37:52 +01:00
"error.user.password.excessive": "Please enter a valid password. Passwords must not be longer than 1000 characters.",
2022-12-19 14:56:05 +01:00
"error.user.password.invalid": "لطفا گذرواژه صحیحی با حداقل طول 8 حرف وارد کنید. ",
2024-12-20 12:37:52 +01:00
"error.user.password.notSame": "لطفا تکرار گذرواژه را وارد نمایید",
2022-12-19 14:56:05 +01:00
"error.user.password.undefined": "کاربر فاقد گذرواژه است",
"error.user.password.wrong": "Wrong password",
"error.user.role.invalid": "لطفا نقش صحیحی وارد نمایید",
"error.user.undefined": "کاربر مورد نظر پیدا نشد",
"error.user.update.permission": "شما اجازه بروزرسانی کاربر «{name}» را ندارید",
"error.validation.accepted": "لطفا تایید کنید",
"error.validation.alpha": "لطفا تنها از بین حروف a-z انتخاب کنید",
"error.validation.alphanum": "لطفا تنها از بین حروف a-z و اعداد 0-9 انتخاب کنید",
"error.validation.between": "لطفا مقداری مابین «{min}» و «{max}» وارد کنید",
"error.validation.boolean": "لطفا تایید یا رد کنید",
"error.validation.contains": "لطفا مقداری شامل «{needle}» وارد کنید",
"error.validation.date": "لطفا تاریخ معتبری وارد کنید",
"error.validation.date.after": "Please enter a date after {date}",
"error.validation.date.before": "Please enter a date before {date}",
"error.validation.date.between": "Please enter a date between {min} and {max}",
"error.validation.denied": "لطفا رد کنید",
"error.validation.different": "مقدار نباید مساوی «{other}» باشد",
2024-12-20 12:37:52 +01:00
"error.validation.email": "لطفا یک ایمیل معتبر وارد کنید",
2022-12-19 14:56:05 +01:00
"error.validation.endswith": "مقدار باید با «{end}» ختم شود",
"error.validation.filename": "لطفا نام فایل صحیحی وارد کنید",
"error.validation.in": "لطفا یکی از مقادیر روبرو را وارد کنید: ({in})",
"error.validation.integer": "لطفا عدد صحیحی وارد کنید",
"error.validation.ip": "لطفا IP آدرس صحیحی وارد کنید",
"error.validation.less": "لطفا مقداری کمتر از {max} وارد کنید",
"error.validation.match": "مقدار وارد شده با الگوی مورد نظر همخوانی ندارد",
"error.validation.max": "لطفا مقداری کوچکتر یا مساوی {min} وارد کنید",
"error.validation.maxlength": "لطفا عبارت کوتاه‌تری وارد کنید. (حداکثر {max} حرف)",
"error.validation.maxwords": "لطفا بیش از {max} کلمه وارد نکنید",
"error.validation.min": "لطفا مقداری بزرگتر یا مساوی با {min} وارد کنید",
"error.validation.minlength": "لطفا عبارتی طولانی‌تری وارد کنید. (حداقل {min} حرف)",
"error.validation.minwords": "لطفا حداقل {min} کلمه وارد کنید",
"error.validation.more": "لطفا مقداری بیش از {min} وارد کنید",
"error.validation.notcontains": "لطفا مقداری فاقد «{needle}» وارد کنید",
"error.validation.notin": "لطفا از مقادیر روبرو استفاده نکنید: ({notin})",
"error.validation.option": "لطفا گزینه معتبری انتخاب کنید",
"error.validation.num": "لطفا عدد صحیحی وارد کنید",
"error.validation.required": "لطفا مقداری وارد کنید",
"error.validation.same": "لطفا مقدار «{other}» را وارد کنید",
"error.validation.size": "اندازه ورودی باید معادل «{size}» باشد",
"error.validation.startswith": "مقدار باید با «{start}» شروع شود",
"error.validation.time": "لطفا زمان معتبری وارد کنید",
"error.validation.time.after": "Please enter a time after {time}",
"error.validation.time.before": "Please enter a time before {time}",
"error.validation.time.between": "Please enter a time between {min} and {max}",
"error.validation.url": "لطفا آدرس URL صحیح وارد کنید",
"expand": "Expand",
"expand.all": "Expand All",
"field.required": "The field is required",
"field.blocks.changeType": "Change type",
"field.blocks.code.name": "کد",
"field.blocks.code.language": "زبان",
"field.blocks.code.placeholder": "Your code …",
"field.blocks.delete.confirm": "Do you really want to delete this block?",
"field.blocks.delete.confirm.all": "Do you really want to delete all blocks?",
"field.blocks.delete.confirm.selected": "Do you really want to delete the selected blocks?",
"field.blocks.empty": "No blocks yet",
"field.blocks.fieldsets.label": "Please select a block type …",
"field.blocks.fieldsets.paste": "Press <kbd>{{ shortcut }}</kbd> to paste/import blocks from your clipboard",
"field.blocks.gallery.name": "Gallery",
"field.blocks.gallery.images.empty": "No images yet",
"field.blocks.gallery.images.label": "Images",
"field.blocks.heading.level": "Level",
"field.blocks.heading.name": "Heading",
"field.blocks.heading.text": "Text",
"field.blocks.heading.placeholder": "Heading …",
"field.blocks.image.alt": "Alternative text",
"field.blocks.image.caption": "Caption",
"field.blocks.image.crop": "Crop",
"field.blocks.image.link": "پیوند",
"field.blocks.image.location": "Location",
"field.blocks.image.name": "تصویر",
"field.blocks.image.placeholder": "Select an image",
"field.blocks.image.ratio": "Ratio",
"field.blocks.image.url": "Image URL",
"field.blocks.line.name": "Line",
"field.blocks.list.name": "List",
"field.blocks.markdown.name": "Markdown",
"field.blocks.markdown.label": "Text",
"field.blocks.markdown.placeholder": "Markdown …",
"field.blocks.quote.name": "Quote",
"field.blocks.quote.text.label": "Text",
"field.blocks.quote.text.placeholder": "Quote …",
"field.blocks.quote.citation.label": "Citation",
"field.blocks.quote.citation.placeholder": "by …",
"field.blocks.text.name": "Text",
"field.blocks.text.placeholder": "Text …",
"field.blocks.video.caption": "Caption",
"field.blocks.video.name": "Video",
"field.blocks.video.placeholder": "Enter a video URL",
"field.blocks.video.url.label": "Video-URL",
"field.blocks.video.url.placeholder": "https://youtube.com/?v=",
"field.files.empty": "فایلی انتخاب نشده است",
"field.layout.delete": "Delete layout",
"field.layout.delete.confirm": "Do you really want to delete this layout?",
"field.layout.empty": "No rows yet",
"field.layout.select": "Select a layout",
"field.object.empty": "No information yet",
"field.pages.empty": "صفحه‌ای انتخاب نشده است",
2024-12-20 12:37:52 +01:00
"field.structure.delete.confirm": "مدخل جاری حذف شود؟",
2023-04-14 16:34:06 +02:00
"field.structure.delete.confirm.all": "Do you really want to delete all entries?",
2024-12-20 12:37:52 +01:00
"field.structure.empty": "موردی وجود ندارد.",
2022-12-19 14:56:05 +01:00
"field.users.empty": "کاربری انتخاب نشده است",
"file.blueprint": "This file has no blueprint yet. You can define the setup in <strong>/site/blueprints/files/{blueprint}.yml</strong>",
"file.delete.confirm": "آیا واقعا می خواهید این فایل را حذف کنید؟<br><strong>{filename}</strong>",
"file.sort": "Change position",
"files": "فایل‌ها",
"files.empty": "فایلی موجود نیست",
"hide": "Hide",
"hour": "ساعت",
"import": "Import",
"info": "Info",
2024-12-20 12:37:52 +01:00
"insert": "درج",
2022-12-19 14:56:05 +01:00
"insert.after": "Insert after",
"insert.before": "Insert before",
"install": "نصب",
"installation": "نصب و راه اندازی",
"installation.completed": "پنل کاربری نصب شد",
"installation.disabled": "نصب کننده پانل کاربری بصورت پیش‌فرض در سرورهای عمومی غیرفعال است. لطفا نصب را روی یک ماشین محلی اجرا کنید یا آن را با استفاده از <code>panel.install</code> فعال کنید.",
"installation.issues.accounts": "پوشه <code>/site/accounts</code> موجود نیست یا قابل نوشتن نیست.",
"installation.issues.content": "پوشه <code>/content</code> موجود نیست یا قابل نوشتن نیست",
"installation.issues.curl": "افزونه <code>CURL</code> مورد نیاز است",
"installation.issues.headline": "نصب پانل کاربری ممکن نیست",
"installation.issues.mbstring": "افزونه <code>MB String</code> مورد نیاز است",
"installation.issues.media": "پوشه <code>/media</code> موجود نیست یا قابل نوشتن نیست",
2023-04-14 16:34:06 +02:00
"installation.issues.php": "لطفا از پی‌اچ‌پی 8 یا بالاتر استفاده کنید",
2022-12-19 14:56:05 +01:00
"installation.issues.server": "کربی نیاز به <code>Apache</code>، <code>Nginx</code> یا <code>Caddy</code> دارد",
"installation.issues.sessions": "پوشه <code>/site/sessions</code> وجود ندارد یا قابل نوشتن نیست",
2024-12-20 12:37:52 +01:00
"language": "زبان",
2022-12-19 14:56:05 +01:00
"language.code": "کد",
"language.convert": "پیش‌فرض شود",
"language.convert.confirm": "<p>آیا واقعا میخواهید <strong>{name}</strong> را به زبان پیشفرض تبدیل کنید؟ این عمل برگشت ناپذیر است.</p> <p>اگر <strong>{name}</strong> دارای محتوای غیر ترجمه شده باشد، جایگزین معتبر دیگری نخواهد بود و ممکن است بخش‌هایی از سایت شما خالی باشد.</p>",
"language.create": "افزودن زبان جدید",
"language.delete.confirm": "آیا واقعا میخواهید زبان </strong>{name}</strong> را به همراه تمام ترجمه‌ها حذف کنید؟ این عمل قابل بازگشت نخواهد بود!",
"language.deleted": "زبان مورد نظر حذف شد",
"language.direction": "rtl",
"language.direction.ltr": "چپ به راست",
"language.direction.rtl": "راست به چپ",
"language.locale": "PHP locale string",
"language.locale.warning": "You are using a custom locale set up. Please modify it in the language file in /site/languages",
2024-12-20 12:37:52 +01:00
"language.name": "نام",
2022-12-19 14:56:05 +01:00
"language.updated": "زبان به روز شد",
"languages": "زبان‌ها",
"languages.default": "زبان پیش‌فرض",
"languages.empty": "هنوز هیچ زبانی موجود نیست",
"languages.secondary": "زبان‌های ثانویه",
"languages.secondary.empty": "هنوز هیچ زبان ثانویه‌ای موجود نیست",
2024-12-20 12:37:52 +01:00
"license": "مجوز",
2022-12-19 14:56:05 +01:00
"license.buy": "خرید مجوز",
"license.register": "ثبت",
"license.manage": "Manage your licenses",
"license.register.help": "پس از خرید از طریق ایمیل، کد مجوز خود را دریافت کردید. لطفا برای ثبت‌نام آن را کپی و اینجا پیست کنید.",
"license.register.label": "لطفا کد مجوز خود را وارد کنید",
2023-04-14 16:34:06 +02:00
"license.register.domain": "Your license will be registered to <strong>{host}</strong>.",
"license.register.local": "You are about to register your license for your local domain <strong>{host}</strong>. If this site will be deployed to a public domain, please register it there instead. If {host} is the domain you want to license Kirby to, please continue.",
2022-12-19 14:56:05 +01:00
"license.register.success": "با تشکر از شما برای حمایت از کربی",
"license.unregistered": "این یک نسخه آزمایشی ثبت نشده از کربی است",
"license.unregistered.label": "Unregistered",
2024-12-20 12:37:52 +01:00
"link": "پیوند",
"link.text": "متن پیوند",
2022-12-19 14:56:05 +01:00
"loading": "بارگزاری",
"lock.unsaved": "Unsaved changes",
"lock.unsaved.empty": "There are no more unsaved changes",
"lock.isLocked": "Unsaved changes by <strong>{email}</strong>",
"lock.file.isLocked": "The file is currently being edited by {email} and cannot be changed.",
"lock.page.isLocked": "The page is currently being edited by {email} and cannot be changed.",
"lock.unlock": "Unlock",
"lock.isUnlocked": "Your unsaved changes have been overwritten by another user. You can download your changes to merge them manually.",
"login": "ورود",
"login.code.label.login": "Login code",
"login.code.label.password-reset": "Password reset code",
"login.code.placeholder.email": "000 000",
"login.code.text.email": "If your email address is registered, the requested code was sent via email.",
"login.email.login.body": "Hi {user.nameOrEmail},\n\nYou recently requested a login code for the Panel of {site}.\nThe following login code will be valid for {timeout} minutes:\n\n{code}\n\nIf you did not request a login code, please ignore this email or contact your administrator if you have questions.\nFor security, please DO NOT forward this email.",
"login.email.login.subject": "Your login code",
"login.email.password-reset.body": "Hi {user.nameOrEmail},\n\nYou recently requested a password reset code for the Panel of {site}.\nThe following password reset code will be valid for {timeout} minutes:\n\n{code}\n\nIf you did not request a password reset code, please ignore this email or contact your administrator if you have questions.\nFor security, please DO NOT forward this email.",
"login.email.password-reset.subject": "Your password reset code",
"login.remember": "مرا به خاطر بسپار",
"login.reset": "Reset password",
"login.toggleText.code.email": "Login via email",
"login.toggleText.code.email-password": "Login with password",
"login.toggleText.password-reset.email": "Forgot your password?",
"login.toggleText.password-reset.email-password": "← Back to login",
"logout": "خروج",
"menu": "منو",
"meridiem": "ق.ظ/ب.ظ",
"mime": "نوع رسانه",
"minutes": "دقیقه",
"month": "ماه",
2024-12-20 12:37:52 +01:00
"months.april": "آوریل",
"months.august": "اوت",
"months.december": "دسامبر",
2022-12-19 14:56:05 +01:00
"months.february": "فوریه",
2024-12-20 12:37:52 +01:00
"months.january": "ژانویه",
"months.july": "ژوئیه",
"months.june": "ژوئن",
"months.march": "مارس",
"months.may": "می",
"months.november": "نوامبر",
"months.october": "اکتبر",
"months.september": "سپتامبر",
2022-12-19 14:56:05 +01:00
"more": "بیشتر",
"name": "نام",
"next": "بعدی",
"no": "no",
"off": "off",
"on": "on",
"open": "بازکردن",
"open.newWindow": "Open in new window",
"options": "گزینه‌ها",
"options.none": "No options",
"orientation": "جهت",
"orientation.landscape": "افقی",
"orientation.portrait": "عمودی",
"orientation.square": "مربع",
"page.blueprint": "This page has no blueprint yet. You can define the setup in <strong>/site/blueprints/pages/{blueprint}.yml</strong>",
"page.changeSlug": "تغییر Url صفحه",
2024-12-20 12:37:52 +01:00
"page.changeSlug.fromTitle": "ایجاد از روی عنوان",
2022-12-19 14:56:05 +01:00
"page.changeStatus": "تغییر وضعیت",
"page.changeStatus.position": "لطفا یک موقعیت را انتخاب کنید",
"page.changeStatus.select": "یک وضعیت جدید را انتخاب کنید",
"page.changeTemplate": "تغییر قالب",
"page.delete.confirm": "صفحه <strong>{title}</strong> حذف شود؟",
"page.delete.confirm.subpages": "<strong>این صفحه دارای زیرصفحه است</strong>. <br>تمام زیر صفحات نیز حذف خواهد شد.",
"page.delete.confirm.title": "جهت ادامه عنوان صفحه را وارد کنید",
"page.draft.create": "ایجاد پیش‌نویس",
"page.duplicate.appendix": "کپی",
"page.duplicate.files": "Copy files",
"page.duplicate.pages": "Copy pages",
"page.sort": "Change position",
"page.status": "وضعیت",
"page.status.draft": "پیش‌نویس",
"page.status.draft.description": "The page is in draft mode and only visible for logged in editors or via secret link",
"page.status.listed": "عمومی",
"page.status.listed.description": "این صفحه برای عموم قابل مشاهده است",
"page.status.unlisted": "فهرست نشده",
"page.status.unlisted.description": "این صفحه فقط از طریق URL قابل دسترسی است",
"pages": "صفحات",
"pages.empty": "هنوز هیچ صفحه‌ای موجود نیست",
"pages.status.draft": "پیش‌نویس‌ها",
"pages.status.listed": "منتشر شده",
"pages.status.unlisted": "فهرست نشده",
"pagination.page": "صفحه",
2024-12-20 12:37:52 +01:00
"password": "گذرواژه",
2022-12-19 14:56:05 +01:00
"paste": "Paste",
"paste.after": "Paste after",
"pixel": "پیکسل",
"plugin": "Plugin",
"plugins": "Plugins",
"prev": "قبلی",
"preview": "Preview",
"remove": "حذف",
"rename": "تغییر نام",
2024-12-20 12:37:52 +01:00
"replace": "جایگزینی",
"retry": "تلاش مجدد",
2022-12-19 14:56:05 +01:00
"revert": "بازگرداندن تغییرات",
"revert.confirm": "Do you really want to <strong>delete all unsaved changes</strong>?",
2024-12-20 12:37:52 +01:00
"role": "نقش",
2022-12-19 14:56:05 +01:00
"role.admin.description": "The admin has all rights",
"role.admin.title": "Admin",
"role.all": "همه",
"role.empty": "هیچ کاربری با این نقش وجود ندارد",
"role.description.placeholder": "فاقد شرح",
"role.nobody.description": "This is a fallback role without any permissions",
"role.nobody.title": "Nobody",
2024-12-20 12:37:52 +01:00
"save": "ذخیره",
2022-12-19 14:56:05 +01:00
"search": "جستجو",
"search.min": "Enter {min} characters to search",
"search.all": "Show all",
"search.results.none": "No results",
"section.required": "The section is required",
"security": "Security",
"select": "انتخاب",
"server": "Server",
"settings": "تنظیمات",
"show": "Show",
"site.blueprint": "The site has no blueprint yet. You can define the setup in <strong>/site/blueprints/site.yml</strong>",
"size": "اندازه",
"slug": "پسوند Url",
"sort": "ترتیب",
"stats.empty": "No reports",
"system.issues.content": "The content folder seems to be exposed",
"system.issues.eol.kirby": "Your installed Kirby version has reached end-of-life and will not receive further security updates",
"system.issues.eol.plugin": "Your installed version of the { plugin } plugin is has reached end-of-life and will not receive further security updates",
"system.issues.debug": "Debugging must be turned off in production",
"system.issues.git": "The .git folder seems to be exposed",
"system.issues.https": "We recommend HTTPS for all your sites",
"system.issues.kirby": "The kirby folder seems to be exposed",
"system.issues.site": "The site folder seems to be exposed",
"system.issues.vulnerability.kirby": "Your installation might be affected by the following vulnerability ({ severity } severity): { description }",
"system.issues.vulnerability.plugin": "Your installation might be affected by the following vulnerability in the { plugin } plugin ({ severity } severity): { description }",
"system.updateStatus": "Update status",
"system.updateStatus.error": "Could not check for updates",
"system.updateStatus.not-vulnerable": "No known vulnerabilities",
"system.updateStatus.security-update": "Free security update { version } available",
"system.updateStatus.security-upgrade": "Upgrade { version } with security fixes available",
"system.updateStatus.unreleased": "Unreleased version",
"system.updateStatus.up-to-date": "Up to date",
"system.updateStatus.update": "Free update { version } available",
"system.updateStatus.upgrade": "Upgrade { version } available",
"title": "عنوان",
2024-12-20 12:37:52 +01:00
"template": "قالب صفحه",
2022-12-19 14:56:05 +01:00
"today": "امروز",
"toolbar.button.code": "کد",
2024-12-20 12:37:52 +01:00
"toolbar.button.bold": "متن با حروف درشت",
"toolbar.button.email": "پست الکترونیک",
2022-12-19 14:56:05 +01:00
"toolbar.button.headings": "عنوان‌ها",
"toolbar.button.heading.1": "عنوان 1",
"toolbar.button.heading.2": "عنوان 2",
"toolbar.button.heading.3": "عنوان 3",
"toolbar.button.heading.4": "Heading 4",
"toolbar.button.heading.5": "Heading 5",
"toolbar.button.heading.6": "Heading 6",
2024-12-20 12:37:52 +01:00
"toolbar.button.italic": "متن اریب",
"toolbar.button.file": "File",
2022-12-19 14:56:05 +01:00
"toolbar.button.file.select": "Select a file",
"toolbar.button.file.upload": "Upload a file",
2024-12-20 12:37:52 +01:00
"toolbar.button.link": "پیوند",
2022-12-19 14:56:05 +01:00
"toolbar.button.paragraph": "Paragraph",
"toolbar.button.strike": "Strike-through",
"toolbar.button.ol": "لیست مرتب",
"toolbar.button.underline": "Underline",
"toolbar.button.ul": "لیست معمولی",
"translation.author": "تیم کربی",
"translation.direction": "rtl",
"translation.name": "انگلیسی",
"translation.locale": "fa_IR",
"upload": "بارگذاری",
"upload.error.cantMove": "The uploaded file could not be moved",
"upload.error.cantWrite": "Failed to write file to disk",
"upload.error.default": "The file could not be uploaded",
"upload.error.extension": "File upload stopped by extension",
"upload.error.formSize": "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the form",
"upload.error.iniPostSize": "The uploaded file exceeds the post_max_size directive in php.ini",
"upload.error.iniSize": "The uploaded file exceeds the upload_max_filesize directive in php.ini",
"upload.error.noFile": "No file was uploaded",
"upload.error.noFiles": "No files were uploaded",
"upload.error.partial": "The uploaded file was only partially uploaded",
"upload.error.tmpDir": "Missing a temporary folder",
2024-12-20 12:37:52 +01:00
"upload.errors": "Error",
2022-12-19 14:56:05 +01:00
"upload.progress": "در حال بارگذاری...",
"url": "Url",
"url.placeholder": "https://example.com",
"user": "کاربر",
"user.blueprint": "You can define additional sections and form fields for this user role in <strong>/site/blueprints/users/{blueprint}.yml</strong>",
"user.changeEmail": "تغییر ایمیل",
"user.changeLanguage": "تغییر زبان",
"user.changeName": "تغییر نام این کاربر",
"user.changePassword": "تغییر گذرواژه",
"user.changePassword.new": "گذرواژه جدید",
"user.changePassword.new.confirm": "تایید گذرواژه جدید...",
"user.changeRole": "تغییر نقش",
"user.changeRole.select": "یک نقش جدید را انتخاب کنید",
"user.create": "افزودن کاربر جدید",
"user.delete": "حذف کاربر جاری",
"user.delete.confirm": "آیا واقعا میخواهید<strong> {email}</strong> را حذف کنید؟",
"users": "کاربران",
2024-12-20 12:37:52 +01:00
"version": "نسخه نرم افزار",
2022-12-19 14:56:05 +01:00
"version.current": "Current version",
"version.latest": "Latest version",
"versionInformation": "Version information",
"view.account": "حساب کاربری شما",
2024-12-20 12:37:52 +01:00
"view.installation": "نصب و راه اندازی",
2022-12-19 14:56:05 +01:00
"view.languages": "زبان‌ها",
"view.resetPassword": "Reset password",
"view.site": "سایت",
"view.system": "System",
2024-12-20 12:37:52 +01:00
"view.users": "کاربران",
2022-12-19 14:56:05 +01:00
"welcome": "خوش آمدید",
"year": "سال",
"yes": "yes"
2022-06-17 17:51:59 +02:00
}