From 12d18fa46c81d2ddedcd825f61bea925d6472fd8 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Mon, 20 May 2024 15:54:26 +0200 Subject: [PATCH 01/54] perf: undebounce autocomplete --- .../js/frappe/form/controls/autocomplete.js | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/frappe/public/js/frappe/form/controls/autocomplete.js b/frappe/public/js/frappe/form/controls/autocomplete.js index 344320c468..beb951a567 100644 --- a/frappe/public/js/frappe/form/controls/autocomplete.js +++ b/frappe/public/js/frappe/form/controls/autocomplete.js @@ -90,16 +90,13 @@ frappe.ui.form.ControlAutocomplete = class ControlAutoComplete extends frappe.ui $(this.input_area).find(".awesomplete ul").css("min-width", "100%"); - this.$input.on( - "input", - frappe.utils.debounce((e) => { - if (this.get_query || this.df.get_query) { - this.execute_query_if_exists(e.target.value); - } else { - this.awesomplete.list = this.get_data(); - } - }, 500) - ); + this.$input.on("input", (e) => { + if (this.get_query || this.df.get_query) { + this.execute_query_if_exists(e.target.value); + } else { + this.awesomplete.list = this.get_data(); + } + }); this.$input.on("focus", () => { if (!this.$input.val()) { From cc4d369e3fb2ab5b7bc5b22fd941595558af583e Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Fri, 24 May 2024 12:25:29 +0200 Subject: [PATCH 02/54] test: refactor autocomplete cypress test --- cypress/integration/control_autocomplete.js | 27 +++++++++------------ 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/cypress/integration/control_autocomplete.js b/cypress/integration/control_autocomplete.js index 6dc57fcf43..efb554ca5b 100644 --- a/cypress/integration/control_autocomplete.js +++ b/cypress/integration/control_autocomplete.js @@ -1,11 +1,13 @@ context("Control Autocomplete", () => { before(() => { cy.login(); - cy.visit("/app/website"); + cy.visit("/app"); }); function get_dialog_with_autocomplete(options) { - cy.visit("/app/website"); + cy.visit("/app"); + cy.wait(1000); // wait for the workspace to load + return cy.dialog({ title: "Autocomplete", fields: [ @@ -22,16 +24,14 @@ context("Control Autocomplete", () => { it("should set the valid value", () => { get_dialog_with_autocomplete().as("dialog"); - cy.get(".frappe-control[data-fieldname=autocomplete] input").focus().as("input"); - cy.wait(1000); - cy.get("@input").type("2", { delay: 300 }); + cy.get(".frappe-control[data-fieldname=autocomplete] input").as("input"); + cy.get("@input").focus(); cy.get(".frappe-control[data-fieldname=autocomplete]") .findByRole("listbox") .should("be.visible"); - cy.get(".frappe-control[data-fieldname=autocomplete] input").type("{enter}", { - delay: 300, - }); - cy.get(".frappe-control[data-fieldname=autocomplete] input").blur(); + cy.get("@input").type("2", { delay: 300 }).type("{enter}", { delay: 300 }); + cy.wait(500); + cy.get("@input").blur(); cy.get("@dialog").then((dialog) => { let value = dialog.get_value("autocomplete"); expect(value).to.eq("Option 2"); @@ -46,15 +46,12 @@ context("Control Autocomplete", () => { ]; get_dialog_with_autocomplete(options_with_label).as("dialog"); - cy.get(".frappe-control[data-fieldname=autocomplete] input").focus().as("input"); + cy.get(".frappe-control[data-fieldname=autocomplete] input").as("input"); + cy.get("@input").focus(); cy.get(".frappe-control[data-fieldname=autocomplete]") .findByRole("listbox") .should("be.visible"); - cy.get("@input").type("2", { delay: 300 }); - cy.get(".frappe-control[data-fieldname=autocomplete] input").type("{enter}", { - delay: 300, - }); - cy.get(".frappe-control[data-fieldname=autocomplete] input").blur(); + cy.get("@input").type("2{enter}", { delay: 300 }).blur(); cy.get("@dialog").then((dialog) => { let value = dialog.get_value("autocomplete"); expect(value).to.eq("option_2"); From 33f09914320cb47065a7b97d024b880b89673a26 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 26 May 2024 06:46:23 +0530 Subject: [PATCH 03/54] fix: Turkish translations --- frappe/locale/tr.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/frappe/locale/tr.po b/frappe/locale/tr.po index 275309b199..9379189a37 100644 --- a/frappe/locale/tr.po +++ b/frappe/locale/tr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-05-19 09:33+0000\n" -"PO-Revision-Date: 2024-05-25 01:12\n" +"PO-Revision-Date: 2024-05-26 01:16\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -3252,7 +3252,7 @@ msgstr "" #: automation/doctype/auto_repeat/auto_repeat.py:437 msgid "Auto Repeat Document Creation Failed" -msgstr "" +msgstr "Otomatik Tekrar Belge Oluşturma Başarısız" #: automation/doctype/auto_repeat/auto_repeat.js:115 msgid "Auto Repeat Schedule" @@ -3264,7 +3264,7 @@ msgstr "" #: automation/doctype/auto_repeat/auto_repeat.py:440 msgid "Auto Repeat failed for {0}" -msgstr "" +msgstr "{0} için Otomatik Tekrarlama başarısız oldu" #. Label of a Section Break field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -3280,7 +3280,7 @@ msgstr "" #: automation/doctype/assignment_rule/assignment_rule.py:175 msgid "Auto assignment failed: {0}" -msgstr "" +msgstr "Otomatik atama başarısız oldu: {0}" #. Label of a Check field in DocType 'User' #: core/doctype/user/user.json @@ -12189,12 +12189,12 @@ msgstr "" #: integrations/doctype/ldap_settings/ldap_settings.py:358 msgid "Failed to change password." -msgstr "" +msgstr "Parola değiştirme başarısız oldu." #: desk/page/setup_wizard/setup_wizard.js:220 #: desk/page/setup_wizard/setup_wizard.py:36 msgid "Failed to complete setup" -msgstr "" +msgstr "Kurulum tamamlanamadı" #: integrations/doctype/webhook/webhook.py:151 msgid "Failed to compute request body: {}" @@ -12203,7 +12203,7 @@ msgstr "" #: printing/doctype/network_printer_settings/network_printer_settings.py:46 #: printing/doctype/network_printer_settings/network_printer_settings.py:48 msgid "Failed to connect to server" -msgstr "" +msgstr "Sunucuya bağlanılamadı" #: auth.py:658 msgid "Failed to decode token, please provide a valid base64-encoded token." @@ -12251,11 +12251,11 @@ msgstr "" #: email/doctype/email_queue/email_queue.py:280 msgid "Failed to send email with subject:" -msgstr "" +msgstr "Konuyu içeren e-posta gönderilemedi:" #: desk/doctype/notification_log/notification_log.py:41 msgid "Failed to send notification email" -msgstr "" +msgstr "Bildirim e-postası gönderilemedi" #: desk/page/setup_wizard/setup_wizard.py:23 msgid "Failed to update global settings" @@ -27316,7 +27316,7 @@ msgstr "Yeniden Dene" #: email/doctype/email_queue/email_queue_list.js:47 msgid "Retry Sending" -msgstr "" +msgstr "Tekrar Gönder" #: www/qrcode.html:15 msgid "Return to the Verification screen and enter the code displayed by your authentication app" From 09303cedc4a9f57ec177ac4dfc64afa71fe3c5df Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 26 May 2024 06:46:25 +0530 Subject: [PATCH 04/54] fix: Persian translations --- frappe/locale/fa.po | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index 4d8aaa33cf..8203669d09 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-05-19 09:33+0000\n" -"PO-Revision-Date: 2024-05-20 22:24\n" +"PO-Revision-Date: 2024-05-26 01:16\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -1210,7 +1210,7 @@ msgstr "" #: public/js/frappe/form/grid.js:63 msgid "Add Multiple" -msgstr "چندگانه اضافه کنید" +msgstr "افزودن چندگانه" #: core/page/permission_manager/permission_manager.js:439 msgid "Add New Permission Rule" @@ -5391,7 +5391,7 @@ msgstr "" #: public/js/frappe/ui/keyboard.js:284 msgid "Clear Cache and Reload" -msgstr "کش را پاک کنید و بارگذاری مجدد کنید" +msgstr "پاک کردن کش و بارگذاری مجدد" #: core/doctype/error_log/error_log_list.js:12 msgid "Clear Error Logs" @@ -10391,16 +10391,16 @@ msgstr "ویرایش بلوک سفارشی" #: printing/page/print_format_builder/print_format_builder.js:719 msgid "Edit Custom HTML" -msgstr "HTML سفارشی را ویرایش کنید" +msgstr "ویرایش HTML سفارشی" #: public/js/frappe/form/toolbar.js:556 msgid "Edit DocType" -msgstr "DocType را ویرایش کنید" +msgstr "ویرایش DocType" #: public/js/frappe/list/list_view.js:1736 msgctxt "Button in list view menu" msgid "Edit DocType" -msgstr "DocType را ویرایش کنید" +msgstr "ویرایش DocType" #: printing/page/print_format_builder_beta/print_format_builder_beta.js:42 #: workflow/page/workflow_builder/workflow_builder.js:42 @@ -10421,7 +10421,7 @@ msgstr "ویرایش فرم کامل" #: printing/page/print_format_builder/print_format_builder_field.html:26 msgid "Edit HTML" -msgstr "HTML را ویرایش کنید" +msgstr "ویرایش HTML" #: printing/page/print_format_builder/print_format_builder.js:602 #: printing/page/print_format_builder/print_format_builder_layout.html:8 @@ -10438,7 +10438,7 @@ msgstr "ویرایش کارت شماره" #: public/js/frappe/widgets/widget_dialog.js:46 msgid "Edit Onboarding" -msgstr "" +msgstr "ویرایش Onboarding" #: public/js/print_format_builder/print_format_builder.bundle.js:24 msgid "Edit Print Format" @@ -22451,7 +22451,7 @@ msgstr "باز" #: public/js/frappe/ui/keyboard.js:205 msgid "Open Awesomebar" -msgstr "Awesomebar را باز کنید" +msgstr "باز کردن Awesomebar" #: public/js/frappe/form/templates/timeline_message_box.html:67 msgid "Open Communication" @@ -22479,7 +22479,7 @@ msgstr "سند مرجع را باز کنید" #: public/js/frappe/ui/keyboard.js:223 msgid "Open Settings" -msgstr "تنظیمات را باز کنید" +msgstr "باز کردن تنظیمات" #: public/js/frappe/ui/toolbar/about.js:8 msgid "Open Source Applications for the Web" @@ -29717,7 +29717,7 @@ msgstr "تعداد بک آپ ها را تنظیم کنید" #: www/update-password.html:9 msgid "Set Password" -msgstr "قراردادن رمز عبور" +msgstr "تنظیم رمز عبور" #: custom/doctype/customize_form/customize_form.js:112 msgid "Set Permissions" From 1a764d054ed5077b59854ed35fd3da2924d4cca7 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 27 May 2024 06:57:55 +0530 Subject: [PATCH 05/54] fix: Persian translations --- frappe/locale/fa.po | 64 ++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index 8203669d09..e8cdd3d7d9 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-05-19 09:33+0000\n" -"PO-Revision-Date: 2024-05-26 01:16\n" +"PO-Revision-Date: 2024-05-27 01:27\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -4841,7 +4841,7 @@ msgstr "نمی توان یک {0} در برابر سند فرزند ایجاد ک #: desk/doctype/workspace/workspace.py:252 msgid "Cannot create private workspace of other users" -msgstr "نمی توان فضای کاری خصوصی سایر کاربران ایجاد کرد" +msgstr "نمی توان محیط کار خصوصی از سایر کاربران ایجاد کرد" #: core/doctype/file/file.py:152 msgid "Cannot delete Home and Attachments folders" @@ -4853,11 +4853,11 @@ msgstr "نمی توان حذف یا لغو کرد زیرا {0} {1} با {2} {3} #: desk/doctype/workspace/workspace.py:411 msgid "Cannot delete private workspace of other users" -msgstr "نمی توان فضای کاری خصوصی کاربران دیگر را حذف کرد" +msgstr "نمی توان محیط کار خصوصی کاربران دیگر را حذف کرد" #: desk/doctype/workspace/workspace.py:404 msgid "Cannot delete public workspace without Workspace Manager role" -msgstr "بدون نقش مدیر فضای کاری نمی توان فضای کاری عمومی را حذف کرد" +msgstr "بدون نقش مدیر محیط کار نمی توان محیط کار عمومی را حذف کرد" #: custom/doctype/customize_form/customize_form.js:358 msgid "Cannot delete standard action. You can hide it if you want" @@ -4969,7 +4969,7 @@ msgstr "نمی توان {0} را ارسال کرد." #: desk/doctype/workspace/workspace.py:345 msgid "Cannot update private workspace of other users" -msgstr "نمی توان فضای کاری خصوصی سایر کاربران را به روز کرد" +msgstr "نمی توان محیط کار خصوصی سایر کاربران را به روز کرد" #: desk/doctype/bulk_update/bulk_update.js:26 #: public/js/frappe/list/bulk_operations.js:336 @@ -6945,7 +6945,7 @@ msgstr "ایجاد ایمیل کاربر" #: public/js/frappe/views/workspace/workspace.js:476 msgid "Create Workspace" -msgstr "ایجاد فضای کاری" +msgstr "ایجاد محیط کار" #: printing/page/print_format_builder/print_format_builder_start.html:16 msgid "Create a New Format" @@ -8416,7 +8416,7 @@ msgstr "نمای پیش فرض" #: core/doctype/user/user.json msgctxt "User" msgid "Default Workspace" -msgstr "فضای کاری پیش فرض" +msgstr "محیط کار پیش فرض" #: core/doctype/doctype/doctype.py:1343 msgid "Default for 'Check' type of field {0} must be either '0' or '1'" @@ -8525,7 +8525,7 @@ msgstr "صفحه کانبان را حذف کنید" #: public/js/frappe/views/workspace/workspace.js:835 msgid "Delete Workspace" -msgstr "فضای کاری را حذف کنید" +msgstr "محیط کار را حذف کنید" #: public/js/frappe/views/reports/query_report.js:864 msgid "Delete and Generate New" @@ -10199,7 +10199,7 @@ msgstr "نام تکراری" #: public/js/frappe/views/workspace/workspace.js:558 #: public/js/frappe/views/workspace/workspace.js:820 msgid "Duplicate Workspace" -msgstr "فضای کاری تکراری" +msgstr "محیط کار تکراری" #: public/js/frappe/form/form.js:207 msgid "Duplicate current row" @@ -10484,7 +10484,7 @@ msgstr "ویرایش مقادیر" #: public/js/frappe/views/workspace/workspace.js:814 msgid "Edit Workspace" -msgstr "ویرایش فضای کاری" +msgstr "ویرایش محیط کار" #: desk/doctype/note/note.js:11 msgid "Edit mode" @@ -15111,7 +15111,7 @@ msgstr "پنهان کردن تعطیلات آخر هفته" #: public/js/frappe/views/workspace/workspace.js:826 msgid "Hide Workspace" -msgstr "فضای کاری را مخفی کنید" +msgstr "محیط کار را مخفی کنید" #. Description of the 'Hide Descendants' (Check) field in DocType 'User #. Permission' @@ -15209,7 +15209,7 @@ msgstr "صفحه اصلی / پوشه آزمایشی 1 / پوشه آزمایشی #: core/doctype/file/test_file.py:332 msgid "Home/Test Folder 2" -msgstr "صفحه اصلی/پوشه تست 2" +msgstr "Home/Test Folder 2" #. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' #: core/doctype/scheduled_job_type/scheduled_job_type.json @@ -20701,11 +20701,11 @@ msgstr "تنظیمات ناوبری" #: desk/doctype/workspace/workspace.py:297 msgid "Need Workspace Manager role to edit private workspace of other users" -msgstr "برای ویرایش فضای کاری خصوصی سایر کاربران به نقش مدیر فضای کاری نیاز دارید" +msgstr "برای ویرایش محیط کار خصوصی سایر کاربران به نقش مدیر محیط کار نیاز دارید" #: desk/doctype/workspace/workspace.py:341 msgid "Need Workspace Manager role to hide/unhide public workspaces" -msgstr "برای مخفی کردن/آشکار کردن فضاهای کاری عمومی به نقش مدیر فضای کاری نیاز دارید" +msgstr "برای مخفی کردن/آشکار کردن فضاهای کاری عمومی به نقش مدیر محیط کار نیاز دارید" #: model/document.py:634 msgid "Negative Value" @@ -20883,7 +20883,7 @@ msgstr "نام گردش کار جدید" #: public/js/frappe/views/workspace/workspace.js:1183 msgid "New Workspace" -msgstr "فضای کاری جدید" +msgstr "محیط کار جدید" #: www/update-password.html:77 msgid "New password cannot be same as old password" @@ -33017,7 +33017,7 @@ msgstr "" #: desk/doctype/workspace/workspace.js:23 msgid "This document allows you to edit limited fields. For all kinds of workspace customization, use the Edit button located on the workspace page" -msgstr "این سند به شما امکان ویرایش فیلدهای محدود را می دهد. برای انواع سفارشی سازی فضای کاری، از دکمه ویرایش واقع در صفحه فضای کاری استفاده کنید" +msgstr "این سند به شما امکان ویرایش فیلدهای محدود را می دهد. برای انواع سفارشی سازی محیط کار، از دکمه ویرایش واقع در صفحه محیط کار استفاده کنید" #: model/delete_doc.py:112 msgid "This document can not be deleted right now as it's being modified by another user. Please try again after some time." @@ -34657,7 +34657,7 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:567 msgid "Unhide Workspace" -msgstr "نمایش فضای کاری" +msgstr "نمایش محیط کار" #. Label of a Check field in DocType 'Custom Field' #: custom/doctype/custom_field/custom_field.json @@ -36154,7 +36154,7 @@ msgstr "تماشای ویدیو" #: desk/doctype/workspace/workspace.js:38 msgid "We do not allow editing of this document. Simply click the Edit button on the workspace page to make your workspace editable and customize it as you wish" -msgstr "ما اجازه ویرایش این سند را نمی دهیم. به سادگی روی دکمه ویرایش در صفحه فضای کاری کلیک کنید تا فضای کاری شما قابل ویرایش باشد و آن را به دلخواه شخصی سازی کنید." +msgstr "ما اجازه ویرایش این سند را نمی دهیم. به سادگی روی دکمه ویرایش در صفحه محیط کار کلیک کنید تا محیط کار شما قابل ویرایش باشد و آن را به دلخواه شخصی سازی کنید." #: templates/emails/delete_data_confirmation.html:2 msgid "We have received a request for deletion of {0} data associated with: {1}" @@ -36715,7 +36715,7 @@ msgstr "URL خوش آمدید" #. Name of a Workspace #: core/workspace/welcome_workspace/welcome_workspace.json desk/desktop.py:470 msgid "Welcome Workspace" -msgstr "فضای کاری خوش آمدید" +msgstr "محیط کار خوش آمدید" #: core/doctype/user/user.py:398 msgid "Welcome email sent" @@ -37032,55 +37032,55 @@ msgstr "فضای کار" #: public/js/frappe/router.js:193 msgid "Workspace {0} does not exist" -msgstr "فضای کاری {0} وجود ندارد" +msgstr "محیط کار {0} وجود ندارد" #. Name of a DocType #: desk/doctype/workspace_chart/workspace_chart.json msgid "Workspace Chart" -msgstr "نمودار فضای کاری" +msgstr "نمودار محیط کار" #. Name of a DocType #: desk/doctype/workspace_custom_block/workspace_custom_block.json msgid "Workspace Custom Block" -msgstr "بلوک سفارشی فضای کاری" +msgstr "بلوک سفارشی محیط کار" #. Name of a DocType #: desk/doctype/workspace_link/workspace_link.json msgid "Workspace Link" -msgstr "پیوند فضای کاری" +msgstr "پیوند محیط کار" #. Name of a role #: desk/doctype/custom_html_block/custom_html_block.json #: desk/doctype/workspace/workspace.json msgid "Workspace Manager" -msgstr "مدیر فضای کاری" +msgstr "مدیر محیط کار" #. Name of a DocType #: desk/doctype/workspace_number_card/workspace_number_card.json msgid "Workspace Number Card" -msgstr "کارت شماره فضای کاری" +msgstr "کارت شماره محیط کار" #. Name of a DocType #: desk/doctype/workspace_quick_list/workspace_quick_list.json msgid "Workspace Quick List" -msgstr "فهرست سریع فضای کاری" +msgstr "فهرست سریع محیط کار" #. Name of a DocType #: desk/doctype/workspace_shortcut/workspace_shortcut.json msgid "Workspace Shortcut" -msgstr "میانبر فضای کاری" +msgstr "میانبر محیط کار" #: desk/doctype/workspace/workspace.py:281 msgid "Workspace not found" -msgstr "فضای کاری پیدا نشد" +msgstr "محیط کار پیدا نشد" #: public/js/frappe/views/workspace/workspace.js:1276 msgid "Workspace {0} Created Successfully" -msgstr "فضای کاری {0} با موفقیت ایجاد شد" +msgstr "محیط کار {0} با موفقیت ایجاد شد" #: public/js/frappe/views/workspace/workspace.js:905 msgid "Workspace {0} Deleted Successfully" -msgstr "فضای کاری {0} با موفقیت حذف شد" +msgstr "محیط کار {0} با موفقیت حذف شد" #: public/js/frappe/views/workspace/workspace.js:683 msgid "Workspace {0} Edited Successfully" @@ -37637,7 +37637,7 @@ msgstr "برای ارسال این فرم باید وارد شوید" #: desk/doctype/workspace/workspace.py:73 msgid "You need to be Workspace Manager to edit this document" -msgstr "برای ویرایش این سند باید مدیر فضای کاری باشید" +msgstr "برای ویرایش این سند باید مدیر محیط کار باشید" #: www/attribution.py:14 msgid "You need to be a system user to access this page." @@ -38779,7 +38779,7 @@ msgstr "{0} بازدید از صفحه وب" #: public/js/frappe/ui/toolbar/search_utils.js:91 #: public/js/frappe/ui/toolbar/search_utils.js:92 msgid "{0} Workspace" -msgstr "{0} فضای کاری" +msgstr "{0} محیط کار" #: public/js/frappe/form/link_selector.js:225 msgid "{0} added" From 3d68e91bd44030b1b111cb6755a17b6a7d6ede28 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 28 May 2024 07:05:22 +0530 Subject: [PATCH 06/54] fix: Turkish translations --- frappe/locale/tr.po | 256 +++++++++++++++++++++----------------------- 1 file changed, 124 insertions(+), 132 deletions(-) diff --git a/frappe/locale/tr.po b/frappe/locale/tr.po index 9379189a37..fcebd1d015 100644 --- a/frappe/locale/tr.po +++ b/frappe/locale/tr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-05-19 09:33+0000\n" -"PO-Revision-Date: 2024-05-26 01:16\n" +"POT-Creation-Date: 2024-05-26 09:33+0000\n" +"PO-Revision-Date: 2024-05-28 01:35\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -945,7 +945,7 @@ msgstr "Aksiyon / Rota" msgid "Action Complete" msgstr "" -#: model/document.py:1710 +#: model/document.py:1717 msgid "Action Failed" msgstr "" @@ -1229,7 +1229,7 @@ msgstr "Sorgu Parametreleri Ekle" msgid "Add Review" msgstr "" -#: core/doctype/user/user.py:811 +#: core/doctype/user/user.py:753 msgid "Add Roles" msgstr "Rol Ekle" @@ -1385,10 +1385,6 @@ msgstr "{0} Eklendi" msgid "Added {0} ({1})" msgstr "Eklenen {0} ({1})" -#: core/doctype/user/user.py:308 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "" - #. Label of a Section Break field in DocType 'Custom DocPerm' #: core/doctype/custom_docperm/custom_docperm.json msgctxt "Custom DocPerm" @@ -1522,11 +1518,11 @@ msgstr "Yönetim" msgid "Administrator" msgstr "Yönetici" -#: core/doctype/user/user.py:1215 +#: core/doctype/user/user.py:1157 msgid "Administrator Logged In" msgstr "Yönetici Giriş Yaptı" -#: core/doctype/user/user.py:1209 +#: core/doctype/user/user.py:1151 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "" @@ -2120,7 +2116,7 @@ msgstr "" msgid "Allowing DocType, DocType. Be careful!" msgstr "" -#: core/doctype/user/user.py:1018 +#: core/doctype/user/user.py:960 msgid "Already Registered" msgstr "" @@ -2577,7 +2573,7 @@ msgstr "Arşivlenmiş Sütunlar" #: public/js/frappe/list/list_view.js:1867 msgid "Are you sure you want to clear the assignments?" -msgstr "" +msgstr "Atamaları temizlemek istediğinizen emin misiniz?" #: public/js/frappe/form/grid.js:269 msgid "Are you sure you want to delete all rows?" @@ -4280,11 +4276,11 @@ msgstr "Toplu Düzenleme" msgid "Bulk Edit {0}" msgstr "" -#: desk/reportview.py:524 +#: desk/reportview.py:525 msgid "Bulk Operation Failed" msgstr "Toplu İşlem Başarısız Oldu" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Bulk Operation Successful" msgstr "Toplu İşlem Başarılı" @@ -4782,7 +4778,7 @@ msgstr "Belgeler İptal Ediliyor" msgid "Cancelling {0}" msgstr "{0} İptal Ediliyor" -#: core/doctype/prepared_report/prepared_report.py:252 +#: core/doctype/prepared_report/prepared_report.py:254 msgid "Cannot Download Report due to insufficient permissions" msgstr "" @@ -4814,11 +4810,11 @@ msgstr "" msgid "Cannot cancel {0}." msgstr "{0} iptal edilemez." -#: model/document.py:856 +#: model/document.py:863 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "" -#: model/document.py:870 +#: model/document.py:877 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "" @@ -4902,7 +4898,7 @@ msgstr "" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "" -#: model/document.py:876 +#: model/document.py:883 msgid "Cannot edit cancelled document" msgstr "" @@ -4930,7 +4926,7 @@ msgstr "" msgid "Cannot have multiple printers mapped to a single print format." msgstr "" -#: model/document.py:944 +#: model/document.py:951 msgid "Cannot link cancelled document: {0}" msgstr "" @@ -4964,7 +4960,7 @@ msgstr "" #: public/js/frappe/list/bulk_operations.js:261 msgid "Cannot submit {0}." -msgstr "" +msgstr "{0} gönderilemiyor." #: desk/doctype/workspace/workspace.py:345 msgid "Cannot update private workspace of other users" @@ -4975,11 +4971,11 @@ msgstr "" msgid "Cannot update {0}" msgstr "" -#: model/db_query.py:1103 +#: model/db_query.py:1122 msgid "Cannot use sub-query in order by" msgstr "" -#: model/db_query.py:1121 +#: model/db_query.py:1140 msgid "Cannot use {0} in order/group by" msgstr "" @@ -5386,7 +5382,7 @@ msgstr "" #: public/js/frappe/list/list_view.js:1864 msgctxt "Button in list view actions menu" msgid "Clear Assignment" -msgstr "" +msgstr "Atamayı Temizle" #: public/js/frappe/ui/keyboard.js:284 msgid "Clear Cache and Reload" @@ -5702,7 +5698,7 @@ msgstr "" msgid "Collapse" msgstr "Daralt" -#: public/js/frappe/form/controls/code.js:179 +#: public/js/frappe/form/controls/code.js:183 msgctxt "Shrink code field." msgid "Collapse" msgstr "Daralt" @@ -5957,7 +5953,7 @@ msgctxt "Access Log" msgid "Columns / Fields" msgstr "Sütunlar / Alanlar" -#: public/js/frappe/views/kanban/kanban_view.js:394 +#: public/js/frappe/views/kanban/kanban_view.js:397 msgid "Columns based on" msgstr "Sütun Ayarlaması" @@ -6146,7 +6142,7 @@ msgstr "Firma Adı" msgid "Compare Versions" msgstr "" -#: core/doctype/server_script/server_script.py:150 +#: core/doctype/server_script/server_script.py:153 msgid "Compilation warning" msgstr "" @@ -6168,7 +6164,7 @@ msgstr "Tamamla" msgid "Complete By" msgstr "" -#: core/doctype/user/user.py:475 templates/emails/new_user.html:10 +#: core/doctype/user/user.py:426 templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "" @@ -6533,11 +6529,11 @@ msgctxt "Contact Us Settings" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "" -#: utils/change_log.py:358 +#: utils/change_log.py:360 msgid "Contains {0} security fix" msgstr "" -#: utils/change_log.py:356 +#: utils/change_log.py:358 msgid "Contains {0} security fixes" msgstr "" @@ -6734,7 +6730,7 @@ msgstr "" msgid "Could not connect to outgoing email server" msgstr "" -#: model/document.py:940 +#: model/document.py:947 msgid "Could not find {0}" msgstr "{0} bulunamadı." @@ -7561,7 +7557,7 @@ msgstr "Gösterge Paneli Özelleştir" #. Name of a DocType #: automation/doctype/auto_repeat/auto_repeat.js:33 #: custom/doctype/customize_form/customize_form.json -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 msgid "Customize Form" msgstr "Formu Özelleştir" @@ -8597,11 +8593,11 @@ msgctxt "Deleted Document" msgid "Deleted Name" msgstr "" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Deleted all documents successfully" msgstr "" -#: desk/reportview.py:506 +#: desk/reportview.py:507 msgid "Deleting {0}" msgstr "{0} Siliniyor" @@ -9211,7 +9207,7 @@ msgstr "" #: public/js/frappe/form/form.js:952 msgid "Do you want to cancel all linked documents?" -msgstr "" +msgstr "Bağlantılı tüm Dökümanları iptal etmek istiyor musunuz?" #. Label of a Select field in DocType 'Webhook' #: integrations/doctype/webhook/webhook.json @@ -9640,7 +9636,7 @@ msgstr "" msgid "Document Naming Settings" msgstr "" -#: model/document.py:1572 +#: model/document.py:1579 msgid "Document Queued" msgstr "" @@ -9887,7 +9883,7 @@ msgctxt "User Type" msgid "Document Types and Permissions" msgstr "" -#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1774 +#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1781 msgid "Document Unlocked" msgstr "" @@ -10681,7 +10677,7 @@ msgctxt "Email Account" msgid "Email Account Name" msgstr "E-posta Hesap Adı" -#: core/doctype/user/user.py:744 +#: core/doctype/user/user.py:686 msgid "Email Account added multiple times" msgstr "" @@ -11658,7 +11654,7 @@ msgstr "" msgid "Error in Client Script" msgstr "" -#: public/js/frappe/form/script_manager.js:241 +#: public/js/frappe/form/script_manager.js:242 msgid "Error in Client Script." msgstr "" @@ -11684,7 +11680,7 @@ msgstr "" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "" -#: model/document.py:826 +#: model/document.py:833 msgid "Error: Document has been modified after you have opened it" msgstr "Hata: Döküman siz açtıktan sonra değiştirildi." @@ -11898,7 +11894,7 @@ msgstr "" msgid "Expand" msgstr "Genişlet" -#: public/js/frappe/form/controls/code.js:180 +#: public/js/frappe/form/controls/code.js:184 msgctxt "Enlarge code field." msgid "Expand" msgstr "Genişlet" @@ -12209,7 +12205,7 @@ msgstr "Sunucuya bağlanılamadı" msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "" -#: desk/reportview.py:522 +#: desk/reportview.py:523 msgid "Failed to delete {0} documents: {1}" msgstr "{0} belge silinemedi: {1}" @@ -12989,7 +12985,7 @@ msgstr "Filtre Seçimi" msgid "Filters applied for {0}" msgstr "Filtreler {0} için Uygulandı" -#: public/js/frappe/views/kanban/kanban_view.js:186 +#: public/js/frappe/views/kanban/kanban_view.js:189 msgid "Filters saved" msgstr "" @@ -13285,7 +13281,7 @@ msgstr "" #: website/doctype/website_settings/website_settings.json msgctxt "Website Settings" msgid "Footer \"Powered By\"" -msgstr "" +msgstr "Alt Bilgi \"Tarafından desteklenmektedir\"" #. Label of a Select field in DocType 'Letter Head' #: printing/doctype/letter_head/letter_head.json @@ -15266,7 +15262,7 @@ msgstr "" msgid "ID" msgstr "ID" -#: desk/reportview.py:435 public/js/frappe/views/reports/report_view.js:917 +#: desk/reportview.py:436 public/js/frappe/views/reports/report_view.js:917 msgctxt "Label of name column in report" msgid "ID" msgstr "ID" @@ -15715,7 +15711,7 @@ msgstr "" msgid "Illegal Document Status for {0}" msgstr "" -#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1106 +#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1125 msgid "Illegal SQL Query" msgstr "" @@ -15822,7 +15818,7 @@ msgstr "" msgid "Image link '{0}' is not valid" msgstr "" -#: core/doctype/file/file.js:91 +#: core/doctype/file/file.js:100 msgid "Image optimized" msgstr "" @@ -16242,11 +16238,11 @@ msgstr "" msgid "Incorrect Verification code" msgstr "" -#: model/document.py:1387 +#: model/document.py:1394 msgid "Incorrect value in row {0}: {1} must be {2} {3}" msgstr "" -#: model/document.py:1391 +#: model/document.py:1398 msgid "Incorrect value: {0} must be {1} {2}" msgstr "" @@ -16442,11 +16438,11 @@ msgstr "" msgid "Insufficient Permission for {0}" msgstr "" -#: desk/reportview.py:339 +#: desk/reportview.py:340 msgid "Insufficient Permissions for deleting Report" msgstr "" -#: desk/reportview.py:310 +#: desk/reportview.py:311 msgid "Insufficient Permissions for editing Report" msgstr "" @@ -16716,7 +16712,7 @@ msgstr "" msgid "Invalid Parameters." msgstr "" -#: core/doctype/user/user.py:1230 www/update-password.html:121 +#: core/doctype/user/user.py:1172 www/update-password.html:121 #: www/update-password.html:142 www/update-password.html:144 #: www/update-password.html:245 msgid "Invalid Password" @@ -16763,7 +16759,7 @@ msgstr "" msgid "Invalid column" msgstr "" -#: model/document.py:859 model/document.py:873 +#: model/document.py:866 model/document.py:880 msgid "Invalid docstatus" msgstr "" @@ -16916,7 +16912,7 @@ msgstr "" #: email/doctype/email_flag_queue/email_flag_queue.json msgctxt "Email Flag Queue" msgid "Is Completed" -msgstr "" +msgstr "Tamamlandı" #. Label of a Check field in DocType 'Role' #: core/doctype/role/role.json @@ -17419,7 +17415,7 @@ msgstr "Kanban Kurulu" msgid "Kanban Board Column" msgstr "" -#: public/js/frappe/views/kanban/kanban_view.js:385 +#: public/js/frappe/views/kanban/kanban_view.js:388 msgid "Kanban Board Name" msgstr "" @@ -17429,7 +17425,7 @@ msgctxt "Kanban Board" msgid "Kanban Board Name" msgstr "" -#: public/js/frappe/views/kanban/kanban_view.js:262 +#: public/js/frappe/views/kanban/kanban_view.js:265 msgctxt "Button in kanban view menu" msgid "Kanban Settings" msgstr "" @@ -18846,7 +18842,7 @@ msgstr "" msgid "Log Settings" msgstr "" -#: www/app.py:21 +#: www/app.py:23 msgid "Log in to access this page." msgstr "" @@ -18963,7 +18959,7 @@ msgstr "" msgid "Login to {0}" msgstr "" -#: www/login.html:106 +#: www/login.html:106 www/login.html:190 msgid "Login with Email Link" msgstr "E-posta Bağlantısı ile Giriş" @@ -18991,7 +18987,7 @@ msgstr "" #: core/doctype/activity_log/activity_log.json msgctxt "Activity Log" msgid "Logout" -msgstr "" +msgstr "Çıkış" #: core/doctype/user/user.js:183 msgid "Logout All Sessions" @@ -20705,7 +20701,7 @@ msgstr "" msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "" -#: model/document.py:634 +#: model/document.py:641 msgid "Negative Value" msgstr "" @@ -20801,7 +20797,7 @@ msgstr "Yeni Etkinlik" msgid "New Folder" msgstr "Yeni Klasör" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "New Kanban Board" msgstr "Yeni Kanban Panosu" @@ -20887,7 +20883,7 @@ msgstr "Yeni Çalışma Alanı" msgid "New password cannot be same as old password" msgstr "" -#: utils/change_log.py:389 +#: utils/change_log.py:391 msgid "New updates are available" msgstr "Yeni güncellemeler mevcut" @@ -20935,11 +20931,11 @@ msgstr "" msgid "New {0}: {1}" msgstr "Yeni {0}: {1}" -#: utils/change_log.py:371 +#: utils/change_log.py:373 msgid "New {} releases for the following apps are available" msgstr "Aşağıdaki uygulamalar için yeni {} sürümler kullanıma sunuldu" -#: core/doctype/user/user.py:807 +#: core/doctype/user/user.py:749 msgid "Newly created user {0} has no roles enabled." msgstr "" @@ -21256,11 +21252,11 @@ msgstr "" msgid "No Results found" msgstr "" -#: core/doctype/user/user.py:808 +#: core/doctype/user/user.py:750 msgid "No Roles Specified" msgstr "" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "No Select Field Found" msgstr "" @@ -21268,7 +21264,7 @@ msgstr "" msgid "No Suggestions" msgstr "" -#: desk/reportview.py:594 +#: desk/reportview.py:595 msgid "No Tags" msgstr "" @@ -21352,7 +21348,7 @@ msgstr "" msgid "No failed logs" msgstr "" -#: public/js/frappe/views/kanban/kanban_view.js:368 +#: public/js/frappe/views/kanban/kanban_view.js:371 msgid "No fields found that can be used as a Kanban Column. Use the Customize Form to add a Custom Field of type \"Select\"." msgstr "Kanban Sütunu olarak kullanılabilecek alanlar bulunamadı. \"Seçim\" türünde yeni bir Özel Alan eklemek için Form Özelleştirmeyi kullanın." @@ -21423,7 +21419,7 @@ msgctxt "{0} = verb, {1} = object" msgid "No permission to '{0}' {1}" msgstr "" -#: model/db_query.py:927 +#: model/db_query.py:946 msgid "No permission to read {0}" msgstr "Okuma {0} izni yok" @@ -21478,7 +21474,7 @@ msgstr "" #: public/js/form_builder/utils.js:117 public/js/frappe/form/grid_row.js:253 msgctxt "Title of the 'row number' column" msgid "No." -msgstr "" +msgstr "Hayır." #. Label of a Check field in DocType 'Custom Field' #: custom/doctype/custom_field/custom_field.json @@ -21521,7 +21517,7 @@ msgctxt "Recorder Query" msgid "Normalized Query" msgstr "" -#: core/doctype/user/user.py:1013 templates/includes/login/login.js:258 +#: core/doctype/user/user.py:955 templates/includes/login/login.js:258 #: utils/oauth.py:265 msgid "Not Allowed" msgstr "İzin verilmedi" @@ -21590,7 +21586,7 @@ msgstr "" #: public/js/frappe/form/toolbar.js:260 public/js/frappe/form/toolbar.js:748 #: public/js/frappe/model/indicator.js:28 -#: public/js/frappe/views/kanban/kanban_view.js:167 +#: public/js/frappe/views/kanban/kanban_view.js:170 #: public/js/frappe/views/reports/report_view.js:173 #: public/js/print_format_builder/print_format_builder.bundle.js:39 #: website/doctype/web_form/templates/web_form.html:75 @@ -22151,7 +22147,7 @@ msgstr "" #: integrations/doctype/ldap_settings/ldap_settings.json msgctxt "LDAP Settings" msgid "Off" -msgstr "" +msgstr "Kapalı" #. Option for the 'Address Type' (Select) field in DocType 'Address' #: contacts/doctype/address/address.json @@ -22360,7 +22356,7 @@ msgctxt "S3 Backup Settings" msgid "Only change this if you want to use other S3 compatible object storage backends." msgstr "" -#: model/document.py:1075 +#: model/document.py:1082 msgid "Only draft documents can be discarded" msgstr "" @@ -22379,11 +22375,11 @@ msgstr "" msgid "Only one {0} can be set as primary." msgstr "" -#: desk/reportview.py:336 +#: desk/reportview.py:337 msgid "Only reports of type Report Builder can be deleted" msgstr "" -#: desk/reportview.py:307 +#: desk/reportview.py:308 msgid "Only reports of type Report Builder can be edited" msgstr "" @@ -22554,7 +22550,7 @@ msgstr "" msgid "Optimize" msgstr "" -#: core/doctype/file/file.js:89 +#: core/doctype/file/file.js:98 msgid "Optimizing image..." msgstr "" @@ -23272,11 +23268,11 @@ msgctxt "Web Form Field" msgid "Password" msgstr "" -#: core/doctype/user/user.py:1076 +#: core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "" -#: core/doctype/user/user.py:455 +#: core/doctype/user/user.py:406 msgid "Password Reset" msgstr "" @@ -23312,7 +23308,7 @@ msgstr "" msgid "Password not found for {0} {1} {2}" msgstr "" -#: core/doctype/user/user.py:1075 +#: core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "" @@ -23324,7 +23320,7 @@ msgstr "" msgid "Password size exceeded the maximum allowed size" msgstr "" -#: core/doctype/user/user.py:871 +#: core/doctype/user/user.py:813 msgid "Password size exceeded the maximum allowed size." msgstr "" @@ -23817,7 +23813,7 @@ msgstr "" msgid "Please add a valid comment." msgstr "" -#: core/doctype/user/user.py:1058 +#: core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" msgstr "" @@ -23849,7 +23845,7 @@ msgstr "" msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "" -#: core/doctype/user/user.py:1056 +#: core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "" @@ -23997,7 +23993,7 @@ msgstr "" msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "" -#: model/document.py:828 +#: model/document.py:835 msgid "Please refresh to get the latest document." msgstr "En son versiyonu almak için lütfen sayfayı yenileyin." @@ -24069,7 +24065,7 @@ msgstr "" msgid "Please select applicable Doctypes" msgstr "" -#: model/db_query.py:1118 +#: model/db_query.py:1137 msgid "Please select atleast 1 column from {0} to sort/group" msgstr "" @@ -24136,7 +24132,7 @@ msgstr "" msgid "Please setup default Email Account from Settings > Email Account" msgstr "" -#: core/doctype/user/user.py:406 +#: core/doctype/user/user.py:371 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "" @@ -24950,7 +24946,7 @@ msgstr "Profil" msgid "Progress" msgstr "" -#: public/js/frappe/views/kanban/kanban_view.js:405 +#: public/js/frappe/views/kanban/kanban_view.js:408 msgid "Project" msgstr "Proje" @@ -26422,7 +26418,7 @@ msgstr "Yenileniyor" msgid "Refreshing..." msgstr "Yenileniyor..." -#: core/doctype/user/user.py:1020 +#: core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "" @@ -26924,7 +26920,7 @@ msgstr "" msgid "Report limit reached" msgstr "" -#: core/doctype/prepared_report/prepared_report.py:210 +#: core/doctype/prepared_report/prepared_report.py:212 msgid "Report timed out." msgstr "" @@ -26945,7 +26941,7 @@ msgstr "" msgid "Report {0}" msgstr "" -#: desk/reportview.py:343 +#: desk/reportview.py:344 msgid "Report {0} deleted" msgstr "" @@ -26953,7 +26949,7 @@ msgstr "" msgid "Report {0} is disabled" msgstr "" -#: desk/reportview.py:320 +#: desk/reportview.py:321 msgid "Report {0} saved" msgstr "" @@ -27638,7 +27634,7 @@ msgctxt "DocPerm" msgid "Role and Level" msgstr "" -#: core/doctype/user/user.py:351 +#: core/doctype/user/user.py:316 msgid "Role has been set as per the user type {0}" msgstr "" @@ -27854,7 +27850,7 @@ msgctxt "Role" msgid "Route: Example \"/app\"" msgstr "" -#: model/base_document.py:739 model/base_document.py:780 model/document.py:619 +#: model/base_document.py:739 model/base_document.py:780 model/document.py:626 msgid "Row" msgstr "Satır" @@ -28215,7 +28211,7 @@ msgstr "Cumartesi" #: public/js/frappe/utils/common.js:443 #: public/js/frappe/views/kanban/kanban_settings.js:45 #: public/js/frappe/views/kanban/kanban_settings.js:189 -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 #: public/js/frappe/views/reports/query_report.js:1803 #: public/js/frappe/views/reports/report_view.js:1640 #: public/js/frappe/views/workspace/workspace.js:498 @@ -28407,7 +28403,7 @@ msgctxt "Newsletter" msgid "Scheduled To Send" msgstr "" -#: core/doctype/server_script/server_script.py:141 +#: core/doctype/server_script/server_script.py:144 msgid "Scheduled execution for script {0} has updated" msgstr "" @@ -30441,7 +30437,7 @@ msgctxt "Email Group" msgid "Sign Up and Confirmation" msgstr "Kayıt ve Doğrulama" -#: core/doctype/user/user.py:1013 +#: core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "Kaydolma devre dışı bırakıldı" @@ -30886,7 +30882,7 @@ msgctxt "Website Settings" msgid "Splash Image" msgstr "" -#: desk/reportview.py:382 public/js/frappe/web_form/web_form_list.js:175 +#: desk/reportview.py:383 public/js/frappe/web_form/web_form_list.js:175 #: templates/print_formats/standard_macros.html:44 msgid "Sr" msgstr "Sr" @@ -30961,11 +30957,11 @@ msgstr "" msgid "Standard Print Style cannot be changed. Please duplicate to edit." msgstr "" -#: desk/reportview.py:333 +#: desk/reportview.py:334 msgid "Standard Reports cannot be deleted" msgstr "" -#: desk/reportview.py:304 +#: desk/reportview.py:305 msgid "Standard Reports cannot be edited" msgstr "" @@ -31654,7 +31650,7 @@ msgstr "" #: public/js/frappe/list/list_view.js:1990 msgctxt "Title of confirmation dialog" msgid "Submit {0} documents?" -msgstr "" +msgstr "{0} belge gönderilsin mi?" #: public/js/frappe/model/indicator.js:95 #: public/js/frappe/ui/filters/filter.js:501 @@ -31841,7 +31837,7 @@ msgctxt "Recorder" msgid "Suggested Indexes" msgstr "" -#: core/doctype/user/user.py:728 +#: core/doctype/user/user.py:670 msgid "Suggested Username: {0}" msgstr "" @@ -32335,7 +32331,7 @@ msgstr "" msgid "Table updated" msgstr "" -#: model/document.py:1401 +#: model/document.py:1408 msgid "Table {0} cannot be empty" msgstr "" @@ -32473,7 +32469,7 @@ msgstr "" msgid "Templates" msgstr "" -#: core/doctype/user/user.py:1024 +#: core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "" @@ -32768,11 +32764,11 @@ msgid "The project number obtained from Google Cloud Console under " msgstr "" -#: core/doctype/user/user.py:984 +#: core/doctype/user/user.py:926 msgid "The reset password link has been expired" msgstr "" -#: core/doctype/user/user.py:986 +#: core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" msgstr "" @@ -32903,15 +32899,11 @@ msgstr "" msgid "There must be atleast one permission rule." msgstr "" -#: core/doctype/user/user.py:536 -msgid "There should remain at least one System Manager" -msgstr "" - #: www/error.py:16 msgid "There was an error building this page" msgstr "Bu sayfayı oluştururken bir hata oluştu." -#: public/js/frappe/views/kanban/kanban_view.js:180 +#: public/js/frappe/views/kanban/kanban_view.js:183 msgid "There was an error saving filters" msgstr "" @@ -32977,7 +32969,7 @@ msgstr "" msgid "This Doctype does not contain location fields" msgstr "" -#: public/js/frappe/views/kanban/kanban_view.js:388 +#: public/js/frappe/views/kanban/kanban_view.js:391 msgid "This Kanban Board will be private" msgstr "" @@ -33041,7 +33033,7 @@ msgstr "" msgid "This document is already amended, you cannot ammend it again" msgstr "" -#: model/document.py:1569 +#: model/document.py:1576 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "" @@ -33225,7 +33217,7 @@ msgstr "" msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "Bu işi hemen sonlandırmak tehlikeli olabilir, emin misiniz? " -#: core/doctype/user/user.py:1244 +#: core/doctype/user/user.py:1186 msgid "Throttled" msgstr "" @@ -33912,7 +33904,7 @@ msgstr "" msgid "Too many changes to database in single action." msgstr "" -#: core/doctype/user/user.py:1025 +#: core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "" @@ -34877,7 +34869,7 @@ msgctxt "Workflow Document State" msgid "Update Value" msgstr "" -#: utils/change_log.py:381 +#: utils/change_log.py:383 msgid "Update from Frappe Cloud" msgstr "" @@ -35577,7 +35569,7 @@ msgstr "" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "" -#: core/doctype/user/user.py:541 +#: core/doctype/user/user.py:485 msgid "User {0} cannot be deleted" msgstr "Kullanıcı {0} silinemez" @@ -35585,7 +35577,7 @@ msgstr "Kullanıcı {0} silinemez" msgid "User {0} cannot be disabled" msgstr "" -#: core/doctype/user/user.py:610 +#: core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "" @@ -35602,7 +35594,7 @@ msgstr "" msgid "User {0} has requested for data deletion" msgstr "" -#: core/doctype/user/user.py:1373 +#: core/doctype/user/user.py:1315 msgid "User {0} impersonated as {1}" msgstr "" @@ -35640,7 +35632,7 @@ msgctxt "User Social Login" msgid "Username" msgstr "" -#: core/doctype/user/user.py:695 +#: core/doctype/user/user.py:637 msgid "Username {0} already exists" msgstr "" @@ -35822,15 +35814,15 @@ msgctxt "Notification" msgid "Value To Be Set" msgstr "" -#: model/base_document.py:965 model/document.py:675 +#: model/base_document.py:965 model/document.py:682 msgid "Value cannot be changed for {0}" msgstr "" -#: model/document.py:621 +#: model/document.py:628 msgid "Value cannot be negative for" msgstr "" -#: model/document.py:625 +#: model/document.py:632 msgid "Value cannot be negative for {0}: {1}" msgstr "" @@ -36713,11 +36705,11 @@ msgstr "" msgid "Welcome Workspace" msgstr "" -#: core/doctype/user/user.py:398 +#: core/doctype/user/user.py:363 msgid "Welcome email sent" msgstr "Hoşgeldiniz e-posta gönderimi yapılır" -#: core/doctype/user/user.py:473 +#: core/doctype/user/user.py:424 msgid "Welcome to {0}" msgstr "Hoşgeldiniz {0}" @@ -37348,7 +37340,7 @@ msgstr "" msgid "You are not permitted to access this page without login." msgstr "" -#: www/app.py:23 +#: www/app.py:27 msgid "You are not permitted to access this page." msgstr "" @@ -37405,7 +37397,7 @@ msgstr "" msgid "You can continue with the onboarding after exploring this page" msgstr "" -#: core/doctype/user/user.py:601 +#: core/doctype/user/user.py:543 msgid "You can disable the user instead of deleting it." msgstr "" @@ -37872,7 +37864,7 @@ msgstr "ve" msgid "ascending" msgstr "" -#: model/document.py:1372 +#: model/document.py:1379 msgid "beginning with" msgstr "" @@ -38127,7 +38119,7 @@ msgctxt "Workspace" msgid "grey" msgstr "" -#: utils/backups.py:378 +#: utils/backups.py:387 msgid "gzip not found in PATH! This is required to take a backup." msgstr "" @@ -38272,7 +38264,7 @@ msgctxt "OAuth Authorization Code" msgid "nonce" msgstr "" -#: model/document.py:1371 +#: model/document.py:1378 msgid "none of" msgstr "" @@ -38332,7 +38324,7 @@ msgctxt "Webhook" msgid "on_update_after_submit" msgstr "" -#: model/document.py:1370 +#: model/document.py:1377 msgid "one of" msgstr "" @@ -39145,7 +39137,7 @@ msgstr "" msgid "{0} items selected" msgstr "" -#: core/doctype/user/user.py:1382 +#: core/doctype/user/user.py:1324 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "" @@ -39178,7 +39170,7 @@ msgstr "" msgid "{0} months ago" msgstr "" -#: model/document.py:1626 +#: model/document.py:1633 msgid "{0} must be after {1}" msgstr "" @@ -39589,7 +39581,7 @@ msgstr "" msgid "{} not found in PATH! This is required to restore the database." msgstr "" -#: utils/backups.py:445 +#: utils/backups.py:454 msgid "{} not found in PATH! This is required to take a backup." msgstr "" From 43650bb40d29f6e7a17162fe005cac5eb0dd79d1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 28 May 2024 07:05:25 +0530 Subject: [PATCH 07/54] fix: Persian translations --- frappe/locale/fa.po | 238 +++++++++++++++++++++----------------------- 1 file changed, 115 insertions(+), 123 deletions(-) diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index e8cdd3d7d9..f53bcf66b4 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-05-19 09:33+0000\n" -"PO-Revision-Date: 2024-05-27 01:27\n" +"POT-Creation-Date: 2024-05-26 09:33+0000\n" +"PO-Revision-Date: 2024-05-28 01:35\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -946,7 +946,7 @@ msgstr "اقدام / مسیر" msgid "Action Complete" msgstr "اقدام کامل شد" -#: model/document.py:1710 +#: model/document.py:1717 msgid "Action Failed" msgstr "اقدام ناموفق بود" @@ -1230,7 +1230,7 @@ msgstr "افزودن پارامترهای پرس و جو" msgid "Add Review" msgstr "افزودن نظر" -#: core/doctype/user/user.py:811 +#: core/doctype/user/user.py:753 msgid "Add Roles" msgstr "اضافه کردن نقش ها" @@ -1386,10 +1386,6 @@ msgstr "اضافه شد {0}" msgid "Added {0} ({1})" msgstr "اضافه شده {0} ({1})" -#: core/doctype/user/user.py:308 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "افزودن مدیر سیستم به این کاربر زیرا باید حداقل یک مدیر سیستم وجود داشته باشد" - #. Label of a Section Break field in DocType 'Custom DocPerm' #: core/doctype/custom_docperm/custom_docperm.json msgctxt "Custom DocPerm" @@ -1523,11 +1519,11 @@ msgstr "مدیریت" msgid "Administrator" msgstr "مدیر" -#: core/doctype/user/user.py:1215 +#: core/doctype/user/user.py:1157 msgid "Administrator Logged In" msgstr "مدیر وارد شده است" -#: core/doctype/user/user.py:1209 +#: core/doctype/user/user.py:1151 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "سرپرست از طریق آدرس IP {2} به {0} در {1} دسترسی پیدا کرد." @@ -2121,7 +2117,7 @@ msgstr "" msgid "Allowing DocType, DocType. Be careful!" msgstr "اجازه دادن به DocType، DocType. مراقب باش!" -#: core/doctype/user/user.py:1018 +#: core/doctype/user/user.py:960 msgid "Already Registered" msgstr "قبلا ثبت شده است" @@ -4281,11 +4277,11 @@ msgstr "ویرایش انبوه" msgid "Bulk Edit {0}" msgstr "ویرایش انبوه {0}" -#: desk/reportview.py:524 +#: desk/reportview.py:525 msgid "Bulk Operation Failed" msgstr "" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Bulk Operation Successful" msgstr "" @@ -4783,7 +4779,7 @@ msgstr "لغو اسناد" msgid "Cancelling {0}" msgstr "در حال لغو {0}" -#: core/doctype/prepared_report/prepared_report.py:252 +#: core/doctype/prepared_report/prepared_report.py:254 msgid "Cannot Download Report due to insufficient permissions" msgstr "به دلیل مجوزهای ناکافی، نمی توان گزارش را دانلود کرد" @@ -4815,11 +4811,11 @@ msgstr "قبل از ارسال نمی توان لغو کرد. انتقال {0} msgid "Cannot cancel {0}." msgstr "نمی توان {0} را لغو کرد." -#: model/document.py:856 +#: model/document.py:863 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "نمی توان وضعیت docstatus را از 0 (پیش نویس) به 2 (لغو) تغییر داد" -#: model/document.py:870 +#: model/document.py:877 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "نمی توان وضعیت docstatus را از 1 (ارائه شده) به 0 (پیش نویس) تغییر داد" @@ -4903,7 +4899,7 @@ msgstr "نمودارهای استاندارد را نمی توان ویرایش msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "نمی توان یک گزارش استاندارد را ویرایش کرد. لطفا کپی کنید و یک گزارش جدید ایجاد کنید" -#: model/document.py:876 +#: model/document.py:883 msgid "Cannot edit cancelled document" msgstr "نمی توان سند لغو شده را ویرایش کرد" @@ -4931,7 +4927,7 @@ msgstr "محتویات فایل یک پوشه را نمی توان دریافت msgid "Cannot have multiple printers mapped to a single print format." msgstr "نمی توان چندین چاپگر را به یک قالب چاپی نگاشت کرد." -#: model/document.py:944 +#: model/document.py:951 msgid "Cannot link cancelled document: {0}" msgstr "پیوند سند لغو شده امکان پذیر نیست: {0}" @@ -4976,11 +4972,11 @@ msgstr "نمی توان محیط کار خصوصی سایر کاربران را msgid "Cannot update {0}" msgstr "نمی توان {0} را به روز کرد" -#: model/db_query.py:1103 +#: model/db_query.py:1122 msgid "Cannot use sub-query in order by" msgstr "نمی توان از پرس و جو فرعی به ترتیب استفاده کرد" -#: model/db_query.py:1121 +#: model/db_query.py:1140 msgid "Cannot use {0} in order/group by" msgstr "نمی توان از {0} به ترتیب/گروه بندی بر اساس استفاده کرد" @@ -5703,7 +5699,7 @@ msgstr "روش چالش کد" msgid "Collapse" msgstr "جمع شدن" -#: public/js/frappe/form/controls/code.js:179 +#: public/js/frappe/form/controls/code.js:183 msgctxt "Shrink code field." msgid "Collapse" msgstr "جمع شدن" @@ -5958,7 +5954,7 @@ msgctxt "Access Log" msgid "Columns / Fields" msgstr "ستون ها / فیلدها" -#: public/js/frappe/views/kanban/kanban_view.js:394 +#: public/js/frappe/views/kanban/kanban_view.js:397 msgid "Columns based on" msgstr "ستون ها بر اساس" @@ -6147,7 +6143,7 @@ msgstr "نام شرکت" msgid "Compare Versions" msgstr "مقایسه نسخه ها" -#: core/doctype/server_script/server_script.py:150 +#: core/doctype/server_script/server_script.py:153 msgid "Compilation warning" msgstr "هشدار تالیف" @@ -6169,7 +6165,7 @@ msgstr "کامل" msgid "Complete By" msgstr "تکمیل توسط" -#: core/doctype/user/user.py:475 templates/emails/new_user.html:10 +#: core/doctype/user/user.py:426 templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "ثبت نام کامل" @@ -6534,11 +6530,11 @@ msgctxt "Contact Us Settings" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "گزینه‌های تماس، مانند «پرسمان فروش، درخواست پشتیبانی» و غیره هر کدام در یک خط جدید یا با کاما از هم جدا شده‌اند." -#: utils/change_log.py:358 +#: utils/change_log.py:360 msgid "Contains {0} security fix" msgstr "" -#: utils/change_log.py:356 +#: utils/change_log.py:358 msgid "Contains {0} security fixes" msgstr "" @@ -6735,7 +6731,7 @@ msgstr "" msgid "Could not connect to outgoing email server" msgstr "به سرور ایمیل خروجی متصل نشد" -#: model/document.py:940 +#: model/document.py:947 msgid "Could not find {0}" msgstr "{0} پیدا نشد" @@ -7562,7 +7558,7 @@ msgstr "داشبورد را سفارشی کنید" #. Name of a DocType #: automation/doctype/auto_repeat/auto_repeat.js:33 #: custom/doctype/customize_form/customize_form.json -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 msgid "Customize Form" msgstr "سفارشی کردن فرم" @@ -8598,11 +8594,11 @@ msgctxt "Deleted Document" msgid "Deleted Name" msgstr "نام حذف شده" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Deleted all documents successfully" msgstr "" -#: desk/reportview.py:506 +#: desk/reportview.py:507 msgid "Deleting {0}" msgstr "در حال حذف {0}" @@ -9641,7 +9637,7 @@ msgstr "شرایط قانون نامگذاری سند" msgid "Document Naming Settings" msgstr "تنظیمات نامگذاری سند" -#: model/document.py:1572 +#: model/document.py:1579 msgid "Document Queued" msgstr "سند در صف قرار گرفت" @@ -9888,7 +9884,7 @@ msgctxt "User Type" msgid "Document Types and Permissions" msgstr "انواع اسناد و مجوزها" -#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1774 +#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1781 msgid "Document Unlocked" msgstr "قفل سند باز شد" @@ -10682,7 +10678,7 @@ msgctxt "Email Account" msgid "Email Account Name" msgstr "نام حساب ایمیل" -#: core/doctype/user/user.py:744 +#: core/doctype/user/user.py:686 msgid "Email Account added multiple times" msgstr "حساب ایمیل چندین بار اضافه شده است" @@ -11659,7 +11655,7 @@ msgstr "خطایی در {0} رخ داده است" msgid "Error in Client Script" msgstr "خطا در اسکریپت کلاینت" -#: public/js/frappe/form/script_manager.js:241 +#: public/js/frappe/form/script_manager.js:242 msgid "Error in Client Script." msgstr "خطا در اسکریپت کلاینت." @@ -11685,7 +11681,7 @@ msgstr "خطا هنگام اتصال به حساب ایمیل {0}" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "خطا هنگام ارزیابی اعلان {0}. لطفا قالب خود را اصلاح کنید." -#: model/document.py:826 +#: model/document.py:833 msgid "Error: Document has been modified after you have opened it" msgstr "خطا: سند پس از باز کردن آن اصلاح شد" @@ -11899,7 +11895,7 @@ msgstr "اجرایی" msgid "Expand" msgstr "بسط دادن" -#: public/js/frappe/form/controls/code.js:180 +#: public/js/frappe/form/controls/code.js:184 msgctxt "Enlarge code field." msgid "Expand" msgstr "بسط دادن" @@ -12210,7 +12206,7 @@ msgstr "اتصال به سرور ممکن نشد" msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "رمزگشایی رمز انجام نشد، لطفاً یک رمز رمزگذاری شده معتبر base64 ارائه دهید." -#: desk/reportview.py:522 +#: desk/reportview.py:523 msgid "Failed to delete {0} documents: {1}" msgstr "" @@ -12236,7 +12232,7 @@ msgstr "پیش نمایش سری ایجاد نشد" #: handler.py:76 msgid "Failed to get method for command {0} with {1}" -msgstr "روش برای فرمان {0} با {1} دریافت نشد" +msgstr "Failed to get method for command {0} with {1}" #: api/v2.py:48 msgid "Failed to get method {0} with {1}" @@ -12990,7 +12986,7 @@ msgstr "بخش فیلترها" msgid "Filters applied for {0}" msgstr "فیلترهای اعمال شده برای {0}" -#: public/js/frappe/views/kanban/kanban_view.js:186 +#: public/js/frappe/views/kanban/kanban_view.js:189 msgid "Filters saved" msgstr "فیلترها ذخیره شدند" @@ -15267,7 +15263,7 @@ msgstr "این ارز چگونه باید فرمت شود؟ اگر تنظیم ن msgid "ID" msgstr "شناسه" -#: desk/reportview.py:435 public/js/frappe/views/reports/report_view.js:917 +#: desk/reportview.py:436 public/js/frappe/views/reports/report_view.js:917 msgctxt "Label of name column in report" msgid "ID" msgstr "شناسه" @@ -15716,7 +15712,7 @@ msgstr "رمز دسترسی غیر قانونی لطفا دوباره تلاش msgid "Illegal Document Status for {0}" msgstr "وضعیت سند غیرقانونی برای {0}" -#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1106 +#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1125 msgid "Illegal SQL Query" msgstr "Query SQL غیر قانونی" @@ -15823,7 +15819,7 @@ msgstr "فیلد تصویر باید از نوع Attach Image باشد" msgid "Image link '{0}' is not valid" msgstr "پیوند تصویر \"{0}\" معتبر نیست" -#: core/doctype/file/file.js:91 +#: core/doctype/file/file.js:100 msgid "Image optimized" msgstr "تصویر بهینه شده است" @@ -16243,11 +16239,11 @@ msgstr "کاربر یا رمز عبور نادرست" msgid "Incorrect Verification code" msgstr "کد تأیید نادرست" -#: model/document.py:1387 +#: model/document.py:1394 msgid "Incorrect value in row {0}: {1} must be {2} {3}" msgstr "مقدار نادرست در ردیف {0}: {1} باید {2} {3} باشد" -#: model/document.py:1391 +#: model/document.py:1398 msgid "Incorrect value: {0} must be {1} {2}" msgstr "مقدار نادرست: {0} باید {1} {2} باشد" @@ -16443,11 +16439,11 @@ msgstr "سطح مجوز ناکافی برای {0}" msgid "Insufficient Permission for {0}" msgstr "مجوز ناکافی برای {0}" -#: desk/reportview.py:339 +#: desk/reportview.py:340 msgid "Insufficient Permissions for deleting Report" msgstr "مجوزهای ناکافی برای حذف گزارش" -#: desk/reportview.py:310 +#: desk/reportview.py:311 msgid "Insufficient Permissions for editing Report" msgstr "مجوزهای ناکافی برای ویرایش گزارش" @@ -16717,7 +16713,7 @@ msgstr "" msgid "Invalid Parameters." msgstr "پارامترهای نامعتبر" -#: core/doctype/user/user.py:1230 www/update-password.html:121 +#: core/doctype/user/user.py:1172 www/update-password.html:121 #: www/update-password.html:142 www/update-password.html:144 #: www/update-password.html:245 msgid "Invalid Password" @@ -16764,7 +16760,7 @@ msgstr "تابع تجمیع نامعتبر است" msgid "Invalid column" msgstr "ستون نامعتبر است" -#: model/document.py:859 model/document.py:873 +#: model/document.py:866 model/document.py:880 msgid "Invalid docstatus" msgstr "docstatus نامعتبر است" @@ -17420,7 +17416,7 @@ msgstr "نمودار کانبان" msgid "Kanban Board Column" msgstr "ستون نمودار کانبان" -#: public/js/frappe/views/kanban/kanban_view.js:385 +#: public/js/frappe/views/kanban/kanban_view.js:388 msgid "Kanban Board Name" msgstr "نام نمودار کانبان" @@ -17430,7 +17426,7 @@ msgctxt "Kanban Board" msgid "Kanban Board Name" msgstr "نام نمودار کانبان" -#: public/js/frappe/views/kanban/kanban_view.js:262 +#: public/js/frappe/views/kanban/kanban_view.js:265 msgctxt "Button in kanban view menu" msgid "Kanban Settings" msgstr "تنظیمات کانبان" @@ -18847,7 +18843,7 @@ msgstr "لاگ تنظیمات کاربر" msgid "Log Settings" msgstr "تنظیمات لاگ" -#: www/app.py:21 +#: www/app.py:23 msgid "Log in to access this page." msgstr "برای دسترسی به این صفحه وارد شوید." @@ -18964,7 +18960,7 @@ msgstr "برای شروع یک بحث جدید وارد شوید" msgid "Login to {0}" msgstr "ورود به {0}" -#: www/login.html:106 +#: www/login.html:106 www/login.html:190 msgid "Login with Email Link" msgstr "با لینک ایمیل وارد شوید" @@ -20707,7 +20703,7 @@ msgstr "برای ویرایش محیط کار خصوصی سایر کاربران msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "برای مخفی کردن/آشکار کردن فضاهای کاری عمومی به نقش مدیر محیط کار نیاز دارید" -#: model/document.py:634 +#: model/document.py:641 msgid "Negative Value" msgstr "ارزش منفی" @@ -20803,7 +20799,7 @@ msgstr "رویداد جدید" msgid "New Folder" msgstr "پوشه جدید" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "New Kanban Board" msgstr "نمودار کانبان جدید" @@ -20889,7 +20885,7 @@ msgstr "محیط کار جدید" msgid "New password cannot be same as old password" msgstr "رمز عبور جدید نمی تواند مشابه رمز عبور قدیمی باشد" -#: utils/change_log.py:389 +#: utils/change_log.py:391 msgid "New updates are available" msgstr "به روز رسانی های جدید در دسترس هستند" @@ -20937,11 +20933,11 @@ msgstr "{0} {1} جدید ایجاد شد" msgid "New {0}: {1}" msgstr "{0} جدید: {1}" -#: utils/change_log.py:371 +#: utils/change_log.py:373 msgid "New {} releases for the following apps are available" msgstr "نسخه‌های جدید {} برای برنامه‌های زیر در دسترس هستند" -#: core/doctype/user/user.py:807 +#: core/doctype/user/user.py:749 msgid "Newly created user {0} has no roles enabled." msgstr "کاربر تازه ایجاد شده {0} هیچ نقشی فعال ندارد." @@ -21258,11 +21254,11 @@ msgstr "هیچ نتیجه ای" msgid "No Results found" msgstr "نتیجه ای پیدا نشد" -#: core/doctype/user/user.py:808 +#: core/doctype/user/user.py:750 msgid "No Roles Specified" msgstr "هیچ نقشی مشخص نشده است" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "No Select Field Found" msgstr "فیلد انتخابی یافت نشد" @@ -21270,7 +21266,7 @@ msgstr "فیلد انتخابی یافت نشد" msgid "No Suggestions" msgstr "" -#: desk/reportview.py:594 +#: desk/reportview.py:595 msgid "No Tags" msgstr "بدون برچسب" @@ -21354,7 +21350,7 @@ msgstr "هیچ حساب ایمیلی با کاربر مرتبط نیست. لطف msgid "No failed logs" msgstr "گزارش های ناموفق وجود ندارد" -#: public/js/frappe/views/kanban/kanban_view.js:368 +#: public/js/frappe/views/kanban/kanban_view.js:371 msgid "No fields found that can be used as a Kanban Column. Use the Customize Form to add a Custom Field of type \"Select\"." msgstr "هیچ فیلدی یافت نشد که بتوان از آن به عنوان ستون Kanban استفاده کرد. از فرم سفارشی برای افزودن یک فیلد سفارشی از نوع \"انتخاب\" استفاده کنید." @@ -21425,7 +21421,7 @@ msgctxt "{0} = verb, {1} = object" msgid "No permission to '{0}' {1}" msgstr "بدون مجوز برای \"{0}\" {1}" -#: model/db_query.py:927 +#: model/db_query.py:946 msgid "No permission to read {0}" msgstr "بدون اجازه خواندن {0}" @@ -21523,7 +21519,7 @@ msgctxt "Recorder Query" msgid "Normalized Query" msgstr "پرس و جو عادی شده" -#: core/doctype/user/user.py:1013 templates/includes/login/login.js:258 +#: core/doctype/user/user.py:955 templates/includes/login/login.js:258 #: utils/oauth.py:265 msgid "Not Allowed" msgstr "مجاز نیست" @@ -21592,7 +21588,7 @@ msgstr "منتشر نشده" #: public/js/frappe/form/toolbar.js:260 public/js/frappe/form/toolbar.js:748 #: public/js/frappe/model/indicator.js:28 -#: public/js/frappe/views/kanban/kanban_view.js:167 +#: public/js/frappe/views/kanban/kanban_view.js:170 #: public/js/frappe/views/reports/report_view.js:173 #: public/js/print_format_builder/print_format_builder.bundle.js:39 #: website/doctype/web_form/templates/web_form.html:75 @@ -22362,7 +22358,7 @@ msgctxt "S3 Backup Settings" msgid "Only change this if you want to use other S3 compatible object storage backends." msgstr "فقط در صورتی این مورد را تغییر دهید که می‌خواهید از سایر پشتیبان‌های ذخیره‌سازی اشیاء سازگار با S3 استفاده کنید." -#: model/document.py:1075 +#: model/document.py:1082 msgid "Only draft documents can be discarded" msgstr "" @@ -22381,11 +22377,11 @@ msgstr "فقط فیلدهای اجباری برای رکوردهای جدید ض msgid "Only one {0} can be set as primary." msgstr "فقط یک {0} را می توان به عنوان اصلی تنظیم کرد." -#: desk/reportview.py:336 +#: desk/reportview.py:337 msgid "Only reports of type Report Builder can be deleted" msgstr "فقط گزارش هایی از نوع Report Builder قابل حذف هستند" -#: desk/reportview.py:307 +#: desk/reportview.py:308 msgid "Only reports of type Report Builder can be edited" msgstr "فقط گزارش‌هایی از نوع Report Builder قابل ویرایش هستند" @@ -22556,7 +22552,7 @@ msgstr "اپراتور باید یکی از {0} باشد" msgid "Optimize" msgstr "بهینه سازی کنید" -#: core/doctype/file/file.js:89 +#: core/doctype/file/file.js:98 msgid "Optimizing image..." msgstr "بهینه سازی تصویر..." @@ -23274,11 +23270,11 @@ msgctxt "Web Form Field" msgid "Password" msgstr "کلمه عبور" -#: core/doctype/user/user.py:1076 +#: core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "رمز عبور ایمیل ارسال شد" -#: core/doctype/user/user.py:455 +#: core/doctype/user/user.py:406 msgid "Password Reset" msgstr "تنظیم مجدد رمز عبور" @@ -23314,7 +23310,7 @@ msgstr "رمز عبور در حساب ایمیل گم شده است" msgid "Password not found for {0} {1} {2}" msgstr "رمز عبور برای {0} {1} {2} یافت نشد" -#: core/doctype/user/user.py:1075 +#: core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "دستورالعمل های بازنشانی رمز عبور به ایمیل شما ارسال شده است" @@ -23326,7 +23322,7 @@ msgstr "مجموعه رمز عبور" msgid "Password size exceeded the maximum allowed size" msgstr "اندازه رمز عبور از حداکثر اندازه مجاز بیشتر است" -#: core/doctype/user/user.py:871 +#: core/doctype/user/user.py:813 msgid "Password size exceeded the maximum allowed size." msgstr "اندازه رمز عبور از حداکثر اندازه مجاز بیشتر است." @@ -23819,7 +23815,7 @@ msgstr "لطفا یک موضوع به ایمیل خود اضافه کنید" msgid "Please add a valid comment." msgstr "لطفا یک نظر معتبر اضافه کنید." -#: core/doctype/user/user.py:1058 +#: core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" msgstr "لطفاً از سرپرست خود بخواهید ثبت نام شما را تأیید کند" @@ -23851,7 +23847,7 @@ msgstr "لطفاً مقادیر فیلتر تنظیم شده برای نمودا msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "لطفاً مقدار تنظیم شده \"Fetch From\" را برای فیلد {0} بررسی کنید" -#: core/doctype/user/user.py:1056 +#: core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "لطفا ایمیل خود را برای تایید بررسی کنید" @@ -23999,7 +23995,7 @@ msgstr "لطفا برای ارسال نظر وارد شوید." msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "لطفاً مطمئن شوید که اسناد ارتباطی مرجع به صورت دایره ای پیوند داده نشده اند." -#: model/document.py:828 +#: model/document.py:835 msgid "Please refresh to get the latest document." msgstr "لطفاً برای دریافت آخرین سند، بازخوانی کنید." @@ -24071,7 +24067,7 @@ msgstr "لطفاً یک فیلتر تاریخ معتبر انتخاب کنید" msgid "Please select applicable Doctypes" msgstr "لطفاً Doctypes قابل اجرا را انتخاب کنید" -#: model/db_query.py:1118 +#: model/db_query.py:1137 msgid "Please select atleast 1 column from {0} to sort/group" msgstr "لطفاً حداقل 1 ستون از {0} برای مرتب‌سازی/گروه‌بندی انتخاب کنید" @@ -24138,7 +24134,7 @@ msgstr "لطفا ابتدا یک پیام تنظیم کنید" msgid "Please setup default Email Account from Settings > Email Account" msgstr "لطفاً حساب ایمیل پیش فرض را از تنظیمات > حساب ایمیل تنظیم کنید" -#: core/doctype/user/user.py:406 +#: core/doctype/user/user.py:371 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "لطفاً حساب ایمیل خروجی پیش‌فرض را از تنظیمات > حساب ایمیل تنظیم کنید" @@ -24952,7 +24948,7 @@ msgstr "مشخصات" msgid "Progress" msgstr "پیش رفتن" -#: public/js/frappe/views/kanban/kanban_view.js:405 +#: public/js/frappe/views/kanban/kanban_view.js:408 msgid "Project" msgstr "پروژه" @@ -26424,7 +26420,7 @@ msgstr "تازه کردن" msgid "Refreshing..." msgstr "تازه کردن..." -#: core/doctype/user/user.py:1020 +#: core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "ثبت شده اما غیرفعال است" @@ -26926,7 +26922,7 @@ msgstr "گزارش شروع شد، برای مشاهده وضعیت کلیک ک msgid "Report limit reached" msgstr "به حد مجاز گزارش رسیده است" -#: core/doctype/prepared_report/prepared_report.py:210 +#: core/doctype/prepared_report/prepared_report.py:212 msgid "Report timed out." msgstr "زمان گزارش تمام شد." @@ -26947,7 +26943,7 @@ msgstr "گزارش با بیش از 10 ستون در حالت افقی بهتر msgid "Report {0}" msgstr "گزارش {0}" -#: desk/reportview.py:343 +#: desk/reportview.py:344 msgid "Report {0} deleted" msgstr "گزارش {0} حذف شد" @@ -26955,7 +26951,7 @@ msgstr "گزارش {0} حذف شد" msgid "Report {0} is disabled" msgstr "گزارش {0} غیرفعال است" -#: desk/reportview.py:320 +#: desk/reportview.py:321 msgid "Report {0} saved" msgstr "گزارش {0} ذخیره شد" @@ -27640,7 +27636,7 @@ msgctxt "DocPerm" msgid "Role and Level" msgstr "نقش و سطح" -#: core/doctype/user/user.py:351 +#: core/doctype/user/user.py:316 msgid "Role has been set as per the user type {0}" msgstr "نقش بر اساس نوع کاربری {0} تنظیم شده است" @@ -27856,7 +27852,7 @@ msgctxt "Role" msgid "Route: Example \"/app\"" msgstr "مسیر: مثال \"/app\"" -#: model/base_document.py:739 model/base_document.py:780 model/document.py:619 +#: model/base_document.py:739 model/base_document.py:780 model/document.py:626 msgid "Row" msgstr "ردیف" @@ -28217,7 +28213,7 @@ msgstr "شنبه" #: public/js/frappe/utils/common.js:443 #: public/js/frappe/views/kanban/kanban_settings.js:45 #: public/js/frappe/views/kanban/kanban_settings.js:189 -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 #: public/js/frappe/views/reports/query_report.js:1803 #: public/js/frappe/views/reports/report_view.js:1640 #: public/js/frappe/views/workspace/workspace.js:498 @@ -28409,7 +28405,7 @@ msgctxt "Newsletter" msgid "Scheduled To Send" msgstr "برنامه ریزی شده برای ارسال" -#: core/doctype/server_script/server_script.py:141 +#: core/doctype/server_script/server_script.py:144 msgid "Scheduled execution for script {0} has updated" msgstr "اجرای برنامه ریزی شده برای اسکریپت {0} به روز شده است" @@ -30443,7 +30439,7 @@ msgctxt "Email Group" msgid "Sign Up and Confirmation" msgstr "ثبت نام و تایید" -#: core/doctype/user/user.py:1013 +#: core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "ثبت نام غیرفعال است" @@ -30888,7 +30884,7 @@ msgctxt "Website Settings" msgid "Splash Image" msgstr "تصویر اسپلش" -#: desk/reportview.py:382 public/js/frappe/web_form/web_form_list.js:175 +#: desk/reportview.py:383 public/js/frappe/web_form/web_form_list.js:175 #: templates/print_formats/standard_macros.html:44 msgid "Sr" msgstr "پدر" @@ -30963,11 +30959,11 @@ msgstr "قالب استاندارد چاپ را نمی توان به روز کر msgid "Standard Print Style cannot be changed. Please duplicate to edit." msgstr "سبک چاپ استاندارد قابل تغییر نیست. لطفا برای ویرایش کپی کنید" -#: desk/reportview.py:333 +#: desk/reportview.py:334 msgid "Standard Reports cannot be deleted" msgstr "گزارش های استاندارد را نمی توان حذف کرد" -#: desk/reportview.py:304 +#: desk/reportview.py:305 msgid "Standard Reports cannot be edited" msgstr "گزارش های استاندارد قابل ویرایش نیستند" @@ -31843,7 +31839,7 @@ msgctxt "Recorder" msgid "Suggested Indexes" msgstr "" -#: core/doctype/user/user.py:728 +#: core/doctype/user/user.py:670 msgid "Suggested Username: {0}" msgstr "نام کاربری پیشنهادی: {0}" @@ -32337,7 +32333,7 @@ msgstr "جدول بریده شده" msgid "Table updated" msgstr "جدول به روز شد" -#: model/document.py:1401 +#: model/document.py:1408 msgid "Table {0} cannot be empty" msgstr "جدول {0} نمی تواند خالی باشد" @@ -32475,7 +32471,7 @@ msgstr "هشدارهای الگو" msgid "Templates" msgstr "قالب ها" -#: core/doctype/user/user.py:1024 +#: core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "موقتا غیر فعال می باشد" @@ -32770,11 +32766,11 @@ msgid "The project number obtained from Google Cloud Console under " msgstr "" -#: core/doctype/user/user.py:984 +#: core/doctype/user/user.py:926 msgid "The reset password link has been expired" msgstr "پیوند بازنشانی رمز عبور منقضی شده است" -#: core/doctype/user/user.py:986 +#: core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" msgstr "پیوند بازنشانی رمز عبور یا قبلا استفاده شده است یا نامعتبر است" @@ -32905,15 +32901,11 @@ msgstr "{0} با فیلترهای مشابه از قبل در صف وجود دا msgid "There must be atleast one permission rule." msgstr "حداقل یک قانون مجوز باید وجود داشته باشد." -#: core/doctype/user/user.py:536 -msgid "There should remain at least one System Manager" -msgstr "باید حداقل یک مدیر سیستم باقی بماند" - #: www/error.py:16 msgid "There was an error building this page" msgstr "در ساخت این صفحه خطایی روی داد" -#: public/js/frappe/views/kanban/kanban_view.js:180 +#: public/js/frappe/views/kanban/kanban_view.js:183 msgid "There was an error saving filters" msgstr "هنگام ذخیره فیلترها خطایی روی داد" @@ -32979,7 +32971,7 @@ msgstr "این Doctype شامل فیلدهای طول و عرض جغرافیای msgid "This Doctype does not contain location fields" msgstr "این Doctype حاوی فیلدهای مکان نیست" -#: public/js/frappe/views/kanban/kanban_view.js:388 +#: public/js/frappe/views/kanban/kanban_view.js:391 msgid "This Kanban Board will be private" msgstr "این نمودار کانبان خصوصی خواهد بود" @@ -33043,7 +33035,7 @@ msgstr "" msgid "This document is already amended, you cannot ammend it again" msgstr "این سند قبلاً اصلاح شده است، شما نمی توانید دوباره آن را اصلاح کنید" -#: model/document.py:1569 +#: model/document.py:1576 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "این سند در حال حاضر قفل شده و در صف اجرا قرار دارد. لطفا بعد از مدتی دوباره امتحان کنید." @@ -33227,7 +33219,7 @@ msgstr "با این کار این تور بازنشانی می شود و به ه msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr " این کار بلافاصله کار را خاتمه می دهد و ممکن است خطرناک باشد، مطمئن هستید؟" -#: core/doctype/user/user.py:1244 +#: core/doctype/user/user.py:1186 msgid "Throttled" msgstr "گاز گرفت" @@ -33914,7 +33906,7 @@ msgstr "درخواست های خیلی زیاد" msgid "Too many changes to database in single action." msgstr "تغییرات بسیار زیادی در پایگاه داده در یک اقدام واحد." -#: core/doctype/user/user.py:1025 +#: core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "کاربران زیادی اخیرا ثبت نام کرده اند، بنابراین ثبت نام غیرفعال است. لطفا یک ساعت دیگر دوباره امتحان کنید" @@ -34881,7 +34873,7 @@ msgctxt "Workflow Document State" msgid "Update Value" msgstr "به روز رسانی ارزش" -#: utils/change_log.py:381 +#: utils/change_log.py:383 msgid "Update from Frappe Cloud" msgstr "" @@ -35581,7 +35573,7 @@ msgstr "کاربری با آدرس ایمیل {0} وجود ندارد" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "کاربر با ایمیل: {0} در سیستم وجود ندارد. لطفاً از \"System Administrator\" بخواهید که کاربر را برای شما ایجاد کند." -#: core/doctype/user/user.py:541 +#: core/doctype/user/user.py:485 msgid "User {0} cannot be deleted" msgstr "کاربر {0} قابل حذف نیست" @@ -35589,7 +35581,7 @@ msgstr "کاربر {0} قابل حذف نیست" msgid "User {0} cannot be disabled" msgstr "کاربر {0} را نمی توان غیرفعال کرد" -#: core/doctype/user/user.py:610 +#: core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "کاربر {0} را نمی توان تغییر نام داد" @@ -35606,7 +35598,7 @@ msgstr "کاربر {0} دسترسی doctype از طریق مجوز نقش برا msgid "User {0} has requested for data deletion" msgstr "کاربر {0} درخواست حذف داده ها را داده است" -#: core/doctype/user/user.py:1373 +#: core/doctype/user/user.py:1315 msgid "User {0} impersonated as {1}" msgstr "کاربر {0} جعل هویت به عنوان {1}" @@ -35644,7 +35636,7 @@ msgctxt "User Social Login" msgid "Username" msgstr "نام کاربری" -#: core/doctype/user/user.py:695 +#: core/doctype/user/user.py:637 msgid "Username {0} already exists" msgstr "نام کاربری {0} از قبل وجود دارد" @@ -35826,15 +35818,15 @@ msgctxt "Notification" msgid "Value To Be Set" msgstr "ارزش تنظیم شود" -#: model/base_document.py:965 model/document.py:675 +#: model/base_document.py:965 model/document.py:682 msgid "Value cannot be changed for {0}" msgstr "مقدار برای {0} قابل تغییر نیست" -#: model/document.py:621 +#: model/document.py:628 msgid "Value cannot be negative for" msgstr "ارزش نمی تواند منفی باشد" -#: model/document.py:625 +#: model/document.py:632 msgid "Value cannot be negative for {0}: {1}" msgstr "مقدار نمی تواند برای {0} منفی باشد: {1}" @@ -36717,11 +36709,11 @@ msgstr "URL خوش آمدید" msgid "Welcome Workspace" msgstr "محیط کار خوش آمدید" -#: core/doctype/user/user.py:398 +#: core/doctype/user/user.py:363 msgid "Welcome email sent" msgstr "ایمیل خوش آمدگویی ارسال شد" -#: core/doctype/user/user.py:473 +#: core/doctype/user/user.py:424 msgid "Welcome to {0}" msgstr "به {0} خوش آمدید" @@ -37352,7 +37344,7 @@ msgstr "شما به اینترنت متصل نیستید. بعد از مدتی msgid "You are not permitted to access this page without login." msgstr "بدون ورود به سیستم اجازه دسترسی به این صفحه را ندارید." -#: www/app.py:23 +#: www/app.py:27 msgid "You are not permitted to access this page." msgstr "شما اجازه دسترسی به این صفحه را ندارید." @@ -37409,7 +37401,7 @@ msgstr "می توانید خط مشی حفظ را از {0} تغییر دهید." msgid "You can continue with the onboarding after exploring this page" msgstr "پس از کاوش در این صفحه می‌توانید به نصب ادامه دهید" -#: core/doctype/user/user.py:601 +#: core/doctype/user/user.py:543 msgid "You can disable the user instead of deleting it." msgstr "می توانید به جای حذف کاربر، آن را غیرفعال کنید." @@ -37876,7 +37868,7 @@ msgstr "و" msgid "ascending" msgstr "صعودی" -#: model/document.py:1372 +#: model/document.py:1379 msgid "beginning with" msgstr "شروع با" @@ -38131,7 +38123,7 @@ msgctxt "Workspace" msgid "grey" msgstr "خاکستری" -#: utils/backups.py:378 +#: utils/backups.py:387 msgid "gzip not found in PATH! This is required to take a backup." msgstr "gzip در PATH یافت نشد! این برای تهیه نسخه پشتیبان لازم است." @@ -38276,7 +38268,7 @@ msgctxt "OAuth Authorization Code" msgid "nonce" msgstr "هیچ" -#: model/document.py:1371 +#: model/document.py:1378 msgid "none of" msgstr "هیچکدام از" @@ -38336,7 +38328,7 @@ msgctxt "Webhook" msgid "on_update_after_submit" msgstr "on_update_after_submit" -#: model/document.py:1370 +#: model/document.py:1377 msgid "one of" msgstr "یکی از" @@ -39149,7 +39141,7 @@ msgstr "{0} در محدوده {1} است" msgid "{0} items selected" msgstr "{0} مورد انتخاب شد" -#: core/doctype/user/user.py:1382 +#: core/doctype/user/user.py:1324 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "{0} به عنوان شما جعل شده است. این دلیل را آوردند: {1}" @@ -39182,7 +39174,7 @@ msgstr "{0} دقیقه قبل" msgid "{0} months ago" msgstr "{0} ماه پیش" -#: model/document.py:1626 +#: model/document.py:1633 msgid "{0} must be after {1}" msgstr "{0} باید بعد از {1} باشد" @@ -39594,7 +39586,7 @@ msgstr "{} در PATH یافت نشد! این برای دسترسی به کنسو msgid "{} not found in PATH! This is required to restore the database." msgstr "{} در PATH یافت نشد! این برای بازیابی پایگاه داده لازم است." -#: utils/backups.py:445 +#: utils/backups.py:454 msgid "{} not found in PATH! This is required to take a backup." msgstr "{} در PATH یافت نشد! این مورد برای تهیه نسخه پشتیبان لازم است." From 781c4aece33fcf62fb9241885662814bb3087f91 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 28 May 2024 07:05:27 +0530 Subject: [PATCH 08/54] fix: German translations --- frappe/locale/de.po | 238 +++++++++++++++++++++----------------------- 1 file changed, 115 insertions(+), 123 deletions(-) diff --git a/frappe/locale/de.po b/frappe/locale/de.po index 1f1a5db1db..4327b77af9 100644 --- a/frappe/locale/de.po +++ b/frappe/locale/de.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-05-19 09:33+0000\n" -"PO-Revision-Date: 2024-05-20 22:25\n" +"POT-Creation-Date: 2024-05-26 09:33+0000\n" +"PO-Revision-Date: 2024-05-28 01:35\n" "Last-Translator: developers@frappe.io\n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -1140,7 +1140,7 @@ msgstr "Aktion / Route" msgid "Action Complete" msgstr "Aktion abgeschlossen" -#: model/document.py:1710 +#: model/document.py:1717 msgid "Action Failed" msgstr "Aktion fehlgeschlagen" @@ -1424,7 +1424,7 @@ msgstr "Abfrageparameter hinzufügen" msgid "Add Review" msgstr "Bewertung hinzufügen" -#: core/doctype/user/user.py:811 +#: core/doctype/user/user.py:753 msgid "Add Roles" msgstr "Rollen hinzufügen" @@ -1580,10 +1580,6 @@ msgstr "{0} hinzugefügt" msgid "Added {0} ({1})" msgstr "{0} ({1}) hinzugefügt" -#: core/doctype/user/user.py:308 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "System-Manager Rolle zu diesem Benutzer hinzugefügt, da mindestens ein System-Manager vorhanden sein muss" - #. Label of a Section Break field in DocType 'Custom DocPerm' #: core/doctype/custom_docperm/custom_docperm.json msgctxt "Custom DocPerm" @@ -1717,11 +1713,11 @@ msgstr "Verwaltung" msgid "Administrator" msgstr "Administrator" -#: core/doctype/user/user.py:1215 +#: core/doctype/user/user.py:1157 msgid "Administrator Logged In" msgstr "Administrator hat sich angemeldet" -#: core/doctype/user/user.py:1209 +#: core/doctype/user/user.py:1151 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "Administrator hat auf {0} über {1} zugegriffen mit IP-Adresse {2}." @@ -2315,7 +2311,7 @@ msgstr "" msgid "Allowing DocType, DocType. Be careful!" msgstr "DocType, DocType zulassen. Achtung!" -#: core/doctype/user/user.py:1018 +#: core/doctype/user/user.py:960 msgid "Already Registered" msgstr "Bereits registriert" @@ -4476,11 +4472,11 @@ msgstr "Massenbearbeitung" msgid "Bulk Edit {0}" msgstr "Massen-Bearbeitung {0}" -#: desk/reportview.py:524 +#: desk/reportview.py:525 msgid "Bulk Operation Failed" msgstr "" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Bulk Operation Successful" msgstr "" @@ -4978,7 +4974,7 @@ msgstr "Dokumente stornieren" msgid "Cancelling {0}" msgstr "Abbrechen von {0}" -#: core/doctype/prepared_report/prepared_report.py:252 +#: core/doctype/prepared_report/prepared_report.py:254 msgid "Cannot Download Report due to insufficient permissions" msgstr "Bericht kann wegen unzureichender Berechtigungen nicht heruntergeladen werden" @@ -5010,11 +5006,11 @@ msgstr "Stornierung vor Übertragen nicht möglich. Vorgang {0} beachten" msgid "Cannot cancel {0}." msgstr "{0} kann nicht abgebrochen werden." -#: model/document.py:856 +#: model/document.py:863 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "Status kann nicht von 0 (Entwurf) zu 2 (Abgebrochen) geändert werden" -#: model/document.py:870 +#: model/document.py:877 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "Der Dokumentstatus kann nicht von 1 (Gebucht) auf 0 (Entwurf) geändert werden" @@ -5098,7 +5094,7 @@ msgstr "Standarddiagramme können nicht bearbeitet werden" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "Der Standard-Report kann nicht bearbeitet werden. Bitte kopieren und einen neuen Bericht erstellen" -#: model/document.py:876 +#: model/document.py:883 msgid "Cannot edit cancelled document" msgstr "Aufgehobenes Dokument kann nicht bearbeitet werden" @@ -5126,7 +5122,7 @@ msgstr "Dateiinhalt eines Ordners kann nicht abgerufen werden" msgid "Cannot have multiple printers mapped to a single print format." msgstr "Es können nicht mehrere Drucker einem Druckformat zugeordnet werden." -#: model/document.py:944 +#: model/document.py:951 msgid "Cannot link cancelled document: {0}" msgstr "Aufgehobenes Dokument kann nicht verknüpft werden: {0}" @@ -5171,11 +5167,11 @@ msgstr "Der private Arbeitsbereich anderer Benutzer kann nicht verändert werden msgid "Cannot update {0}" msgstr "Kann {0} nicht aktualisieren" -#: model/db_query.py:1103 +#: model/db_query.py:1122 msgid "Cannot use sub-query in order by" msgstr "Kann in \"sortieren nach\" keine Unterabfrage verwenden." -#: model/db_query.py:1121 +#: model/db_query.py:1140 msgid "Cannot use {0} in order/group by" msgstr "{0} kann für die Sortierung oder Gruppierung verwendet werden" @@ -5899,7 +5895,7 @@ msgstr "Code Challenge-Methode" msgid "Collapse" msgstr "Zusammenbruch" -#: public/js/frappe/form/controls/code.js:179 +#: public/js/frappe/form/controls/code.js:183 msgctxt "Shrink code field." msgid "Collapse" msgstr "Zusammenbruch" @@ -6154,7 +6150,7 @@ msgctxt "Access Log" msgid "Columns / Fields" msgstr "Spalten / Felder" -#: public/js/frappe/views/kanban/kanban_view.js:394 +#: public/js/frappe/views/kanban/kanban_view.js:397 msgid "Columns based on" msgstr "Spalten basierend auf" @@ -6343,7 +6339,7 @@ msgstr "Firma" msgid "Compare Versions" msgstr "Versionen vergleichen" -#: core/doctype/server_script/server_script.py:150 +#: core/doctype/server_script/server_script.py:153 msgid "Compilation warning" msgstr "Kompilierungswarnung" @@ -6365,7 +6361,7 @@ msgstr "Komplett" msgid "Complete By" msgstr "Fertigstellen bis" -#: core/doctype/user/user.py:475 templates/emails/new_user.html:10 +#: core/doctype/user/user.py:426 templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "Anmeldung abschliessen" @@ -6732,11 +6728,11 @@ msgctxt "Contact Us Settings" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "Kontaktalternativen wie „Vertriebsanfrage\", \"Support-Anfrage“ usw., jede in einer neuen Zeile oder durch Kommas getrennt." -#: utils/change_log.py:358 +#: utils/change_log.py:360 msgid "Contains {0} security fix" msgstr "" -#: utils/change_log.py:356 +#: utils/change_log.py:358 msgid "Contains {0} security fixes" msgstr "" @@ -6933,7 +6929,7 @@ msgstr "" msgid "Could not connect to outgoing email server" msgstr "Konnte keine Verbindung zum Postausgangsserver herstellen" -#: model/document.py:940 +#: model/document.py:947 msgid "Could not find {0}" msgstr "{0} konnte nicht gefunden werden" @@ -7760,7 +7756,7 @@ msgstr "Dashboard anpassen" #. Name of a DocType #: automation/doctype/auto_repeat/auto_repeat.js:33 #: custom/doctype/customize_form/customize_form.json -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 msgid "Customize Form" msgstr "Formular anpassen" @@ -8796,11 +8792,11 @@ msgctxt "Deleted Document" msgid "Deleted Name" msgstr "Gelöschte Namen" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Deleted all documents successfully" msgstr "" -#: desk/reportview.py:506 +#: desk/reportview.py:507 msgid "Deleting {0}" msgstr "Löscht {0}" @@ -9839,7 +9835,7 @@ msgstr "Bedingung für die Benennungsregel für Dokumente" msgid "Document Naming Settings" msgstr "Dokumentenbenennungseinstellungen" -#: model/document.py:1572 +#: model/document.py:1579 msgid "Document Queued" msgstr "anstehendes Dokument" @@ -10086,7 +10082,7 @@ msgctxt "User Type" msgid "Document Types and Permissions" msgstr "Dokumenttypen und Berechtigungen" -#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1774 +#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1781 msgid "Document Unlocked" msgstr "Dokument entsperrt" @@ -10880,7 +10876,7 @@ msgctxt "Email Account" msgid "Email Account Name" msgstr "E-Mail-Konten-Name" -#: core/doctype/user/user.py:744 +#: core/doctype/user/user.py:686 msgid "Email Account added multiple times" msgstr "E-Mail-Konto wurde mehrmals hinzugefügt" @@ -11858,7 +11854,7 @@ msgstr "In {0} ist ein Fehler aufgetreten" msgid "Error in Client Script" msgstr "Fehler im Client-Skript" -#: public/js/frappe/form/script_manager.js:241 +#: public/js/frappe/form/script_manager.js:242 msgid "Error in Client Script." msgstr "Fehler im Client-Skript." @@ -11884,7 +11880,7 @@ msgstr "Fehler beim Verbinden mit dem E-Mail-Konto {0}" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "Fehler beim Auswerten der Benachrichtigung {0}. Bitte reparieren Sie Ihre Vorlage." -#: model/document.py:826 +#: model/document.py:833 msgid "Error: Document has been modified after you have opened it" msgstr "Fehler: Dokument wurde geändert, nachdem es geöffnet wurde" @@ -12099,7 +12095,7 @@ msgstr "" msgid "Expand" msgstr "Erweitern" -#: public/js/frappe/form/controls/code.js:180 +#: public/js/frappe/form/controls/code.js:184 msgctxt "Enlarge code field." msgid "Expand" msgstr "Erweitern" @@ -12410,7 +12406,7 @@ msgstr "Verbindung zum Server fehlgeschlagen" msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "Fehler beim Dekodieren des Tokens. Bitte geben Sie ein gültiges Base64-codiertes Token an." -#: desk/reportview.py:522 +#: desk/reportview.py:523 msgid "Failed to delete {0} documents: {1}" msgstr "" @@ -13190,7 +13186,7 @@ msgstr "Filterbereich" msgid "Filters applied for {0}" msgstr "Filter angewendet für {0}" -#: public/js/frappe/views/kanban/kanban_view.js:186 +#: public/js/frappe/views/kanban/kanban_view.js:189 msgid "Filters saved" msgstr "Filter gespeichert" @@ -15469,7 +15465,7 @@ msgstr "Wie soll diese Währung formatiert werden? Wenn nichts festgelegt ist, w msgid "ID" msgstr "ID" -#: desk/reportview.py:435 public/js/frappe/views/reports/report_view.js:917 +#: desk/reportview.py:436 public/js/frappe/views/reports/report_view.js:917 msgctxt "Label of name column in report" msgid "ID" msgstr "ID" @@ -15918,7 +15914,7 @@ msgstr "Illegal Access-Token. Bitte versuche es erneut" msgid "Illegal Document Status for {0}" msgstr "Illegaler Dokumentstatus für {0}" -#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1106 +#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1125 msgid "Illegal SQL Query" msgstr "Ungültige SQL-Abfrage" @@ -16025,7 +16021,7 @@ msgstr "Bildfeld muss Typ anhängen Bild" msgid "Image link '{0}' is not valid" msgstr "Bild-Link '{0}' ist ungültig" -#: core/doctype/file/file.js:91 +#: core/doctype/file/file.js:100 msgid "Image optimized" msgstr "Bild optimiert" @@ -16445,11 +16441,11 @@ msgstr "Falscher Benutzer oder Passwort" msgid "Incorrect Verification code" msgstr "Falscher Bestätigungscode" -#: model/document.py:1387 +#: model/document.py:1394 msgid "Incorrect value in row {0}: {1} must be {2} {3}" msgstr "Falscher Wert in Zeile {0}: {1} muss {2} {3} sein" -#: model/document.py:1391 +#: model/document.py:1398 msgid "Incorrect value: {0} must be {1} {2}" msgstr "Falscher Wert: {0} muss {1} {2} sein" @@ -16645,11 +16641,11 @@ msgstr "Unzureichende Berechtigungsstufe für {0}" msgid "Insufficient Permission for {0}" msgstr "Unzureichende Berechtigung für {0}" -#: desk/reportview.py:339 +#: desk/reportview.py:340 msgid "Insufficient Permissions for deleting Report" msgstr "Unzureichende Berechtigungen um Bericht zu löschen" -#: desk/reportview.py:310 +#: desk/reportview.py:311 msgid "Insufficient Permissions for editing Report" msgstr "Unzureichende Berechtigungen um Bericht zu bearbeiten" @@ -16919,7 +16915,7 @@ msgstr "" msgid "Invalid Parameters." msgstr "Ungültige Parameter." -#: core/doctype/user/user.py:1230 www/update-password.html:121 +#: core/doctype/user/user.py:1172 www/update-password.html:121 #: www/update-password.html:142 www/update-password.html:144 #: www/update-password.html:245 msgid "Invalid Password" @@ -16966,7 +16962,7 @@ msgstr "Ungültige Aggregatfunktion" msgid "Invalid column" msgstr "Ungültige Spalte" -#: model/document.py:859 model/document.py:873 +#: model/document.py:866 model/document.py:880 msgid "Invalid docstatus" msgstr "Ungültiger Status" @@ -17622,7 +17618,7 @@ msgstr "Kanban-Tafel" msgid "Kanban Board Column" msgstr "Kanban-Tafel Spalte" -#: public/js/frappe/views/kanban/kanban_view.js:385 +#: public/js/frappe/views/kanban/kanban_view.js:388 msgid "Kanban Board Name" msgstr "Kanban-Tafel Name" @@ -17632,7 +17628,7 @@ msgctxt "Kanban Board" msgid "Kanban Board Name" msgstr "Kanban-Tafel Name" -#: public/js/frappe/views/kanban/kanban_view.js:262 +#: public/js/frappe/views/kanban/kanban_view.js:265 msgctxt "Button in kanban view menu" msgid "Kanban Settings" msgstr "Kanban-Einstellungen" @@ -19049,7 +19045,7 @@ msgstr "Protokolleinstellungsbenutzer" msgid "Log Settings" msgstr "Protokolleinstellungen" -#: www/app.py:21 +#: www/app.py:23 msgid "Log in to access this page." msgstr "Melden Sie sich an, um auf diese Seite zuzugreifen." @@ -19166,7 +19162,7 @@ msgstr "Anmelden, um eine neue Unterhaltung zu beginnen" msgid "Login to {0}" msgstr "Anmelden bei {0}" -#: www/login.html:106 +#: www/login.html:106 www/login.html:190 msgid "Login with Email Link" msgstr "Mit E-Mail-Link anmelden" @@ -20913,7 +20909,7 @@ msgstr "Sie benötigen die Rolle des Workspace Managers, um den privaten Arbeits msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "Benötigen Sie die Rolle des Workspace Managers, um öffentliche Arbeitsbereiche ein- und auszublenden" -#: model/document.py:634 +#: model/document.py:641 msgid "Negative Value" msgstr "Negativer Wert" @@ -21009,7 +21005,7 @@ msgstr "Neues Event" msgid "New Folder" msgstr "Neuer Ordner" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "New Kanban Board" msgstr "Neue Kanban-Tafel" @@ -21095,7 +21091,7 @@ msgstr "Neuer Arbeitsbereich" msgid "New password cannot be same as old password" msgstr "Das neue Passwort darf nicht mit dem alten Passwort identisch sein" -#: utils/change_log.py:389 +#: utils/change_log.py:391 msgid "New updates are available" msgstr "Neue Updates sind verfügbar" @@ -21143,11 +21139,11 @@ msgstr "Neue {0} {1} erstellt" msgid "New {0}: {1}" msgstr "Neu {0}: {1}" -#: utils/change_log.py:371 +#: utils/change_log.py:373 msgid "New {} releases for the following apps are available" msgstr "Neue {} Versionen für die folgenden Apps sind verfügbar" -#: core/doctype/user/user.py:807 +#: core/doctype/user/user.py:749 msgid "Newly created user {0} has no roles enabled." msgstr "Der neu erstellte Benutzer {0} hat keine aktivierten Rollen." @@ -21464,11 +21460,11 @@ msgstr "Keine Ergebnisse" msgid "No Results found" msgstr "Keine Ergebnisse gefunden" -#: core/doctype/user/user.py:808 +#: core/doctype/user/user.py:750 msgid "No Roles Specified" msgstr "Keine Rollen festgelegt" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "No Select Field Found" msgstr "Kein Auswahlfeld gefunden" @@ -21476,7 +21472,7 @@ msgstr "Kein Auswahlfeld gefunden" msgid "No Suggestions" msgstr "" -#: desk/reportview.py:594 +#: desk/reportview.py:595 msgid "No Tags" msgstr "Keine Schlagworte" @@ -21560,7 +21556,7 @@ msgstr "Dem Benutzer ist kein E-Mail-Konto zugeordnet. Bitte fügen Sie unter Be msgid "No failed logs" msgstr "Keine fehlgeschlagenen Protokolle" -#: public/js/frappe/views/kanban/kanban_view.js:368 +#: public/js/frappe/views/kanban/kanban_view.js:371 msgid "No fields found that can be used as a Kanban Column. Use the Customize Form to add a Custom Field of type \"Select\"." msgstr "Keine Felder gefunden, die als Kanban-Spalte verwendet werden können. Verwenden Sie „Formular anpassen“, um ein benutzerdefiniertes Feld vom Typ \"Auswählen\" hinzuzufügen." @@ -21631,7 +21627,7 @@ msgctxt "{0} = verb, {1} = object" msgid "No permission to '{0}' {1}" msgstr "Keine Berechtigung um '{0}' {1}" -#: model/db_query.py:927 +#: model/db_query.py:946 msgid "No permission to read {0}" msgstr "Keine Berechtigung zum Lesen {0}" @@ -21729,7 +21725,7 @@ msgctxt "Recorder Query" msgid "Normalized Query" msgstr "Normalisierte Abfrage" -#: core/doctype/user/user.py:1013 templates/includes/login/login.js:258 +#: core/doctype/user/user.py:955 templates/includes/login/login.js:258 #: utils/oauth.py:265 msgid "Not Allowed" msgstr "Nicht Erlaubt" @@ -21798,7 +21794,7 @@ msgstr "Nicht veröffentlicht" #: public/js/frappe/form/toolbar.js:260 public/js/frappe/form/toolbar.js:748 #: public/js/frappe/model/indicator.js:28 -#: public/js/frappe/views/kanban/kanban_view.js:167 +#: public/js/frappe/views/kanban/kanban_view.js:170 #: public/js/frappe/views/reports/report_view.js:173 #: public/js/print_format_builder/print_format_builder.bundle.js:39 #: website/doctype/web_form/templates/web_form.html:75 @@ -22568,7 +22564,7 @@ msgctxt "S3 Backup Settings" msgid "Only change this if you want to use other S3 compatible object storage backends." msgstr "Ändern Sie dies nur, wenn Sie andere S3-kompatible Objektspeicher-Backends verwenden möchten." -#: model/document.py:1075 +#: model/document.py:1082 msgid "Only draft documents can be discarded" msgstr "" @@ -22587,11 +22583,11 @@ msgstr "Für neue Datensätze sind nur Pflichtfelder zwingend erforderlich. Nich msgid "Only one {0} can be set as primary." msgstr "Es kann nur eine {0} als primäre festgelegt werden." -#: desk/reportview.py:336 +#: desk/reportview.py:337 msgid "Only reports of type Report Builder can be deleted" msgstr "Nur Berichte aus dem Berichterstellungswerkzeug können gelöscht werden" -#: desk/reportview.py:307 +#: desk/reportview.py:308 msgid "Only reports of type Report Builder can be edited" msgstr "Nur Berichte aus dem Berichterstellungswerkzeug können bearbeitet werden" @@ -22762,7 +22758,7 @@ msgstr "Betreiber muss einer von {0}" msgid "Optimize" msgstr "Optimieren" -#: core/doctype/file/file.js:89 +#: core/doctype/file/file.js:98 msgid "Optimizing image..." msgstr "Bild optimieren..." @@ -23480,11 +23476,11 @@ msgctxt "Web Form Field" msgid "Password" msgstr "Passwort" -#: core/doctype/user/user.py:1076 +#: core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "Passwort E-Mail gesendet" -#: core/doctype/user/user.py:455 +#: core/doctype/user/user.py:406 msgid "Password Reset" msgstr "Passwort zurücksetzen" @@ -23520,7 +23516,7 @@ msgstr "Passwort fehlt im E-Mail-Konto" msgid "Password not found for {0} {1} {2}" msgstr "Passwort für {0} {1} {2} nicht gefunden" -#: core/doctype/user/user.py:1075 +#: core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "Eine Anleitung zum Zurücksetzen des Passworts wurde an ihre E-Mail-Adresse verschickt" @@ -23532,7 +23528,7 @@ msgstr "Passwort gesetzt" msgid "Password size exceeded the maximum allowed size" msgstr "Passwort überschreitet die maximal zulässige Länge" -#: core/doctype/user/user.py:871 +#: core/doctype/user/user.py:813 msgid "Password size exceeded the maximum allowed size." msgstr "Passwort überschreitet die maximal zulässige Länge." @@ -24025,7 +24021,7 @@ msgstr "Bitte füge einen Betreff zu deiner E-Mail hinzu" msgid "Please add a valid comment." msgstr "Bitte fügen Sie einen gültigen Kommentar hinzu." -#: core/doctype/user/user.py:1058 +#: core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" msgstr "Bitte fragen Sie Ihren Administrator Ihre Anmeldung bis zum überprüfen" @@ -24057,7 +24053,7 @@ msgstr "Bitte überprüfen Sie die für das Dashboard-Diagramm festgelegten Filt msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "Bitte überprüfen Sie den Wert von "Abrufen von" für Feld {0}" -#: core/doctype/user/user.py:1056 +#: core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "Bitte überprüfen Sie Ihren Posteingang. Wir haben Ihnen eine E-Mail mit einer Bitte um Bestätigung geschickt." @@ -24205,7 +24201,7 @@ msgstr "Bitte melden Sie sich an, um einen Kommentar zu schreiben." msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "Bitte stellen Sie sicher, dass die Referenzkommunikationsdokumente nicht zirkulär verknüpft sind." -#: model/document.py:828 +#: model/document.py:835 msgid "Please refresh to get the latest document." msgstr "Bitte aktualisieren, um das neueste Dokument zu erhalten." @@ -24277,7 +24273,7 @@ msgstr "Bitte wählen Sie einen gültigen Datumsfilter" msgid "Please select applicable Doctypes" msgstr "Bitte zutreffende Doctypes auswählen" -#: model/db_query.py:1118 +#: model/db_query.py:1137 msgid "Please select atleast 1 column from {0} to sort/group" msgstr "Bitte wählen Sie atleast 1 Spalte von {0} sortieren / Gruppe" @@ -24344,7 +24340,7 @@ msgstr "Bitte richten Sie zuerst eine Nachricht ein" msgid "Please setup default Email Account from Settings > Email Account" msgstr "Bitte richten Sie ein Standard-E-Mail-Konto unter Einstellungen > E-Mail-Konto ein" -#: core/doctype/user/user.py:406 +#: core/doctype/user/user.py:371 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "Bitte legen Sie das Standard-E-Mail-Konto unter Einstellungen > E-Mail-Konto fest" @@ -25158,7 +25154,7 @@ msgstr "Profil" msgid "Progress" msgstr "Fortschritt" -#: public/js/frappe/views/kanban/kanban_view.js:405 +#: public/js/frappe/views/kanban/kanban_view.js:408 msgid "Project" msgstr "Projekt" @@ -26630,7 +26626,7 @@ msgstr "Aktualisiere" msgid "Refreshing..." msgstr "Aktualisiere..." -#: core/doctype/user/user.py:1020 +#: core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "Registrierte aber deaktiviert" @@ -27132,7 +27128,7 @@ msgstr "Bericht initiiert. Klicken Sie hier, um den Status anzuzeigen" msgid "Report limit reached" msgstr "Berichtsgrenze erreicht" -#: core/doctype/prepared_report/prepared_report.py:210 +#: core/doctype/prepared_report/prepared_report.py:212 msgid "Report timed out." msgstr "Zeitüberschreitung des Berichts." @@ -27153,7 +27149,7 @@ msgstr "Berichte mit mehr als 10 Spalten sehen im Querformat besser aus." msgid "Report {0}" msgstr "Bericht {0}" -#: desk/reportview.py:343 +#: desk/reportview.py:344 msgid "Report {0} deleted" msgstr "Bericht {0} gelöscht" @@ -27161,7 +27157,7 @@ msgstr "Bericht {0} gelöscht" msgid "Report {0} is disabled" msgstr "Bericht {0} ist deaktiviert" -#: desk/reportview.py:320 +#: desk/reportview.py:321 msgid "Report {0} saved" msgstr "Bericht {0} gespeichert" @@ -27846,7 +27842,7 @@ msgctxt "DocPerm" msgid "Role and Level" msgstr "Rolle und Ebene" -#: core/doctype/user/user.py:351 +#: core/doctype/user/user.py:316 msgid "Role has been set as per the user type {0}" msgstr "Die Rolle wurde gemäß Benutzertyp {0} festgelegt" @@ -28062,7 +28058,7 @@ msgctxt "Role" msgid "Route: Example \"/app\"" msgstr "" -#: model/base_document.py:739 model/base_document.py:780 model/document.py:619 +#: model/base_document.py:739 model/base_document.py:780 model/document.py:626 msgid "Row" msgstr "Zeile" @@ -28423,7 +28419,7 @@ msgstr "Samstag" #: public/js/frappe/utils/common.js:443 #: public/js/frappe/views/kanban/kanban_settings.js:45 #: public/js/frappe/views/kanban/kanban_settings.js:189 -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 #: public/js/frappe/views/reports/query_report.js:1803 #: public/js/frappe/views/reports/report_view.js:1640 #: public/js/frappe/views/workspace/workspace.js:498 @@ -28615,7 +28611,7 @@ msgctxt "Newsletter" msgid "Scheduled To Send" msgstr "in Sendewarteschlange" -#: core/doctype/server_script/server_script.py:141 +#: core/doctype/server_script/server_script.py:144 msgid "Scheduled execution for script {0} has updated" msgstr "Die geplante Ausführung für Skript {0} wurde aktualisiert" @@ -30673,7 +30669,7 @@ msgctxt "Email Group" msgid "Sign Up and Confirmation" msgstr "Anmeldung und Bestätigung" -#: core/doctype/user/user.py:1013 +#: core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "Die Registrierung ist deaktiviert" @@ -31118,7 +31114,7 @@ msgctxt "Website Settings" msgid "Splash Image" msgstr "Splash-Bild" -#: desk/reportview.py:382 public/js/frappe/web_form/web_form_list.js:175 +#: desk/reportview.py:383 public/js/frappe/web_form/web_form_list.js:175 #: templates/print_formats/standard_macros.html:44 msgid "Sr" msgstr "Pos" @@ -31193,11 +31189,11 @@ msgstr "Standard-Druckformat kann nicht aktualisiert werden" msgid "Standard Print Style cannot be changed. Please duplicate to edit." msgstr "Standard Print Style kann nicht geändert werden. Bitte duplizieren, um zu bearbeiten." -#: desk/reportview.py:333 +#: desk/reportview.py:334 msgid "Standard Reports cannot be deleted" msgstr "Standardberichte können nicht gelöscht werden" -#: desk/reportview.py:304 +#: desk/reportview.py:305 msgid "Standard Reports cannot be edited" msgstr "Standard-Berichte können nicht bearbeitet werden" @@ -32073,7 +32069,7 @@ msgctxt "Recorder" msgid "Suggested Indexes" msgstr "" -#: core/doctype/user/user.py:728 +#: core/doctype/user/user.py:670 msgid "Suggested Username: {0}" msgstr "Empfohlener Benutzername: {0}" @@ -32567,7 +32563,7 @@ msgstr "" msgid "Table updated" msgstr "Tabelle aktualisiert" -#: model/document.py:1401 +#: model/document.py:1408 msgid "Table {0} cannot be empty" msgstr "Tabelle {0} darf nicht leer sein" @@ -32705,7 +32701,7 @@ msgstr "Vorlagenwarnungen" msgid "Templates" msgstr "Vorlagen" -#: core/doctype/user/user.py:1024 +#: core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "Zeitweise nicht verfügbar" @@ -33006,11 +33002,11 @@ msgstr "Die Projektnummer aus der Google Cloud Console unter " -#: core/doctype/user/user.py:984 +#: core/doctype/user/user.py:926 msgid "The reset password link has been expired" msgstr "Der Link zum Zurücksetzen des Passworts ist abgelaufen" -#: core/doctype/user/user.py:986 +#: core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" msgstr "Der Link zum Zurücksetzen des Passworts wurde bereits verwendet oder ist ungültig" @@ -33141,15 +33137,11 @@ msgstr "In der Warteschlange befindet sich bereits {0} mit denselben Filtern:" msgid "There must be atleast one permission rule." msgstr "Es muss atleast eine Erlaubnis Regel sein." -#: core/doctype/user/user.py:536 -msgid "There should remain at least one System Manager" -msgstr "Es sollte mindestens ein System-Manager übrig bleiben" - #: www/error.py:16 msgid "There was an error building this page" msgstr "Beim Erstellen dieser Seite ist ein Fehler aufgetreten" -#: public/js/frappe/views/kanban/kanban_view.js:180 +#: public/js/frappe/views/kanban/kanban_view.js:183 msgid "There was an error saving filters" msgstr "Beim Speichern der Filter ist ein Fehler aufgetreten" @@ -33215,7 +33207,7 @@ msgstr "Dieser Doctype enthält keine Felder für Breiten- und Längengrade" msgid "This Doctype does not contain location fields" msgstr "Dieser DocType enthält keine Standortfelder" -#: public/js/frappe/views/kanban/kanban_view.js:388 +#: public/js/frappe/views/kanban/kanban_view.js:391 msgid "This Kanban Board will be private" msgstr "Dieser Kanbantafel wird privat" @@ -33279,7 +33271,7 @@ msgstr "" msgid "This document is already amended, you cannot ammend it again" msgstr "Dieses Dokument wurde bereits geändert. Sie können es nicht erneut ändern" -#: model/document.py:1569 +#: model/document.py:1576 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "Dieses Dokument ist derzeit gesperrt und befindet sich in der Warteschlange für die Ausführung. Bitte versuchen Sie es nach einiger Zeit erneut." @@ -33467,7 +33459,7 @@ msgstr "Dadurch wird diese Tour zurückgesetzt und für alle Benutzer sichtbar. msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "Das wird den Auftrag sofort beenden und könnte gefährlich sein, sind Sie sicher? " -#: core/doctype/user/user.py:1244 +#: core/doctype/user/user.py:1186 msgid "Throttled" msgstr "Gedrosselt" @@ -34160,7 +34152,7 @@ msgstr "Zu viele Anfragen" msgid "Too many changes to database in single action." msgstr "Zu viele Änderungen an der Datenbank in einer einzelnen Aktion." -#: core/doctype/user/user.py:1025 +#: core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Zu viele Benutzer unterzeichnete vor kurzem, also die Registrierung ist deaktiviert. Bitte versuchen Sie es in einer Stunde zurück" @@ -35128,7 +35120,7 @@ msgctxt "Workflow Document State" msgid "Update Value" msgstr "Wert aktualisieren" -#: utils/change_log.py:381 +#: utils/change_log.py:383 msgid "Update from Frappe Cloud" msgstr "" @@ -35828,7 +35820,7 @@ msgstr "Benutzer mit E-Mail-Adresse {0} existiert nicht" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "Ein Benutzer mit der E-Mail-Adresse {0} existiert nicht im System. Bitten Sie den 'Systemadministrator', den Benutzer für Sie anzulegen." -#: core/doctype/user/user.py:541 +#: core/doctype/user/user.py:485 msgid "User {0} cannot be deleted" msgstr "Benutzer {0} kann nicht gelöscht werden" @@ -35836,7 +35828,7 @@ msgstr "Benutzer {0} kann nicht gelöscht werden" msgid "User {0} cannot be disabled" msgstr "Benutzer {0} kann nicht deaktiviert werden" -#: core/doctype/user/user.py:610 +#: core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "Benutzer {0} kann nicht umbenannt werden" @@ -35853,7 +35845,7 @@ msgstr "Benutzer {0} hat keinen Doctype-Zugriff über die Rollenberechtigung fü msgid "User {0} has requested for data deletion" msgstr "Benutzer {0} hat das Löschen von Daten angefordert" -#: core/doctype/user/user.py:1373 +#: core/doctype/user/user.py:1315 msgid "User {0} impersonated as {1}" msgstr "" @@ -35891,7 +35883,7 @@ msgctxt "User Social Login" msgid "Username" msgstr "Benutzername" -#: core/doctype/user/user.py:695 +#: core/doctype/user/user.py:637 msgid "Username {0} already exists" msgstr "Benutzername {0} ist bereits vorhanden" @@ -35936,7 +35928,7 @@ msgstr "Die Verwendung dieser Konsole kann es Angreifern ermöglichen, sich als #: desk/doctype/system_health_report_workers/system_health_report_workers.json msgctxt "System Health Report Workers" msgid "Utilization" -msgstr "" +msgstr "Auslastung" #. Label of a Percent field in DocType 'RQ Worker' #: core/doctype/rq_worker/rq_worker.json @@ -36073,15 +36065,15 @@ msgctxt "Notification" msgid "Value To Be Set" msgstr "Wert, der gesetzt werden soll" -#: model/base_document.py:965 model/document.py:675 +#: model/base_document.py:965 model/document.py:682 msgid "Value cannot be changed for {0}" msgstr "Wert kann für {0} nicht geändert werden" -#: model/document.py:621 +#: model/document.py:628 msgid "Value cannot be negative for" msgstr "Wert kann nicht negativ sein für" -#: model/document.py:625 +#: model/document.py:632 msgid "Value cannot be negative for {0}: {1}" msgstr "Der Wert kann für {0} nicht negativ sein: {1}" @@ -36964,11 +36956,11 @@ msgstr "Willkommens-URL" msgid "Welcome Workspace" msgstr "Willkommens-Arbeitsbereich" -#: core/doctype/user/user.py:398 +#: core/doctype/user/user.py:363 msgid "Welcome email sent" msgstr "Willkommens-E-Mail versenden" -#: core/doctype/user/user.py:473 +#: core/doctype/user/user.py:424 msgid "Welcome to {0}" msgstr "Willkommen auf {0}" @@ -37599,7 +37591,7 @@ msgstr "Sie sind nicht mit dem Internet verbunden. Versuchen Sie es später erne msgid "You are not permitted to access this page without login." msgstr "Sie sind nicht berechtigt, ohne Anmeldung auf diese Seite zuzugreifen." -#: www/app.py:23 +#: www/app.py:27 msgid "You are not permitted to access this page." msgstr "Sie sind nicht berechtigt auf diese Seite zuzugreifen." @@ -37656,7 +37648,7 @@ msgstr "Sie können die Aufbewahrungsrichtlinie unter {0} ändern." msgid "You can continue with the onboarding after exploring this page" msgstr "Sie können nach Erkundung dieser Seite mit dem Onboarding fortfahren" -#: core/doctype/user/user.py:601 +#: core/doctype/user/user.py:543 msgid "You can disable the user instead of deleting it." msgstr "" @@ -38123,7 +38115,7 @@ msgstr "und" msgid "ascending" msgstr "aufsteigend" -#: model/document.py:1372 +#: model/document.py:1379 msgid "beginning with" msgstr "Beginnend mit" @@ -38378,7 +38370,7 @@ msgctxt "Workspace" msgid "grey" msgstr "grau" -#: utils/backups.py:378 +#: utils/backups.py:387 msgid "gzip not found in PATH! This is required to take a backup." msgstr "gzip nicht in PATH gefunden! Dies ist erforderlich, um ein Backup zu erstellen." @@ -38523,7 +38515,7 @@ msgctxt "OAuth Authorization Code" msgid "nonce" msgstr "nonce" -#: model/document.py:1371 +#: model/document.py:1378 msgid "none of" msgstr "keiner von" @@ -38583,7 +38575,7 @@ msgctxt "Webhook" msgid "on_update_after_submit" msgstr "on_update_after_submit" -#: model/document.py:1370 +#: model/document.py:1377 msgid "one of" msgstr "eine(r/s) von" @@ -39396,7 +39388,7 @@ msgstr "{0} ist innerhalb von {1}" msgid "{0} items selected" msgstr "{0} Elemente ausgewählt" -#: core/doctype/user/user.py:1382 +#: core/doctype/user/user.py:1324 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "" @@ -39429,7 +39421,7 @@ msgstr "vor {0} Minuten" msgid "{0} months ago" msgstr "vor {0} Monaten" -#: model/document.py:1626 +#: model/document.py:1633 msgid "{0} must be after {1}" msgstr "{0} muss nach {1} liegen" @@ -39841,7 +39833,7 @@ msgstr "{} in PATH nicht gefunden! Dies ist erforderlich, um auf die Konsole zuz msgid "{} not found in PATH! This is required to restore the database." msgstr "{} in PATH nicht gefunden! Dies ist erforderlich, um die Datenbank wiederherzustellen." -#: utils/backups.py:445 +#: utils/backups.py:454 msgid "{} not found in PATH! This is required to take a backup." msgstr "{} in PATH nicht gefunden! Dies ist erforderlich, um ein Backup zu erstellen." From 2b6d18a933c119300dbd8e1504f396c65c89b839 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 28 May 2024 07:05:30 +0530 Subject: [PATCH 09/54] fix: Esperanto translations --- frappe/locale/eo.po | 236 +++++++++++++++++++++----------------------- 1 file changed, 114 insertions(+), 122 deletions(-) diff --git a/frappe/locale/eo.po b/frappe/locale/eo.po index 6e476b1743..c0fa5af234 100644 --- a/frappe/locale/eo.po +++ b/frappe/locale/eo.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-05-19 09:33+0000\n" -"PO-Revision-Date: 2024-05-20 22:25\n" +"POT-Creation-Date: 2024-05-26 09:33+0000\n" +"PO-Revision-Date: 2024-05-28 01:35\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Esperanto\n" "MIME-Version: 1.0\n" @@ -947,7 +947,7 @@ msgstr "crwdns90760:0crwdne90760:0" msgid "Action Complete" msgstr "crwdns90762:0crwdne90762:0" -#: model/document.py:1710 +#: model/document.py:1717 msgid "Action Failed" msgstr "crwdns90764:0crwdne90764:0" @@ -1231,7 +1231,7 @@ msgstr "crwdns90848:0crwdne90848:0" msgid "Add Review" msgstr "crwdns90850:0crwdne90850:0" -#: core/doctype/user/user.py:811 +#: core/doctype/user/user.py:753 msgid "Add Roles" msgstr "crwdns90852:0crwdne90852:0" @@ -1387,10 +1387,6 @@ msgstr "crwdns90906:0{0}crwdne90906:0" msgid "Added {0} ({1})" msgstr "crwdns90908:0{0}crwdnd90908:0{1}crwdne90908:0" -#: core/doctype/user/user.py:308 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "crwdns90910:0crwdne90910:0" - #. Label of a Section Break field in DocType 'Custom DocPerm' #: core/doctype/custom_docperm/custom_docperm.json msgctxt "Custom DocPerm" @@ -1524,11 +1520,11 @@ msgstr "crwdns90948:0crwdne90948:0" msgid "Administrator" msgstr "crwdns90950:0crwdne90950:0" -#: core/doctype/user/user.py:1215 +#: core/doctype/user/user.py:1157 msgid "Administrator Logged In" msgstr "crwdns90952:0crwdne90952:0" -#: core/doctype/user/user.py:1209 +#: core/doctype/user/user.py:1151 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "crwdns90954:0{0}crwdnd90954:0{1}crwdnd90954:0{2}crwdne90954:0" @@ -2122,7 +2118,7 @@ msgstr "crwdns127572:0crwdne127572:0" msgid "Allowing DocType, DocType. Be careful!" msgstr "crwdns91150:0crwdne91150:0" -#: core/doctype/user/user.py:1018 +#: core/doctype/user/user.py:960 msgid "Already Registered" msgstr "crwdns91152:0crwdne91152:0" @@ -4282,11 +4278,11 @@ msgstr "crwdns91882:0crwdne91882:0" msgid "Bulk Edit {0}" msgstr "crwdns91884:0{0}crwdne91884:0" -#: desk/reportview.py:524 +#: desk/reportview.py:525 msgid "Bulk Operation Failed" msgstr "crwdns127594:0crwdne127594:0" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Bulk Operation Successful" msgstr "crwdns127596:0crwdne127596:0" @@ -4784,7 +4780,7 @@ msgstr "crwdns92050:0crwdne92050:0" msgid "Cancelling {0}" msgstr "crwdns92052:0{0}crwdne92052:0" -#: core/doctype/prepared_report/prepared_report.py:252 +#: core/doctype/prepared_report/prepared_report.py:254 msgid "Cannot Download Report due to insufficient permissions" msgstr "crwdns92054:0crwdne92054:0" @@ -4816,11 +4812,11 @@ msgstr "crwdns92066:0{0}crwdne92066:0" msgid "Cannot cancel {0}." msgstr "crwdns92068:0{0}crwdne92068:0" -#: model/document.py:856 +#: model/document.py:863 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "crwdns92070:0crwdne92070:0" -#: model/document.py:870 +#: model/document.py:877 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "crwdns92072:0crwdne92072:0" @@ -4904,7 +4900,7 @@ msgstr "crwdns92110:0crwdne92110:0" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "crwdns92112:0crwdne92112:0" -#: model/document.py:876 +#: model/document.py:883 msgid "Cannot edit cancelled document" msgstr "crwdns92114:0crwdne92114:0" @@ -4932,7 +4928,7 @@ msgstr "crwdns92124:0crwdne92124:0" msgid "Cannot have multiple printers mapped to a single print format." msgstr "crwdns92126:0crwdne92126:0" -#: model/document.py:944 +#: model/document.py:951 msgid "Cannot link cancelled document: {0}" msgstr "crwdns92128:0{0}crwdne92128:0" @@ -4977,11 +4973,11 @@ msgstr "crwdns92144:0crwdne92144:0" msgid "Cannot update {0}" msgstr "crwdns92146:0{0}crwdne92146:0" -#: model/db_query.py:1103 +#: model/db_query.py:1122 msgid "Cannot use sub-query in order by" msgstr "crwdns92148:0crwdne92148:0" -#: model/db_query.py:1121 +#: model/db_query.py:1140 msgid "Cannot use {0} in order/group by" msgstr "crwdns92150:0{0}crwdne92150:0" @@ -5704,7 +5700,7 @@ msgstr "crwdns92398:0crwdne92398:0" msgid "Collapse" msgstr "crwdns92400:0crwdne92400:0" -#: public/js/frappe/form/controls/code.js:179 +#: public/js/frappe/form/controls/code.js:183 msgctxt "Shrink code field." msgid "Collapse" msgstr "crwdns92402:0crwdne92402:0" @@ -5959,7 +5955,7 @@ msgctxt "Access Log" msgid "Columns / Fields" msgstr "crwdns92482:0crwdne92482:0" -#: public/js/frappe/views/kanban/kanban_view.js:394 +#: public/js/frappe/views/kanban/kanban_view.js:397 msgid "Columns based on" msgstr "crwdns92484:0crwdne92484:0" @@ -6148,7 +6144,7 @@ msgstr "crwdns92546:0crwdne92546:0" msgid "Compare Versions" msgstr "crwdns92548:0crwdne92548:0" -#: core/doctype/server_script/server_script.py:150 +#: core/doctype/server_script/server_script.py:153 msgid "Compilation warning" msgstr "crwdns92550:0crwdne92550:0" @@ -6170,7 +6166,7 @@ msgstr "crwdns92556:0crwdne92556:0" msgid "Complete By" msgstr "crwdns92558:0crwdne92558:0" -#: core/doctype/user/user.py:475 templates/emails/new_user.html:10 +#: core/doctype/user/user.py:426 templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "crwdns92560:0crwdne92560:0" @@ -6535,11 +6531,11 @@ msgctxt "Contact Us Settings" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "crwdns92682:0crwdne92682:0" -#: utils/change_log.py:358 +#: utils/change_log.py:360 msgid "Contains {0} security fix" msgstr "crwdns127602:0{0}crwdne127602:0" -#: utils/change_log.py:356 +#: utils/change_log.py:358 msgid "Contains {0} security fixes" msgstr "crwdns127604:0{0}crwdne127604:0" @@ -6736,7 +6732,7 @@ msgstr "crwdns127608:0crwdne127608:0" msgid "Could not connect to outgoing email server" msgstr "crwdns92742:0crwdne92742:0" -#: model/document.py:940 +#: model/document.py:947 msgid "Could not find {0}" msgstr "crwdns92744:0{0}crwdne92744:0" @@ -7563,7 +7559,7 @@ msgstr "crwdns93022:0crwdne93022:0" #. Name of a DocType #: automation/doctype/auto_repeat/auto_repeat.js:33 #: custom/doctype/customize_form/customize_form.json -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 msgid "Customize Form" msgstr "crwdns93024:0crwdne93024:0" @@ -8599,11 +8595,11 @@ msgctxt "Deleted Document" msgid "Deleted Name" msgstr "crwdns93376:0crwdne93376:0" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Deleted all documents successfully" msgstr "crwdns127624:0crwdne127624:0" -#: desk/reportview.py:506 +#: desk/reportview.py:507 msgid "Deleting {0}" msgstr "crwdns93378:0{0}crwdne93378:0" @@ -9642,7 +9638,7 @@ msgstr "crwdns93722:0crwdne93722:0" msgid "Document Naming Settings" msgstr "crwdns93724:0crwdne93724:0" -#: model/document.py:1572 +#: model/document.py:1579 msgid "Document Queued" msgstr "crwdns93726:0crwdne93726:0" @@ -9889,7 +9885,7 @@ msgctxt "User Type" msgid "Document Types and Permissions" msgstr "crwdns93810:0crwdne93810:0" -#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1774 +#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1781 msgid "Document Unlocked" msgstr "crwdns93812:0crwdne93812:0" @@ -10683,7 +10679,7 @@ msgctxt "Email Account" msgid "Email Account Name" msgstr "crwdns94074:0crwdne94074:0" -#: core/doctype/user/user.py:744 +#: core/doctype/user/user.py:686 msgid "Email Account added multiple times" msgstr "crwdns94076:0crwdne94076:0" @@ -11660,7 +11656,7 @@ msgstr "crwdns94418:0{0}crwdne94418:0" msgid "Error in Client Script" msgstr "crwdns94420:0crwdne94420:0" -#: public/js/frappe/form/script_manager.js:241 +#: public/js/frappe/form/script_manager.js:242 msgid "Error in Client Script." msgstr "crwdns94422:0crwdne94422:0" @@ -11686,7 +11682,7 @@ msgstr "crwdns94428:0{0}crwdne94428:0" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "crwdns94430:0{0}crwdne94430:0" -#: model/document.py:826 +#: model/document.py:833 msgid "Error: Document has been modified after you have opened it" msgstr "crwdns94432:0crwdne94432:0" @@ -11900,7 +11896,7 @@ msgstr "crwdns94500:0crwdne94500:0" msgid "Expand" msgstr "crwdns94502:0crwdne94502:0" -#: public/js/frappe/form/controls/code.js:180 +#: public/js/frappe/form/controls/code.js:184 msgctxt "Enlarge code field." msgid "Expand" msgstr "crwdns94504:0crwdne94504:0" @@ -12211,7 +12207,7 @@ msgstr "crwdns94602:0crwdne94602:0" msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "crwdns94604:0crwdne94604:0" -#: desk/reportview.py:522 +#: desk/reportview.py:523 msgid "Failed to delete {0} documents: {1}" msgstr "crwdns127646:0{0}crwdnd127646:0{1}crwdne127646:0" @@ -12991,7 +12987,7 @@ msgstr "crwdns94878:0crwdne94878:0" msgid "Filters applied for {0}" msgstr "crwdns94880:0{0}crwdne94880:0" -#: public/js/frappe/views/kanban/kanban_view.js:186 +#: public/js/frappe/views/kanban/kanban_view.js:189 msgid "Filters saved" msgstr "crwdns94882:0crwdne94882:0" @@ -15268,7 +15264,7 @@ msgstr "crwdns95672:0crwdne95672:0" msgid "ID" msgstr "crwdns95674:0crwdne95674:0" -#: desk/reportview.py:435 public/js/frappe/views/reports/report_view.js:917 +#: desk/reportview.py:436 public/js/frappe/views/reports/report_view.js:917 msgctxt "Label of name column in report" msgid "ID" msgstr "crwdns95676:0crwdne95676:0" @@ -15717,7 +15713,7 @@ msgstr "crwdns95816:0crwdne95816:0" msgid "Illegal Document Status for {0}" msgstr "crwdns95818:0{0}crwdne95818:0" -#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1106 +#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1125 msgid "Illegal SQL Query" msgstr "crwdns95820:0crwdne95820:0" @@ -15824,7 +15820,7 @@ msgstr "crwdns95854:0crwdne95854:0" msgid "Image link '{0}' is not valid" msgstr "crwdns95856:0{0}crwdne95856:0" -#: core/doctype/file/file.js:91 +#: core/doctype/file/file.js:100 msgid "Image optimized" msgstr "crwdns95858:0crwdne95858:0" @@ -16244,11 +16240,11 @@ msgstr "crwdns96004:0crwdne96004:0" msgid "Incorrect Verification code" msgstr "crwdns96006:0crwdne96006:0" -#: model/document.py:1387 +#: model/document.py:1394 msgid "Incorrect value in row {0}: {1} must be {2} {3}" msgstr "crwdns96008:0{0}crwdnd96008:0{1}crwdnd96008:0{2}crwdnd96008:0{3}crwdne96008:0" -#: model/document.py:1391 +#: model/document.py:1398 msgid "Incorrect value: {0} must be {1} {2}" msgstr "crwdns96010:0{0}crwdnd96010:0{1}crwdnd96010:0{2}crwdne96010:0" @@ -16444,11 +16440,11 @@ msgstr "crwdns96072:0{0}crwdne96072:0" msgid "Insufficient Permission for {0}" msgstr "crwdns96074:0{0}crwdne96074:0" -#: desk/reportview.py:339 +#: desk/reportview.py:340 msgid "Insufficient Permissions for deleting Report" msgstr "crwdns96076:0crwdne96076:0" -#: desk/reportview.py:310 +#: desk/reportview.py:311 msgid "Insufficient Permissions for editing Report" msgstr "crwdns96078:0crwdne96078:0" @@ -16718,7 +16714,7 @@ msgstr "crwdns127664:0crwdne127664:0" msgid "Invalid Parameters." msgstr "crwdns96176:0crwdne96176:0" -#: core/doctype/user/user.py:1230 www/update-password.html:121 +#: core/doctype/user/user.py:1172 www/update-password.html:121 #: www/update-password.html:142 www/update-password.html:144 #: www/update-password.html:245 msgid "Invalid Password" @@ -16765,7 +16761,7 @@ msgstr "crwdns96196:0crwdne96196:0" msgid "Invalid column" msgstr "crwdns96198:0crwdne96198:0" -#: model/document.py:859 model/document.py:873 +#: model/document.py:866 model/document.py:880 msgid "Invalid docstatus" msgstr "crwdns96200:0crwdne96200:0" @@ -17421,7 +17417,7 @@ msgstr "crwdns96436:0crwdne96436:0" msgid "Kanban Board Column" msgstr "crwdns96438:0crwdne96438:0" -#: public/js/frappe/views/kanban/kanban_view.js:385 +#: public/js/frappe/views/kanban/kanban_view.js:388 msgid "Kanban Board Name" msgstr "crwdns96440:0crwdne96440:0" @@ -17431,7 +17427,7 @@ msgctxt "Kanban Board" msgid "Kanban Board Name" msgstr "crwdns96442:0crwdne96442:0" -#: public/js/frappe/views/kanban/kanban_view.js:262 +#: public/js/frappe/views/kanban/kanban_view.js:265 msgctxt "Button in kanban view menu" msgid "Kanban Settings" msgstr "crwdns96444:0crwdne96444:0" @@ -18848,7 +18844,7 @@ msgstr "crwdns96912:0crwdne96912:0" msgid "Log Settings" msgstr "crwdns96914:0crwdne96914:0" -#: www/app.py:21 +#: www/app.py:23 msgid "Log in to access this page." msgstr "crwdns96916:0crwdne96916:0" @@ -18965,7 +18961,7 @@ msgstr "crwdns96958:0crwdne96958:0" msgid "Login to {0}" msgstr "crwdns96960:0{0}crwdne96960:0" -#: www/login.html:106 +#: www/login.html:106 www/login.html:190 msgid "Login with Email Link" msgstr "crwdns96962:0crwdne96962:0" @@ -20707,7 +20703,7 @@ msgstr "crwdns97572:0crwdne97572:0" msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "crwdns97574:0crwdne97574:0" -#: model/document.py:634 +#: model/document.py:641 msgid "Negative Value" msgstr "crwdns97576:0crwdne97576:0" @@ -20803,7 +20799,7 @@ msgstr "crwdns97604:0crwdne97604:0" msgid "New Folder" msgstr "crwdns97606:0crwdne97606:0" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "New Kanban Board" msgstr "crwdns97608:0crwdne97608:0" @@ -20889,7 +20885,7 @@ msgstr "crwdns97630:0crwdne97630:0" msgid "New password cannot be same as old password" msgstr "crwdns97632:0crwdne97632:0" -#: utils/change_log.py:389 +#: utils/change_log.py:391 msgid "New updates are available" msgstr "crwdns97634:0crwdne97634:0" @@ -20937,11 +20933,11 @@ msgstr "crwdns97646:0{0}crwdnd97646:0{1}crwdne97646:0" msgid "New {0}: {1}" msgstr "crwdns97648:0{0}crwdnd97648:0{1}crwdne97648:0" -#: utils/change_log.py:371 +#: utils/change_log.py:373 msgid "New {} releases for the following apps are available" msgstr "crwdns97650:0crwdne97650:0" -#: core/doctype/user/user.py:807 +#: core/doctype/user/user.py:749 msgid "Newly created user {0} has no roles enabled." msgstr "crwdns97652:0{0}crwdne97652:0" @@ -21258,11 +21254,11 @@ msgstr "crwdns97750:0crwdne97750:0" msgid "No Results found" msgstr "crwdns97752:0crwdne97752:0" -#: core/doctype/user/user.py:808 +#: core/doctype/user/user.py:750 msgid "No Roles Specified" msgstr "crwdns97754:0crwdne97754:0" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "No Select Field Found" msgstr "crwdns97756:0crwdne97756:0" @@ -21270,7 +21266,7 @@ msgstr "crwdns97756:0crwdne97756:0" msgid "No Suggestions" msgstr "crwdns127876:0crwdne127876:0" -#: desk/reportview.py:594 +#: desk/reportview.py:595 msgid "No Tags" msgstr "crwdns97758:0crwdne97758:0" @@ -21354,7 +21350,7 @@ msgstr "crwdns97786:0crwdne97786:0" msgid "No failed logs" msgstr "crwdns111062:0crwdne111062:0" -#: public/js/frappe/views/kanban/kanban_view.js:368 +#: public/js/frappe/views/kanban/kanban_view.js:371 msgid "No fields found that can be used as a Kanban Column. Use the Customize Form to add a Custom Field of type \"Select\"." msgstr "crwdns111064:0crwdne111064:0" @@ -21425,7 +21421,7 @@ msgctxt "{0} = verb, {1} = object" msgid "No permission to '{0}' {1}" msgstr "crwdns97810:0{0}crwdnd97810:0{1}crwdne97810:0" -#: model/db_query.py:927 +#: model/db_query.py:946 msgid "No permission to read {0}" msgstr "crwdns97812:0{0}crwdne97812:0" @@ -21523,7 +21519,7 @@ msgctxt "Recorder Query" msgid "Normalized Query" msgstr "crwdns97844:0crwdne97844:0" -#: core/doctype/user/user.py:1013 templates/includes/login/login.js:258 +#: core/doctype/user/user.py:955 templates/includes/login/login.js:258 #: utils/oauth.py:265 msgid "Not Allowed" msgstr "crwdns97846:0crwdne97846:0" @@ -21592,7 +21588,7 @@ msgstr "crwdns97870:0crwdne97870:0" #: public/js/frappe/form/toolbar.js:260 public/js/frappe/form/toolbar.js:748 #: public/js/frappe/model/indicator.js:28 -#: public/js/frappe/views/kanban/kanban_view.js:167 +#: public/js/frappe/views/kanban/kanban_view.js:170 #: public/js/frappe/views/reports/report_view.js:173 #: public/js/print_format_builder/print_format_builder.bundle.js:39 #: website/doctype/web_form/templates/web_form.html:75 @@ -22362,7 +22358,7 @@ msgctxt "S3 Backup Settings" msgid "Only change this if you want to use other S3 compatible object storage backends." msgstr "crwdns98134:0crwdne98134:0" -#: model/document.py:1075 +#: model/document.py:1082 msgid "Only draft documents can be discarded" msgstr "crwdns127690:0crwdne127690:0" @@ -22381,11 +22377,11 @@ msgstr "crwdns98138:0crwdne98138:0" msgid "Only one {0} can be set as primary." msgstr "crwdns98140:0{0}crwdne98140:0" -#: desk/reportview.py:336 +#: desk/reportview.py:337 msgid "Only reports of type Report Builder can be deleted" msgstr "crwdns98142:0crwdne98142:0" -#: desk/reportview.py:307 +#: desk/reportview.py:308 msgid "Only reports of type Report Builder can be edited" msgstr "crwdns98144:0crwdne98144:0" @@ -22556,7 +22552,7 @@ msgstr "crwdns98200:0{0}crwdne98200:0" msgid "Optimize" msgstr "crwdns98202:0crwdne98202:0" -#: core/doctype/file/file.js:89 +#: core/doctype/file/file.js:98 msgid "Optimizing image..." msgstr "crwdns98204:0crwdne98204:0" @@ -23274,11 +23270,11 @@ msgctxt "Web Form Field" msgid "Password" msgstr "crwdns98446:0crwdne98446:0" -#: core/doctype/user/user.py:1076 +#: core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "crwdns98448:0crwdne98448:0" -#: core/doctype/user/user.py:455 +#: core/doctype/user/user.py:406 msgid "Password Reset" msgstr "crwdns98450:0crwdne98450:0" @@ -23314,7 +23310,7 @@ msgstr "crwdns98462:0crwdne98462:0" msgid "Password not found for {0} {1} {2}" msgstr "crwdns98464:0{0}crwdnd98464:0{1}crwdnd98464:0{2}crwdne98464:0" -#: core/doctype/user/user.py:1075 +#: core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "crwdns98466:0crwdne98466:0" @@ -23326,7 +23322,7 @@ msgstr "crwdns98468:0crwdne98468:0" msgid "Password size exceeded the maximum allowed size" msgstr "crwdns98470:0crwdne98470:0" -#: core/doctype/user/user.py:871 +#: core/doctype/user/user.py:813 msgid "Password size exceeded the maximum allowed size." msgstr "crwdns98472:0crwdne98472:0" @@ -23819,7 +23815,7 @@ msgstr "crwdns98632:0crwdne98632:0" msgid "Please add a valid comment." msgstr "crwdns98634:0crwdne98634:0" -#: core/doctype/user/user.py:1058 +#: core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" msgstr "crwdns98636:0crwdne98636:0" @@ -23851,7 +23847,7 @@ msgstr "crwdns98648:0crwdne98648:0" msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "crwdns98650:0{0}crwdne98650:0" -#: core/doctype/user/user.py:1056 +#: core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "crwdns98652:0crwdne98652:0" @@ -23999,7 +23995,7 @@ msgstr "crwdns98718:0crwdne98718:0" msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "crwdns98720:0crwdne98720:0" -#: model/document.py:828 +#: model/document.py:835 msgid "Please refresh to get the latest document." msgstr "crwdns98722:0crwdne98722:0" @@ -24071,7 +24067,7 @@ msgstr "crwdns98752:0crwdne98752:0" msgid "Please select applicable Doctypes" msgstr "crwdns98754:0crwdne98754:0" -#: model/db_query.py:1118 +#: model/db_query.py:1137 msgid "Please select atleast 1 column from {0} to sort/group" msgstr "crwdns98756:0{0}crwdne98756:0" @@ -24138,7 +24134,7 @@ msgstr "crwdns98784:0crwdne98784:0" msgid "Please setup default Email Account from Settings > Email Account" msgstr "crwdns98786:0crwdne98786:0" -#: core/doctype/user/user.py:406 +#: core/doctype/user/user.py:371 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "crwdns98788:0crwdne98788:0" @@ -24952,7 +24948,7 @@ msgstr "crwdns99058:0crwdne99058:0" msgid "Progress" msgstr "crwdns99060:0crwdne99060:0" -#: public/js/frappe/views/kanban/kanban_view.js:405 +#: public/js/frappe/views/kanban/kanban_view.js:408 msgid "Project" msgstr "crwdns99062:0crwdne99062:0" @@ -26424,7 +26420,7 @@ msgstr "crwdns111160:0crwdne111160:0" msgid "Refreshing..." msgstr "crwdns99546:0crwdne99546:0" -#: core/doctype/user/user.py:1020 +#: core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "crwdns99548:0crwdne99548:0" @@ -26926,7 +26922,7 @@ msgstr "crwdns99724:0crwdne99724:0" msgid "Report limit reached" msgstr "crwdns99726:0crwdne99726:0" -#: core/doctype/prepared_report/prepared_report.py:210 +#: core/doctype/prepared_report/prepared_report.py:212 msgid "Report timed out." msgstr "crwdns99728:0crwdne99728:0" @@ -26947,7 +26943,7 @@ msgstr "crwdns99734:0crwdne99734:0" msgid "Report {0}" msgstr "crwdns99736:0{0}crwdne99736:0" -#: desk/reportview.py:343 +#: desk/reportview.py:344 msgid "Report {0} deleted" msgstr "crwdns99738:0{0}crwdne99738:0" @@ -26955,7 +26951,7 @@ msgstr "crwdns99738:0{0}crwdne99738:0" msgid "Report {0} is disabled" msgstr "crwdns99740:0{0}crwdne99740:0" -#: desk/reportview.py:320 +#: desk/reportview.py:321 msgid "Report {0} saved" msgstr "crwdns99742:0{0}crwdne99742:0" @@ -27640,7 +27636,7 @@ msgctxt "DocPerm" msgid "Role and Level" msgstr "crwdns99980:0crwdne99980:0" -#: core/doctype/user/user.py:351 +#: core/doctype/user/user.py:316 msgid "Role has been set as per the user type {0}" msgstr "crwdns99982:0{0}crwdne99982:0" @@ -27856,7 +27852,7 @@ msgctxt "Role" msgid "Route: Example \"/app\"" msgstr "crwdns111464:0crwdne111464:0" -#: model/base_document.py:739 model/base_document.py:780 model/document.py:619 +#: model/base_document.py:739 model/base_document.py:780 model/document.py:626 msgid "Row" msgstr "crwdns100054:0crwdne100054:0" @@ -28217,7 +28213,7 @@ msgstr "crwdns100168:0crwdne100168:0" #: public/js/frappe/utils/common.js:443 #: public/js/frappe/views/kanban/kanban_settings.js:45 #: public/js/frappe/views/kanban/kanban_settings.js:189 -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 #: public/js/frappe/views/reports/query_report.js:1803 #: public/js/frappe/views/reports/report_view.js:1640 #: public/js/frappe/views/workspace/workspace.js:498 @@ -28409,7 +28405,7 @@ msgctxt "Newsletter" msgid "Scheduled To Send" msgstr "crwdns100238:0crwdne100238:0" -#: core/doctype/server_script/server_script.py:141 +#: core/doctype/server_script/server_script.py:144 msgid "Scheduled execution for script {0} has updated" msgstr "crwdns100240:0{0}crwdne100240:0" @@ -30443,7 +30439,7 @@ msgctxt "Email Group" msgid "Sign Up and Confirmation" msgstr "crwdns100936:0crwdne100936:0" -#: core/doctype/user/user.py:1013 +#: core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "crwdns100938:0crwdne100938:0" @@ -30888,7 +30884,7 @@ msgctxt "Website Settings" msgid "Splash Image" msgstr "crwdns101086:0crwdne101086:0" -#: desk/reportview.py:382 public/js/frappe/web_form/web_form_list.js:175 +#: desk/reportview.py:383 public/js/frappe/web_form/web_form_list.js:175 #: templates/print_formats/standard_macros.html:44 msgid "Sr" msgstr "crwdns101088:0crwdne101088:0" @@ -30963,11 +30959,11 @@ msgstr "crwdns101114:0crwdne101114:0" msgid "Standard Print Style cannot be changed. Please duplicate to edit." msgstr "crwdns101116:0crwdne101116:0" -#: desk/reportview.py:333 +#: desk/reportview.py:334 msgid "Standard Reports cannot be deleted" msgstr "crwdns101118:0crwdne101118:0" -#: desk/reportview.py:304 +#: desk/reportview.py:305 msgid "Standard Reports cannot be edited" msgstr "crwdns101120:0crwdne101120:0" @@ -31843,7 +31839,7 @@ msgctxt "Recorder" msgid "Suggested Indexes" msgstr "crwdns127886:0crwdne127886:0" -#: core/doctype/user/user.py:728 +#: core/doctype/user/user.py:670 msgid "Suggested Username: {0}" msgstr "crwdns101420:0{0}crwdne101420:0" @@ -32337,7 +32333,7 @@ msgstr "crwdns112742:0crwdne112742:0" msgid "Table updated" msgstr "crwdns101536:0crwdne101536:0" -#: model/document.py:1401 +#: model/document.py:1408 msgid "Table {0} cannot be empty" msgstr "crwdns101538:0{0}crwdne101538:0" @@ -32475,7 +32471,7 @@ msgstr "crwdns101584:0crwdne101584:0" msgid "Templates" msgstr "crwdns101586:0crwdne101586:0" -#: core/doctype/user/user.py:1024 +#: core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "crwdns101588:0crwdne101588:0" @@ -32770,11 +32766,11 @@ msgid "The project number obtained from Google Cloud Console under " msgstr "crwdns101694:0crwdne101694:0" -#: core/doctype/user/user.py:984 +#: core/doctype/user/user.py:926 msgid "The reset password link has been expired" msgstr "crwdns101696:0crwdne101696:0" -#: core/doctype/user/user.py:986 +#: core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" msgstr "crwdns101698:0crwdne101698:0" @@ -32905,15 +32901,11 @@ msgstr "crwdns111280:0{0}crwdne111280:0" msgid "There must be atleast one permission rule." msgstr "crwdns101742:0crwdne101742:0" -#: core/doctype/user/user.py:536 -msgid "There should remain at least one System Manager" -msgstr "crwdns101744:0crwdne101744:0" - #: www/error.py:16 msgid "There was an error building this page" msgstr "crwdns101746:0crwdne101746:0" -#: public/js/frappe/views/kanban/kanban_view.js:180 +#: public/js/frappe/views/kanban/kanban_view.js:183 msgid "There was an error saving filters" msgstr "crwdns101748:0crwdne101748:0" @@ -32979,7 +32971,7 @@ msgstr "crwdns101770:0crwdne101770:0" msgid "This Doctype does not contain location fields" msgstr "crwdns101772:0crwdne101772:0" -#: public/js/frappe/views/kanban/kanban_view.js:388 +#: public/js/frappe/views/kanban/kanban_view.js:391 msgid "This Kanban Board will be private" msgstr "crwdns101774:0crwdne101774:0" @@ -33043,7 +33035,7 @@ msgstr "crwdns127762:0crwdne127762:0" msgid "This document is already amended, you cannot ammend it again" msgstr "crwdns101792:0crwdne101792:0" -#: model/document.py:1569 +#: model/document.py:1576 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "crwdns111282:0crwdne111282:0" @@ -33227,7 +33219,7 @@ msgstr "crwdns101866:0crwdne101866:0" msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "crwdns101868:0crwdne101868:0" -#: core/doctype/user/user.py:1244 +#: core/doctype/user/user.py:1186 msgid "Throttled" msgstr "crwdns101870:0crwdne101870:0" @@ -33914,7 +33906,7 @@ msgstr "crwdns102108:0crwdne102108:0" msgid "Too many changes to database in single action." msgstr "crwdns102110:0crwdne102110:0" -#: core/doctype/user/user.py:1025 +#: core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "crwdns102112:0crwdne102112:0" @@ -34879,7 +34871,7 @@ msgctxt "Workflow Document State" msgid "Update Value" msgstr "crwdns102438:0crwdne102438:0" -#: utils/change_log.py:381 +#: utils/change_log.py:383 msgid "Update from Frappe Cloud" msgstr "crwdns127778:0crwdne127778:0" @@ -35579,7 +35571,7 @@ msgstr "crwdns102672:0{0}crwdne102672:0" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "crwdns102674:0{0}crwdne102674:0" -#: core/doctype/user/user.py:541 +#: core/doctype/user/user.py:485 msgid "User {0} cannot be deleted" msgstr "crwdns102676:0{0}crwdne102676:0" @@ -35587,7 +35579,7 @@ msgstr "crwdns102676:0{0}crwdne102676:0" msgid "User {0} cannot be disabled" msgstr "crwdns102678:0{0}crwdne102678:0" -#: core/doctype/user/user.py:610 +#: core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "crwdns102680:0{0}crwdne102680:0" @@ -35604,7 +35596,7 @@ msgstr "crwdns102684:0{0}crwdnd102684:0{1}crwdne102684:0" msgid "User {0} has requested for data deletion" msgstr "crwdns102686:0{0}crwdne102686:0" -#: core/doctype/user/user.py:1373 +#: core/doctype/user/user.py:1315 msgid "User {0} impersonated as {1}" msgstr "crwdns111442:0{0}crwdnd111442:0{1}crwdne111442:0" @@ -35642,7 +35634,7 @@ msgctxt "User Social Login" msgid "Username" msgstr "crwdns102698:0crwdne102698:0" -#: core/doctype/user/user.py:695 +#: core/doctype/user/user.py:637 msgid "Username {0} already exists" msgstr "crwdns102700:0{0}crwdne102700:0" @@ -35824,15 +35816,15 @@ msgctxt "Notification" msgid "Value To Be Set" msgstr "crwdns102748:0crwdne102748:0" -#: model/base_document.py:965 model/document.py:675 +#: model/base_document.py:965 model/document.py:682 msgid "Value cannot be changed for {0}" msgstr "crwdns102750:0{0}crwdne102750:0" -#: model/document.py:621 +#: model/document.py:628 msgid "Value cannot be negative for" msgstr "crwdns102752:0crwdne102752:0" -#: model/document.py:625 +#: model/document.py:632 msgid "Value cannot be negative for {0}: {1}" msgstr "crwdns102754:0{0}crwdnd102754:0{1}crwdne102754:0" @@ -36715,11 +36707,11 @@ msgstr "crwdns103060:0crwdne103060:0" msgid "Welcome Workspace" msgstr "crwdns103062:0crwdne103062:0" -#: core/doctype/user/user.py:398 +#: core/doctype/user/user.py:363 msgid "Welcome email sent" msgstr "crwdns103064:0crwdne103064:0" -#: core/doctype/user/user.py:473 +#: core/doctype/user/user.py:424 msgid "Welcome to {0}" msgstr "crwdns103066:0{0}crwdne103066:0" @@ -37350,7 +37342,7 @@ msgstr "crwdns103278:0crwdne103278:0" msgid "You are not permitted to access this page without login." msgstr "crwdns103280:0crwdne103280:0" -#: www/app.py:23 +#: www/app.py:27 msgid "You are not permitted to access this page." msgstr "crwdns103282:0crwdne103282:0" @@ -37407,7 +37399,7 @@ msgstr "crwdns103302:0{0}crwdne103302:0" msgid "You can continue with the onboarding after exploring this page" msgstr "crwdns103304:0crwdne103304:0" -#: core/doctype/user/user.py:601 +#: core/doctype/user/user.py:543 msgid "You can disable the user instead of deleting it." msgstr "crwdns111478:0crwdne111478:0" @@ -37874,7 +37866,7 @@ msgstr "crwdns103502:0crwdne103502:0" msgid "ascending" msgstr "crwdns103512:0crwdne103512:0" -#: model/document.py:1372 +#: model/document.py:1379 msgid "beginning with" msgstr "crwdns103522:0crwdne103522:0" @@ -38129,7 +38121,7 @@ msgctxt "Workspace" msgid "grey" msgstr "crwdns103690:0crwdne103690:0" -#: utils/backups.py:378 +#: utils/backups.py:387 msgid "gzip not found in PATH! This is required to take a backup." msgstr "crwdns103692:0crwdne103692:0" @@ -38274,7 +38266,7 @@ msgctxt "OAuth Authorization Code" msgid "nonce" msgstr "crwdns103790:0crwdne103790:0" -#: model/document.py:1371 +#: model/document.py:1378 msgid "none of" msgstr "crwdns103792:0crwdne103792:0" @@ -38334,7 +38326,7 @@ msgctxt "Webhook" msgid "on_update_after_submit" msgstr "crwdns103818:0crwdne103818:0" -#: model/document.py:1370 +#: model/document.py:1377 msgid "one of" msgstr "crwdns103820:0crwdne103820:0" @@ -39147,7 +39139,7 @@ msgstr "crwdns104266:0{0}crwdnd104266:0{1}crwdne104266:0" msgid "{0} items selected" msgstr "crwdns104268:0{0}crwdne104268:0" -#: core/doctype/user/user.py:1382 +#: core/doctype/user/user.py:1324 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "crwdns111448:0{0}crwdnd111448:0{1}crwdne111448:0" @@ -39180,7 +39172,7 @@ msgstr "crwdns104280:0{0}crwdne104280:0" msgid "{0} months ago" msgstr "crwdns104282:0{0}crwdne104282:0" -#: model/document.py:1626 +#: model/document.py:1633 msgid "{0} must be after {1}" msgstr "crwdns104284:0{0}crwdnd104284:0{1}crwdne104284:0" @@ -39591,7 +39583,7 @@ msgstr "crwdns104464:0crwdne104464:0" msgid "{} not found in PATH! This is required to restore the database." msgstr "crwdns104466:0crwdne104466:0" -#: utils/backups.py:445 +#: utils/backups.py:454 msgid "{} not found in PATH! This is required to take a backup." msgstr "crwdns104468:0crwdne104468:0" From 7eac9e591d5ca0d441d733bad783dd0198b1e07a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 29 May 2024 07:45:48 +0530 Subject: [PATCH 10/54] fix: Turkish translations --- frappe/locale/tr.po | 256 +++++++++++++++++++++++--------------------- 1 file changed, 134 insertions(+), 122 deletions(-) diff --git a/frappe/locale/tr.po b/frappe/locale/tr.po index fcebd1d015..5d88ae7f77 100644 --- a/frappe/locale/tr.po +++ b/frappe/locale/tr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-05-26 09:33+0000\n" -"PO-Revision-Date: 2024-05-28 01:35\n" +"PO-Revision-Date: 2024-05-29 02:15\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -120,7 +120,7 @@ msgstr "+ Alanları Ekle / Çıkar" #: workflow/doctype/workflow_document_state/workflow_document_state.json msgctxt "Workflow Document State" msgid "0 - Draft; 1 - Submitted; 2 - Cancelled" -msgstr "" +msgstr "0 - Taslak; 1 - Gönderildi; 2 -İptal Edildi" #. Description of the 'Priority' (Int) field in DocType 'Web Page' #: website/doctype/web_page/web_page.json @@ -546,7 +546,19 @@ msgid "
doc.grand_total > 0
\n\n" "
  • frappe.utils.now
  • \n" "\n" "

    Example:

    doc.creation > frappe.utils.add_to_date(frappe.utils.now_datetime(), days=-5, as_string=True, as_datetime=True) 

    " -msgstr "" +msgstr "
    doc.grand_total > 0
    \n\n" +"

    Koşullar basit Python ile yazılmalıdır. Lütfen yalnızca formda bulunan özellikleri kullanın.

    \n" +"

    İzin verilen fonksiyonlar:\n" +"

      \n" +"
    • frappe.db.get_value
    • \n" +"
    • frappe.db.get_list
    • \n" +"
    • frappe.session
    • \n" +"
    • frappe.utils.now_datetime
    • \n" +"
    • frappe.utils.get_datetime
    • \n" +"
    • frappe.utils.add_to_date
    • \n" +"
    • frappe.utils.now
    • \n" +"
    \n" +"

    Örnek:

    doc.creation > frappe.utils.add_to_date(frappe.utils.now_datetime(), days=-5, as_string=True, as_datetime=True) 

    " #: custom/doctype/custom_field/custom_field.js:39 msgid "Warning: This field is system generated and may be overwritten by a future update. Modify it using {0} instead." @@ -1733,7 +1745,7 @@ msgstr "" #: workflow/doctype/workflow/workflow.json msgctxt "Workflow" msgid "All possible Workflow States and roles of the workflow. Docstatus Options: 0 is \"Saved\", 1 is \"Submitted\" and 2 is \"Cancelled\"" -msgstr "" +msgstr "İş akışının tüm olası İş Akışı Durumları ve rolleri. Docstatus Seçenekleri: 0 \"Kaydedildi\", 1 \"Gönderildi\" ve 2 \"İptal Edildi\"" #: utils/password_strength.py:183 msgid "All-uppercase is almost as easy to guess as all-lowercase." @@ -1967,7 +1979,7 @@ msgstr "Rollere İzin Ver" #: workflow/doctype/workflow_transition/workflow_transition.json msgctxt "Workflow Transition" msgid "Allow Self Approval" -msgstr "" +msgstr "Kendi Kendini Onaylamaya İzin Ver" #. Label of a Check field in DocType 'System Settings' #: core/doctype/system_settings/system_settings.json @@ -1980,7 +1992,7 @@ msgstr "Uygulamaları İyileştirmek İçin Kullanım Verilerinin Gönderilmesin #: workflow/doctype/workflow_transition/workflow_transition.json msgctxt "Workflow Transition" msgid "Allow approval for creator of the document" -msgstr "" +msgstr "Belgeyi oluşturan kişinin onayına izin ver" #. Label of a Check field in DocType 'Customize Form' #: custom/doctype/customize_form/customize_form.json @@ -2086,7 +2098,7 @@ msgstr "Kullanıcıların, e-postalarına gönderilen oturum açma bağlantısı #: workflow/doctype/workflow_transition/workflow_transition.json msgctxt "Workflow Transition" msgid "Allowed" -msgstr "" +msgstr "İzin Verilen" #. Label of a Small Text field in DocType 'System Settings' #: core/doctype/system_settings/system_settings.json @@ -2104,13 +2116,13 @@ msgstr "Alıntılara İzin Ver" #: core/doctype/user_type/user_type.json msgctxt "User Type" msgid "Allowed Modules" -msgstr "" +msgstr "İzin Verilen Modüller" #. Label of a Table MultiSelect field in DocType 'OAuth Client' #: integrations/doctype/oauth_client/oauth_client.json msgctxt "OAuth Client" msgid "Allowed Roles" -msgstr "" +msgstr "İzin Verilen Roller" #: public/js/frappe/form/form.js:1250 msgid "Allowing DocType, DocType. Be careful!" @@ -3044,7 +3056,7 @@ msgstr "" #: email/doctype/newsletter/newsletter.json msgctxt "Newsletter" msgid "Audience" -msgstr "" +msgstr "Hedef Kitle" #. Name of a report #: custom/report/audit_system_hooks/audit_system_hooks.json @@ -3426,7 +3438,7 @@ msgstr "" #: core/doctype/user_email/user_email.json msgctxt "User Email" msgid "Awaiting Password" -msgstr "Şifre Bekleniyor" +msgstr "Şifreyi Bekle" #. Label of a Check field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -4366,7 +4378,7 @@ msgstr "" #: website/doctype/web_page/web_page.js:111 #: website/doctype/web_page/web_page.js:118 msgid "By default the title is used as meta title, adding a value here will override it." -msgstr "" +msgstr "Varsayılan olarak başlık meta başlık olarak kullanılır, buraya bir değer eklemek bunu geçersiz kılacaktır." #. Description of the 'Send Email for Successful Backup' (Check) field in #. DocType 'S3 Backup Settings' @@ -5121,7 +5133,7 @@ msgstr "" #: email/doctype/email_domain/email_domain.js:5 msgid "Changing any setting will reflect on all the email accounts associated with this domain." -msgstr "" +msgstr "Herhangi bir ayarın değiştirilmesi, bu etki alanıyla ilişkili tüm e-posta hesaplarını etkileyecektir." #: core/doctype/system_settings/system_settings.js:62 msgid "Changing rounding method on site with data can result in unexpected behaviour." @@ -5309,7 +5321,7 @@ msgstr "" #: www/list.py:85 msgid "Child DocTypes are not allowed" -msgstr "" +msgstr "Alt DocType'lara izin verilmiyor" #. Label of a Data field in DocType 'Form Tour Step' #: desk/doctype/form_tour_step/form_tour_step.json @@ -5440,7 +5452,7 @@ msgstr "" #: templates/emails/data_deletion_approval.html:2 msgid "Click on the link below to approve the request" -msgstr "" +msgstr "Talebi onaylamak için aşağıdaki bağlantıya tıklayın" #: templates/emails/new_user.html:7 msgid "Click on the link below to complete your registration and set a new password" @@ -6944,7 +6956,7 @@ msgstr "Yeni Çalışma Alanı" #: printing/page/print_format_builder/print_format_builder_start.html:16 msgid "Create a New Format" -msgstr "" +msgstr "Yeni Bir Format Oluştur" #: public/js/frappe/form/reminders.js:9 msgid "Create a Reminder" @@ -6986,7 +6998,7 @@ msgstr "Yazdırma Formatı Oluştur veya Düzenle" #: workflow/page/workflow_builder/workflow_builder.js:34 msgid "Create or Edit Workflow" -msgstr "" +msgstr "İş Akışı Oluşturun veya Düzenleyin" #: public/js/frappe/list/list_view.js:479 msgid "Create your first {0}" @@ -6994,7 +7006,7 @@ msgstr "{0} Oluştur" #: workflow/doctype/workflow/workflow.js:16 msgid "Create your workflow visually using the Workflow Builder." -msgstr "" +msgstr "İş Akışı Oluşturucu'yu kullanarak iş akışınızı görsel olarak oluşturun." #: public/js/frappe/views/file/file_view.js:337 msgid "Created" @@ -7025,7 +7037,7 @@ msgstr "" #: workflow/doctype/workflow/workflow.py:65 msgid "Created Custom Field {0} in {1}" -msgstr "" +msgstr "{0} özel alanı {1} için oluşturuldu." #: desk/doctype/dashboard_chart/dashboard_chart.js:241 #: email/doctype/notification/notification.js:30 model/meta.py:46 @@ -7352,7 +7364,7 @@ msgstr "Özel Alan" #: custom/doctype/custom_field/custom_field.py:218 msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." -msgstr "" +msgstr "Özel Alan {0} Yönetici tarafından oluşturulur ve yalnızca Yönetici hesabı aracılığıyla silinebilir." #. Subtitle of the Module Onboarding 'Customization' #: custom/module_onboarding/customization/customization.json @@ -8455,12 +8467,12 @@ msgstr "" #. Description of a DocType #: workflow/doctype/workflow_transition/workflow_transition.json msgid "Defines actions on states and the next step and allowed roles." -msgstr "" +msgstr "Durumlara ilişkin eylemleri, sonraki adımı ve izin verilen rolleri tanımlar." #. Description of a DocType #: workflow/doctype/workflow/workflow.json msgid "Defines workflow states and rules for a document." -msgstr "" +msgstr "Bir belge için iş akışı durumlarını ve kurallarını tanımlar." #. Option for the 'Delivery Status' (Select) field in DocType 'Communication' #: core/doctype/communication/communication.json @@ -8914,7 +8926,7 @@ msgstr "" #: workflow/doctype/workflow/workflow.json msgctxt "Workflow" msgid "Different \"States\" this document can exist in. Like \"Open\", \"Pending Approval\" etc." -msgstr "" +msgstr "Bu belgenin bulunabileceği farklı \"Durumlar\". \"Açık\", \"Onay Bekliyor\" vb. gibi." #. Label of a Int field in DocType 'Document Naming Rule' #: core/doctype/document_naming_rule/document_naming_rule.json @@ -9225,7 +9237,7 @@ msgstr "" #: workflow/doctype/workflow_document_state/workflow_document_state.json msgctxt "Workflow Document State" msgid "Doc Status" -msgstr "" +msgstr "Belge Durumu" #. Name of a DocType #: core/doctype/docfield/docfield.json @@ -9446,7 +9458,7 @@ msgstr "" #: workflow/doctype/workflow/workflow.json msgctxt "Workflow" msgid "DocType on which this Workflow is applicable." -msgstr "" +msgstr "Bu İş Akışının geçerli olduğu DocType." #: public/js/frappe/views/kanban/kanban_settings.js:4 msgid "DocType required" @@ -9992,12 +10004,12 @@ msgstr "Domain" #: email/doctype/email_domain/email_domain.json msgctxt "Email Domain" msgid "Domain Name" -msgstr "" +msgstr "Etki Alanı Adı" #. Name of a DocType #: core/doctype/domain_settings/domain_settings.json msgid "Domain Settings" -msgstr "" +msgstr "Etki Alanı Ayarları" #. Label of a HTML field in DocType 'Domain Settings' #: core/doctype/domain_settings/domain_settings.json @@ -10020,13 +10032,13 @@ msgstr "" #: workflow/doctype/workflow/workflow.json msgctxt "Workflow" msgid "Don't Override Status" -msgstr "" +msgstr "Durumu Geçersiz Kılma" #. Label of a Check field in DocType 'Workflow Document State' #: workflow/doctype/workflow_document_state/workflow_document_state.json msgctxt "Workflow Document State" msgid "Don't Override Status" -msgstr "" +msgstr "Durumu Geçersiz Kılma" #. Label of a Check field in DocType 'Data Import' #: core/doctype/data_import/data_import.json @@ -10121,7 +10133,7 @@ msgstr "Taslak" #: public/js/frappe/views/workspace/workspace.js:576 #: public/js/frappe/widgets/base_widget.js:33 msgid "Drag" -msgstr "" +msgstr "Sürükle" #: printing/page/print_format_builder/print_format_builder_layout.html:3 msgid "Drag elements from the sidebar to add. Drag them back to trash." @@ -10496,7 +10508,7 @@ msgstr "" #: workflow/doctype/workflow/workflow.js:18 msgid "Edit your workflow visually using the Workflow Builder." -msgstr "" +msgstr "İş Akışı Oluşturucu'yu kullanarak iş akışınızı görsel olarak düzenleyin." #: public/js/frappe/views/reports/report_view.js:647 #: public/js/frappe/widgets/widget_dialog.js:52 @@ -10526,7 +10538,7 @@ msgstr "Satır Düzenleme" #: public/js/print_format_builder/print_format_builder.bundle.js:14 #: public/js/workflow_builder/workflow_builder.bundle.js:20 msgid "Editing {0}" -msgstr "" +msgstr "{0} Düzenleniyor" #. Description of the 'SMS Gateway URL' (Small Text) field in DocType 'SMS #. Settings' @@ -10940,7 +10952,7 @@ msgstr "Atanan Belgedeki Konuları E-postayla Gönder" #: email/doctype/auto_email_report/auto_email_report.json msgctxt "Auto Email Report" msgid "Email To" -msgstr "" +msgstr "E-posta Alıcısı" #. Name of a DocType #: email/doctype/email_unsubscribe/email_unsubscribe.json @@ -10977,7 +10989,7 @@ msgstr "" #: workflow/doctype/workflow/workflow.json msgctxt "Workflow" msgid "Emails will be sent with next possible workflow actions" -msgstr "" +msgstr "E-postalar bir sonraki olası iş akışı eylemleriyle birlikte gönderilecektir" #: website/doctype/web_form/web_form.js:34 msgid "Embed code copied" @@ -12473,7 +12485,7 @@ msgstr "" #: workflow/doctype/workflow/workflow.json msgctxt "Workflow" msgid "Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)" -msgstr "" +msgstr "İşlemin İş Akışı Durumunu gösteren alan (alan mevcut değilse, gizli yeni bir Özel Alan oluşturulur)" #. Label of a Select field in DocType 'Milestone Tracker' #: automation/doctype/milestone_tracker/milestone_tracker.json @@ -12844,7 +12856,7 @@ msgstr "Filtre" #: email/doctype/auto_email_report/auto_email_report.json msgctxt "Auto Email Report" msgid "Filter Data" -msgstr "" +msgstr "Veri Filtresi" #. Label of a HTML field in DocType 'Data Export' #: core/doctype/data_export/data_export.json @@ -13221,7 +13233,7 @@ msgstr "Yazı Tipi" #: website/doctype/website_theme/website_theme.json msgctxt "Website Theme" msgid "Font Properties" -msgstr "" +msgstr "Yazı Tipi Özellikleri" #. Label of a Int field in DocType 'Print Format' #: printing/doctype/print_format/print_format.json @@ -13464,7 +13476,7 @@ msgstr "Daha fazla bilgi için, {0}." #: email/doctype/auto_email_report/auto_email_report.json msgctxt "Auto Email Report" msgid "For multiple addresses, enter the address on different line. e.g. test@test.com ⏎ test1@test.com" -msgstr "" +msgstr "Birden fazla adres için adresi farklı satırlara girin. örneğin test@test.com ⏎ test1@test.com" #: core/doctype/data_export/exporter.py:197 msgid "For updating, you can update only selective columns." @@ -13787,7 +13799,7 @@ msgstr "Başlama Tarihi" #: email/doctype/auto_email_report/auto_email_report.json msgctxt "Auto Email Report" msgid "From Date Field" -msgstr "" +msgstr "Başlangıç Tarihi Alanı" #: public/js/frappe/views/reports/query_report.js:1690 msgid "From Document Type" @@ -14116,7 +14128,7 @@ msgstr "" #: public/js/workflow_builder/workflow_builder.bundle.js:41 msgid "Go to Workflow" -msgstr "" +msgstr "İş Akışına Git" #: desk/doctype/workspace/workspace.js:18 msgid "Go to Workspace" @@ -15410,14 +15422,14 @@ msgstr "Kısıtlı Kullanıcı İzni Uygula işaretliyse ve kullanıcıya bir Do #: workflow/doctype/workflow/workflow.json msgctxt "Workflow" msgid "If Checked workflow status will not override status in list view" -msgstr "" +msgstr "İşaretliyse iş akışı durumu liste görünümündeki durumu geçersiz kılmaz" #. Description of the 'Don't Override Status' (Check) field in DocType #. 'Workflow Document State' #: workflow/doctype/workflow_document_state/workflow_document_state.json msgctxt "Workflow Document State" msgid "If Checked workflow status will not override status in list view" -msgstr "" +msgstr "İşaretliyse iş akışı durumu liste görünümündeki durumu geçersiz kılmaz" #: core/doctype/doctype/doctype.py:1720 public/js/frappe/roles_editor.js:66 msgid "If Owner" @@ -16101,7 +16113,7 @@ msgstr "Standart Filtre" #. Description of the Onboarding Step 'Generate Custom Reports' #: custom/onboarding_step/report_builder/report_builder.json msgid "In each module, you will find a host of single-click reports, ranging from financial statements to sales and purchase analytics and stock tracking reports. If a required new report is not available out-of-the-box, you can create custom reports in ERPNext by pulling values from the same multiple ERPNext tables.\n" -msgstr "" +msgstr "Her modülde, finansal tablolardan satış ve satın alma analizlerine ve stok izleme raporlarına kadar tek tıklamayla kullanılabilen bir dizi rapor bulacaksınız. Gerekli yeni bir rapor kullanıma hazır değilse, ERPNext'te aynı birden fazla ERPNext tablosundan değerleri çekerek özel raporlar oluşturabilirsiniz.\n" #. Description of the 'Font Size' (Float) field in DocType 'Print Settings' #: printing/doctype/print_settings/print_settings.json @@ -16164,7 +16176,7 @@ msgstr "" #: public/js/frappe/views/reports/query_report.js:1507 msgid "Include filters" -msgstr "" +msgstr "Filtreleri dahil et" #: public/js/frappe/views/reports/query_report.js:1499 msgid "Include indentation" @@ -16196,19 +16208,19 @@ msgstr "" #: email/doctype/email_account/email_account.json msgctxt "Email Account" msgid "Incoming Server" -msgstr "" +msgstr "Gelen Sunucu" #. Label of a Data field in DocType 'Email Domain' #: email/doctype/email_domain/email_domain.json msgctxt "Email Domain" msgid "Incoming Server" -msgstr "" +msgstr "Gelen Sunucu" #. Label of a Section Break field in DocType 'Email Domain' #: email/doctype/email_domain/email_domain.json msgctxt "Email Domain" msgid "Incoming Settings" -msgstr "" +msgstr "Gelen Sunucu Ayarları" #: email/doctype/email_domain/email_domain.py:32 msgid "Incoming email account not correct" @@ -18029,7 +18041,7 @@ msgstr "" #. Title of an Onboarding Step #: website/onboarding_step/web_page_tour/web_page_tour.json msgid "Learn about Web Pages" -msgstr "" +msgstr "Web Sayfaları Hakkında daha fazla bilgi" #. Label of an action in the Onboarding Step 'Create Custom Fields' #: custom/onboarding_step/custom_field/custom_field.json @@ -19474,7 +19486,7 @@ msgstr "" #: model/rename_doc.py:674 msgid "Maximum {0} rows allowed" -msgstr "" +msgstr "İzin verilen en fazla satır sayısı {0}" #: public/js/frappe/list/list_sidebar_group_by.js:221 msgid "Me" @@ -19766,23 +19778,23 @@ msgstr "" #: website/doctype/web_page/web_page.js:117 msgid "Meta Title" -msgstr "" +msgstr "Meta Başlık" #. Label of a Data field in DocType 'Blog Post' #: website/doctype/blog_post/blog_post.json msgctxt "Blog Post" msgid "Meta Title" -msgstr "" +msgstr "Meta Başlık" #. Label of a Data field in DocType 'Web Form' #: website/doctype/web_form/web_form.json msgctxt "Web Form" msgid "Meta Title" -msgstr "" +msgstr "Meta Başlık" #: website/doctype/web_page/web_page.js:110 msgid "Meta title for SEO" -msgstr "" +msgstr "SEO için meta başlık" #. Label of a Data field in DocType 'Access Log' #: core/doctype/access_log/access_log.json @@ -19904,7 +19916,7 @@ msgstr "" #: email/doctype/auto_email_report/auto_email_report.py:129 msgid "Missing Filters Required" -msgstr "" +msgstr "Eksik Filtreler Gerekli" #: desk/form/assign_to.py:107 msgid "Missing Permission" @@ -20502,7 +20514,7 @@ msgstr "" #: workflow/doctype/workflow/workflow.js:19 msgid "NOTE: If you add states or transitions in the table, it will be reflected in the Workflow Builder but you will have to position them manually. Also Workflow Builder is currently in BETA." -msgstr "" +msgstr "NOT: Tabloya durumlar veya geçişler eklerseniz, bunlar İş Akışı Oluşturucu'ya yansıtılacaktır ancak bunları manuel olarak konumlandırmanız gerekecektir. Ayrıca İş Akışı Oluşturucu şu anda BETA aşamasındadır." #. Description of the 'LDAP Group Field' (Data) field in DocType 'LDAP #. Settings' @@ -20561,7 +20573,7 @@ msgstr "" #: printing/page/print_format_builder/print_format_builder.js:117 msgid "Name of the new Print Format" -msgstr "" +msgstr "Yeni Yazdırma Formatının Adı" #: model/naming.py:490 msgid "Name of {0} cannot be {1}" @@ -20873,7 +20885,7 @@ msgstr "Yeni Değer" #: workflow/page/workflow_builder/workflow_builder.js:61 msgid "New Workflow Name" -msgstr "" +msgstr "Yeni İş Akışı Adı" #: public/js/frappe/views/workspace/workspace.js:1183 msgid "New Workspace" @@ -21004,7 +21016,7 @@ msgstr "Sonraki" #: workflow/doctype/workflow_document_state/workflow_document_state.json msgctxt "Workflow Document State" msgid "Next Action Email Template" -msgstr "" +msgstr "Sonraki Eylem E-posta Şablonu" #. Label of a HTML field in DocType 'Success Action' #: core/doctype/success_action/success_action.json @@ -21042,7 +21054,7 @@ msgstr "" #: workflow/doctype/workflow_transition/workflow_transition.json msgctxt "Workflow Transition" msgid "Next State" -msgstr "" +msgstr "Sonraki Durum" #. Label of a Code field in DocType 'Form Tour Step' #: desk/doctype/form_tour_step/form_tour_step.json @@ -21503,7 +21515,7 @@ msgstr "Yok" #: public/js/frappe/form/workflow.js:36 msgid "None: End of Workflow" -msgstr "" +msgstr "Yok: İş Akışı Sonu" #. Label of a Int field in DocType 'Recorder Query' #: core/doctype/recorder_query/recorder_query.json @@ -21524,7 +21536,7 @@ msgstr "İzin verilmedi" #: templates/includes/login/login.js:260 msgid "Not Allowed: Disabled User" -msgstr "" +msgstr "İzin Verilmedi: Devre Dışı Bırakılmış Kullanıcı" #: public/js/frappe/ui/filters/filter.js:36 msgid "Not Ancestors Of" @@ -21632,7 +21644,7 @@ msgstr "" #: model/workflow.py:114 msgid "Not a valid Workflow Action" -msgstr "" +msgstr "Geçerli bir İş Akışı Eylemi değil" #: templates/includes/login/login.js:256 msgid "Not a valid user" @@ -22303,7 +22315,7 @@ msgstr "" #: client.py:213 msgid "Only 200 inserts allowed in one request" -msgstr "" +msgstr "Bir istekte yalnızca 200 girişe izin verilir" #: email/doctype/email_queue/email_queue.py:81 msgid "Only Administrator can delete Email Queue" @@ -22319,13 +22331,13 @@ msgstr "Standart bir raporu yalnızca Yönetici kaydedebilir. Lütfen yeniden ad #: recorder.py:309 msgid "Only Administrator is allowed to use Recorder" -msgstr "" +msgstr "Kaydediciyi yalnızca Yönetici kullanabilir" #. Label of a Link field in DocType 'Workflow Document State' #: workflow/doctype/workflow_document_state/workflow_document_state.json msgctxt "Workflow Document State" msgid "Only Allow Edit For" -msgstr "" +msgstr "Düzenleme Yetkisi" #: core/doctype/doctype/doctype.py:1575 msgid "Only Options allowed for Data field are:" @@ -22732,7 +22744,7 @@ msgstr "" #: email/doctype/email_account/email_account.json msgctxt "Email Account" msgid "Outgoing (SMTP) Settings" -msgstr "" +msgstr "Giden (SMTP) Ayarları" #. Label of a Column Break field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json @@ -22744,19 +22756,19 @@ msgstr "" #: email/doctype/email_account/email_account.json msgctxt "Email Account" msgid "Outgoing Server" -msgstr "" +msgstr "Giden Sunucu" #. Label of a Data field in DocType 'Email Domain' #: email/doctype/email_domain/email_domain.json msgctxt "Email Domain" msgid "Outgoing Server" -msgstr "" +msgstr "Giden Sunucu" #. Label of a Section Break field in DocType 'Email Domain' #: email/doctype/email_domain/email_domain.json msgctxt "Email Domain" msgid "Outgoing Settings" -msgstr "" +msgstr "Giden Sunucu Ayarları" #: email/doctype/email_domain/email_domain.py:33 msgid "Outgoing email account not correct" @@ -23052,7 +23064,7 @@ msgstr "" #: website/doctype/about_us_settings/about_us_settings.json msgctxt "About Us Settings" msgid "Page Title" -msgstr "" +msgstr "Sayfa Başlığı" #: public/js/frappe/list/bulk_operations.js:79 msgid "Page Width (in mm)" @@ -23078,7 +23090,7 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:1310 msgid "Page with title {0} already exist." -msgstr "" +msgstr "{0} başlıklı sayfa zaten mevcut." #: public/html/print_template.html:25 #: public/js/frappe/views/reports/print_tree.html:89 @@ -24102,7 +24114,7 @@ msgstr "" #: public/js/frappe/views/reports/query_report.js:1324 msgid "Please set filters" -msgstr "" +msgstr "Lütfen filtreleri ayarların" #: email/doctype/auto_email_report/auto_email_report.py:251 msgid "Please set filters value in Report Filter table." @@ -24134,7 +24146,7 @@ msgstr "" #: core/doctype/user/user.py:371 msgid "Please setup default outgoing Email Account from Settings > Email Account" -msgstr "" +msgstr "Lütfen Ayarlar > E-posta Hesabı bölümünden varsayılan giden E-posta Hesabını ayarlayın" #: public/js/frappe/model/model.js:800 msgid "Please specify" @@ -26804,7 +26816,7 @@ msgstr "" #: email/doctype/auto_email_report/auto_email_report.json msgctxt "Auto Email Report" msgid "Report Filters" -msgstr "" +msgstr "Rapor Filtreleri" #. Label of a Check field in DocType 'Custom Field' #: custom/doctype/custom_field/custom_field.json @@ -26905,7 +26917,7 @@ msgstr "" #: desk/doctype/dashboard_chart/dashboard_chart.js:208 #: desk/doctype/number_card/number_card.js:191 msgid "Report has no data, please modify the filters or change the Report Name" -msgstr "" +msgstr "Raporda veri yok, lütfen filtreleri veya Rapor Adını değiştirin" #: desk/doctype/dashboard_chart/dashboard_chart.js:196 #: desk/doctype/number_card/number_card.js:186 @@ -27107,7 +27119,7 @@ msgstr "" #: public/js/print_format_builder/print_format_builder.bundle.js:21 #: public/js/workflow_builder/workflow_builder.bundle.js:37 msgid "Reset Changes" -msgstr "" +msgstr "Değişiklikleri Sıfırla" #: public/js/frappe/widgets/chart_widget.js:305 msgid "Reset Chart" @@ -27966,14 +27978,14 @@ msgstr "" #: workflow/doctype/workflow/workflow.json msgctxt "Workflow" msgid "Rules defining transition of state in the workflow." -msgstr "" +msgstr "İş akışında durum geçişini tanımlayan kurallar." #. Description of the 'Transition Rules' (Section Break) field in DocType #. 'Workflow' #: workflow/doctype/workflow/workflow.json msgctxt "Workflow" msgid "Rules for how states are transitions, like next state and which role is allowed to change state etc." -msgstr "" +msgstr "Bir sonraki durum ve hangi rolün durumu değiştirmesine izin verildiği gibi durum geçişlerinin nasıl yapıldığına ilişkin kurallar." #. Description of the 'Priority' (Int) field in DocType 'Document Naming Rule' #: core/doctype/document_naming_rule/document_naming_rule.json @@ -28991,7 +29003,7 @@ msgstr "" #: printing/page/print_format_builder/print_format_builder.js:82 msgid "Select Print Format to Edit" -msgstr "" +msgstr "Düzenlemek için Baskı Formatını Seçin" #. Label of a Link field in DocType 'Form Tour' #: desk/doctype/form_tour/form_tour.json @@ -29015,7 +29027,7 @@ msgstr "" #: workflow/page/workflow_builder/workflow_builder.js:68 msgid "Select Workflow" -msgstr "" +msgstr "İş Akışını Seçin" #. Label of a Link field in DocType 'Form Tour' #: desk/doctype/form_tour/form_tour.json @@ -29029,7 +29041,7 @@ msgstr "" #: printing/page/print_format_builder/print_format_builder.js:108 msgid "Select a DocType to make a new format" -msgstr "" +msgstr "Yeni bir format oluşturmak için bir DocType seçin" #: integrations/doctype/webhook/webhook.py:133 msgid "Select a document to check if it meets conditions." @@ -29057,7 +29069,7 @@ msgstr "" #: printing/page/print_format_builder/print_format_builder_start.html:2 msgid "Select an existing format to edit or start a new format." -msgstr "" +msgstr "Düzenlemek için mevcut bir formatı seçin veya yeni bir format oluşturun." #. Description of the 'Brand Image' (Attach Image) field in DocType 'Website #. Settings' @@ -29087,7 +29099,7 @@ msgstr "" #: public/js/frappe/views/calendar/calendar.js:167 msgid "Select or drag across time slots to create a new event." -msgstr "" +msgstr "Yeni bir etkinlik oluşturmak için zaman aralıklarını seçin veya sürükleyin." #: public/js/frappe/list/bulk_operations.js:209 msgid "Select records for assignment" @@ -29116,7 +29128,7 @@ msgstr "{0} Seçimi" #: model/workflow.py:117 msgid "Self approval is not allowed" -msgstr "" +msgstr "Kendi kendini onaylamaya izin verilmiyor" #: email/doctype/newsletter/newsletter.js:66 #: email/doctype/newsletter/newsletter.js:74 @@ -29330,7 +29342,7 @@ msgstr "" #: email/doctype/auto_email_report/auto_email_report.json msgctxt "Auto Email Report" msgid "Send only if there is any data" -msgstr "" +msgstr "Yalnızca herhangi bir veri varsa gönder" #. Label of a Check field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -29719,7 +29731,7 @@ msgstr "" #: printing/page/print_format_builder/print_format_builder.js:471 msgid "Set Properties" -msgstr "" +msgstr "Özellikleri Ayarla" #. Label of a Section Break field in DocType 'Notification' #. Label of a Select field in DocType 'Notification' @@ -32852,7 +32864,7 @@ msgstr "" #: workflow/doctype/workflow/workflow.js:125 msgid "There are documents which have workflow states that do not exist in this Workflow. It is recommended that you add these states to the Workflow and change their states before removing these states." -msgstr "" +msgstr "Bu İş Akışında bulunmayan iş akışı durumlarına sahip belgeler var. Bu durumları kaldırmadan önce bu durumları İş Akışına eklemeniz ve durumlarını değiştirmeniz önerilir." #: public/js/frappe/ui/notifications/notifications.js:435 msgid "There are no upcoming events for you." @@ -33165,7 +33177,7 @@ msgstr "" #: website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:118 msgid "This request has not yet been approved by the user." -msgstr "" +msgstr "Bu talep henüz kullanıcı tarafından onaylanmadı." #: templates/includes/navbar/navbar_items.html:95 msgid "This site is in read only mode, full functionality will be restored soon." @@ -33177,7 +33189,7 @@ msgstr "" #: website/doctype/web_page/web_page.js:71 msgid "This title will be used as the title of the webpage as well as in meta tags" -msgstr "" +msgstr "Bu başlık, web sayfasının başlığı ve meta etiketlerinde kullanılacaktır" #: public/js/frappe/form/controls/base_input.js:120 msgid "This value is fetched from {0}'s {1} field" @@ -33647,7 +33659,7 @@ msgstr "" #: website/doctype/web_page/web_page.js:70 msgid "Title of the page" -msgstr "" +msgstr "Sayfa başlığı" #: public/js/frappe/views/communication.js:53 #: public/js/frappe/views/inbox/inbox_view.js:70 @@ -33680,7 +33692,7 @@ msgstr "Bitiş Tarihi" #: email/doctype/auto_email_report/auto_email_report.json msgctxt "Auto Email Report" msgid "To Date Field" -msgstr "" +msgstr "Bitiş Tarihi Alanı" #: desk/doctype/todo/todo_list.js:6 msgid "To Do" @@ -33735,7 +33747,7 @@ msgstr "" #: email/doctype/auto_email_report/auto_email_report.json msgctxt "Auto Email Report" msgid "To begin the date range at the start of the chosen period. For example, if 'Year' is selected as the period, the report will start from January 1st of the current year." -msgstr "" +msgstr "Tarih aralığını seçilen dönemin başlangıcından başlatmak için, dönem olarak 'Yıl' seçilirse, rapor yılın ilk günü olan 1 Ocak tarihinden itibaren başlar." #: automation/doctype/auto_repeat/auto_repeat.js:35 msgid "To configure Auto Repeat, enable \"Allow Auto Repeat\" from {0}." @@ -34161,7 +34173,7 @@ msgstr "" #: workflow/doctype/workflow/workflow.json msgctxt "Workflow" msgid "Transition Rules" -msgstr "" +msgstr "Geçiş Kuralları" #. Label of a Table field in DocType 'Workflow' #: workflow/doctype/workflow/workflow.json @@ -34824,7 +34836,7 @@ msgstr "" #: workflow/doctype/workflow_document_state/workflow_document_state.json msgctxt "Workflow Document State" msgid "Update Field" -msgstr "" +msgstr "Alanı Güncelle" #: core/doctype/installed_applications/installed_applications.js:6 #: core/doctype/installed_applications/installed_applications.js:13 @@ -34998,7 +35010,7 @@ msgstr "" #: email/doctype/auto_email_report/auto_email_report.json msgctxt "Auto Email Report" msgid "Use First Day of Period" -msgstr "" +msgstr "Dönemin İlk Gününü Kullan" #. Label of a Check field in DocType 'Email Template' #: email/doctype/email_template/email_template.json @@ -35046,13 +35058,13 @@ msgstr "" #: email/doctype/email_account/email_account.json msgctxt "Email Account" msgid "Use STARTTLS" -msgstr "" +msgstr "STARTTLS Kullan" #. Label of a Check field in DocType 'Email Domain' #: email/doctype/email_domain/email_domain.json msgctxt "Email Domain" msgid "Use STARTTLS" -msgstr "" +msgstr "STARTTLS Kullan" #. Label of a Check field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -35980,7 +35992,7 @@ msgstr "" #: email/doctype/notification/notification.json msgctxt "Notification" msgid "View Properties (via Customize Form)" -msgstr "" +msgstr "Özellikleri Görüntüle (Formu Özelleştir)" #: social/doctype/energy_point_log/energy_point_log_list.js:20 msgid "View Ref" @@ -36583,7 +36595,7 @@ msgstr "Haftalık" #: email/doctype/auto_email_report/auto_email_report.json msgctxt "Auto Email Report" msgid "Weekdays" -msgstr "" +msgstr "Hafta İçi" #: public/js/frappe/utils/common.js:399 #: website/report/website_analytics/website_analytics.js:24 @@ -36880,7 +36892,7 @@ msgstr "İş Akışı" #: workflow/doctype/workflow_action/workflow_action.json #: workflow/doctype/workflow_action/workflow_action.py:438 msgid "Workflow Action" -msgstr "" +msgstr "İş Akışı Eylemi" #. Name of a DocType #. Description of a DocType @@ -36892,79 +36904,79 @@ msgstr "" #: workflow/doctype/workflow_action_master/workflow_action_master.json msgctxt "Workflow Action Master" msgid "Workflow Action Name" -msgstr "" +msgstr "İş Akışı Eylem Adı" #. Name of a DocType #: workflow/doctype/workflow_action_permitted_role/workflow_action_permitted_role.json msgid "Workflow Action Permitted Role" -msgstr "" +msgstr "İş Akışı Eylemine İzin Verilen Rol" #. Description of the 'Is Optional State' (Check) field in DocType 'Workflow #. Document State' #: workflow/doctype/workflow_document_state/workflow_document_state.json msgctxt "Workflow Document State" msgid "Workflow Action is not created for optional states" -msgstr "" +msgstr "İsteğe bağlı durumlar için İş Akışı Eylemi oluşturulmaz" #: public/js/workflow_builder/store.js:129 #: workflow/doctype/workflow/workflow.js:25 #: workflow/page/workflow_builder/workflow_builder.js:4 msgid "Workflow Builder" -msgstr "" +msgstr "İş Akışı Oluşturucu" #. Label of a Data field in DocType 'Workflow Document State' #: workflow/doctype/workflow_document_state/workflow_document_state.json msgctxt "Workflow Document State" msgid "Workflow Builder ID" -msgstr "" +msgstr "İş Akışı Oluşturucu ID" #. Label of a Data field in DocType 'Workflow Transition' #: workflow/doctype/workflow_transition/workflow_transition.json msgctxt "Workflow Transition" msgid "Workflow Builder ID" -msgstr "" +msgstr "İş Akışı Oluşturucu ID" #: workflow/doctype/workflow/workflow.js:11 msgid "Workflow Builder allows you to create workflows visually. You can drag and drop states and link them to create transitions. Also you can update thieir properties from the sidebar." -msgstr "" +msgstr "İş Akışı Oluşturucu, iş akışlarını görsel olarak oluşturmanızı sağlar. Durumları sürükleyip bırakabilir ve geçişler oluşturmak için bunları bağlayabilirsiniz. Ayrıca özelliklerini kenar çubuğundan güncelleyebilirsiniz." #. Label of a JSON field in DocType 'Workflow' #: workflow/doctype/workflow/workflow.json msgctxt "Workflow" msgid "Workflow Data" -msgstr "" +msgstr "İş Akışı Verileri" #. Name of a DocType #: workflow/doctype/workflow_document_state/workflow_document_state.json msgid "Workflow Document State" -msgstr "" +msgstr "İş Akışı Belge Durumu" #. Label of a Data field in DocType 'Workflow' #: workflow/doctype/workflow/workflow.json msgctxt "Workflow" msgid "Workflow Name" -msgstr "" +msgstr "İş Akışı Adı" #. Name of a DocType #: workflow/doctype/workflow_state/workflow_state.json msgid "Workflow State" -msgstr "" +msgstr "İş Akışı Durumu" #. Label of a Data field in DocType 'Workflow Action' #: workflow/doctype/workflow_action/workflow_action.json msgctxt "Workflow Action" msgid "Workflow State" -msgstr "" +msgstr "İş Akışı Durumu" #. Label of a Data field in DocType 'Workflow' #: workflow/doctype/workflow/workflow.json msgctxt "Workflow" msgid "Workflow State Field" -msgstr "" +msgstr "İş Akışı Durum Alanı" #: model/workflow.py:61 msgid "Workflow State not set" -msgstr "" +msgstr "İş Akışı Durumu ayarlanmamış" #: model/workflow.py:197 model/workflow.py:205 msgid "Workflow State transition not allowed from {0} to {1}" @@ -36972,26 +36984,26 @@ msgstr "" #: model/workflow.py:320 msgid "Workflow Status" -msgstr "" +msgstr "İş Akışı Durumu" #. Name of a DocType #: workflow/doctype/workflow_transition/workflow_transition.json msgid "Workflow Transition" -msgstr "" +msgstr "İş Akışı Geçişi" #. Description of a DocType #: workflow/doctype/workflow_state/workflow_state.json msgid "Workflow state represents the current state of a document." -msgstr "" +msgstr "İş akışı durumu, bir belgenin geçerli durumunu temsil eder." #: public/js/workflow_builder/store.js:83 msgid "Workflow updated successfully" -msgstr "" +msgstr "İş akışı başarıyla güncellendi" #. Description of the Onboarding Step 'Setup Approval Workflows' #: custom/onboarding_step/workflows/workflows.json msgid "Workflows allow you to define custom rules for the approval process of a particular document in ERPNext. You can also set complex Workflow Rules and set approval conditions." -msgstr "" +msgstr "İş akışları, ERPNext'te belirli bir belgenin onay süreci için özel kurallar tanımlamanıza olanak tanır. Ayrıca karmaşık İş Akışı Kuralları ayarlayabilir ve onay koşullarını belirleyebilirsiniz." #. Name of a DocType #: desk/doctype/workspace/workspace.json @@ -37367,7 +37379,7 @@ msgstr "" #: printing/page/print_format_builder/print_format_builder.js:741 msgid "You can add dynamic properties from the document by using Jinja templating." -msgstr "" +msgstr "Belgeye dinamik özellikler eklemek için Jinja şablonu kullanabilirsiniz." #: printing/doctype/letter_head/letter_head.js:32 msgid "You can also access wkhtmltopdf variables (valid only in PDF print):" @@ -37435,7 +37447,7 @@ msgstr "" #: desk/query_report.py:336 msgid "You can try changing the filters of your report." -msgstr "" +msgstr "Raporunuzun filtrelerini değiştirmeyi deneyebilirsiniz." #: core/page/permission_manager/permission_manager_help.html:27 msgid "You can use Customize Form to set levels on fields." @@ -39078,7 +39090,7 @@ msgstr "" #: model/workflow.py:182 msgid "{0} is not a valid Workflow State. Please update your Workflow and try again." -msgstr "" +msgstr "{0} geçerli bir İş Akışı Durumu değil. Lütfen İş Akışınızı güncelleyin ve tekrar deneyin." #: permissions.py:784 msgid "{0} is not a valid parent DocType for {1}" From aff0e2ba359f5072c2dc03f58cc67ccfc058ffdc Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 30 May 2024 07:41:46 +0530 Subject: [PATCH 11/54] fix: Turkish translations --- frappe/locale/tr.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/locale/tr.po b/frappe/locale/tr.po index 5d88ae7f77..9db49b2f66 100644 --- a/frappe/locale/tr.po +++ b/frappe/locale/tr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-05-26 09:33+0000\n" -"PO-Revision-Date: 2024-05-29 02:15\n" +"PO-Revision-Date: 2024-05-30 02:11\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -2689,7 +2689,7 @@ msgstr "Ata" #: public/js/frappe/form/sidebar/assign_to.js:180 msgid "Assign To User Group" -msgstr "" +msgstr "Kullanıcı Grubuna Ata" #. Label of a Section Break field in DocType 'Assignment Rule' #: automation/doctype/assignment_rule/assignment_rule.json From 15047048b6ad68913d90f30bc994a94c37cfaa29 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 30 May 2024 07:41:49 +0530 Subject: [PATCH 12/54] fix: Persian translations --- frappe/locale/fa.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index f53bcf66b4..e70321dfd7 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-05-26 09:33+0000\n" -"PO-Revision-Date: 2024-05-28 01:35\n" +"PO-Revision-Date: 2024-05-30 02:11\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -3437,7 +3437,7 @@ msgstr "در انتظار رمز عبور" #: public/js/frappe/widgets/onboarding_widget.js:200 msgid "Awesome Work" -msgstr "کار عالی" +msgstr "کارتان عالی بود" #: public/js/frappe/widgets/onboarding_widget.js:358 msgid "Awesome, now try making an entry yourself" From 9017488d4375f20317fbc84af44e50697f43f801 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 31 May 2024 08:05:45 +0530 Subject: [PATCH 13/54] fix: Turkish translations --- frappe/locale/tr.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/locale/tr.po b/frappe/locale/tr.po index 9db49b2f66..9b9f82223b 100644 --- a/frappe/locale/tr.po +++ b/frappe/locale/tr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-05-26 09:33+0000\n" -"PO-Revision-Date: 2024-05-30 02:11\n" +"PO-Revision-Date: 2024-05-31 02:35\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -37497,7 +37497,7 @@ msgstr "" #: public/js/frappe/form/footer/version_timeline_content_builder.js:183 msgid "You changed the values for {0}" -msgstr "" +msgstr "{0} için değerleri değiştirdiniz" #: public/js/frappe/form/footer/version_timeline_content_builder.js:172 msgid "You changed the values for {0} {1}" From 4ca3f0c79f3809f190e221e7810dabb0305eb960 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 1 Jun 2024 08:44:44 +0530 Subject: [PATCH 14/54] fix: Turkish translations --- frappe/locale/tr.po | 56 ++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/frappe/locale/tr.po b/frappe/locale/tr.po index 9b9f82223b..b965015157 100644 --- a/frappe/locale/tr.po +++ b/frappe/locale/tr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-05-26 09:33+0000\n" -"PO-Revision-Date: 2024-05-31 02:35\n" +"PO-Revision-Date: 2024-06-01 03:14\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -3347,7 +3347,7 @@ msgstr "" #. Description of a Card Break in the Build Workspace #: core/workspace/build/build.json msgid "Automate processes and extend standard functionality using scripts and background jobs" -msgstr "" +msgstr "Komut dosyaları ve arka plan işleri kullanarak süreçleri otomatikleştirin ve standart işlevleri genişletin" #. Option for the 'Communication Type' (Select) field in DocType #. 'Communication' @@ -3971,7 +3971,7 @@ msgstr "" #: website/doctype/blog_post/templates/blog_post_list.html:11 #: website/workspace/website/website.json msgid "Blog" -msgstr "" +msgstr "Blog" #. Name of a DocType #: website/doctype/blog_category/blog_category.json @@ -4908,7 +4908,7 @@ msgstr "" #: core/doctype/report/report.py:69 msgid "Cannot edit a standard report. Please duplicate and create a new report" -msgstr "" +msgstr "Standart bir raporu düzenleyemezsiniz. Lütfen bir kopyasını veya yeni bir rapor oluşturun." #: model/document.py:883 msgid "Cannot edit cancelled document" @@ -6119,7 +6119,7 @@ msgstr "" #: core/workspace/build/build.json msgctxt "Communication" msgid "Communication Logs" -msgstr "" +msgstr "İletişim Günlükleri" #. Label of a Select field in DocType 'Communication' #: core/doctype/communication/communication.json @@ -6913,7 +6913,7 @@ msgstr "Özel Alanlar Oluşturun" #: public/js/frappe/views/workspace/workspace.js:936 msgid "Create Duplicate" -msgstr "" +msgstr "Kopya Oluştur" #. Option for the 'Action' (Select) field in DocType 'Onboarding Step' #: desk/doctype/onboarding_step/onboarding_step.json @@ -8423,7 +8423,7 @@ msgstr "Varsayılan Görünüm" #: core/doctype/user/user.json msgctxt "User" msgid "Default Workspace" -msgstr "" +msgstr "Varsayılan Çalışma Alanı" #: core/doctype/doctype/doctype.py:1343 msgid "Default for 'Check' type of field {0} must be either '0' or '1'" @@ -8532,7 +8532,7 @@ msgstr "Kanban Panosunu Sil" #: public/js/frappe/views/workspace/workspace.js:835 msgid "Delete Workspace" -msgstr "" +msgstr "Çalışma Alanını Sil" #: public/js/frappe/views/reports/query_report.js:864 msgid "Delete and Generate New" @@ -8597,7 +8597,7 @@ msgstr "Silinmiş Belge" #: automation/workspace/tools/tools.json msgctxt "Deleted Document" msgid "Deleted Documents" -msgstr "" +msgstr "Silinen Belgeler" #. Label of a Data field in DocType 'Deleted Document' #: core/doctype/deleted_document/deleted_document.json @@ -10206,7 +10206,7 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:558 #: public/js/frappe/views/workspace/workspace.js:820 msgid "Duplicate Workspace" -msgstr "" +msgstr "Çalışma Alanını Çoğalt" #: public/js/frappe/form/form.js:207 msgid "Duplicate current row" @@ -10214,7 +10214,7 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:1001 msgid "Duplicate of {0} named as {1} is created successfully" -msgstr "" +msgstr "{1} olarak adlandırılan {0} kopyası başarıyla oluşturuldu" #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' #: custom/doctype/custom_field/custom_field.json @@ -10441,7 +10441,7 @@ msgstr "" #: public/js/frappe/widgets/widget_dialog.js:44 msgid "Edit Number Card" -msgstr "" +msgstr "Veri Kartını Düzenle" #: public/js/frappe/widgets/widget_dialog.js:46 msgid "Edit Onboarding" @@ -10491,7 +10491,7 @@ msgstr "Değerleri Düzenle" #: public/js/frappe/views/workspace/workspace.js:814 msgid "Edit Workspace" -msgstr "" +msgstr "Çalışma Alanını Düzenle" #: desk/doctype/note/note.js:11 msgid "Edit mode" @@ -14358,7 +14358,7 @@ msgstr "" #. Label of a Card Break in the Integrations Workspace #: integrations/workspace/integrations/integrations.json msgid "Google Services" -msgstr "" +msgstr "Google Servisleri" #. Name of a DocType #: integrations/doctype/google_settings/google_settings.json @@ -15118,7 +15118,7 @@ msgstr "Hafta Sonlarını Gizle" #: public/js/frappe/views/workspace/workspace.js:826 msgid "Hide Workspace" -msgstr "" +msgstr "Çalışma Alanını Gizle" #. Description of the 'Hide Descendants' (Check) field in DocType 'User #. Permission' @@ -20707,11 +20707,11 @@ msgstr "" #: desk/doctype/workspace/workspace.py:297 msgid "Need Workspace Manager role to edit private workspace of other users" -msgstr "" +msgstr "Diğer kullanıcıların özel çalışma alanlarını düzenlemek için Çalışma Alanı Yöneticisi rolü gerekli." #: desk/doctype/workspace/workspace.py:341 msgid "Need Workspace Manager role to hide/unhide public workspaces" -msgstr "" +msgstr "Genel çalışma alanlarını gizlemek/göstermek için Çalışma Alanı Yöneticisi rolü gerekli." #: model/document.py:641 msgid "Negative Value" @@ -22351,11 +22351,11 @@ msgstr "" #: desk/doctype/workspace/workspace.js:36 msgid "Only Workspace Manager can edit public workspaces" -msgstr "" +msgstr "Yalnızca Çalışma Alanı Yöneticisi genel çalışma alanlarını düzenleyebilir." #: public/js/frappe/views/workspace/workspace.js:547 msgid "Only Workspace Manager can sort or edit this page" -msgstr "" +msgstr "Bu sayfayı yalnızca Çalışma Alanı Yöneticisi sıralayabilir veya düzenleyebilir" #: modules/utils.py:64 msgid "Only allowed to export customizations in developer mode" @@ -29033,7 +29033,7 @@ msgstr "İş Akışını Seçin" #: desk/doctype/form_tour/form_tour.json msgctxt "Form Tour" msgid "Select Workspace" -msgstr "" +msgstr "Çalışma Alanını Seçin" #: website/doctype/website_settings/website_settings.js:23 msgid "Select a Brand Image first." @@ -34657,7 +34657,7 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:567 msgid "Unhide Workspace" -msgstr "" +msgstr "Çalışma Alanını Göster" #. Label of a Check field in DocType 'Custom Field' #: custom/doctype/custom_field/custom_field.json @@ -35474,7 +35474,7 @@ msgstr "" #: integrations/doctype/ldap_group_mapping/ldap_group_mapping.json msgctxt "LDAP Group Mapping" msgid "User Role" -msgstr "" +msgstr "Kullanıcı Rolü" #. Name of a DocType #: core/doctype/user_role_profile/user_role_profile.json @@ -36154,7 +36154,7 @@ msgstr "" #: desk/doctype/workspace/workspace.js:38 msgid "We do not allow editing of this document. Simply click the Edit button on the workspace page to make your workspace editable and customize it as you wish" -msgstr "" +msgstr "Bu belgenin düzenlenmesine izin verilmiyor. Çalışma alanınızı düzenlenebilir hale getirmek ve istediğiniz gibi özelleştirmek için çalışma alanı sayfasındaki Düzenle düğmesine tıklamanız yeterlidir." #: templates/emails/delete_data_confirmation.html:2 msgid "We have received a request for deletion of {0} data associated with: {1}" @@ -37032,7 +37032,7 @@ msgstr "Çalışma Alanı" #: public/js/frappe/router.js:193 msgid "Workspace {0} does not exist" -msgstr "" +msgstr "Çalışma Alanı {0} mevcut değil" #. Name of a DocType #: desk/doctype/workspace_chart/workspace_chart.json @@ -37068,11 +37068,11 @@ msgstr "Çalışma Alanı Listesi" #. Name of a DocType #: desk/doctype/workspace_shortcut/workspace_shortcut.json msgid "Workspace Shortcut" -msgstr "" +msgstr "Çalışma Alanı Kısayolu" #: desk/doctype/workspace/workspace.py:281 msgid "Workspace not found" -msgstr "" +msgstr "Çalışma alanı bulunamadı" #: public/js/frappe/views/workspace/workspace.js:1276 msgid "Workspace {0} Created Successfully" @@ -37637,7 +37637,7 @@ msgstr "" #: desk/doctype/workspace/workspace.py:73 msgid "You need to be Workspace Manager to edit this document" -msgstr "" +msgstr "Bu belgeyi düzenlemek için Çalışma Alanı Yöneticisi olmanız gerekir" #: www/attribution.py:14 msgid "You need to be a system user to access this page." @@ -38779,7 +38779,7 @@ msgstr "" #: public/js/frappe/ui/toolbar/search_utils.js:91 #: public/js/frappe/ui/toolbar/search_utils.js:92 msgid "{0} Workspace" -msgstr "" +msgstr "{0} Çalışma Alanı" #: public/js/frappe/form/link_selector.js:225 msgid "{0} added" From 153d7cb7a34d0de61de1e56c6ede23f3be007f72 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 1 Jun 2024 14:56:26 +0200 Subject: [PATCH 15/54] feat: support reraising with error cause --- frappe/utils/__init__.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/frappe/utils/__init__.py b/frappe/utils/__init__.py index 0f34461139..23bce60805 100644 --- a/frappe/utils/__init__.py +++ b/frappe/utils/__init__.py @@ -296,16 +296,18 @@ def get_traceback(with_context=False) -> str: """Return the traceback of the Exception.""" from traceback_with_variables import iter_exc_lines - exc_type, exc_value, exc_tb = sys.exc_info() - - if not any([exc_type, exc_value, exc_tb]): + exc = sys.exception() + if not exc: return "" + if exc.__cause__: + exc = exc.__cause__ + if with_context: - trace_list = iter_exc_lines(fmt=_get_traceback_sanitizer()) + trace_list = iter_exc_lines(exc, fmt=_get_traceback_sanitizer()) tb = "\n".join(trace_list) else: - trace_list = traceback.format_exception(exc_type, exc_value, exc_tb) + trace_list = traceback.format_exception(exc) tb = "".join(cstr(t) for t in trace_list) bench_path = get_bench_path() + "/" From cc1642b7b413def75f38b1eb7d346c8f939ed3ad Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 2 Jun 2024 08:42:31 +0530 Subject: [PATCH 16/54] fix: Persian translations --- frappe/locale/fa.po | 120 ++++++++++++++++++++++---------------------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index e70321dfd7..8e33e9df7c 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-05-26 09:33+0000\n" -"PO-Revision-Date: 2024-05-30 02:11\n" +"PO-Revision-Date: 2024-06-02 03:12\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -2111,7 +2111,7 @@ msgstr "ماژول های مجاز" #: integrations/doctype/oauth_client/oauth_client.json msgctxt "OAuth Client" msgid "Allowed Roles" -msgstr "" +msgstr "نقش های مجاز" #: public/js/frappe/form/form.js:1250 msgid "Allowing DocType, DocType. Be careful!" @@ -2556,7 +2556,7 @@ msgstr "تایید لازم است" #: public/js/frappe/utils/number_systems.js:41 msgctxt "Number system" msgid "Ar" -msgstr "آر" +msgstr "Ar" #: public/js/frappe/views/kanban/kanban_column.html:14 msgid "Archive" @@ -3446,7 +3446,7 @@ msgstr "عالی است، حالا سعی کنید خودتان یک ورودی #: public/js/frappe/utils/number_systems.js:9 msgctxt "Number system" msgid "B" -msgstr "ب" +msgstr "B" #. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' #: printing/doctype/print_settings/print_settings.json @@ -4279,11 +4279,11 @@ msgstr "ویرایش انبوه {0}" #: desk/reportview.py:525 msgid "Bulk Operation Failed" -msgstr "" +msgstr "عملیات انبوه ناموفق بود" #: desk/reportview.py:529 msgid "Bulk Operation Successful" -msgstr "" +msgstr "عملیات انبوه با موفقیت انجام شد" #: public/js/frappe/list/bulk_operations.js:122 msgid "Bulk PDF Export" @@ -4513,7 +4513,7 @@ msgstr "URL CTA" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Cache" -msgstr "" +msgstr "حافظه پنهان" #: sessions.py:32 msgid "Cache Cleared" @@ -5686,7 +5686,7 @@ msgstr "چالش کد" #: core/doctype/user/user.json msgctxt "User" msgid "Code Editor Type" -msgstr "" +msgstr "نوع ویرایشگر کد" #. Label of a Select field in DocType 'OAuth Authorization Code' #: integrations/doctype/oauth_authorization_code/oauth_authorization_code.json @@ -6108,7 +6108,7 @@ msgstr "لینک ارتباط" #: core/workspace/build/build.json msgctxt "Communication" msgid "Communication Logs" -msgstr "" +msgstr "لاگ های ارتباطی" #. Label of a Select field in DocType 'Communication' #: core/doctype/communication/communication.json @@ -6532,11 +6532,11 @@ msgstr "گزینه‌های تماس، مانند «پرسمان فروش، در #: utils/change_log.py:360 msgid "Contains {0} security fix" -msgstr "" +msgstr "حاوی {0} اصلاح امنیتی است" #: utils/change_log.py:358 msgid "Contains {0} security fixes" -msgstr "" +msgstr "حاوی {0} اصلاحات امنیتی است" #: public/js/frappe/utils/utils.js:1729 #: website/report/website_analytics/website_analytics.js:41 @@ -7302,7 +7302,7 @@ msgstr "پیکربندی سفارشی" #: core/doctype/data_import/data_import.json msgctxt "Data Import" msgid "Custom Delimiters" -msgstr "" +msgstr "جداکننده های سفارشی" #. Name of a DocType #: core/doctype/custom_docperm/custom_docperm.json @@ -7963,7 +7963,7 @@ msgstr "داده های موجود در جدول وجود ندارد" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Database" -msgstr "" +msgstr "پایگاه داده" #. Label of a Select field in DocType 'DocType' #: core/doctype/doctype/doctype.json @@ -7998,7 +7998,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Database Version" -msgstr "" +msgstr "نسخه پایگاه داده" #: desk/report/todo/todo.py:38 email/doctype/newsletter/newsletter.js:109 #: public/js/frappe/views/interaction.js:80 @@ -8198,7 +8198,7 @@ msgstr "" #: public/js/frappe/views/reports/report_utils.js:300 msgid "Decimal Separator must be a single character" -msgstr "" +msgstr "جداکننده اعشاری باید یک کاراکتر باشد" #: templates/form_grid/fields.html:30 msgid "Default" @@ -8596,7 +8596,7 @@ msgstr "نام حذف شده" #: desk/reportview.py:529 msgid "Deleted all documents successfully" -msgstr "" +msgstr "تمام اسناد با موفقیت حذف شد" #: desk/reportview.py:507 msgid "Deleting {0}" @@ -8933,7 +8933,7 @@ msgstr "سرور دایرکتوری" #: desk/doctype/list_view_settings/list_view_settings.json msgctxt "List View Settings" msgid "Disable Auto Refresh" -msgstr "Refresh خودکار را غیرفعال کنید" +msgstr "غیر فعال کردن Refresh خودکار" #. Label of a Check field in DocType 'System Settings' #: core/doctype/system_settings/system_settings.json @@ -8957,7 +8957,7 @@ msgstr "غیرفعال کردن نظرات" #: website/doctype/contact_us_settings/contact_us_settings.json msgctxt "Contact Us Settings" msgid "Disable Contact Us Page" -msgstr "" +msgstr "غیرفعال کردن صفحه تماس با ما" #. Label of a Check field in DocType 'List View Settings' #: desk/doctype/list_view_settings/list_view_settings.json @@ -9363,7 +9363,7 @@ msgstr "" #: custom/doctype/property_setter/property_setter.json msgctxt "Property Setter" msgid "DocType Action" -msgstr "" +msgstr "اقدام DocType" #. Option for the 'Script Type' (Select) field in DocType 'Server Script' #. Label of a Select field in DocType 'Server Script' @@ -10968,7 +10968,7 @@ msgstr "ایمیل با {0} تأیید نشده است" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Emails" -msgstr "" +msgstr "ایمیل ها" #: email/queue.py:137 msgid "Emails are muted" @@ -10982,7 +10982,7 @@ msgstr "ایمیل‌ها با اقدامات بعدی ممکن در گردش ک #: website/doctype/web_form/web_form.js:34 msgid "Embed code copied" -msgstr "" +msgstr "کد جاسازی کپی شد" #. Label of a Check field in DocType 'Google Calendar' #: integrations/doctype/google_calendar/google_calendar.json @@ -11693,7 +11693,7 @@ msgstr "خطا: مقدار از دست رفته برای {0}: {1}" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Errors" -msgstr "" +msgstr "خطاها" #. Name of a DocType #: desk/doctype/event/event.json @@ -12156,7 +12156,7 @@ msgstr "ناموفق" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Failed Emails" -msgstr "" +msgstr "ایمیل های ناموفق" #. Label of a Int field in DocType 'RQ Worker' #: core/doctype/rq_worker/rq_worker.json @@ -12174,7 +12174,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Failed Logins (Last 30 days)" -msgstr "" +msgstr "ورودهای ناموفق (30 روز گذشته)" #: model/workflow.py:298 msgid "Failed Transactions" @@ -12272,7 +12272,7 @@ msgstr "شکست" #: desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json msgctxt "System Health Report Failing Jobs" msgid "Failure Rate" -msgstr "" +msgstr "میزان شکست" #. Label of a Attach field in DocType 'Website Settings' #: website/doctype/website_settings/website_settings.json @@ -14015,7 +14015,7 @@ msgstr "متغیرهای Header و Footer wkhtmltopdf را دریافت کنید #: public/js/frappe/form/multi_select_dialog.js:87 msgid "Get Items" -msgstr "موارد را دریافت کنید" +msgstr "دریافت آیتم‌ها" #: integrations/doctype/connected_app/connected_app.js:6 msgid "Get OpenID Configuration" @@ -16191,7 +16191,7 @@ msgstr "تنظیمات ورودی (POP/IMAP)." #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Incoming Emails (Last 7 days)" -msgstr "" +msgstr "ایمیل های دریافتی (7 روز گذشته)" #. Label of a Data field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -17380,7 +17380,7 @@ msgstr "پرش به فیلد" #: public/js/frappe/utils/number_systems.js:53 msgctxt "Number system" msgid "K" -msgstr "ک" +msgstr "K" #. Option for the 'Select List View' (Select) field in DocType 'Form Tour' #: desk/doctype/form_tour/form_tour.json @@ -17486,7 +17486,7 @@ msgstr "میانبرهای صفحه کلید" #: public/js/frappe/utils/number_systems.js:37 msgctxt "Number system" msgid "Kh" -msgstr "خ" +msgstr "Kh" #. Label of a Card Break in the Website Workspace #: website/doctype/help_article/help_article.py:80 @@ -19075,7 +19075,7 @@ msgstr "کم" #: public/js/frappe/utils/number_systems.js:13 msgctxt "Number system" msgid "M" -msgstr "م" +msgstr "M" #. Option for the 'License Type' (Select) field in DocType 'Package' #: core/doctype/package/package.json @@ -19532,7 +19532,7 @@ msgstr "اعضا" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Memory Usage" -msgstr "" +msgstr "استفاده از حافظه" #. Option for the 'Type' (Select) field in DocType 'Notification Log' #: desk/doctype/notification_log/notification_log.json @@ -20765,7 +20765,7 @@ msgstr "تماس جدید" #: public/js/frappe/widgets/widget_dialog.js:70 msgid "New Custom Block" -msgstr "" +msgstr "بلوک سفارشی جدید" #: printing/page/print/print.js:295 printing/page/print/print.js:342 msgid "New Custom Print Format" @@ -20839,7 +20839,7 @@ msgstr "کارت شماره جدید" #: public/js/frappe/widgets/widget_dialog.js:66 msgid "New Onboarding" -msgstr "" +msgstr "آشناسازی جدید" #: core/doctype/user/user.js:171 www/update-password.html:19 msgid "New Password" @@ -20866,7 +20866,7 @@ msgstr "میانبر جدید" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "New Users (Last 30 days)" -msgstr "" +msgstr "کاربران جدید (30 روز گذشته)" #: core/doctype/version/version_view.html:14 #: core/doctype/version/version_view.html:76 @@ -21264,7 +21264,7 @@ msgstr "فیلد انتخابی یافت نشد" #: core/doctype/recorder/recorder.py:187 msgid "No Suggestions" -msgstr "" +msgstr "بدون پیشنهاد" #: desk/reportview.py:595 msgid "No Tags" @@ -22728,7 +22728,7 @@ msgstr "دیگر" #: email/doctype/email_account/email_account.json msgctxt "Email Account" msgid "Outgoing (SMTP)" -msgstr "" +msgstr "خروجی (SMTP)" #. Label of a Section Break field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -22740,7 +22740,7 @@ msgstr "تنظیمات خروجی (SMTP)." #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Outgoing Emails (Last 7 days)" -msgstr "" +msgstr "ایمیل های خروجی (7 روز گذشته)" #. Label of a Data field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -22848,7 +22848,7 @@ msgstr "تولید PDF به دلیل پیوندهای تصویر شکسته ان #: printing/page/print/print.js:613 msgid "PDF generation may not work as expected." -msgstr "" +msgstr "تولید PDF ممکن است آنطور که انتظار می رود کار نکند." #: printing/page/print/print.js:531 msgid "PDF printing via \"Raw Print\" is not supported." @@ -25058,7 +25058,7 @@ msgstr "عمومی" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Public Files (MB)" -msgstr "" +msgstr "فایل های عمومی (MB)" #: website/doctype/blog_post/blog_post.js:36 #: website/doctype/web_form/web_form.js:86 @@ -25892,7 +25892,7 @@ msgstr "قرمز" #: website/doctype/website_route_redirect/website_route_redirect.json msgctxt "Website Route Redirect" msgid "Redirect HTTP Status" -msgstr "" +msgstr "Redirect HTTP Status" #. Label of a Data field in DocType 'Connected App' #: integrations/doctype/connected_app/connected_app.json @@ -31064,7 +31064,7 @@ msgstr "فرمت جدید را شروع کنید" #: integrations/doctype/ldap_settings/ldap_settings.json msgctxt "LDAP Settings" msgid "StartTLS" -msgstr "" +msgstr "StartTLS" #. Option for the 'Status' (Select) field in DocType 'Prepared Report' #: core/doctype/prepared_report/prepared_report.json @@ -31831,7 +31831,7 @@ msgstr "{0} رکورد از {1} رکورد با موفقیت به روز شد." #: core/doctype/recorder/recorder.js:15 msgid "Suggest Optimizations" -msgstr "" +msgstr "پیشنهاد بهینه‌سازی" #. Label of a Table field in DocType 'Recorder' #: core/doctype/recorder/recorder.json @@ -32005,17 +32005,17 @@ msgstr "فیلدهای تولید شده سیستم را نمی توان تغی #. Type: Action #: hooks.py msgid "System Health" -msgstr "" +msgstr "سلامت سیستم" #. Name of a DocType #: desk/doctype/system_health_report/system_health_report.json msgid "System Health Report" -msgstr "" +msgstr "گزارش سلامت سیستم" #. Name of a DocType #: desk/doctype/system_health_report_errors/system_health_report_errors.json msgid "System Health Report Errors" -msgstr "" +msgstr "خطاهای گزارش سلامت سیستم" #. Name of a DocType #: desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json @@ -32220,7 +32220,7 @@ msgstr "مدیران سیستم به طور پیش فرض مجاز هستند" #: public/js/frappe/utils/number_systems.js:5 msgctxt "Number system" msgid "T" -msgstr "تی" +msgstr "T" #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' #: custom/doctype/custom_field/custom_field.json @@ -32784,7 +32784,7 @@ msgstr "نقش {0} باید یک نقش سفارشی باشد." #: core/doctype/audit_trail/audit_trail.py:46 msgid "The selected document {0} is not a {1}." -msgstr "" +msgstr "سند انتخاب شده {0} یک {1} نیست." #: utils/response.py:317 msgid "The system is being updated. Please refresh again after a few moments." @@ -33833,7 +33833,7 @@ msgstr "تغییر نمودار" #. Type: Action #: hooks.py msgid "Toggle Full Width" -msgstr "عرض کامل را تغییر دهید" +msgstr "تغییر وضعیت عرض کامل" #: public/js/frappe/views/file/file_view.js:33 msgid "Toggle Grid View" @@ -33842,12 +33842,12 @@ msgstr "نمای شبکه ای را تغییر دهید" #: public/js/frappe/ui/page.js:193 public/js/frappe/ui/page.js:195 #: public/js/frappe/views/reports/report_view.js:1497 msgid "Toggle Sidebar" -msgstr "نوار کناری را تغییر دهید" +msgstr "تغییر وضعیت نوار کناری" #: public/js/frappe/list/list_view.js:1726 msgctxt "Button in list view menu" msgid "Toggle Sidebar" -msgstr "نوار کناری را تغییر دهید" +msgstr "تغییر وضعیت نوار کناری" #. Label of a standard navbar item #. Type: Action @@ -34036,7 +34036,7 @@ msgstr "کل مشترکین" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Total Users" -msgstr "" +msgstr "مجموع کاربران" #. Label of a Int field in DocType 'Newsletter' #: email/doctype/newsletter/newsletter.json @@ -34875,7 +34875,7 @@ msgstr "به روز رسانی ارزش" #: utils/change_log.py:383 msgid "Update from Frappe Cloud" -msgstr "" +msgstr "به روز رسانی از Frappe Cloud" #: public/js/frappe/list/bulk_operations.js:345 msgid "Update {0} records" @@ -36546,7 +36546,7 @@ msgstr "لینک تصویر تم وب سایت" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Websocket" -msgstr "" +msgstr "Websocket" #. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' #: automation/doctype/assignment_rule_day/assignment_rule_day.json @@ -38043,7 +38043,7 @@ msgstr "به عنوان مثال:" #: core/doctype/user/user.json msgctxt "User" msgid "emacs" -msgstr "" +msgstr "emacs" #. Option for the 'Permission Type' (Select) field in DocType 'Permission #. Inspector' @@ -38600,13 +38600,13 @@ msgstr "از طریق {0}" #: core/doctype/user/user.json msgctxt "User" msgid "vim" -msgstr "" +msgstr "vim" #. Option for the 'Code Editor Type' (Select) field in DocType 'User' #: core/doctype/user/user.json msgctxt "User" msgid "vscode" -msgstr "" +msgstr "vscode" #: templates/includes/oauth_confirmation.html:5 msgid "wants to access the following details from your account" @@ -38621,7 +38621,7 @@ msgstr "هنگامی که بر روی عنصر کلیک کنید، در صورت #: printing/page/print/print.js:619 msgid "wkhtmltopdf 0.12.x (with patched qt)." -msgstr "" +msgstr "wkhtmltopdf 0.12.x (with patched qt)." #. Option for the 'Permission Type' (Select) field in DocType 'Permission #. Inspector' @@ -39535,7 +39535,7 @@ msgstr "{{{0}}} یک الگوی نام فیلد معتبر نیست. باید {{ #: website/workspace/website/website.json msgctxt "Blogger" msgid "{} Active" -msgstr "" +msgstr "{} فعال" #: public/js/frappe/form/form.js:517 msgid "{} Complete" @@ -39553,13 +39553,13 @@ msgstr "{} احتمالاً کد پایتون نامعتبر است.
    {}" #: website/workspace/website/website.json msgctxt "Blog Post" msgid "{} Published" -msgstr "" +msgstr "{} منتشر شده" #. Count format of shortcut in the Website Workspace #: website/workspace/website/website.json msgctxt "Web Page" msgid "{} Published" -msgstr "" +msgstr "{} منتشر شده" #: core/doctype/log_settings/log_settings.py:55 msgid "{} does not support automated log clearing." From 997c419c1246335799caa958fb83a461ce3ef082 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 3 Jun 2024 09:12:31 +0530 Subject: [PATCH 17/54] fix: Persian translations --- frappe/locale/fa.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index 8e33e9df7c..7bd6b2efb9 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-05-26 09:33+0000\n" -"PO-Revision-Date: 2024-06-02 03:12\n" +"PO-Revision-Date: 2024-06-03 03:42\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -5334,7 +5334,7 @@ msgstr "جداول Child به صورت Grid در سایر DocType ها نشان #: public/js/frappe/widgets/widget_dialog.js:653 msgid "Choose Existing Card or create New Card" -msgstr "کارت موجود را انتخاب کنید یا کارت جدید ایجاد کنید" +msgstr "انتخاب کارت موجود یا ایجاد کارت جدید" #: public/js/frappe/views/workspace/workspace.js:1396 msgid "Choose a block or continue typing" @@ -6882,7 +6882,7 @@ msgstr "بلاگر را ایجاد کنید" #: public/js/frappe/views/reports/query_report.js:187 #: public/js/frappe/views/reports/query_report.js:232 msgid "Create Card" -msgstr "کارت ایجاد کنید" +msgstr "ایجاد کارت" #: public/js/frappe/views/reports/query_report.js:285 #: public/js/frappe/views/reports/query_report.js:1115 @@ -14378,7 +14378,7 @@ msgstr "پیش نمایش Google Snippet" #: integrations/doctype/oauth_client/oauth_client.json msgctxt "OAuth Client" msgid "Grant Type" -msgstr "نوع کمک هزینه" +msgstr "نوع اعطاء" #: public/js/frappe/form/dashboard.js:34 #: public/js/frappe/form/templates/form_dashboard.html:10 @@ -38290,7 +38290,7 @@ msgstr "از" #: core/doctype/file/file.json msgctxt "File" msgid "old_parent" -msgstr "پیر_والد" +msgstr "old_parent" #. Option for the 'Doc Event' (Select) field in DocType 'Webhook' #: integrations/doctype/webhook/webhook.json From 16147cd80e90fb37e36c0816b0fe0af8c6ae8d76 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 4 Jun 2024 09:27:13 +0530 Subject: [PATCH 18/54] fix: Esperanto translations --- frappe/locale/eo.po | 228 ++++++++++++++++++++++---------------------- 1 file changed, 114 insertions(+), 114 deletions(-) diff --git a/frappe/locale/eo.po b/frappe/locale/eo.po index c0fa5af234..9bbf744570 100644 --- a/frappe/locale/eo.po +++ b/frappe/locale/eo.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-05-26 09:33+0000\n" -"PO-Revision-Date: 2024-05-28 01:35\n" +"POT-Creation-Date: 2024-06-02 09:33+0000\n" +"PO-Revision-Date: 2024-06-04 03:57\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Esperanto\n" "MIME-Version: 1.0\n" @@ -867,7 +867,7 @@ msgctxt "Social Login Key" msgid "Access Token URL" msgstr "crwdns90736:0crwdne90736:0" -#: auth.py:455 +#: auth.py:466 msgid "Access not allowed from this IP Address" msgstr "crwdns90738:0crwdne90738:0" @@ -942,8 +942,8 @@ msgctxt "DocType Action" msgid "Action / Route" msgstr "crwdns90760:0crwdne90760:0" -#: public/js/frappe/widgets/onboarding_widget.js:310 -#: public/js/frappe/widgets/onboarding_widget.js:381 +#: public/js/frappe/widgets/onboarding_widget.js:305 +#: public/js/frappe/widgets/onboarding_widget.js:376 msgid "Action Complete" msgstr "crwdns90762:0crwdne90762:0" @@ -1231,7 +1231,7 @@ msgstr "crwdns90848:0crwdne90848:0" msgid "Add Review" msgstr "crwdns90850:0crwdne90850:0" -#: core/doctype/user/user.py:753 +#: core/doctype/user/user.py:757 msgid "Add Roles" msgstr "crwdns90852:0crwdne90852:0" @@ -1520,11 +1520,11 @@ msgstr "crwdns90948:0crwdne90948:0" msgid "Administrator" msgstr "crwdns90950:0crwdne90950:0" -#: core/doctype/user/user.py:1157 +#: core/doctype/user/user.py:1161 msgid "Administrator Logged In" msgstr "crwdns90952:0crwdne90952:0" -#: core/doctype/user/user.py:1151 +#: core/doctype/user/user.py:1155 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "crwdns90954:0{0}crwdnd90954:0{1}crwdnd90954:0{2}crwdne90954:0" @@ -1719,7 +1719,7 @@ msgstr "crwdns91012:0crwdne91012:0" msgid "All Records" msgstr "crwdns91014:0crwdne91014:0" -#: public/js/frappe/form/form.js:2205 +#: public/js/frappe/form/form.js:2224 msgid "All Submissions" msgstr "crwdns110800:0crwdne110800:0" @@ -2118,7 +2118,7 @@ msgstr "crwdns127572:0crwdne127572:0" msgid "Allowing DocType, DocType. Be careful!" msgstr "crwdns91150:0crwdne91150:0" -#: core/doctype/user/user.py:960 +#: core/doctype/user/user.py:964 msgid "Already Registered" msgstr "crwdns91152:0crwdne91152:0" @@ -2569,7 +2569,7 @@ msgctxt "Kanban Board Column" msgid "Archived" msgstr "crwdns91304:0crwdne91304:0" -#: public/js/frappe/views/kanban/kanban_board.bundle.js:495 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:494 msgid "Archived Columns" msgstr "crwdns91306:0crwdne91306:0" @@ -3436,11 +3436,11 @@ msgctxt "Email Account" msgid "Awaiting password" msgstr "crwdns91620:0crwdne91620:0" -#: public/js/frappe/widgets/onboarding_widget.js:200 +#: public/js/frappe/widgets/onboarding_widget.js:195 msgid "Awesome Work" msgstr "crwdns91622:0crwdne91622:0" -#: public/js/frappe/widgets/onboarding_widget.js:358 +#: public/js/frappe/widgets/onboarding_widget.js:353 msgid "Awesome, now try making an entry yourself" msgstr "crwdns91624:0crwdne91624:0" @@ -3531,7 +3531,7 @@ msgctxt "Notification Recipient" msgid "BCC" msgstr "crwdns91654:0crwdne91654:0" -#: public/js/frappe/widgets/onboarding_widget.js:186 +#: public/js/frappe/widgets/onboarding_widget.js:181 msgid "Back" msgstr "crwdns110814:0crwdne110814:0" @@ -4100,7 +4100,7 @@ msgstr "crwdns91824:0crwdne91824:0" msgid "Both DocType and Name required" msgstr "crwdns91826:0crwdne91826:0" -#: templates/includes/login/login.js:97 +#: templates/includes/login/login.js:92 msgid "Both login and password required" msgstr "crwdns110818:0crwdne110818:0" @@ -4274,7 +4274,7 @@ msgstr "crwdns91880:0crwdne91880:0" msgid "Bulk Edit" msgstr "crwdns91882:0crwdne91882:0" -#: public/js/frappe/form/grid.js:1157 +#: public/js/frappe/form/grid.js:1160 msgid "Bulk Edit {0}" msgstr "crwdns91884:0{0}crwdne91884:0" @@ -6380,7 +6380,7 @@ msgstr "crwdns92626:0crwdne92626:0" msgid "Confirmed" msgstr "crwdns92628:0crwdne92628:0" -#: public/js/frappe/widgets/onboarding_widget.js:530 +#: public/js/frappe/widgets/onboarding_widget.js:525 msgid "Congratulations on completing the module setup. If you want to learn more you can refer to the documentation
    here." msgstr "crwdns92630:0{0}crwdne92630:0" @@ -6655,14 +6655,14 @@ msgctxt "Web Page" msgid "Context Script" msgstr "crwdns92718:0crwdne92718:0" -#: public/js/frappe/widgets/onboarding_widget.js:209 -#: public/js/frappe/widgets/onboarding_widget.js:237 -#: public/js/frappe/widgets/onboarding_widget.js:277 -#: public/js/frappe/widgets/onboarding_widget.js:317 -#: public/js/frappe/widgets/onboarding_widget.js:366 -#: public/js/frappe/widgets/onboarding_widget.js:388 -#: public/js/frappe/widgets/onboarding_widget.js:428 -#: public/js/frappe/widgets/onboarding_widget.js:536 +#: public/js/frappe/widgets/onboarding_widget.js:204 +#: public/js/frappe/widgets/onboarding_widget.js:232 +#: public/js/frappe/widgets/onboarding_widget.js:272 +#: public/js/frappe/widgets/onboarding_widget.js:312 +#: public/js/frappe/widgets/onboarding_widget.js:361 +#: public/js/frappe/widgets/onboarding_widget.js:383 +#: public/js/frappe/widgets/onboarding_widget.js:423 +#: public/js/frappe/widgets/onboarding_widget.js:531 msgid "Continue" msgstr "crwdns92720:0crwdne92720:0" @@ -9153,7 +9153,7 @@ msgstr "crwdns93544:0crwdne93544:0" msgid "Dismiss" msgstr "crwdns93546:0crwdne93546:0" -#: public/js/frappe/widgets/onboarding_widget.js:577 +#: public/js/frappe/widgets/onboarding_widget.js:572 msgctxt "Stop showing the onboarding widget." msgid "Dismiss" msgstr "crwdns110886:0crwdne110886:0" @@ -9195,7 +9195,7 @@ msgctxt "LDAP Settings" msgid "Do not create new user if user with email does not exist in the system" msgstr "crwdns93558:0crwdne93558:0" -#: public/js/frappe/form/grid.js:1162 +#: public/js/frappe/form/grid.js:1165 msgid "Do not edit headers which are preset in the template" msgstr "crwdns93560:0crwdne93560:0" @@ -9650,10 +9650,10 @@ msgstr "crwdns93728:0crwdne93728:0" msgid "Document Restored" msgstr "crwdns93730:0crwdne93730:0" -#: public/js/frappe/widgets/onboarding_widget.js:359 -#: public/js/frappe/widgets/onboarding_widget.js:401 -#: public/js/frappe/widgets/onboarding_widget.js:420 -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:354 +#: public/js/frappe/widgets/onboarding_widget.js:396 +#: public/js/frappe/widgets/onboarding_widget.js:415 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Document Saved" msgstr "crwdns93732:0crwdne93732:0" @@ -10350,7 +10350,7 @@ msgstr "crwdns93972:0crwdne93972:0" #: public/js/frappe/views/workspace/workspace.js:813 #: public/js/frappe/widgets/base_widget.js:64 #: public/js/frappe/widgets/chart_widget.js:298 -#: public/js/frappe/widgets/number_card_widget.js:331 +#: public/js/frappe/widgets/number_card_widget.js:330 #: templates/discussions/reply_card.html:29 #: templates/discussions/reply_section.html:29 #: workflow/page/workflow_builder/workflow_builder.js:46 @@ -10412,7 +10412,7 @@ msgstr "crwdns110902:0crwdne110902:0" msgid "Edit Format" msgstr "crwdns93990:0crwdne93990:0" -#: public/js/frappe/form/quick_entry.js:280 +#: public/js/frappe/form/quick_entry.js:283 msgid "Edit Full Form" msgstr "crwdns93992:0crwdne93992:0" @@ -10679,7 +10679,7 @@ msgctxt "Email Account" msgid "Email Account Name" msgstr "crwdns94074:0crwdne94074:0" -#: core/doctype/user/user.py:686 +#: core/doctype/user/user.py:690 msgid "Email Account added multiple times" msgstr "crwdns94076:0crwdne94076:0" @@ -11486,7 +11486,7 @@ msgstr "crwdns94354:0crwdne94354:0" msgid "Enter Client Id and Client Secret in Google Settings." msgstr "crwdns94356:0crwdne94356:0" -#: templates/includes/login/login.js:359 +#: templates/includes/login/login.js:347 msgid "Enter Code displayed in OTP App." msgstr "crwdns110922:0crwdne110922:0" @@ -12203,7 +12203,7 @@ msgstr "crwdns94600:0crwdne94600:0" msgid "Failed to connect to server" msgstr "crwdns94602:0crwdne94602:0" -#: auth.py:658 +#: auth.py:669 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "crwdns94604:0crwdne94604:0" @@ -12554,7 +12554,7 @@ msgstr "crwdns94726:0{0}crwdnd94726:0{1}crwdnd94726:0{2}crwdnd94726:0{3}crwdne94 msgid "Fieldname called {0} must exist to enable autonaming" msgstr "crwdns94728:0{0}crwdne94728:0" -#: database/schema.py:125 database/schema.py:356 +#: database/schema.py:125 database/schema.py:361 msgid "Fieldname is limited to 64 characters ({0})" msgstr "crwdns94730:0{0}crwdne94730:0" @@ -12570,7 +12570,7 @@ msgstr "crwdns94734:0crwdne94734:0" msgid "Fieldname {0} appears multiple times" msgstr "crwdns94736:0{0}crwdne94736:0" -#: database/schema.py:346 +#: database/schema.py:351 msgid "Fieldname {0} cannot have special characters like {1}" msgstr "crwdns94738:0{0}crwdnd94738:0{1}crwdne94738:0" @@ -12832,7 +12832,7 @@ msgstr "crwdns94826:0crwdne94826:0" #: desk/doctype/number_card/number_card.js:205 #: desk/doctype/number_card/number_card.js:333 #: email/doctype/auto_email_report/auto_email_report.js:90 -#: public/js/frappe/list/base_list.js:878 +#: public/js/frappe/list/base_list.js:882 #: public/js/frappe/ui/filters/filter_list.js:134 #: website/doctype/web_form/web_form.js:197 msgid "Filter" @@ -14101,8 +14101,8 @@ msgstr "crwdns95270:0crwdne95270:0" msgid "Go" msgstr "crwdns95272:0crwdne95272:0" -#: public/js/frappe/widgets/onboarding_widget.js:246 -#: public/js/frappe/widgets/onboarding_widget.js:326 +#: public/js/frappe/widgets/onboarding_widget.js:241 +#: public/js/frappe/widgets/onboarding_widget.js:321 msgid "Go Back" msgstr "crwdns95274:0crwdne95274:0" @@ -14951,7 +14951,7 @@ msgstr "crwdns95566:0crwdne95566:0" #: public/js/frappe/views/workspace/workspace.js:825 #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:83 +#: templates/includes/login/login.js:78 msgid "Hide" msgstr "crwdns95568:0crwdne95568:0" @@ -16428,7 +16428,7 @@ msgctxt "Letter Head" msgid "Instructions" msgstr "crwdns110974:0crwdne110974:0" -#: templates/includes/login/login.js:262 +#: templates/includes/login/login.js:257 msgid "Instructions Emailed" msgstr "crwdns110976:0crwdne110976:0" @@ -16610,7 +16610,7 @@ msgid "Invalid" msgstr "crwdns96128:0crwdne96128:0" #: public/js/form_builder/utils.js:221 public/js/frappe/form/grid_row.js:770 -#: public/js/frappe/form/layout.js:785 +#: public/js/frappe/form/layout.js:793 msgid "Invalid \"depends_on\" expression" msgstr "crwdns96130:0crwdne96130:0" @@ -16678,7 +16678,7 @@ msgstr "crwdns96160:0crwdne96160:0" msgid "Invalid Login Token" msgstr "crwdns96162:0crwdne96162:0" -#: templates/includes/login/login.js:291 +#: templates/includes/login/login.js:286 msgid "Invalid Login. Try again." msgstr "crwdns110982:0crwdne110982:0" @@ -16714,7 +16714,7 @@ msgstr "crwdns127664:0crwdne127664:0" msgid "Invalid Parameters." msgstr "crwdns96176:0crwdne96176:0" -#: core/doctype/user/user.py:1172 www/update-password.html:121 +#: core/doctype/user/user.py:1176 www/update-password.html:121 #: www/update-password.html:142 www/update-password.html:144 #: www/update-password.html:245 msgid "Invalid Password" @@ -18144,12 +18144,12 @@ msgstr "crwdns96686:0{0}crwdne96686:0" msgid "Less" msgstr "crwdns110986:0crwdne110986:0" -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Let us continue with the onboarding" msgstr "crwdns96688:0crwdne96688:0" #: public/js/frappe/views/workspace/blocks/onboarding.js:94 -#: public/js/frappe/widgets/onboarding_widget.js:602 +#: public/js/frappe/widgets/onboarding_widget.js:597 msgid "Let's Get Started" msgstr "crwdns96690:0crwdne96690:0" @@ -18166,10 +18166,10 @@ msgstr "crwdns96694:0crwdne96694:0" msgid "Let's set up your account" msgstr "crwdns96696:0crwdne96696:0" -#: public/js/frappe/widgets/onboarding_widget.js:268 -#: public/js/frappe/widgets/onboarding_widget.js:309 -#: public/js/frappe/widgets/onboarding_widget.js:380 -#: public/js/frappe/widgets/onboarding_widget.js:419 +#: public/js/frappe/widgets/onboarding_widget.js:263 +#: public/js/frappe/widgets/onboarding_widget.js:304 +#: public/js/frappe/widgets/onboarding_widget.js:375 +#: public/js/frappe/widgets/onboarding_widget.js:414 msgid "Let's take you back to onboarding" msgstr "crwdns96698:0crwdne96698:0" @@ -18937,7 +18937,7 @@ msgstr "crwdns96948:0crwdne96948:0" msgid "Login is required to see web form list view. Enable {0} to see list settings" msgstr "crwdns96950:0{0}crwdne96950:0" -#: templates/includes/login/login.js:70 +#: templates/includes/login/login.js:65 msgid "Login link sent to your email" msgstr "crwdns110998:0crwdne110998:0" @@ -19047,7 +19047,7 @@ msgctxt "DocField" msgid "Long Text" msgstr "crwdns96994:0crwdne96994:0" -#: public/js/frappe/widgets/onboarding_widget.js:322 +#: public/js/frappe/widgets/onboarding_widget.js:317 msgid "Looks like you didn't change the value" msgstr "crwdns96996:0crwdne96996:0" @@ -20937,7 +20937,7 @@ msgstr "crwdns97648:0{0}crwdnd97648:0{1}crwdne97648:0" msgid "New {} releases for the following apps are available" msgstr "crwdns97650:0crwdne97650:0" -#: core/doctype/user/user.py:749 +#: core/doctype/user/user.py:753 msgid "Newly created user {0} has no roles enabled." msgstr "crwdns97652:0{0}crwdne97652:0" @@ -21254,7 +21254,7 @@ msgstr "crwdns97750:0crwdne97750:0" msgid "No Results found" msgstr "crwdns97752:0crwdne97752:0" -#: core/doctype/user/user.py:750 +#: core/doctype/user/user.py:754 msgid "No Roles Specified" msgstr "crwdns97754:0crwdne97754:0" @@ -21519,12 +21519,12 @@ msgctxt "Recorder Query" msgid "Normalized Query" msgstr "crwdns97844:0crwdne97844:0" -#: core/doctype/user/user.py:955 templates/includes/login/login.js:258 +#: core/doctype/user/user.py:959 templates/includes/login/login.js:253 #: utils/oauth.py:265 msgid "Not Allowed" msgstr "crwdns97846:0crwdne97846:0" -#: templates/includes/login/login.js:260 +#: templates/includes/login/login.js:255 msgid "Not Allowed: Disabled User" msgstr "crwdns111080:0crwdne111080:0" @@ -21636,7 +21636,7 @@ msgstr "crwdns97888:0crwdne97888:0" msgid "Not a valid Workflow Action" msgstr "crwdns97890:0crwdne97890:0" -#: templates/includes/login/login.js:256 +#: templates/includes/login/login.js:251 msgid "Not a valid user" msgstr "crwdns111082:0crwdne111082:0" @@ -21684,7 +21684,7 @@ msgstr "crwdns97910:0crwdne97910:0" #: core/doctype/system_settings/system_settings.py:209 handler.py:109 #: public/js/frappe/request.js:157 public/js/frappe/request.js:167 #: public/js/frappe/request.js:172 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:67 #: website/doctype/web_form/web_form.py:615 website/js/website.js:97 msgid "Not permitted" msgstr "crwdns97912:0crwdne97912:0" @@ -22135,7 +22135,7 @@ msgstr "crwdns98060:0{0}crwdne98060:0" msgid "OTP Secret has been reset. Re-registration will be required on next login." msgstr "crwdns98062:0crwdne98062:0" -#: templates/includes/login/login.js:363 +#: templates/includes/login/login.js:351 msgid "OTP setup using OTP App was not completed. Please contact Administrator." msgstr "crwdns111088:0crwdne111088:0" @@ -22269,7 +22269,7 @@ msgstr "crwdns98094:0crwdne98094:0" msgid "Onboarding Step Map" msgstr "crwdns98096:0crwdne98096:0" -#: public/js/frappe/widgets/onboarding_widget.js:269 +#: public/js/frappe/widgets/onboarding_widget.js:264 msgid "Onboarding complete" msgstr "crwdns98098:0crwdne98098:0" @@ -22401,7 +22401,7 @@ msgstr "crwdns98150:0crwdne98150:0" msgid "Only {0} emailed reports are allowed per user." msgstr "crwdns98152:0{0}crwdne98152:0" -#: templates/includes/login/login.js:292 +#: templates/includes/login/login.js:287 msgid "Oops! Something went wrong." msgstr "crwdns111100:0crwdne111100:0" @@ -23270,7 +23270,7 @@ msgctxt "Web Form Field" msgid "Password" msgstr "crwdns98446:0crwdne98446:0" -#: core/doctype/user/user.py:1018 +#: core/doctype/user/user.py:1022 msgid "Password Email Sent" msgstr "crwdns98448:0crwdne98448:0" @@ -23310,7 +23310,7 @@ msgstr "crwdns98462:0crwdne98462:0" msgid "Password not found for {0} {1} {2}" msgstr "crwdns98464:0{0}crwdnd98464:0{1}crwdnd98464:0{2}crwdne98464:0" -#: core/doctype/user/user.py:1017 +#: core/doctype/user/user.py:1021 msgid "Password reset instructions have been sent to your email" msgstr "crwdns98466:0crwdne98466:0" @@ -23322,7 +23322,7 @@ msgstr "crwdns98468:0crwdne98468:0" msgid "Password size exceeded the maximum allowed size" msgstr "crwdns98470:0crwdne98470:0" -#: core/doctype/user/user.py:813 +#: core/doctype/user/user.py:817 msgid "Password size exceeded the maximum allowed size." msgstr "crwdns98472:0crwdne98472:0" @@ -23815,7 +23815,7 @@ msgstr "crwdns98632:0crwdne98632:0" msgid "Please add a valid comment." msgstr "crwdns98634:0crwdne98634:0" -#: core/doctype/user/user.py:1000 +#: core/doctype/user/user.py:1004 msgid "Please ask your administrator to verify your sign-up" msgstr "crwdns98636:0crwdne98636:0" @@ -23847,7 +23847,7 @@ msgstr "crwdns98648:0crwdne98648:0" msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "crwdns98650:0{0}crwdne98650:0" -#: core/doctype/user/user.py:998 +#: core/doctype/user/user.py:1002 msgid "Please check your email for verification" msgstr "crwdns98652:0crwdne98652:0" @@ -24509,7 +24509,7 @@ msgctxt "Transaction Log" msgid "Previous Hash" msgstr "crwdns98916:0crwdne98916:0" -#: public/js/frappe/form/form.js:2197 +#: public/js/frappe/form/form.js:2216 msgid "Previous Submission" msgstr "crwdns98918:0crwdne98918:0" @@ -25370,7 +25370,7 @@ msgctxt "DocType" msgid "Queue in Background (BETA)" msgstr "crwdns99190:0crwdne99190:0" -#: utils/background_jobs.py:470 +#: utils/background_jobs.py:490 msgid "Queue should be one of {0}" msgstr "crwdns99192:0{0}crwdne99192:0" @@ -26366,7 +26366,7 @@ msgstr "crwdns99528:0crwdne99528:0" #: public/js/frappe/views/reports/query_report.js:1630 #: public/js/frappe/views/treeview.js:475 #: public/js/frappe/widgets/chart_widget.js:290 -#: public/js/frappe/widgets/number_card_widget.js:324 +#: public/js/frappe/widgets/number_card_widget.js:323 msgid "Refresh" msgstr "crwdns99530:0crwdne99530:0" @@ -26420,7 +26420,7 @@ msgstr "crwdns111160:0crwdne111160:0" msgid "Refreshing..." msgstr "crwdns99546:0crwdne99546:0" -#: core/doctype/user/user.py:962 +#: core/doctype/user/user.py:966 msgid "Registered but disabled" msgstr "crwdns99548:0crwdne99548:0" @@ -28067,7 +28067,7 @@ msgstr "crwdns100120:0crwdne100120:0" msgid "SMS sent to following numbers: {0}" msgstr "crwdns100122:0{0}crwdne100122:0" -#: templates/includes/login/login.js:377 +#: templates/includes/login/login.js:365 msgid "SMS was not sent. Please contact Administrator." msgstr "crwdns111190:0crwdne111190:0" @@ -28272,7 +28272,7 @@ msgstr "crwdns100188:0crwdne100188:0" #: desk/form/save.py:46 model/rename_doc.py:106 #: printing/page/print_format_builder/print_format_builder.js:845 #: public/js/frappe/form/toolbar.js:260 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:917 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:916 msgid "Saved" msgstr "crwdns100190:0crwdne100190:0" @@ -28435,7 +28435,7 @@ msgctxt "System Health Report" msgid "Scheduler Status" msgstr "crwdns127732:0crwdne127732:0" -#: utils/scheduler.py:202 +#: utils/scheduler.py:208 msgid "Scheduler can not be re-enabled when maintenance mode is active." msgstr "crwdns100248:0crwdne100248:0" @@ -29316,7 +29316,7 @@ msgctxt "Contact Us Settings" msgid "Send enquiries to this email address" msgstr "crwdns100560:0crwdne100560:0" -#: templates/includes/login/login.js:73 www/login.html:210 +#: templates/includes/login/login.js:68 www/login.html:210 msgid "Send login link" msgstr "crwdns100562:0crwdne100562:0" @@ -30070,7 +30070,7 @@ msgstr "crwdns100812:0crwdne100812:0" #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:86 www/login.html:30 +#: templates/includes/login/login.js:81 www/login.html:30 msgid "Show" msgstr "crwdns100814:0crwdne100814:0" @@ -30138,7 +30138,7 @@ msgstr "crwdns100832:0crwdne100832:0" msgid "Show Error" msgstr "crwdns100834:0crwdne100834:0" -#: public/js/frappe/form/layout.js:553 +#: public/js/frappe/form/layout.js:561 msgid "Show Fieldname (click to copy on clipboard)" msgstr "crwdns100838:0crwdne100838:0" @@ -30439,7 +30439,7 @@ msgctxt "Email Group" msgid "Sign Up and Confirmation" msgstr "crwdns100936:0crwdne100936:0" -#: core/doctype/user/user.py:955 +#: core/doctype/user/user.py:959 msgid "Sign Up is disabled" msgstr "crwdns100938:0crwdne100938:0" @@ -30565,7 +30565,7 @@ msgctxt "OAuth Provider Settings" msgid "Skip Authorization" msgstr "crwdns100978:0crwdne100978:0" -#: public/js/frappe/widgets/onboarding_widget.js:337 +#: public/js/frappe/widgets/onboarding_widget.js:332 msgid "Skip Step" msgstr "crwdns100980:0crwdne100980:0" @@ -30767,7 +30767,7 @@ msgstr "crwdns101042:0crwdne101042:0" msgid "Something went wrong during the token generation. Click on {0} to generate a new one." msgstr "crwdns101044:0{0}crwdne101044:0" -#: templates/includes/login/login.js:294 +#: templates/includes/login/login.js:289 msgid "Something went wrong." msgstr "crwdns111248:0crwdne111248:0" @@ -31544,7 +31544,7 @@ msgid "Submission Queue" msgstr "crwdns101312:0crwdne101312:0" #: core/doctype/user_permission/user_permission_list.js:138 -#: public/js/frappe/form/quick_entry.js:198 +#: public/js/frappe/form/quick_entry.js:201 #: public/js/frappe/form/sidebar/review.js:116 #: public/js/frappe/ui/capture.js:307 #: social/doctype/energy_point_log/energy_point_log.js:39 @@ -31641,7 +31641,7 @@ msgctxt "Auto Repeat" msgid "Submit on Creation" msgstr "crwdns101342:0crwdne101342:0" -#: public/js/frappe/widgets/onboarding_widget.js:400 +#: public/js/frappe/widgets/onboarding_widget.js:395 msgid "Submit this document to complete this step." msgstr "crwdns101344:0crwdne101344:0" @@ -31710,10 +31710,10 @@ msgstr "crwdns101368:0crwdne101368:0" #: core/doctype/data_import/data_import.js:459 #: desk/doctype/bulk_update/bulk_update.js:31 #: desk/doctype/desktop_icon/desktop_icon.py:446 -#: public/js/frappe/form/grid.js:1139 +#: public/js/frappe/form/grid.js:1142 #: public/js/frappe/views/translation_manager.js:21 -#: templates/includes/login/login.js:231 templates/includes/login/login.js:237 -#: templates/includes/login/login.js:270 templates/includes/login/login.js:278 +#: templates/includes/login/login.js:226 templates/includes/login/login.js:232 +#: templates/includes/login/login.js:265 templates/includes/login/login.js:273 #: templates/pages/integrations/gcalendar-success.html:9 #: workflow/doctype/workflow_action/workflow_action.py:166 msgid "Success" @@ -31839,7 +31839,7 @@ msgctxt "Recorder" msgid "Suggested Indexes" msgstr "crwdns127886:0crwdne127886:0" -#: core/doctype/user/user.py:670 +#: core/doctype/user/user.py:674 msgid "Suggested Username: {0}" msgstr "crwdns101420:0{0}crwdne101420:0" @@ -32329,7 +32329,7 @@ msgstr "crwdns101534:0crwdne101534:0" msgid "Table Trimmed" msgstr "crwdns112742:0crwdne112742:0" -#: public/js/frappe/form/grid.js:1138 +#: public/js/frappe/form/grid.js:1141 msgid "Table updated" msgstr "crwdns101536:0crwdne101536:0" @@ -32471,7 +32471,7 @@ msgstr "crwdns101584:0crwdne101584:0" msgid "Templates" msgstr "crwdns101586:0crwdne101586:0" -#: core/doctype/user/user.py:966 +#: core/doctype/user/user.py:970 msgid "Temporarily Disabled" msgstr "crwdns101588:0crwdne101588:0" @@ -32595,7 +32595,7 @@ msgstr "crwdns101628:0crwdne101628:0" msgid "The Auto Repeat for this document has been disabled." msgstr "crwdns101630:0crwdne101630:0" -#: public/js/frappe/form/grid.js:1161 +#: public/js/frappe/form/grid.js:1164 msgid "The CSV format is case sensitive" msgstr "crwdns101632:0crwdne101632:0" @@ -32766,11 +32766,11 @@ msgid "The project number obtained from Google Cloud Console under " msgstr "crwdns101694:0crwdne101694:0" -#: core/doctype/user/user.py:926 +#: core/doctype/user/user.py:930 msgid "The reset password link has been expired" msgstr "crwdns101696:0crwdne101696:0" -#: core/doctype/user/user.py:928 +#: core/doctype/user/user.py:932 msgid "The reset password link has either been used before or is invalid" msgstr "crwdns101698:0crwdne101698:0" @@ -33219,7 +33219,7 @@ msgstr "crwdns101866:0crwdne101866:0" msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "crwdns101868:0crwdne101868:0" -#: core/doctype/user/user.py:1186 +#: core/doctype/user/user.py:1190 msgid "Throttled" msgstr "crwdns101870:0crwdne101870:0" @@ -33906,7 +33906,7 @@ msgstr "crwdns102108:0crwdne102108:0" msgid "Too many changes to database in single action." msgstr "crwdns102110:0crwdne102110:0" -#: core/doctype/user/user.py:967 +#: core/doctype/user/user.py:971 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "crwdns102112:0crwdne102112:0" @@ -34272,7 +34272,7 @@ msgstr "crwdns102226:0crwdne102226:0" msgid "Trim Table" msgstr "crwdns112754:0crwdne112754:0" -#: public/js/frappe/widgets/onboarding_widget.js:323 +#: public/js/frappe/widgets/onboarding_widget.js:318 msgid "Try Again" msgstr "crwdns102228:0crwdne102228:0" @@ -35537,7 +35537,7 @@ msgstr "crwdns102658:0crwdne102658:0" msgid "User does not exist" msgstr "crwdns102660:0crwdne102660:0" -#: templates/includes/login/login.js:293 +#: templates/includes/login/login.js:288 msgid "User does not exist." msgstr "crwdns111312:0crwdne111312:0" @@ -35579,7 +35579,7 @@ msgstr "crwdns102676:0{0}crwdne102676:0" msgid "User {0} cannot be disabled" msgstr "crwdns102678:0{0}crwdne102678:0" -#: core/doctype/user/user.py:552 +#: core/doctype/user/user.py:556 msgid "User {0} cannot be renamed" msgstr "crwdns102680:0{0}crwdne102680:0" @@ -35596,7 +35596,7 @@ msgstr "crwdns102684:0{0}crwdnd102684:0{1}crwdne102684:0" msgid "User {0} has requested for data deletion" msgstr "crwdns102686:0{0}crwdne102686:0" -#: core/doctype/user/user.py:1315 +#: core/doctype/user/user.py:1319 msgid "User {0} impersonated as {1}" msgstr "crwdns111442:0{0}crwdnd111442:0{1}crwdne111442:0" @@ -35634,7 +35634,7 @@ msgctxt "User Social Login" msgid "Username" msgstr "crwdns102698:0crwdne102698:0" -#: core/doctype/user/user.py:637 +#: core/doctype/user/user.py:641 msgid "Username {0} already exists" msgstr "crwdns102700:0{0}crwdne102700:0" @@ -35694,11 +35694,11 @@ msgctxt "OAuth Authorization Code" msgid "Valid" msgstr "crwdns102716:0crwdne102716:0" -#: templates/includes/login/login.js:53 templates/includes/login/login.js:66 +#: templates/includes/login/login.js:48 templates/includes/login/login.js:61 msgid "Valid Login id required." msgstr "crwdns111314:0crwdne111314:0" -#: templates/includes/login/login.js:40 +#: templates/includes/login/login.js:35 msgid "Valid email and name required" msgstr "crwdns111316:0crwdne111316:0" @@ -35895,7 +35895,7 @@ msgstr "crwdns102780:0crwdne102780:0" msgid "Verification Link" msgstr "crwdns102782:0crwdne102782:0" -#: templates/includes/login/login.js:391 +#: templates/includes/login/login.js:379 msgid "Verification code email not sent. Please contact Administrator." msgstr "crwdns111320:0crwdne111320:0" @@ -35917,7 +35917,7 @@ msgstr "crwdns102788:0crwdne102788:0" msgid "Verify Password" msgstr "crwdns102790:0crwdne102790:0" -#: templates/includes/login/login.js:172 +#: templates/includes/login/login.js:167 msgid "Verifying..." msgstr "crwdns111322:0crwdne111322:0" @@ -37020,7 +37020,7 @@ msgctxt "Workspace" msgid "Workspace" msgstr "crwdns103160:0crwdne103160:0" -#: public/js/frappe/router.js:193 +#: public/js/frappe/router.js:179 msgid "Workspace {0} does not exist" msgstr "crwdns103162:0{0}crwdne103162:0" @@ -37302,7 +37302,7 @@ msgstr "crwdns103258:0{0}crwdnd103258:0{1}crwdnd103258:0{2}crwdnd103258:0{3}crwd msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in row {3}, field {4}" msgstr "crwdns103260:0{0}crwdnd103260:0{1}crwdnd103260:0{2}crwdnd103260:0{3}crwdnd103260:0{4}crwdne103260:0" -#: public/js/frappe/views/kanban/kanban_board.bundle.js:69 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 msgid "You are not allowed to create columns" msgstr "crwdns103262:0crwdne103262:0" @@ -37395,7 +37395,7 @@ msgstr "crwdns111338:0crwdne111338:0" msgid "You can change the retention policy from {0}." msgstr "crwdns103302:0{0}crwdne103302:0" -#: public/js/frappe/widgets/onboarding_widget.js:199 +#: public/js/frappe/widgets/onboarding_widget.js:194 msgid "You can continue with the onboarding after exploring this page" msgstr "crwdns103304:0crwdne103304:0" @@ -37686,7 +37686,7 @@ msgctxt "Form timeline" msgid "You removed attachment {0}" msgstr "crwdns103426:0{0}crwdne103426:0" -#: public/js/frappe/widgets/onboarding_widget.js:525 +#: public/js/frappe/widgets/onboarding_widget.js:520 msgid "You seem good to go!" msgstr "crwdns103428:0crwdne103428:0" @@ -37741,7 +37741,7 @@ msgstr "crwdns103446:0crwdne103446:0" msgid "Your account has been deleted" msgstr "crwdns103448:0crwdne103448:0" -#: auth.py:476 +#: auth.py:487 msgid "Your account has been locked and will resume after {0} seconds" msgstr "crwdns103450:0{0}crwdne103450:0" @@ -37836,7 +37836,7 @@ msgstr "crwdns103482:0crwdne103482:0" msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "crwdns104504:0crwdne104504:0" -#: utils/background_jobs.py:105 +#: utils/background_jobs.py:106 msgid "`job_id` paramater is required for deduplication." msgstr "crwdns103484:0crwdne103484:0" @@ -38472,19 +38472,19 @@ msgctxt "RQ Worker" msgid "short" msgstr "crwdns103926:0crwdne103926:0" -#: public/js/frappe/widgets/number_card_widget.js:282 +#: public/js/frappe/widgets/number_card_widget.js:281 msgid "since last month" msgstr "crwdns103930:0crwdne103930:0" -#: public/js/frappe/widgets/number_card_widget.js:281 +#: public/js/frappe/widgets/number_card_widget.js:280 msgid "since last week" msgstr "crwdns103932:0crwdne103932:0" -#: public/js/frappe/widgets/number_card_widget.js:283 +#: public/js/frappe/widgets/number_card_widget.js:282 msgid "since last year" msgstr "crwdns103934:0crwdne103934:0" -#: public/js/frappe/widgets/number_card_widget.js:280 +#: public/js/frappe/widgets/number_card_widget.js:279 msgid "since yesterday" msgstr "crwdns103936:0crwdne103936:0" @@ -39139,7 +39139,7 @@ msgstr "crwdns104266:0{0}crwdnd104266:0{1}crwdne104266:0" msgid "{0} items selected" msgstr "crwdns104268:0{0}crwdne104268:0" -#: core/doctype/user/user.py:1324 +#: core/doctype/user/user.py:1328 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "crwdns111448:0{0}crwdnd111448:0{1}crwdne111448:0" From 1eb86e535f0176ae4f36854883564ca246c7a5da Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 4 Jun 2024 09:27:15 +0530 Subject: [PATCH 19/54] fix: Spanish translations --- frappe/locale/es.po | 410 ++++++++++++++++++++++---------------------- 1 file changed, 201 insertions(+), 209 deletions(-) diff --git a/frappe/locale/es.po b/frappe/locale/es.po index 0202437be6..70585929b3 100644 --- a/frappe/locale/es.po +++ b/frappe/locale/es.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-05-19 09:33+0000\n" -"PO-Revision-Date: 2024-05-20 22:25\n" +"POT-Creation-Date: 2024-06-02 09:33+0000\n" +"PO-Revision-Date: 2024-06-04 03:57\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -888,7 +888,7 @@ msgctxt "Social Login Key" msgid "Access Token URL" msgstr "URL de Token de Acceso" -#: auth.py:455 +#: auth.py:466 msgid "Access not allowed from this IP Address" msgstr "Acceso no permitido desde esta dirección IP" @@ -963,12 +963,12 @@ msgctxt "DocType Action" msgid "Action / Route" msgstr "Acción / Ruta" -#: public/js/frappe/widgets/onboarding_widget.js:310 -#: public/js/frappe/widgets/onboarding_widget.js:381 +#: public/js/frappe/widgets/onboarding_widget.js:305 +#: public/js/frappe/widgets/onboarding_widget.js:376 msgid "Action Complete" msgstr "Acción completada" -#: model/document.py:1710 +#: model/document.py:1717 msgid "Action Failed" msgstr "Acción Fallida" @@ -1252,7 +1252,7 @@ msgstr "" msgid "Add Review" msgstr "Agregar una opinión" -#: core/doctype/user/user.py:811 +#: core/doctype/user/user.py:757 msgid "Add Roles" msgstr "Añadir Roles" @@ -1408,10 +1408,6 @@ msgstr "Añadido {0}" msgid "Added {0} ({1})" msgstr "Añadido: {0} ({1})" -#: core/doctype/user/user.py:308 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "Agregando como administrador del sistema a este usuario, ya que debe haber al menos uno" - #. Label of a Section Break field in DocType 'Custom DocPerm' #: core/doctype/custom_docperm/custom_docperm.json msgctxt "Custom DocPerm" @@ -1545,11 +1541,11 @@ msgstr "Administración" msgid "Administrator" msgstr "Administrador" -#: core/doctype/user/user.py:1215 +#: core/doctype/user/user.py:1161 msgid "Administrator Logged In" msgstr "Administrador logeado" -#: core/doctype/user/user.py:1209 +#: core/doctype/user/user.py:1155 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "Acceso de Administrador {0} en {1} a través de la dirección IP {2}." @@ -1744,7 +1740,7 @@ msgstr "Todas las imágenes adjuntas a la Presentación del Sitio Web deben ser msgid "All Records" msgstr "Todos los registros" -#: public/js/frappe/form/form.js:2205 +#: public/js/frappe/form/form.js:2224 msgid "All Submissions" msgstr "" @@ -2143,7 +2139,7 @@ msgstr "" msgid "Allowing DocType, DocType. Be careful!" msgstr "Precaución, autorizando 'DocType'" -#: core/doctype/user/user.py:1018 +#: core/doctype/user/user.py:964 msgid "Already Registered" msgstr "Ya está Registrado" @@ -2594,7 +2590,7 @@ msgctxt "Kanban Board Column" msgid "Archived" msgstr "Archivado" -#: public/js/frappe/views/kanban/kanban_board.bundle.js:495 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:494 msgid "Archived Columns" msgstr "Columnas archivados" @@ -3461,11 +3457,11 @@ msgctxt "Email Account" msgid "Awaiting password" msgstr "Esperando Contraseña" -#: public/js/frappe/widgets/onboarding_widget.js:200 +#: public/js/frappe/widgets/onboarding_widget.js:195 msgid "Awesome Work" msgstr "Buen Trabajo" -#: public/js/frappe/widgets/onboarding_widget.js:358 +#: public/js/frappe/widgets/onboarding_widget.js:353 msgid "Awesome, now try making an entry yourself" msgstr "" @@ -3556,7 +3552,7 @@ msgctxt "Notification Recipient" msgid "BCC" msgstr "CCO" -#: public/js/frappe/widgets/onboarding_widget.js:186 +#: public/js/frappe/widgets/onboarding_widget.js:181 msgid "Back" msgstr "Atrás" @@ -4125,7 +4121,7 @@ msgstr "Robot" msgid "Both DocType and Name required" msgstr "Tanto DocType como Nombre son obligatorios" -#: templates/includes/login/login.js:97 +#: templates/includes/login/login.js:92 msgid "Both login and password required" msgstr "Se requieren inicio de sesión y contraseña" @@ -4300,15 +4296,15 @@ msgstr "Eliminar a granel" msgid "Bulk Edit" msgstr "Edición masiva" -#: public/js/frappe/form/grid.js:1157 +#: public/js/frappe/form/grid.js:1160 msgid "Bulk Edit {0}" msgstr "Editar en masa {0}" -#: desk/reportview.py:524 +#: desk/reportview.py:525 msgid "Bulk Operation Failed" msgstr "" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Bulk Operation Successful" msgstr "" @@ -4540,7 +4536,7 @@ msgstr "URL de CTA" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Cache" -msgstr "" +msgstr "Caché" #: sessions.py:32 msgid "Cache Cleared" @@ -4806,7 +4802,7 @@ msgstr "Cancelar documentos" msgid "Cancelling {0}" msgstr "Cancelando {0}" -#: core/doctype/prepared_report/prepared_report.py:252 +#: core/doctype/prepared_report/prepared_report.py:254 msgid "Cannot Download Report due to insufficient permissions" msgstr "No se puede Descargar el Informe debido a permisos insuficientes" @@ -4838,11 +4834,11 @@ msgstr "No se puede cancelar antes de enviar. Ver transmisión {0}" msgid "Cannot cancel {0}." msgstr "No se puede cancelar {0}." -#: model/document.py:856 +#: model/document.py:863 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "No se puede cambiar el estado del documento de 0 (Borrador) a 2 (Cancelado)" -#: model/document.py:870 +#: model/document.py:877 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "No se puede cambiar el estado del documento de 1 (Enviado) a 0 (Borrador)" @@ -4926,7 +4922,7 @@ msgstr "No se puede editar gráficos estándar" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "No se puede editar un informe estándar. Por favor, duplicar y crear un nuevo informe" -#: model/document.py:876 +#: model/document.py:883 msgid "Cannot edit cancelled document" msgstr "No se puede editar un documento cancelado" @@ -4954,7 +4950,7 @@ msgstr "" msgid "Cannot have multiple printers mapped to a single print format." msgstr "No se pueden asignar varias impresoras a un único formato de impresión." -#: model/document.py:944 +#: model/document.py:951 msgid "Cannot link cancelled document: {0}" msgstr "No se puede vincular al documento anulado: {0}" @@ -4999,11 +4995,11 @@ msgstr "No se puede actualizar el Área de Trabajo privado de otros usuarios" msgid "Cannot update {0}" msgstr "No se puede Actualizar {0}" -#: model/db_query.py:1103 +#: model/db_query.py:1122 msgid "Cannot use sub-query in order by" msgstr "No se puede utilizar sub-query en order by" -#: model/db_query.py:1121 +#: model/db_query.py:1140 msgid "Cannot use {0} in order/group by" msgstr "" @@ -5726,7 +5722,7 @@ msgstr "" msgid "Collapse" msgstr "Colapso" -#: public/js/frappe/form/controls/code.js:179 +#: public/js/frappe/form/controls/code.js:183 msgctxt "Shrink code field." msgid "Collapse" msgstr "Colapso" @@ -5981,7 +5977,7 @@ msgctxt "Access Log" msgid "Columns / Fields" msgstr "Columnas / Campos" -#: public/js/frappe/views/kanban/kanban_view.js:394 +#: public/js/frappe/views/kanban/kanban_view.js:397 msgid "Columns based on" msgstr "Columnas basadas en" @@ -6170,7 +6166,7 @@ msgstr "Nombre de compañía" msgid "Compare Versions" msgstr "Comparar Versiones" -#: core/doctype/server_script/server_script.py:150 +#: core/doctype/server_script/server_script.py:153 msgid "Compilation warning" msgstr "Advertencia de compilación" @@ -6192,7 +6188,7 @@ msgstr "Completar" msgid "Complete By" msgstr "Completado por" -#: core/doctype/user/user.py:475 templates/emails/new_user.html:10 +#: core/doctype/user/user.py:426 templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "Registro completo" @@ -6406,7 +6402,7 @@ msgstr "Plantilla de correo electrónico de confirmación" msgid "Confirmed" msgstr "Confirmado" -#: public/js/frappe/widgets/onboarding_widget.js:530 +#: public/js/frappe/widgets/onboarding_widget.js:525 msgid "Congratulations on completing the module setup. If you want to learn more you can refer to the documentation here." msgstr "" @@ -6557,11 +6553,11 @@ msgctxt "Contact Us Settings" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "Opciones de contacto, como \"Consulta de ventas, Consulta de soporte\", etc., cada una en una nueva línea o separada por comas." -#: utils/change_log.py:358 +#: utils/change_log.py:360 msgid "Contains {0} security fix" msgstr "" -#: utils/change_log.py:356 +#: utils/change_log.py:358 msgid "Contains {0} security fixes" msgstr "" @@ -6681,14 +6677,14 @@ msgctxt "Web Page" msgid "Context Script" msgstr "Guión de contexto" -#: public/js/frappe/widgets/onboarding_widget.js:209 -#: public/js/frappe/widgets/onboarding_widget.js:237 -#: public/js/frappe/widgets/onboarding_widget.js:277 -#: public/js/frappe/widgets/onboarding_widget.js:317 -#: public/js/frappe/widgets/onboarding_widget.js:366 -#: public/js/frappe/widgets/onboarding_widget.js:388 -#: public/js/frappe/widgets/onboarding_widget.js:428 -#: public/js/frappe/widgets/onboarding_widget.js:536 +#: public/js/frappe/widgets/onboarding_widget.js:204 +#: public/js/frappe/widgets/onboarding_widget.js:232 +#: public/js/frappe/widgets/onboarding_widget.js:272 +#: public/js/frappe/widgets/onboarding_widget.js:312 +#: public/js/frappe/widgets/onboarding_widget.js:361 +#: public/js/frappe/widgets/onboarding_widget.js:383 +#: public/js/frappe/widgets/onboarding_widget.js:423 +#: public/js/frappe/widgets/onboarding_widget.js:531 msgid "Continue" msgstr "Continuar" @@ -6758,7 +6754,7 @@ msgstr "" msgid "Could not connect to outgoing email server" msgstr "No se pudo conectar con el servidor de correo electrónico saliente" -#: model/document.py:940 +#: model/document.py:947 msgid "Could not find {0}" msgstr "No se pudo encontrar {0}" @@ -7585,7 +7581,7 @@ msgstr "Personalizar el Tablero" #. Name of a DocType #: automation/doctype/auto_repeat/auto_repeat.js:33 #: custom/doctype/customize_form/customize_form.json -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 msgid "Customize Form" msgstr "Personalizar Formulario" @@ -8621,11 +8617,11 @@ msgctxt "Deleted Document" msgid "Deleted Name" msgstr "Nombre borrado" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Deleted all documents successfully" msgstr "" -#: desk/reportview.py:506 +#: desk/reportview.py:507 msgid "Deleting {0}" msgstr "Eliminando {0}" @@ -9179,7 +9175,7 @@ msgstr "" msgid "Dismiss" msgstr "Descartar" -#: public/js/frappe/widgets/onboarding_widget.js:577 +#: public/js/frappe/widgets/onboarding_widget.js:572 msgctxt "Stop showing the onboarding widget." msgid "Dismiss" msgstr "Descartar" @@ -9221,7 +9217,7 @@ msgctxt "LDAP Settings" msgid "Do not create new user if user with email does not exist in the system" msgstr "" -#: public/js/frappe/form/grid.js:1162 +#: public/js/frappe/form/grid.js:1165 msgid "Do not edit headers which are preset in the template" msgstr "No edite los encabezados que están preestablecidos en la plantilla" @@ -9664,7 +9660,7 @@ msgstr "Condición de la regla de nomenclatura de documentos" msgid "Document Naming Settings" msgstr "" -#: model/document.py:1572 +#: model/document.py:1579 msgid "Document Queued" msgstr "Documento en Cola" @@ -9676,10 +9672,10 @@ msgstr "Resumen de restauración de documentos" msgid "Document Restored" msgstr "Documento Restaurado" -#: public/js/frappe/widgets/onboarding_widget.js:359 -#: public/js/frappe/widgets/onboarding_widget.js:401 -#: public/js/frappe/widgets/onboarding_widget.js:420 -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:354 +#: public/js/frappe/widgets/onboarding_widget.js:396 +#: public/js/frappe/widgets/onboarding_widget.js:415 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Document Saved" msgstr "Documento guardado" @@ -9911,7 +9907,7 @@ msgctxt "User Type" msgid "Document Types and Permissions" msgstr "" -#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1774 +#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1781 msgid "Document Unlocked" msgstr "" @@ -10376,7 +10372,7 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:813 #: public/js/frappe/widgets/base_widget.js:64 #: public/js/frappe/widgets/chart_widget.js:298 -#: public/js/frappe/widgets/number_card_widget.js:331 +#: public/js/frappe/widgets/number_card_widget.js:330 #: templates/discussions/reply_card.html:29 #: templates/discussions/reply_section.html:29 #: workflow/page/workflow_builder/workflow_builder.js:46 @@ -10438,7 +10434,7 @@ msgstr "Editar filtros" msgid "Edit Format" msgstr "Editar formato" -#: public/js/frappe/form/quick_entry.js:280 +#: public/js/frappe/form/quick_entry.js:283 msgid "Edit Full Form" msgstr "Editar formulario completo" @@ -10705,7 +10701,7 @@ msgctxt "Email Account" msgid "Email Account Name" msgstr "Cuenta de correo electrónico" -#: core/doctype/user/user.py:744 +#: core/doctype/user/user.py:690 msgid "Email Account added multiple times" msgstr "Cuenta de correo electrónico añadida varias veces" @@ -11512,7 +11508,7 @@ msgstr "" msgid "Enter Client Id and Client Secret in Google Settings." msgstr "Ingrese el ID del cliente y el secreto del cliente en la configuración de Google." -#: templates/includes/login/login.js:359 +#: templates/includes/login/login.js:347 msgid "Enter Code displayed in OTP App." msgstr "" @@ -11682,7 +11678,7 @@ msgstr "Se produjo un error en {0}" msgid "Error in Client Script" msgstr "Error en el script del cliente" -#: public/js/frappe/form/script_manager.js:241 +#: public/js/frappe/form/script_manager.js:242 msgid "Error in Client Script." msgstr "Error en el script del cliente." @@ -11708,7 +11704,7 @@ msgstr "Error al conectarte a la cuenta de correo electrónico {0}" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "Error al evaluar Notificación {0}. Por favor arregla tu plantilla." -#: model/document.py:826 +#: model/document.py:833 msgid "Error: Document has been modified after you have opened it" msgstr "Error: El documento se ha modificado después de haber sido abierto" @@ -11922,7 +11918,7 @@ msgstr "Ejecutivo" msgid "Expand" msgstr "Expandir" -#: public/js/frappe/form/controls/code.js:180 +#: public/js/frappe/form/controls/code.js:184 msgctxt "Enlarge code field." msgid "Expand" msgstr "Expandir" @@ -12229,11 +12225,11 @@ msgstr "Fallo al calcular el cuerpo de la solicitud: {}" msgid "Failed to connect to server" msgstr "Error al conectar con el servidor" -#: auth.py:658 +#: auth.py:669 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "No se pudo decodificar el token, proporcione un token codificado en base64 válido." -#: desk/reportview.py:522 +#: desk/reportview.py:523 msgid "Failed to delete {0} documents: {1}" msgstr "" @@ -12580,7 +12576,7 @@ msgstr "Nombre de campo '{0}' en conflicto con un {1} del nombre {2} en {3}" msgid "Fieldname called {0} must exist to enable autonaming" msgstr "El nombre de campo llamado {0} debe existir para habilitar el nombre automático" -#: database/schema.py:125 database/schema.py:356 +#: database/schema.py:125 database/schema.py:361 msgid "Fieldname is limited to 64 characters ({0})" msgstr "Nombre de campo está limitado a 64 caracteres ({0})" @@ -12596,7 +12592,7 @@ msgstr "Nombre de campo por el cual el 'DocType' enlazará el campo." msgid "Fieldname {0} appears multiple times" msgstr "El nombre de campo {0} aparece varias veces" -#: database/schema.py:346 +#: database/schema.py:351 msgid "Fieldname {0} cannot have special characters like {1}" msgstr "El nombre del campo {0} no puede tener caracteres especiales como {1}" @@ -12858,7 +12854,7 @@ msgstr "Archivos" #: desk/doctype/number_card/number_card.js:205 #: desk/doctype/number_card/number_card.js:333 #: email/doctype/auto_email_report/auto_email_report.js:90 -#: public/js/frappe/list/base_list.js:878 +#: public/js/frappe/list/base_list.js:882 #: public/js/frappe/ui/filters/filter_list.js:134 #: website/doctype/web_form/web_form.js:197 msgid "Filter" @@ -13013,7 +13009,7 @@ msgstr "Sección de filtros" msgid "Filters applied for {0}" msgstr "Filtros aplicados para {0}" -#: public/js/frappe/views/kanban/kanban_view.js:186 +#: public/js/frappe/views/kanban/kanban_view.js:189 msgid "Filters saved" msgstr "Filtros guardados" @@ -14127,8 +14123,8 @@ msgstr "Darse de baja globalmente" msgid "Go" msgstr "Buscar" -#: public/js/frappe/widgets/onboarding_widget.js:246 -#: public/js/frappe/widgets/onboarding_widget.js:326 +#: public/js/frappe/widgets/onboarding_widget.js:241 +#: public/js/frappe/widgets/onboarding_widget.js:321 msgid "Go Back" msgstr "Regresa" @@ -14977,7 +14973,7 @@ msgstr "Campos ocultos" #: public/js/frappe/views/workspace/workspace.js:825 #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:83 +#: templates/includes/login/login.js:78 msgid "Hide" msgstr "Esconder" @@ -15290,7 +15286,7 @@ msgstr "¿Cómo se debe formatear esta moneda? Si no se establece, el sistema ut msgid "ID" msgstr "Identificador" -#: desk/reportview.py:435 public/js/frappe/views/reports/report_view.js:917 +#: desk/reportview.py:436 public/js/frappe/views/reports/report_view.js:917 msgctxt "Label of name column in report" msgid "ID" msgstr "Identificador" @@ -15739,7 +15735,7 @@ msgstr "Código de acceso ilegal. Por favor, inténtelo de nuevo" msgid "Illegal Document Status for {0}" msgstr "Estado del Documento ilegal para {0}" -#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1106 +#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1125 msgid "Illegal SQL Query" msgstr "Consulta SQL ilegal" @@ -15846,7 +15842,7 @@ msgstr "Campo de imagen debe ser de tipo Adjuntar imagen" msgid "Image link '{0}' is not valid" msgstr "El enlace de la imagen '{0}' no es válido" -#: core/doctype/file/file.js:91 +#: core/doctype/file/file.js:100 msgid "Image optimized" msgstr "Imagen optimizada" @@ -16266,11 +16262,11 @@ msgstr "Usuario o Contraseña Incorrecta" msgid "Incorrect Verification code" msgstr "Código de Verificación incorrecto" -#: model/document.py:1387 +#: model/document.py:1394 msgid "Incorrect value in row {0}: {1} must be {2} {3}" msgstr "Valor incorrecto en la fila {0}: {1} debe ser {2} {3}" -#: model/document.py:1391 +#: model/document.py:1398 msgid "Incorrect value: {0} must be {1} {2}" msgstr "Valor incorrecto: {0} debe ser {1} {2}" @@ -16454,7 +16450,7 @@ msgctxt "Letter Head" msgid "Instructions" msgstr "Instrucciones" -#: templates/includes/login/login.js:262 +#: templates/includes/login/login.js:257 msgid "Instructions Emailed" msgstr "" @@ -16466,11 +16462,11 @@ msgstr "Nivel de permiso insuficiente para {0}" msgid "Insufficient Permission for {0}" msgstr "Permiso insuficiente para {0}" -#: desk/reportview.py:339 +#: desk/reportview.py:340 msgid "Insufficient Permissions for deleting Report" msgstr "Permisos insuficientes para eliminar el informe" -#: desk/reportview.py:310 +#: desk/reportview.py:311 msgid "Insufficient Permissions for editing Report" msgstr "Permisos insuficientes para eliminar el informe" @@ -16636,7 +16632,7 @@ msgid "Invalid" msgstr "Inválido" #: public/js/form_builder/utils.js:221 public/js/frappe/form/grid_row.js:770 -#: public/js/frappe/form/layout.js:785 +#: public/js/frappe/form/layout.js:793 msgid "Invalid \"depends_on\" expression" msgstr "Expresión \"depende_on\" no válida" @@ -16704,7 +16700,7 @@ msgstr "Link Inválido" msgid "Invalid Login Token" msgstr "Token de Acceso Inválido" -#: templates/includes/login/login.js:291 +#: templates/includes/login/login.js:286 msgid "Invalid Login. Try again." msgstr "Ingreso inválido. Intentar otra vez." @@ -16740,7 +16736,7 @@ msgstr "" msgid "Invalid Parameters." msgstr "Parámetros Inválidos." -#: core/doctype/user/user.py:1230 www/update-password.html:121 +#: core/doctype/user/user.py:1176 www/update-password.html:121 #: www/update-password.html:142 www/update-password.html:144 #: www/update-password.html:245 msgid "Invalid Password" @@ -16787,7 +16783,7 @@ msgstr "Función de agregación inválida" msgid "Invalid column" msgstr "Columna inválida" -#: model/document.py:859 model/document.py:873 +#: model/document.py:866 model/document.py:880 msgid "Invalid docstatus" msgstr "" @@ -17443,7 +17439,7 @@ msgstr "Tablero Kanban" msgid "Kanban Board Column" msgstr "Columna de Tablero Kanban" -#: public/js/frappe/views/kanban/kanban_view.js:385 +#: public/js/frappe/views/kanban/kanban_view.js:388 msgid "Kanban Board Name" msgstr "Nombre del Tablero Kanban" @@ -17453,7 +17449,7 @@ msgctxt "Kanban Board" msgid "Kanban Board Name" msgstr "Nombre del Tablero Kanban" -#: public/js/frappe/views/kanban/kanban_view.js:262 +#: public/js/frappe/views/kanban/kanban_view.js:265 msgctxt "Button in kanban view menu" msgid "Kanban Settings" msgstr "Configuración de Kanban" @@ -18170,12 +18166,12 @@ msgstr "Longitud de {0} debe estar entre 1 y 1000" msgid "Less" msgstr "Menos" -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Let us continue with the onboarding" msgstr "" #: public/js/frappe/views/workspace/blocks/onboarding.js:94 -#: public/js/frappe/widgets/onboarding_widget.js:602 +#: public/js/frappe/widgets/onboarding_widget.js:597 msgid "Let's Get Started" msgstr "Empecemos" @@ -18192,10 +18188,10 @@ msgstr "Evitemos de palabras y caracteres repetidos" msgid "Let's set up your account" msgstr "Vamos a configurar su cuenta" -#: public/js/frappe/widgets/onboarding_widget.js:268 -#: public/js/frappe/widgets/onboarding_widget.js:309 -#: public/js/frappe/widgets/onboarding_widget.js:380 -#: public/js/frappe/widgets/onboarding_widget.js:419 +#: public/js/frappe/widgets/onboarding_widget.js:263 +#: public/js/frappe/widgets/onboarding_widget.js:304 +#: public/js/frappe/widgets/onboarding_widget.js:375 +#: public/js/frappe/widgets/onboarding_widget.js:414 msgid "Let's take you back to onboarding" msgstr "Volvamos a la incorporación" @@ -18870,7 +18866,7 @@ msgstr "Usuario de configuración de registro" msgid "Log Settings" msgstr "Configuración de registro" -#: www/app.py:21 +#: www/app.py:23 msgid "Log in to access this page." msgstr "Inicia sesión para acceder a esta página." @@ -18963,7 +18959,7 @@ msgstr "Iniciar Sesión y ver en el Navegador" msgid "Login is required to see web form list view. Enable {0} to see list settings" msgstr "" -#: templates/includes/login/login.js:70 +#: templates/includes/login/login.js:65 msgid "Login link sent to your email" msgstr "" @@ -18987,7 +18983,7 @@ msgstr "" msgid "Login to {0}" msgstr "" -#: www/login.html:106 +#: www/login.html:106 www/login.html:190 msgid "Login with Email Link" msgstr "Iniciar sesión con enlace de correo" @@ -19073,7 +19069,7 @@ msgctxt "DocField" msgid "Long Text" msgstr "Texto largo" -#: public/js/frappe/widgets/onboarding_widget.js:322 +#: public/js/frappe/widgets/onboarding_widget.js:317 msgid "Looks like you didn't change the value" msgstr "Parece que no cambiaste el valor" @@ -20729,7 +20725,7 @@ msgstr "Necesita el rol de Administrador del Área de Trabajo para editar el ár msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "Necesita el rol de Administrador de Área de Trabajo para ocultar/mostrar áreas de trabajo públicas" -#: model/document.py:634 +#: model/document.py:641 msgid "Negative Value" msgstr "Valor negativo" @@ -20825,7 +20821,7 @@ msgstr "Nuevo Evento" msgid "New Folder" msgstr "Nueva carpeta" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "New Kanban Board" msgstr "Nuevo Tablero Kanban" @@ -20911,7 +20907,7 @@ msgstr "Nueva Área de Trabajo" msgid "New password cannot be same as old password" msgstr "La nueva contraseña no puede ser igual a la contraseña anterior" -#: utils/change_log.py:389 +#: utils/change_log.py:391 msgid "New updates are available" msgstr "Nuevas actualizaciones están disponibles" @@ -20959,11 +20955,11 @@ msgstr "Nuevo {0} {1} creado" msgid "New {0}: {1}" msgstr "Nuevo {0}: {1}" -#: utils/change_log.py:371 +#: utils/change_log.py:373 msgid "New {} releases for the following apps are available" msgstr "Las nuevas {} versiones para las siguientes aplicaciones están disponibles" -#: core/doctype/user/user.py:807 +#: core/doctype/user/user.py:753 msgid "Newly created user {0} has no roles enabled." msgstr "El usuario recién creado {0} no tiene ningún rol habilitado." @@ -21280,11 +21276,11 @@ msgstr "No hay resultados" msgid "No Results found" msgstr "No se encontraron resultados" -#: core/doctype/user/user.py:808 +#: core/doctype/user/user.py:754 msgid "No Roles Specified" msgstr "No hay Roles especificados" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "No Select Field Found" msgstr "" @@ -21292,7 +21288,7 @@ msgstr "" msgid "No Suggestions" msgstr "" -#: desk/reportview.py:594 +#: desk/reportview.py:595 msgid "No Tags" msgstr "Sin Etiquetas" @@ -21376,7 +21372,7 @@ msgstr "No hay una cuenta de correo electrónico asociada con el usuario. Por fa msgid "No failed logs" msgstr "" -#: public/js/frappe/views/kanban/kanban_view.js:368 +#: public/js/frappe/views/kanban/kanban_view.js:371 msgid "No fields found that can be used as a Kanban Column. Use the Customize Form to add a Custom Field of type \"Select\"." msgstr "" @@ -21447,7 +21443,7 @@ msgctxt "{0} = verb, {1} = object" msgid "No permission to '{0}' {1}" msgstr "No tiene permiso para '{0} ' {1}" -#: model/db_query.py:927 +#: model/db_query.py:946 msgid "No permission to read {0}" msgstr "No tiene permiso para leer {0}" @@ -21545,12 +21541,12 @@ msgctxt "Recorder Query" msgid "Normalized Query" msgstr "Consulta normalizada" -#: core/doctype/user/user.py:1013 templates/includes/login/login.js:258 +#: core/doctype/user/user.py:959 templates/includes/login/login.js:253 #: utils/oauth.py:265 msgid "Not Allowed" msgstr "No permitido" -#: templates/includes/login/login.js:260 +#: templates/includes/login/login.js:255 msgid "Not Allowed: Disabled User" msgstr "No Permitido: Usuario Deshabilitado" @@ -21614,7 +21610,7 @@ msgstr "No publicado" #: public/js/frappe/form/toolbar.js:260 public/js/frappe/form/toolbar.js:748 #: public/js/frappe/model/indicator.js:28 -#: public/js/frappe/views/kanban/kanban_view.js:167 +#: public/js/frappe/views/kanban/kanban_view.js:170 #: public/js/frappe/views/reports/report_view.js:173 #: public/js/print_format_builder/print_format_builder.bundle.js:39 #: website/doctype/web_form/templates/web_form.html:75 @@ -21662,7 +21658,7 @@ msgstr "No es una Imagen de Usuario Válida." msgid "Not a valid Workflow Action" msgstr "No es una acción de flujo de trabajo válida" -#: templates/includes/login/login.js:256 +#: templates/includes/login/login.js:251 msgid "Not a valid user" msgstr "Usuario no válido" @@ -21710,7 +21706,7 @@ msgstr "No se encuentra en modo desarrollador! Debe establecerlo en el archivo s #: core/doctype/system_settings/system_settings.py:209 handler.py:109 #: public/js/frappe/request.js:157 public/js/frappe/request.js:167 #: public/js/frappe/request.js:172 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:67 #: website/doctype/web_form/web_form.py:615 website/js/website.js:97 msgid "Not permitted" msgstr "No permitido" @@ -22161,7 +22157,7 @@ msgstr "Restablecer secreto OTP - {0}" msgid "OTP Secret has been reset. Re-registration will be required on next login." msgstr "OTP Secret ha sido restablecido. Re-registro será necesario en el próximo inicio de sesión." -#: templates/includes/login/login.js:363 +#: templates/includes/login/login.js:351 msgid "OTP setup using OTP App was not completed. Please contact Administrator." msgstr "" @@ -22295,7 +22291,7 @@ msgstr "Paso de incorporación" msgid "Onboarding Step Map" msgstr "Mapa de pasos de incorporación" -#: public/js/frappe/widgets/onboarding_widget.js:269 +#: public/js/frappe/widgets/onboarding_widget.js:264 msgid "Onboarding complete" msgstr "" @@ -22384,7 +22380,7 @@ msgctxt "S3 Backup Settings" msgid "Only change this if you want to use other S3 compatible object storage backends." msgstr "" -#: model/document.py:1075 +#: model/document.py:1082 msgid "Only draft documents can be discarded" msgstr "" @@ -22403,11 +22399,11 @@ msgstr "Sólo los campos obligatorios son necesarios para los nuevos registros. msgid "Only one {0} can be set as primary." msgstr "Solo uno {0} se puede establecer como primario." -#: desk/reportview.py:336 +#: desk/reportview.py:337 msgid "Only reports of type Report Builder can be deleted" msgstr "Solo se pueden eliminar informes del tipo Generador de Informes" -#: desk/reportview.py:307 +#: desk/reportview.py:308 msgid "Only reports of type Report Builder can be edited" msgstr "Solo se pueden editar informes del tipo Generador de Informes" @@ -22427,7 +22423,7 @@ msgstr "Solo se enumeran los usuarios involucrados en el documento" msgid "Only {0} emailed reports are allowed per user." msgstr "" -#: templates/includes/login/login.js:292 +#: templates/includes/login/login.js:287 msgid "Oops! Something went wrong." msgstr "¡Ups! Algo salió mal." @@ -22578,7 +22574,7 @@ msgstr "El Operador debe ser uno de {0}" msgid "Optimize" msgstr "Optimizar" -#: core/doctype/file/file.js:89 +#: core/doctype/file/file.js:98 msgid "Optimizing image..." msgstr "Optimizando imagen..." @@ -23296,11 +23292,11 @@ msgctxt "Web Form Field" msgid "Password" msgstr "Contraseña" -#: core/doctype/user/user.py:1076 +#: core/doctype/user/user.py:1022 msgid "Password Email Sent" msgstr "Correo de Contraseña enviado" -#: core/doctype/user/user.py:455 +#: core/doctype/user/user.py:406 msgid "Password Reset" msgstr "Restablecer contraseña" @@ -23336,7 +23332,7 @@ msgstr "Falta contraseña en la cuenta de correo" msgid "Password not found for {0} {1} {2}" msgstr "Contraseña no encontrada para {0} {1} {2}" -#: core/doctype/user/user.py:1075 +#: core/doctype/user/user.py:1021 msgid "Password reset instructions have been sent to your email" msgstr "Las instrucciones para el restablecimiento de la contraseña han sido enviadas a su correo electrónico" @@ -23348,7 +23344,7 @@ msgstr "Contraseña establecida" msgid "Password size exceeded the maximum allowed size" msgstr "El tamaño de la contraseña excedió el tamaño máximo permitido" -#: core/doctype/user/user.py:871 +#: core/doctype/user/user.py:817 msgid "Password size exceeded the maximum allowed size." msgstr "El tamaño de la contraseña superó el tamaño máximo permitido." @@ -23841,7 +23837,7 @@ msgstr "Por favor agregue un asunto a su correo electrónico" msgid "Please add a valid comment." msgstr "Agregue un comentario válido." -#: core/doctype/user/user.py:1058 +#: core/doctype/user/user.py:1004 msgid "Please ask your administrator to verify your sign-up" msgstr "Por favor, consulte a su administrador para verificar su registro" @@ -23873,7 +23869,7 @@ msgstr "Compruebe los valores de filtro establecidos para el gráfico del tabler msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "Por favor, compruebe el valor de \"Obtener desde\" establecido para el campo {0}" -#: core/doctype/user/user.py:1056 +#: core/doctype/user/user.py:1002 msgid "Please check your email for verification" msgstr "Por favor, consultar su correo electrónico para la verificación" @@ -24021,7 +24017,7 @@ msgstr "Por favor, inicie sesión para enviar un comentario." msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "Asegúrese de que los documentos de comunicación de referencia no estén vinculados circularmente." -#: model/document.py:828 +#: model/document.py:835 msgid "Please refresh to get the latest document." msgstr "Por favor, actualice para obtener el último documento." @@ -24093,7 +24089,7 @@ msgstr "Seleccione un filtro de fecha válido" msgid "Please select applicable Doctypes" msgstr "Por favor seleccione Doctypes aplicables" -#: model/db_query.py:1118 +#: model/db_query.py:1137 msgid "Please select atleast 1 column from {0} to sort/group" msgstr "Por favor, seleccione al menos 1 columna de {0} para ordenar / agrupar" @@ -24160,7 +24156,7 @@ msgstr "Configura un mensaje primero" msgid "Please setup default Email Account from Settings > Email Account" msgstr "Por favor, configure la cuenta de correo predeterminada desde Ajustes > Cuenta de Correo" -#: core/doctype/user/user.py:406 +#: core/doctype/user/user.py:371 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "Por favor, configure la cuenta de correo saliente por defecto desde Ajustes > Cuenta de Correo" @@ -24535,7 +24531,7 @@ msgctxt "Transaction Log" msgid "Previous Hash" msgstr "Hash Anterior" -#: public/js/frappe/form/form.js:2197 +#: public/js/frappe/form/form.js:2216 msgid "Previous Submission" msgstr "Envío anterior" @@ -24974,7 +24970,7 @@ msgstr "Perfil" msgid "Progress" msgstr "Progreso" -#: public/js/frappe/views/kanban/kanban_view.js:405 +#: public/js/frappe/views/kanban/kanban_view.js:408 msgid "Project" msgstr "Proyecto" @@ -25396,7 +25392,7 @@ msgctxt "DocType" msgid "Queue in Background (BETA)" msgstr "Cola en segundo plano (BETA)" -#: utils/background_jobs.py:470 +#: utils/background_jobs.py:490 msgid "Queue should be one of {0}" msgstr "Cola debe ser una de {0}" @@ -26392,7 +26388,7 @@ msgstr "Referente" #: public/js/frappe/views/reports/query_report.js:1630 #: public/js/frappe/views/treeview.js:475 #: public/js/frappe/widgets/chart_widget.js:290 -#: public/js/frappe/widgets/number_card_widget.js:324 +#: public/js/frappe/widgets/number_card_widget.js:323 msgid "Refresh" msgstr "Actualizar" @@ -26446,7 +26442,7 @@ msgstr "Refrescando" msgid "Refreshing..." msgstr "Refrescando..." -#: core/doctype/user/user.py:1020 +#: core/doctype/user/user.py:966 msgid "Registered but disabled" msgstr "Registrado pero discapacitados" @@ -26948,7 +26944,7 @@ msgstr "" msgid "Report limit reached" msgstr "" -#: core/doctype/prepared_report/prepared_report.py:210 +#: core/doctype/prepared_report/prepared_report.py:212 msgid "Report timed out." msgstr "" @@ -26969,7 +26965,7 @@ msgstr "El informe con más de 10 columnas se ve mejor en modo horizontal." msgid "Report {0}" msgstr "Informe {0}" -#: desk/reportview.py:343 +#: desk/reportview.py:344 msgid "Report {0} deleted" msgstr "Informe {0} eliminado" @@ -26977,7 +26973,7 @@ msgstr "Informe {0} eliminado" msgid "Report {0} is disabled" msgstr "El reporte {0} está deshabilitado" -#: desk/reportview.py:320 +#: desk/reportview.py:321 msgid "Report {0} saved" msgstr "Informe {0} guardado" @@ -27662,7 +27658,7 @@ msgctxt "DocPerm" msgid "Role and Level" msgstr "Rol y nivel" -#: core/doctype/user/user.py:351 +#: core/doctype/user/user.py:316 msgid "Role has been set as per the user type {0}" msgstr "" @@ -27878,7 +27874,7 @@ msgctxt "Role" msgid "Route: Example \"/app\"" msgstr "Ruta: Ejemplo \"/app\"" -#: model/base_document.py:739 model/base_document.py:780 model/document.py:619 +#: model/base_document.py:739 model/base_document.py:780 model/document.py:626 msgid "Row" msgstr "Línea" @@ -28093,7 +28089,7 @@ msgstr "Ajustes de SMS" msgid "SMS sent to following numbers: {0}" msgstr "SMS enviados a los teléfonos: {0}" -#: templates/includes/login/login.js:377 +#: templates/includes/login/login.js:365 msgid "SMS was not sent. Please contact Administrator." msgstr "" @@ -28239,7 +28235,7 @@ msgstr "Sábado" #: public/js/frappe/utils/common.js:443 #: public/js/frappe/views/kanban/kanban_settings.js:45 #: public/js/frappe/views/kanban/kanban_settings.js:189 -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 #: public/js/frappe/views/reports/query_report.js:1803 #: public/js/frappe/views/reports/report_view.js:1640 #: public/js/frappe/views/workspace/workspace.js:498 @@ -28298,7 +28294,7 @@ msgstr "Guarde el documento." #: desk/form/save.py:46 model/rename_doc.py:106 #: printing/page/print_format_builder/print_format_builder.js:845 #: public/js/frappe/form/toolbar.js:260 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:917 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:916 msgid "Saved" msgstr "Guardado" @@ -28431,7 +28427,7 @@ msgctxt "Newsletter" msgid "Scheduled To Send" msgstr "Programado para enviar" -#: core/doctype/server_script/server_script.py:141 +#: core/doctype/server_script/server_script.py:144 msgid "Scheduled execution for script {0} has updated" msgstr "Se actualizó la ejecución programada de la secuencia de comandos {0}" @@ -28461,7 +28457,7 @@ msgctxt "System Health Report" msgid "Scheduler Status" msgstr "" -#: utils/scheduler.py:202 +#: utils/scheduler.py:208 msgid "Scheduler can not be re-enabled when maintenance mode is active." msgstr "El programador no puede ser reactivado cuando el modo de mantenimiento está activo." @@ -29342,7 +29338,7 @@ msgctxt "Contact Us Settings" msgid "Send enquiries to this email address" msgstr "Enviar solicitudes a esta dirección de correo electrónico" -#: templates/includes/login/login.js:73 www/login.html:210 +#: templates/includes/login/login.js:68 www/login.html:210 msgid "Send login link" msgstr "Enviar enlace de inicio de sesión" @@ -30113,7 +30109,7 @@ msgstr "Atajos" #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:86 www/login.html:30 +#: templates/includes/login/login.js:81 www/login.html:30 msgid "Show" msgstr "Mostrar" @@ -30181,7 +30177,7 @@ msgstr "Mostrar documento" msgid "Show Error" msgstr "Mostrar error" -#: public/js/frappe/form/layout.js:553 +#: public/js/frappe/form/layout.js:561 msgid "Show Fieldname (click to copy on clipboard)" msgstr "Mostrar nombre de campo (clic para copiar en el portapapeles)" @@ -30482,7 +30478,7 @@ msgctxt "Email Group" msgid "Sign Up and Confirmation" msgstr "" -#: core/doctype/user/user.py:1013 +#: core/doctype/user/user.py:959 msgid "Sign Up is disabled" msgstr "El registro está desactivado" @@ -30608,7 +30604,7 @@ msgctxt "OAuth Provider Settings" msgid "Skip Authorization" msgstr "Saltar Autorización" -#: public/js/frappe/widgets/onboarding_widget.js:337 +#: public/js/frappe/widgets/onboarding_widget.js:332 msgid "Skip Step" msgstr "Saltar paso" @@ -30810,7 +30806,7 @@ msgstr "Algo salió mal" msgid "Something went wrong during the token generation. Click on {0} to generate a new one." msgstr "Algo salió mal durante la generación de tokens. Haga clic en {0} para generar uno nuevo." -#: templates/includes/login/login.js:294 +#: templates/includes/login/login.js:289 msgid "Something went wrong." msgstr "" @@ -30927,7 +30923,7 @@ msgctxt "Website Settings" msgid "Splash Image" msgstr "Imagen de bienvenida" -#: desk/reportview.py:382 public/js/frappe/web_form/web_form_list.js:175 +#: desk/reportview.py:383 public/js/frappe/web_form/web_form_list.js:175 #: templates/print_formats/standard_macros.html:44 msgid "Sr" msgstr "" @@ -31002,11 +30998,11 @@ msgstr "El formato de impresión estándar no se puede actualizar" msgid "Standard Print Style cannot be changed. Please duplicate to edit." msgstr "El estilo de impresión estándar no se puede cambiar. Duplicar por favor para corregir." -#: desk/reportview.py:333 +#: desk/reportview.py:334 msgid "Standard Reports cannot be deleted" msgstr "Los informes estándar no se pueden eliminar" -#: desk/reportview.py:304 +#: desk/reportview.py:305 msgid "Standard Reports cannot be edited" msgstr "Los informes estándar no se pueden editar" @@ -31587,7 +31583,7 @@ msgid "Submission Queue" msgstr "" #: core/doctype/user_permission/user_permission_list.js:138 -#: public/js/frappe/form/quick_entry.js:198 +#: public/js/frappe/form/quick_entry.js:201 #: public/js/frappe/form/sidebar/review.js:116 #: public/js/frappe/ui/capture.js:307 #: social/doctype/energy_point_log/energy_point_log.js:39 @@ -31684,7 +31680,7 @@ msgctxt "Auto Repeat" msgid "Submit on Creation" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:400 +#: public/js/frappe/widgets/onboarding_widget.js:395 msgid "Submit this document to complete this step." msgstr "Envíe este documento para completar este paso." @@ -31753,10 +31749,10 @@ msgstr "Subtitular" #: core/doctype/data_import/data_import.js:459 #: desk/doctype/bulk_update/bulk_update.js:31 #: desk/doctype/desktop_icon/desktop_icon.py:446 -#: public/js/frappe/form/grid.js:1139 +#: public/js/frappe/form/grid.js:1142 #: public/js/frappe/views/translation_manager.js:21 -#: templates/includes/login/login.js:231 templates/includes/login/login.js:237 -#: templates/includes/login/login.js:270 templates/includes/login/login.js:278 +#: templates/includes/login/login.js:226 templates/includes/login/login.js:232 +#: templates/includes/login/login.js:265 templates/includes/login/login.js:273 #: templates/pages/integrations/gcalendar-success.html:9 #: workflow/doctype/workflow_action/workflow_action.py:166 msgid "Success" @@ -31882,7 +31878,7 @@ msgctxt "Recorder" msgid "Suggested Indexes" msgstr "" -#: core/doctype/user/user.py:728 +#: core/doctype/user/user.py:674 msgid "Suggested Username: {0}" msgstr "Nombre de usuario sugerido: {0}" @@ -32372,11 +32368,11 @@ msgstr "Tabla Multi-selección" msgid "Table Trimmed" msgstr "Tabla recortada" -#: public/js/frappe/form/grid.js:1138 +#: public/js/frappe/form/grid.js:1141 msgid "Table updated" msgstr "Tabla actualiza" -#: model/document.py:1401 +#: model/document.py:1408 msgid "Table {0} cannot be empty" msgstr "La tabla {0} no puede estar vacía" @@ -32514,7 +32510,7 @@ msgstr "Advertencias de plantilla" msgid "Templates" msgstr "Plantillas" -#: core/doctype/user/user.py:1024 +#: core/doctype/user/user.py:970 msgid "Temporarily Disabled" msgstr "Desactivado temporalmente" @@ -32638,7 +32634,7 @@ msgstr "Gracias" msgid "The Auto Repeat for this document has been disabled." msgstr "La repetición automática para este documento ha sido deshabilitada." -#: public/js/frappe/form/grid.js:1161 +#: public/js/frappe/form/grid.js:1164 msgid "The CSV format is case sensitive" msgstr "El formato CSV es sensible a mayúsculas y minúsculas" @@ -32809,11 +32805,11 @@ msgid "The project number obtained from Google Cloud Console under " msgstr "" -#: core/doctype/user/user.py:984 +#: core/doctype/user/user.py:930 msgid "The reset password link has been expired" msgstr "" -#: core/doctype/user/user.py:986 +#: core/doctype/user/user.py:932 msgid "The reset password link has either been used before or is invalid" msgstr "" @@ -32944,15 +32940,11 @@ msgstr "Ya hay {0} con los mismos filtros en la cola:" msgid "There must be atleast one permission rule." msgstr "Debe haber al menos una regla de permiso." -#: core/doctype/user/user.py:536 -msgid "There should remain at least one System Manager" -msgstr "Debe haber al menos un administrador del sistema" - #: www/error.py:16 msgid "There was an error building this page" msgstr "Se produjo un error al crear esta página." -#: public/js/frappe/views/kanban/kanban_view.js:180 +#: public/js/frappe/views/kanban/kanban_view.js:183 msgid "There was an error saving filters" msgstr "Hubo un error al guardar los filtros" @@ -33018,7 +33010,7 @@ msgstr "Este DocType no contiene campos de latitud y longitud" msgid "This Doctype does not contain location fields" msgstr "Este DocType no contiene campos de ubicación" -#: public/js/frappe/views/kanban/kanban_view.js:388 +#: public/js/frappe/views/kanban/kanban_view.js:391 msgid "This Kanban Board will be private" msgstr "Este tablero Kanban será privado" @@ -33082,7 +33074,7 @@ msgstr "" msgid "This document is already amended, you cannot ammend it again" msgstr "Este documento ya está enmendado, no puede enmendarlo nuevamente" -#: model/document.py:1569 +#: model/document.py:1576 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "" @@ -33266,7 +33258,7 @@ msgstr "" msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "Esto terminará el trabajo inmediatamente y podría ser peligroso, ¿está seguro? " -#: core/doctype/user/user.py:1244 +#: core/doctype/user/user.py:1190 msgid "Throttled" msgstr "" @@ -33954,7 +33946,7 @@ msgstr "Demasiadas solicitudes" msgid "Too many changes to database in single action." msgstr "" -#: core/doctype/user/user.py:1025 +#: core/doctype/user/user.py:971 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Hay demasiados usuarios se inscribieron recientemente, por lo que el registro está desactivado. Por favor, intente volver en una hora" @@ -34320,7 +34312,7 @@ msgstr "Activador en métodos válidos como \"before_insert\", \"after_update\", msgid "Trim Table" msgstr "Recortar Tabla" -#: public/js/frappe/widgets/onboarding_widget.js:323 +#: public/js/frappe/widgets/onboarding_widget.js:318 msgid "Try Again" msgstr "Inténtelo de nuevo" @@ -34919,7 +34911,7 @@ msgctxt "Workflow Document State" msgid "Update Value" msgstr "Actualizar Valor" -#: utils/change_log.py:381 +#: utils/change_log.py:383 msgid "Update from Frappe Cloud" msgstr "" @@ -35585,7 +35577,7 @@ msgstr "El Usuario puede iniciar sesión con ID de correo electrónico o nombre msgid "User does not exist" msgstr "El usuario no existe" -#: templates/includes/login/login.js:293 +#: templates/includes/login/login.js:288 msgid "User does not exist." msgstr "El usuario no existe." @@ -35619,7 +35611,7 @@ msgstr "" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "" -#: core/doctype/user/user.py:541 +#: core/doctype/user/user.py:485 msgid "User {0} cannot be deleted" msgstr "El usuario {0} no se puede eliminar" @@ -35627,7 +35619,7 @@ msgstr "El usuario {0} no se puede eliminar" msgid "User {0} cannot be disabled" msgstr "El usuario {0} no se puede deshabilitar" -#: core/doctype/user/user.py:610 +#: core/doctype/user/user.py:556 msgid "User {0} cannot be renamed" msgstr "El usuario {0} no puede ser renombrado" @@ -35644,7 +35636,7 @@ msgstr "El usuario {0} no tiene acceso a doctype a través del permiso de rol pa msgid "User {0} has requested for data deletion" msgstr "El usuario {0} ha solicitado la eliminación de datos" -#: core/doctype/user/user.py:1373 +#: core/doctype/user/user.py:1319 msgid "User {0} impersonated as {1}" msgstr "Usuario {0} suplantado como {1}" @@ -35682,7 +35674,7 @@ msgctxt "User Social Login" msgid "Username" msgstr "Nombre de usuario" -#: core/doctype/user/user.py:695 +#: core/doctype/user/user.py:641 msgid "Username {0} already exists" msgstr "Nombre de usuario {0} ya existe" @@ -35742,11 +35734,11 @@ msgctxt "OAuth Authorization Code" msgid "Valid" msgstr "Válido" -#: templates/includes/login/login.js:53 templates/includes/login/login.js:66 +#: templates/includes/login/login.js:48 templates/includes/login/login.js:61 msgid "Valid Login id required." msgstr "" -#: templates/includes/login/login.js:40 +#: templates/includes/login/login.js:35 msgid "Valid email and name required" msgstr "" @@ -35864,15 +35856,15 @@ msgctxt "Notification" msgid "Value To Be Set" msgstr "Valor a Establecer" -#: model/base_document.py:965 model/document.py:675 +#: model/base_document.py:965 model/document.py:682 msgid "Value cannot be changed for {0}" msgstr "El valor no puede ser cambiado para {0}" -#: model/document.py:621 +#: model/document.py:628 msgid "Value cannot be negative for" msgstr "El valor no puede ser negativo para" -#: model/document.py:625 +#: model/document.py:632 msgid "Value cannot be negative for {0}: {1}" msgstr "El valor no puede ser negativo para {0}: {1}" @@ -35943,7 +35935,7 @@ msgstr "Código de Verificación" msgid "Verification Link" msgstr "Link de verificacion" -#: templates/includes/login/login.js:391 +#: templates/includes/login/login.js:379 msgid "Verification code email not sent. Please contact Administrator." msgstr "" @@ -35965,7 +35957,7 @@ msgstr "Verificar" msgid "Verify Password" msgstr "Verificar Contraseña" -#: templates/includes/login/login.js:172 +#: templates/includes/login/login.js:167 msgid "Verifying..." msgstr "Verificando..." @@ -36755,11 +36747,11 @@ msgstr "URL de bienvenida" msgid "Welcome Workspace" msgstr "Área de Trabajo de Bienvenida" -#: core/doctype/user/user.py:398 +#: core/doctype/user/user.py:363 msgid "Welcome email sent" msgstr "Correo electrónico de bienvenida enviado" -#: core/doctype/user/user.py:473 +#: core/doctype/user/user.py:424 msgid "Welcome to {0}" msgstr "Bienvenido a {0}" @@ -37068,7 +37060,7 @@ msgctxt "Workspace" msgid "Workspace" msgstr "Área de Trabajo" -#: public/js/frappe/router.js:193 +#: public/js/frappe/router.js:179 msgid "Workspace {0} does not exist" msgstr "El Área de Trabajo {0} no existe" @@ -37350,7 +37342,7 @@ msgstr "No tiene permiso para acceder a este registro {0} porque está vinculado msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in row {3}, field {4}" msgstr "" -#: public/js/frappe/views/kanban/kanban_board.bundle.js:69 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 msgid "You are not allowed to create columns" msgstr "No se le permite crear columnas" @@ -37390,7 +37382,7 @@ msgstr "No estás conectado a Internet. Vuelve a intentar después de algún tie msgid "You are not permitted to access this page without login." msgstr "No está autorizado a acceder a esta página sin iniciar sesión." -#: www/app.py:23 +#: www/app.py:27 msgid "You are not permitted to access this page." msgstr "Usted no está autorizado a acceder a esta página." @@ -37443,11 +37435,11 @@ msgstr "" msgid "You can change the retention policy from {0}." msgstr "Puedes cambiar la política de retención de {0}." -#: public/js/frappe/widgets/onboarding_widget.js:199 +#: public/js/frappe/widgets/onboarding_widget.js:194 msgid "You can continue with the onboarding after exploring this page" msgstr "" -#: core/doctype/user/user.py:601 +#: core/doctype/user/user.py:543 msgid "You can disable the user instead of deleting it." msgstr "" @@ -37734,7 +37726,7 @@ msgctxt "Form timeline" msgid "You removed attachment {0}" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:525 +#: public/js/frappe/widgets/onboarding_widget.js:520 msgid "You seem good to go!" msgstr "¡Pareces listo para ir!" @@ -37789,7 +37781,7 @@ msgstr "Tus atajos" msgid "Your account has been deleted" msgstr "Su cuenta ha sido eliminada" -#: auth.py:476 +#: auth.py:487 msgid "Your account has been locked and will resume after {0} seconds" msgstr "Su cuenta ha sido bloqueada y se reanudará después de {0} segundos" @@ -37884,7 +37876,7 @@ msgstr "_informe" msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "" -#: utils/background_jobs.py:105 +#: utils/background_jobs.py:106 msgid "`job_id` paramater is required for deduplication." msgstr "El parámetro `job_id` es necesario para la deduplicación." @@ -37914,7 +37906,7 @@ msgstr "y" msgid "ascending" msgstr "ascendente" -#: model/document.py:1372 +#: model/document.py:1379 msgid "beginning with" msgstr "A partir de" @@ -38169,7 +38161,7 @@ msgctxt "Workspace" msgid "grey" msgstr "" -#: utils/backups.py:378 +#: utils/backups.py:387 msgid "gzip not found in PATH! This is required to take a backup." msgstr "¡gzip no encontrado en RUTA! Esto es necesario para realizar una copia de seguridad." @@ -38314,7 +38306,7 @@ msgctxt "OAuth Authorization Code" msgid "nonce" msgstr "" -#: model/document.py:1371 +#: model/document.py:1378 msgid "none of" msgstr "ninguno de" @@ -38374,7 +38366,7 @@ msgctxt "Webhook" msgid "on_update_after_submit" msgstr "on_update_after_submit" -#: model/document.py:1370 +#: model/document.py:1377 msgid "one of" msgstr "uno de" @@ -38520,19 +38512,19 @@ msgctxt "RQ Worker" msgid "short" msgstr "corta" -#: public/js/frappe/widgets/number_card_widget.js:282 +#: public/js/frappe/widgets/number_card_widget.js:281 msgid "since last month" msgstr "desde el mes pasado" -#: public/js/frappe/widgets/number_card_widget.js:281 +#: public/js/frappe/widgets/number_card_widget.js:280 msgid "since last week" msgstr "desde la semana pasada" -#: public/js/frappe/widgets/number_card_widget.js:283 +#: public/js/frappe/widgets/number_card_widget.js:282 msgid "since last year" msgstr "desde el año pasado" -#: public/js/frappe/widgets/number_card_widget.js:280 +#: public/js/frappe/widgets/number_card_widget.js:279 msgid "since yesterday" msgstr "desde ayer" @@ -39187,7 +39179,7 @@ msgstr "{0} está dentro de {1}" msgid "{0} items selected" msgstr "{0} elementos seleccionados" -#: core/doctype/user/user.py:1382 +#: core/doctype/user/user.py:1328 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "{0} se hizo pasar por usted. Dieron esta razón: {1}" @@ -39220,7 +39212,7 @@ msgstr "Hace {0} minutos" msgid "{0} months ago" msgstr "Hace {0} meses" -#: model/document.py:1626 +#: model/document.py:1633 msgid "{0} must be after {1}" msgstr "{0} debe ser después de {1}" @@ -39631,7 +39623,7 @@ msgstr "¡{} no encontrado en RUTA! Esto es necesario para acceder a la consola. msgid "{} not found in PATH! This is required to restore the database." msgstr "¡{} no encontrado en RUTA! Esto es necesario para restaurar la base de datos." -#: utils/backups.py:445 +#: utils/backups.py:454 msgid "{} not found in PATH! This is required to take a backup." msgstr "¡{} no se encuentra en PATH! Esto es necesario para realizar una copia de seguridad." From 3263688b76061f93ae88e1beefceab32a65963b4 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 5 Jun 2024 09:29:14 +0530 Subject: [PATCH 20/54] fix: Bosnian translations --- frappe/locale/bs.po | 660 ++++++++++++++++++++++---------------------- 1 file changed, 326 insertions(+), 334 deletions(-) diff --git a/frappe/locale/bs.po b/frappe/locale/bs.po index 25845ba250..f9b833915c 100644 --- a/frappe/locale/bs.po +++ b/frappe/locale/bs.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-05-19 09:33+0000\n" -"PO-Revision-Date: 2024-05-20 22:25\n" +"POT-Creation-Date: 2024-06-02 09:33+0000\n" +"PO-Revision-Date: 2024-06-05 03:59\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Bosnian\n" "MIME-Version: 1.0\n" @@ -62,7 +62,7 @@ msgstr "#{0}" #: core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:36 msgid "${values.doctype_name} has been added to queue for optimization" -msgstr "" +msgstr "${values.doctype_name} je dodan u red čekanja za optimizaciju" #: public/js/frappe/ui/toolbar/about.js:8 msgid "© Frappe Technologies Pvt. Ltd. and contributors" @@ -565,7 +565,7 @@ msgstr "

    Primjer odgovora e-poštom

    \n\n" #: core/doctype/data_import/data_import.json msgctxt "Data Import" msgid "
    Or
    " -msgstr "" +msgstr "
    Ili
    " #. Content of the 'Message Examples' (HTML) field in DocType 'Notification' #: email/doctype/notification/notification.json @@ -1060,7 +1060,7 @@ msgctxt "Social Login Key" msgid "Access Token URL" msgstr "URL pristupnog tokena" -#: auth.py:455 +#: auth.py:466 msgid "Access not allowed from this IP Address" msgstr "Pristup nije dozvoljen sa ove IP adrese" @@ -1135,12 +1135,12 @@ msgctxt "DocType Action" msgid "Action / Route" msgstr "Akcija / Ruta" -#: public/js/frappe/widgets/onboarding_widget.js:310 -#: public/js/frappe/widgets/onboarding_widget.js:381 +#: public/js/frappe/widgets/onboarding_widget.js:305 +#: public/js/frappe/widgets/onboarding_widget.js:376 msgid "Action Complete" msgstr "Akcija završena" -#: model/document.py:1710 +#: model/document.py:1717 msgid "Action Failed" msgstr "Akcija nije uspjela" @@ -1400,7 +1400,7 @@ msgstr "Dodaj grupu" #: core/doctype/recorder/recorder.js:30 msgid "Add Indexes" -msgstr "" +msgstr "Dodaj indekse" #: public/js/frappe/form/grid.js:63 msgid "Add Multiple" @@ -1424,7 +1424,7 @@ msgstr "Dodaj parametre upita" msgid "Add Review" msgstr "Dodaj recenziju" -#: core/doctype/user/user.py:811 +#: core/doctype/user/user.py:757 msgid "Add Roles" msgstr "Dodaj uloge" @@ -1580,10 +1580,6 @@ msgstr "Dodano {0}" msgid "Added {0} ({1})" msgstr "Dodano {0} ({1})" -#: core/doctype/user/user.py:308 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "Dodavanje upravitelja sistema ovom korisniku jer mora postojati barem jedan upravitelj sistema" - #. Label of a Section Break field in DocType 'Custom DocPerm' #: core/doctype/custom_docperm/custom_docperm.json msgctxt "Custom DocPerm" @@ -1717,11 +1713,11 @@ msgstr "Administracija" msgid "Administrator" msgstr "Administrator" -#: core/doctype/user/user.py:1215 +#: core/doctype/user/user.py:1161 msgid "Administrator Logged In" msgstr "Administrator je prijavljen" -#: core/doctype/user/user.py:1209 +#: core/doctype/user/user.py:1155 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "Administrator je pristupio {0} {1} putem IP adrese {2}." @@ -1770,7 +1766,7 @@ msgstr "Nakon brisanja" #: core/doctype/server_script/server_script.json msgctxt "Server Script" msgid "After Discard" -msgstr "" +msgstr "Nakon odbacivanja" #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: core/doctype/server_script/server_script.json @@ -1916,7 +1912,7 @@ msgstr "Sve slike priložene dijaprojekciji web stranice trebaju biti javne" msgid "All Records" msgstr "Svi zapisi" -#: public/js/frappe/form/form.js:2205 +#: public/js/frappe/form/form.js:2224 msgid "All Submissions" msgstr "Svi podnesci" @@ -2309,13 +2305,13 @@ msgstr "Dozvoljeni moduli" #: integrations/doctype/oauth_client/oauth_client.json msgctxt "OAuth Client" msgid "Allowed Roles" -msgstr "" +msgstr "Dozvoljene uloge" #: public/js/frappe/form/form.js:1250 msgid "Allowing DocType, DocType. Be careful!" msgstr "Dopuštanje DocType, DocType. Budite pazljivi!" -#: core/doctype/user/user.py:1018 +#: core/doctype/user/user.py:964 msgid "Already Registered" msgstr "Već registrovan" @@ -2766,7 +2762,7 @@ msgctxt "Kanban Board Column" msgid "Archived" msgstr "Arhivirano" -#: public/js/frappe/views/kanban/kanban_board.bundle.js:495 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:494 msgid "Archived Columns" msgstr "Arhivirane kolone" @@ -2876,7 +2872,7 @@ msgstr "Dodijeli" #: public/js/frappe/form/sidebar/assign_to.js:180 msgid "Assign To User Group" -msgstr "" +msgstr "Dodijeli korisničkoj grupi" #. Label of a Section Break field in DocType 'Assignment Rule' #: automation/doctype/assignment_rule/assignment_rule.json @@ -3534,7 +3530,7 @@ msgstr "Autoinkrement" #. Description of a Card Break in the Build Workspace #: core/workspace/build/build.json msgid "Automate processes and extend standard functionality using scripts and background jobs" -msgstr "" +msgstr "Automatizirajte procese i proširite standardnu funkcionalnost koristeći skripte i pozadinske poslove" #. Option for the 'Communication Type' (Select) field in DocType #. 'Communication' @@ -3633,11 +3629,11 @@ msgctxt "Email Account" msgid "Awaiting password" msgstr "Čeka se lozinka" -#: public/js/frappe/widgets/onboarding_widget.js:200 +#: public/js/frappe/widgets/onboarding_widget.js:195 msgid "Awesome Work" msgstr "Sjajan posao" -#: public/js/frappe/widgets/onboarding_widget.js:358 +#: public/js/frappe/widgets/onboarding_widget.js:353 msgid "Awesome, now try making an entry yourself" msgstr "Sjajno, sada pokušajte sami napraviti unos" @@ -3728,7 +3724,7 @@ msgctxt "Notification Recipient" msgid "BCC" msgstr "BCC" -#: public/js/frappe/widgets/onboarding_widget.js:186 +#: public/js/frappe/widgets/onboarding_widget.js:181 msgid "Back" msgstr "Nazad" @@ -3782,7 +3778,7 @@ msgstr "Poslovi u pozadini" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Background Jobs Check" -msgstr "" +msgstr "Provjera pozadinskih poslova" #. Label of a Autocomplete field in DocType 'Webhook' #: integrations/doctype/webhook/webhook.json @@ -3882,7 +3878,7 @@ msgstr "Sigurnosne kopije" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Backups (MB)" -msgstr "" +msgstr "Sigurnosne kopije (MB)" #: core/doctype/scheduled_job_type/scheduled_job_type.py:64 msgid "Bad Cron Expression" @@ -4016,7 +4012,7 @@ msgstr "Prije brisanja" #: core/doctype/server_script/server_script.json msgctxt "Server Script" msgid "Before Discard" -msgstr "" +msgstr "Prije odbacivanja" #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: core/doctype/server_script/server_script.json @@ -4098,7 +4094,7 @@ msgstr "Kontakt za fakturiranje" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Binary Logging" -msgstr "" +msgstr "Binarno evidentiranje" #. Label of a Small Text field in DocType 'About Us Team Member' #: website/doctype/about_us_team_member/about_us_team_member.json @@ -4297,7 +4293,7 @@ msgstr "Bot" msgid "Both DocType and Name required" msgstr "Potrebni su i DocType i naziv" -#: templates/includes/login/login.js:97 +#: templates/includes/login/login.js:92 msgid "Both login and password required" msgstr "Potrebni su i prijava i lozinka" @@ -4437,7 +4433,7 @@ msgstr "Spremik {0} nije pronađen." #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Bufferpool Size" -msgstr "" +msgstr "Veličina međuspremnika" #. Name of a Workspace #: core/workspace/build/build.json @@ -4447,7 +4443,7 @@ msgstr "Izdradnja" #. Description of a Card Break in the Build Workspace #: core/workspace/build/build.json msgid "Build your own reports, print formats, and dashboards. Create personalized workspaces for easier navigation" -msgstr "" +msgstr "Napravite vlastite izvještaje, formate za štampanje i nadzorne ploče. Kreirajte personalizirane radne prostore za lakšu navigaciju" #: workflow/doctype/workflow/workflow_list.js:18 msgid "Build {0}" @@ -4471,17 +4467,17 @@ msgstr "Grupno brisanje" msgid "Bulk Edit" msgstr "Grupno uređivanje" -#: public/js/frappe/form/grid.js:1157 +#: public/js/frappe/form/grid.js:1160 msgid "Bulk Edit {0}" msgstr "Grupno uređivanje {0}" -#: desk/reportview.py:524 +#: desk/reportview.py:525 msgid "Bulk Operation Failed" -msgstr "" +msgstr "Grupna operacija nije uspjela" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Bulk Operation Successful" -msgstr "" +msgstr "Grupna operacija uspješna" #: public/js/frappe/list/bulk_operations.js:122 msgid "Bulk PDF Export" @@ -4711,7 +4707,7 @@ msgstr "CTA URL" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Cache" -msgstr "" +msgstr "Keš" #: sessions.py:32 msgid "Cache Cleared" @@ -4977,7 +4973,7 @@ msgstr "Otkazivanje dokumenata" msgid "Cancelling {0}" msgstr "Otkazivanje {0}" -#: core/doctype/prepared_report/prepared_report.py:252 +#: core/doctype/prepared_report/prepared_report.py:254 msgid "Cannot Download Report due to insufficient permissions" msgstr "Nije moguće preuzeti izvještaj zbog nedovoljnih dozvola" @@ -5009,11 +5005,11 @@ msgstr "Nije moguće otkazati prije podnošenja. Pogledajte Tranzicija {0}" msgid "Cannot cancel {0}." msgstr "Nije moguće otkazati {0}." -#: model/document.py:856 +#: model/document.py:863 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "Nije moguće promijeniti status dokumenta iz 0 (Nacrt) u 2 (Otkazano)" -#: model/document.py:870 +#: model/document.py:877 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "Nije moguće promijeniti status dokumenta sa 1 (Podneseno) na 0 (Nacrt)" @@ -5097,7 +5093,7 @@ msgstr "Nije moguće uređivati standardne grafikone" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "Nije moguće uređivati standardni izvještaj. Molimo duplicirajte i kreirajte novi izvještaj" -#: model/document.py:876 +#: model/document.py:883 msgid "Cannot edit cancelled document" msgstr "Nije moguće uređivati otkazani dokument" @@ -5125,7 +5121,7 @@ msgstr "Nije moguće dobiti sadržaj fascikle" msgid "Cannot have multiple printers mapped to a single print format." msgstr "Nije moguće imati više štampača mapiranih u jedan format štampanja." -#: model/document.py:944 +#: model/document.py:951 msgid "Cannot link cancelled document: {0}" msgstr "Nije moguće povezati otkazani dokument: {0}" @@ -5170,11 +5166,11 @@ msgstr "Nije moguće ažurirati privatni radni prostor drugih korisnika" msgid "Cannot update {0}" msgstr "Nije moguće ažurirati {0}" -#: model/db_query.py:1103 +#: model/db_query.py:1122 msgid "Cannot use sub-query in order by" msgstr "Nije moguće koristiti podupit po redoslijedu" -#: model/db_query.py:1121 +#: model/db_query.py:1140 msgid "Cannot use {0} in order/group by" msgstr "Ne može se koristiti {0} u redoslijedu/grupiranju po" @@ -5885,7 +5881,7 @@ msgstr "Kod za izazov" #: core/doctype/user/user.json msgctxt "User" msgid "Code Editor Type" -msgstr "" +msgstr "Tip uređivača koda" #. Label of a Select field in DocType 'OAuth Authorization Code' #: integrations/doctype/oauth_authorization_code/oauth_authorization_code.json @@ -5898,7 +5894,7 @@ msgstr "Metoda izazova koda" msgid "Collapse" msgstr "Sklopi" -#: public/js/frappe/form/controls/code.js:179 +#: public/js/frappe/form/controls/code.js:183 msgctxt "Shrink code field." msgid "Collapse" msgstr "Sklopi" @@ -6153,7 +6149,7 @@ msgctxt "Access Log" msgid "Columns / Fields" msgstr "Kolone / Polja" -#: public/js/frappe/views/kanban/kanban_view.js:394 +#: public/js/frappe/views/kanban/kanban_view.js:397 msgid "Columns based on" msgstr "Kolone zasnovane na" @@ -6342,7 +6338,7 @@ msgstr "Naziv kompanije" msgid "Compare Versions" msgstr "Uporedite verzije" -#: core/doctype/server_script/server_script.py:150 +#: core/doctype/server_script/server_script.py:153 msgid "Compilation warning" msgstr "Upozorenje o kompilaciji" @@ -6364,7 +6360,7 @@ msgstr "Završeno" msgid "Complete By" msgstr "Dovršiti od" -#: core/doctype/user/user.py:475 templates/emails/new_user.html:10 +#: core/doctype/user/user.py:426 templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "Završi registraciju" @@ -6580,7 +6576,7 @@ msgstr "Šablon e-pošte za potvrdu" msgid "Confirmed" msgstr "Potvrđeno" -#: public/js/frappe/widgets/onboarding_widget.js:530 +#: public/js/frappe/widgets/onboarding_widget.js:525 msgid "Congratulations on completing the module setup. If you want to learn more you can refer to the documentation
    here." msgstr "Čestitamo na završetku podešavanja modula. Ako želite da saznate više, možete pogledati dokumentaciju ovdje." @@ -6731,13 +6727,13 @@ msgctxt "Contact Us Settings" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "Opcije za kontakt, kao što su \"Upit za prodaju, upit za podršku\" itd., svaka u novom redu ili odvojena zarezima." -#: utils/change_log.py:358 +#: utils/change_log.py:360 msgid "Contains {0} security fix" -msgstr "" +msgstr "Sadrži {0} sigurnosnu ispravku" -#: utils/change_log.py:356 +#: utils/change_log.py:358 msgid "Contains {0} security fixes" -msgstr "" +msgstr "Sadrži {0} sigurnosne ispravke" #: public/js/frappe/utils/utils.js:1729 #: website/report/website_analytics/website_analytics.js:41 @@ -6855,14 +6851,14 @@ msgctxt "Web Page" msgid "Context Script" msgstr "Kontekst skripta" -#: public/js/frappe/widgets/onboarding_widget.js:209 -#: public/js/frappe/widgets/onboarding_widget.js:237 -#: public/js/frappe/widgets/onboarding_widget.js:277 -#: public/js/frappe/widgets/onboarding_widget.js:317 -#: public/js/frappe/widgets/onboarding_widget.js:366 -#: public/js/frappe/widgets/onboarding_widget.js:388 -#: public/js/frappe/widgets/onboarding_widget.js:428 -#: public/js/frappe/widgets/onboarding_widget.js:536 +#: public/js/frappe/widgets/onboarding_widget.js:204 +#: public/js/frappe/widgets/onboarding_widget.js:232 +#: public/js/frappe/widgets/onboarding_widget.js:272 +#: public/js/frappe/widgets/onboarding_widget.js:312 +#: public/js/frappe/widgets/onboarding_widget.js:361 +#: public/js/frappe/widgets/onboarding_widget.js:383 +#: public/js/frappe/widgets/onboarding_widget.js:423 +#: public/js/frappe/widgets/onboarding_widget.js:531 msgid "Continue" msgstr "Nastavi" @@ -6888,7 +6884,7 @@ msgstr "Status doprinosa" #: integrations/doctype/social_login_key/social_login_key.json msgctxt "Social Login Key" msgid "Controls whether new users can sign up using this Social Login Key. If unset, Website Settings is respected." -msgstr "" +msgstr "Kontrolira može li se novi korisnici prijaviti pomoću ovog ključa prijave putem društvenih mreža. Ako se ne postavljaju, poštuju se postavke web mjesta." #: public/js/frappe/utils/utils.js:1031 msgid "Copied to clipboard." @@ -6926,13 +6922,13 @@ msgstr "Osnovni moduli {0} se ne mogu pretraživati u globalnoj pretrazi." #: printing/page/print/print.js:617 msgid "Correct version :" -msgstr "" +msgstr "Ispravna verzija:" #: email/smtp.py:78 msgid "Could not connect to outgoing email server" msgstr "Povezivanje sa serverom odlazne e-pošte nije uspjelo" -#: model/document.py:940 +#: model/document.py:947 msgid "Could not find {0}" msgstr "Nije moguće pronaći {0}" @@ -7180,7 +7176,7 @@ msgstr "Periodično kreirajte i šaljite e-poštu određenoj grupi pretplatnika. #. Description of a Card Break in the Build Workspace #: core/workspace/build/build.json msgid "Create new forms and views with doctypes. Set up multi-level workflows for approval" -msgstr "" +msgstr "Stvorite nove forme i prikaze s tipovima dokumenata. Postavite radne tokove na više razina za odobrenje" #: printing/page/print_format_builder_beta/print_format_builder_beta.js:34 msgid "Create or Edit Print Format" @@ -7503,7 +7499,7 @@ msgstr "Prilagođena konfiguracija" #: core/doctype/data_import/data_import.json msgctxt "Data Import" msgid "Custom Delimiters" -msgstr "" +msgstr "Prilagođeni razdjelnici" #. Name of a DocType #: core/doctype/custom_docperm/custom_docperm.json @@ -7754,12 +7750,12 @@ msgstr "Prilagodi podređenu tabelu" #: public/js/frappe/views/dashboard/dashboard_view.js:37 msgid "Customize Dashboard" -msgstr "Prilagodi kontrolnu tablu" +msgstr "Prilagodi nadzornu ploču" #. Name of a DocType #: automation/doctype/auto_repeat/auto_repeat.js:33 #: custom/doctype/customize_form/customize_form.json -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 msgid "Customize Form" msgstr "Prilagodi obrazac" @@ -7787,7 +7783,7 @@ msgstr "Prilagodit formate za štampanj" #. Description of a Card Break in the Build Workspace #: core/workspace/build/build.json msgid "Customize properties, naming, fields and more for standard doctypes" -msgstr "" +msgstr "Prilagodite svojstva, imenovanje, polja i još mnogo toga za standardne tipove dokumenata" #: public/js/frappe/views/file/file_view.js:144 msgid "Cut" @@ -8164,7 +8160,7 @@ msgstr "Podaci nedostaju u tabeli" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Database" -msgstr "" +msgstr "Baza podataka" #. Label of a Select field in DocType 'DocType' #: core/doctype/doctype/doctype.json @@ -8199,7 +8195,7 @@ msgstr "Korištenje veličine reda tabele baze podataka: {0}%, ovo ograničava b #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Database Version" -msgstr "" +msgstr "Verzija baze podataka" #: desk/report/todo/todo.py:38 email/doctype/newsletter/newsletter.js:109 #: public/js/frappe/views/interaction.js:80 @@ -8395,11 +8391,11 @@ msgstr "Dnevnik otklanjanja grešaka" #: public/js/frappe/views/reports/report_utils.js:308 msgid "Decimal Separator must be '.' when Quoting is set to Non-numeric" -msgstr "" +msgstr "Decimalni separator mora biti '.' kada je Citiranje postavljeno na Nenumeričko" #: public/js/frappe/views/reports/report_utils.js:300 msgid "Decimal Separator must be a single character" -msgstr "" +msgstr "Decimalni separator mora biti jedan znak" #: templates/form_grid/fields.html:30 msgid "Default" @@ -8795,11 +8791,11 @@ msgctxt "Deleted Document" msgid "Deleted Name" msgstr "Izbrisano ime" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Deleted all documents successfully" -msgstr "" +msgstr "Svi dokumenti su uspješno izbrisani" -#: desk/reportview.py:506 +#: desk/reportview.py:507 msgid "Deleting {0}" msgstr "Brisanje {0}" @@ -8826,11 +8822,11 @@ msgstr "Brisanje ovog dokumenta je dozvoljeno samo u modu razvojnog programera." #: core/doctype/data_import/data_import.json msgctxt "Data Import" msgid "Delimiter Options" -msgstr "" +msgstr "Opcije razdjelnika" #: utils/csvutils.py:73 msgid "Delimiter detection failed. Try to enable custom delimiters and adjust the delimiter options as per your data." -msgstr "" +msgstr "Detekcija razdjelnika nije uspjela. Pokušajte omogućiti prilagođene razdjelnike i prilagodite opcije razdjelnika prema svojim podacima." #: public/js/frappe/views/reports/report_utils.js:296 msgid "Delimiter must be a single character" @@ -9321,7 +9317,7 @@ msgstr "Odbaci" #: public/js/frappe/form/form.js:839 msgid "Discard {0}" -msgstr "" +msgstr "Odbaci {0}" #: public/js/frappe/web_form/web_form.js:184 msgid "Discard?" @@ -9329,13 +9325,13 @@ msgstr "Odbaci?" #: desk/form/save.py:70 msgid "Discarded" -msgstr "" +msgstr "Odbačeno" #. Description of the 'Suggested Indexes' (Table) field in DocType 'Recorder' #: core/doctype/recorder/recorder.json msgctxt "Recorder" msgid "Disclaimer: These indexes are suggested based on data and queries performed during this recording. These suggestions may or may not help." -msgstr "" +msgstr "Odricanje od odgovornosti: Ovi indeksi se predlažu na osnovu podataka i upita izvedenih tokom ovog snimanja. Ovi prijedlozi mogu, ali i ne moraju pomoći." #. Name of a DocType #: website/doctype/discussion_reply/discussion_reply.json @@ -9353,7 +9349,7 @@ msgstr "Tema za diskusiju" msgid "Dismiss" msgstr "Odbaci" -#: public/js/frappe/widgets/onboarding_widget.js:577 +#: public/js/frappe/widgets/onboarding_widget.js:572 msgctxt "Stop showing the onboarding widget." msgid "Dismiss" msgstr "Odbaci" @@ -9395,7 +9391,7 @@ msgctxt "LDAP Settings" msgid "Do not create new user if user with email does not exist in the system" msgstr "Nemoj kreirati novog korisnika ako korisnik sa e-poštom ne postoji u sistemu" -#: public/js/frappe/form/grid.js:1162 +#: public/js/frappe/form/grid.js:1165 msgid "Do not edit headers which are preset in the template" msgstr "Nemoj uređivati zaglavlja koja su unaprijed postavljena u šablonu" @@ -9841,7 +9837,7 @@ msgstr "Uslov pravila imenovanja dokumenta" msgid "Document Naming Settings" msgstr "Postavke imenovanja dokumenata" -#: model/document.py:1572 +#: model/document.py:1579 msgid "Document Queued" msgstr "Dokument u redu čekanja" @@ -9853,10 +9849,10 @@ msgstr "Sažetak vraćanja dokumenata" msgid "Document Restored" msgstr "Dokument vraćen" -#: public/js/frappe/widgets/onboarding_widget.js:359 -#: public/js/frappe/widgets/onboarding_widget.js:401 -#: public/js/frappe/widgets/onboarding_widget.js:420 -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:354 +#: public/js/frappe/widgets/onboarding_widget.js:396 +#: public/js/frappe/widgets/onboarding_widget.js:415 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Document Saved" msgstr "Dokument spermljen" @@ -10088,7 +10084,7 @@ msgctxt "User Type" msgid "Document Types and Permissions" msgstr "Vrste dokumenata i dozvole" -#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1774 +#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1781 msgid "Document Unlocked" msgstr "Dokument otključan" @@ -10553,7 +10549,7 @@ msgstr "Svaki dokument kreiran u ERPNext-u može imati jedinstveni ID generisan #: public/js/frappe/views/workspace/workspace.js:813 #: public/js/frappe/widgets/base_widget.js:64 #: public/js/frappe/widgets/chart_widget.js:298 -#: public/js/frappe/widgets/number_card_widget.js:331 +#: public/js/frappe/widgets/number_card_widget.js:330 #: templates/discussions/reply_card.html:29 #: templates/discussions/reply_section.html:29 #: workflow/page/workflow_builder/workflow_builder.js:46 @@ -10615,7 +10611,7 @@ msgstr "Uredi filtere" msgid "Edit Format" msgstr "Uredi format" -#: public/js/frappe/form/quick_entry.js:280 +#: public/js/frappe/form/quick_entry.js:283 msgid "Edit Full Form" msgstr "Uredi puni obrazac" @@ -10882,7 +10878,7 @@ msgctxt "Email Account" msgid "Email Account Name" msgstr "Ime računa e-pošte" -#: core/doctype/user/user.py:744 +#: core/doctype/user/user.py:690 msgid "Email Account added multiple times" msgstr "Račun e-pošte je dodan više puta" @@ -11172,7 +11168,7 @@ msgstr "E-pošta nije potvrđena sa {0}" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Emails" -msgstr "" +msgstr "E-pošta" #: email/queue.py:137 msgid "Emails are muted" @@ -11680,7 +11676,7 @@ msgstr "Dodao u red čekanja" #: core/doctype/recorder/recorder.py:125 msgid "Enqueued creation of indexes" -msgstr "" +msgstr "Izrada indeksa u redu čekanja" #: integrations/doctype/ldap_settings/ldap_settings.py:107 msgid "Ensure the user and group search paths are correct." @@ -11690,7 +11686,7 @@ msgstr "Provjerite jesu li putevi pretraživanja korisnika i grupe ispravni." msgid "Enter Client Id and Client Secret in Google Settings." msgstr "Unesite Id klijenta i Tajnu klijenta u Google postavke." -#: templates/includes/login/login.js:359 +#: templates/includes/login/login.js:347 msgid "Enter Code displayed in OTP App." msgstr "Unesite kod prikazan u OTP aplikaciji." @@ -11860,7 +11856,7 @@ msgstr "Došlo je do greške u {0}" msgid "Error in Client Script" msgstr "Greška u klijentskoj skripti" -#: public/js/frappe/form/script_manager.js:241 +#: public/js/frappe/form/script_manager.js:242 msgid "Error in Client Script." msgstr "Greška u klijentskoj skripti." @@ -11886,7 +11882,7 @@ msgstr "Greška prilikom povezivanja na nalog e-pošte {0}" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "Greška prilikom evaluacije Obavještenja {0}. Molimo popravite svoj šablon." -#: model/document.py:826 +#: model/document.py:833 msgid "Error: Document has been modified after you have opened it" msgstr "Greška: Dokument je izmijenjen nakon što ste ga otvorili" @@ -11898,7 +11894,7 @@ msgstr "Greška: nedostaje vrijednost za {0}: {1}" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Errors" -msgstr "" +msgstr "Greške" #. Name of a DocType #: desk/doctype/event/event.json @@ -12101,7 +12097,7 @@ msgstr "Izvršni" msgid "Expand" msgstr "Proširi" -#: public/js/frappe/form/controls/code.js:180 +#: public/js/frappe/form/controls/code.js:184 msgctxt "Enlarge code field." msgid "Expand" msgstr "Proširi" @@ -12242,11 +12238,11 @@ msgstr "Vrsta izvoza" #: public/js/frappe/views/reports/report_view.js:1561 msgid "Export all matching rows?" -msgstr "" +msgstr "Izvesti sve podudarne redove?" #: public/js/frappe/views/reports/report_view.js:1571 msgid "Export all {0} rows?" -msgstr "" +msgstr "Izvesti svih {0} redova?" #: public/js/frappe/views/file/file_view.js:154 msgid "Export as zip" @@ -12332,7 +12328,7 @@ msgstr "Facebook" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Fail" -msgstr "" +msgstr "Neuspjeh" #. Option for the 'Status' (Select) field in DocType 'Activity Log' #: core/doctype/activity_log/activity_log.json @@ -12362,7 +12358,7 @@ msgstr "Neuspješno" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Failed Emails" -msgstr "" +msgstr "Neuspješne e-poruke" #. Label of a Int field in DocType 'RQ Worker' #: core/doctype/rq_worker/rq_worker.json @@ -12374,13 +12370,13 @@ msgstr "Broj neuspjelih poslova" #: desk/doctype/system_health_report_workers/system_health_report_workers.json msgctxt "System Health Report Workers" msgid "Failed Jobs" -msgstr "" +msgstr "Neuspješni poslovi" #. Label of a Int field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Failed Logins (Last 30 days)" -msgstr "" +msgstr "Neuspjele prijave (posljednjih 30 dana)" #: model/workflow.py:298 msgid "Failed Transactions" @@ -12408,13 +12404,13 @@ msgstr "Nije uspjelo izračunavanje tijela zahtjeva: {}" msgid "Failed to connect to server" msgstr "Neuspjelo povezivanje na server" -#: auth.py:658 +#: auth.py:669 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "Dekodiranje tokena nije uspjelo, navedite važeći token kodiran sa base64." -#: desk/reportview.py:522 +#: desk/reportview.py:523 msgid "Failed to delete {0} documents: {1}" -msgstr "" +msgstr "Brisanje {0} dokumenata nije uspjelo: {1}" #: core/doctype/rq_job/rq_job_list.js:33 msgid "Failed to enable scheduler: {0}" @@ -12468,7 +12464,7 @@ msgstr "Ažuriranje globalnih postavki nije uspjelo" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Failing Scheduled Jobs (last 7 days)" -msgstr "" +msgstr "Neuspjeli zakazani poslovi (zadnjih 7 dana)" #: core/doctype/data_import/data_import.js:459 msgid "Failure" @@ -12478,7 +12474,7 @@ msgstr "Neuspjeh" #: desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json msgctxt "System Health Report Failing Jobs" msgid "Failure Rate" -msgstr "" +msgstr "Stopa neuspjeha" #. Label of a Attach field in DocType 'Website Settings' #: website/doctype/website_settings/website_settings.json @@ -12759,7 +12755,7 @@ msgstr "Ime polja '{0}' je u konfliktu sa {1} imena {2} u {3}" msgid "Fieldname called {0} must exist to enable autonaming" msgstr "Naziv polja {0} mora postojati da bi se omogućilo automatsko imenovanje" -#: database/schema.py:125 database/schema.py:356 +#: database/schema.py:125 database/schema.py:361 msgid "Fieldname is limited to 64 characters ({0})" msgstr "Ime polja je ograničeno na 64 znaka ({0})" @@ -12775,7 +12771,7 @@ msgstr "Ime polja koje će biti DocType za ovo polje veze." msgid "Fieldname {0} appears multiple times" msgstr "Ime polja {0} pojavljuje se više puta" -#: database/schema.py:346 +#: database/schema.py:351 msgid "Fieldname {0} cannot have special characters like {1}" msgstr "Ime polja {0} ne može imati posebne znakove kao što je {1}" @@ -12960,7 +12956,7 @@ msgstr "Veličina datoteke" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "File Storage" -msgstr "" +msgstr "Pohrana datoteka" #: public/js/frappe/data_import/data_exporter.js:19 msgid "File Type" @@ -13037,7 +13033,7 @@ msgstr "Datoteke" #: desk/doctype/number_card/number_card.js:205 #: desk/doctype/number_card/number_card.js:333 #: email/doctype/auto_email_report/auto_email_report.js:90 -#: public/js/frappe/list/base_list.js:878 +#: public/js/frappe/list/base_list.js:882 #: public/js/frappe/ui/filters/filter_list.js:134 #: website/doctype/web_form/web_form.js:197 msgid "Filter" @@ -13192,7 +13188,7 @@ msgstr "Odjeljak filtera" msgid "Filters applied for {0}" msgstr "Primijenjeni filteri za {0}" -#: public/js/frappe/views/kanban/kanban_view.js:186 +#: public/js/frappe/views/kanban/kanban_view.js:189 msgid "Filters saved" msgstr "Filteri spremljeni" @@ -13204,7 +13200,7 @@ msgstr "Filtri će biti dostupni putem filters.

    Pošalji iz #: public/js/frappe/ui/filters/filter_list.js:133 msgid "Filters {0}" -msgstr "" +msgstr "Filteri {0}" #: public/js/frappe/views/reports/report_view.js:1350 msgid "Filters:" @@ -14306,8 +14302,8 @@ msgstr "Globalno otkazivanje pretplate" msgid "Go" msgstr "Idi" -#: public/js/frappe/widgets/onboarding_widget.js:246 -#: public/js/frappe/widgets/onboarding_widget.js:326 +#: public/js/frappe/widgets/onboarding_widget.js:241 +#: public/js/frappe/widgets/onboarding_widget.js:321 msgid "Go Back" msgstr "Idi nazad" @@ -14676,7 +14672,7 @@ msgstr "Grupna klasa objekata" #. Description of a Card Break in the Build Workspace #: core/workspace/build/build.json msgid "Group your custom doctypes under modules" -msgstr "" +msgstr "Grupirajte svoje prilagođene tipove dokumenata pod modulima" #: public/js/frappe/ui/group_by/group_by.js:416 msgid "Grouped by {0}" @@ -14845,7 +14841,7 @@ msgstr "Polugodišnje" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Handled Emails" -msgstr "" +msgstr "Obrađena e-pošta" #. Label of a Check field in DocType 'Communication' #: core/doctype/communication/communication.json @@ -15156,7 +15152,7 @@ msgstr "Skrivena polja" #: public/js/frappe/views/workspace/workspace.js:825 #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:83 +#: templates/includes/login/login.js:78 msgid "Hide" msgstr "Sakrij" @@ -15469,7 +15465,7 @@ msgstr "Kako treba formatirati ovu valutu? Ako nije postavljeno, koristit će se msgid "ID" msgstr "ID" -#: desk/reportview.py:435 public/js/frappe/views/reports/report_view.js:917 +#: desk/reportview.py:436 public/js/frappe/views/reports/report_view.js:917 msgctxt "Label of name column in report" msgid "ID" msgstr "ID" @@ -15846,7 +15842,7 @@ msgstr "Ako mislite da je ovo neovlašteno, promijenite administratorsku lozinku #: core/doctype/data_import/data_import.json msgctxt "Data Import" msgid "If your CSV uses a different delimiter, add that character here, ensuring no spaces or additional characters are included." -msgstr "" +msgstr "Ako vaš CSV koristi drugačiji razdjelnik, dodajte taj znak ovdje, pazeći da nema razmaka ili dodatnih znakova." #. Description of the 'Source Text' (Code) field in DocType 'Translation' #: core/doctype/translation/translation.json @@ -15918,7 +15914,7 @@ msgstr "Ilegalni token za pristup. Molimo pokušajte ponovo" msgid "Illegal Document Status for {0}" msgstr "Ilegalan status dokumenta za {0}" -#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1106 +#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1125 msgid "Illegal SQL Query" msgstr "Ilegalni SQL upit" @@ -16025,7 +16021,7 @@ msgstr "Polje za sliku mora biti tipa Priloži sliku" msgid "Image link '{0}' is not valid" msgstr "Veza za sliku '{0}' nije važeća" -#: core/doctype/file/file.js:91 +#: core/doctype/file/file.js:100 msgid "Image optimized" msgstr "Slika optimizovana" @@ -16385,7 +16381,7 @@ msgstr "Uključite simbole, brojeve i velika slova u lozinku" #: email/doctype/email_account/email_account.json msgctxt "Email Account" msgid "Incoming (POP/IMAP)" -msgstr "" +msgstr "Dolazni (POP/IMAP)" #. Label of a Section Break field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -16397,7 +16393,7 @@ msgstr "Dolazne (POP/IMAP) postavke" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Incoming Emails (Last 7 days)" -msgstr "" +msgstr "Dolazna e-pošta (posljednjih 7 dana)" #. Label of a Data field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -16445,11 +16441,11 @@ msgstr "Netačan korisnik ili lozinka" msgid "Incorrect Verification code" msgstr "Netačan verifikacioni kod" -#: model/document.py:1387 +#: model/document.py:1394 msgid "Incorrect value in row {0}: {1} must be {2} {3}" msgstr "Netačna vrijednost u redu {0}: {1} mora biti {2} {3}" -#: model/document.py:1391 +#: model/document.py:1398 msgid "Incorrect value: {0} must be {1} {2}" msgstr "Netačna vrijednost: {0} mora biti {1} {2}" @@ -16485,7 +16481,7 @@ msgstr "Indeksirajte web stranice za pretragu" #: core/doctype/recorder/recorder.py:140 msgid "Index created successfully on column {0} of doctype {1}" -msgstr "" +msgstr "Indeks je uspješno kreiran na koloni {0} tipa dokumenta {1}" #. Label of a Data field in DocType 'Website Settings' #: website/doctype/website_settings/website_settings.json @@ -16633,7 +16629,7 @@ msgctxt "Letter Head" msgid "Instructions" msgstr "" -#: templates/includes/login/login.js:262 +#: templates/includes/login/login.js:257 msgid "Instructions Emailed" msgstr "Uputstva poslana e-poštom" @@ -16645,11 +16641,11 @@ msgstr "Nedovoljan nivo dozvola za {0}" msgid "Insufficient Permission for {0}" msgstr "Nedovoljne dozvole za {0}" -#: desk/reportview.py:339 +#: desk/reportview.py:340 msgid "Insufficient Permissions for deleting Report" msgstr "Nedovoljne dozvole za brisanje izvještaja" -#: desk/reportview.py:310 +#: desk/reportview.py:311 msgid "Insufficient Permissions for editing Report" msgstr "Nedovoljne dozvole za uređivanje izvještaja" @@ -16815,7 +16811,7 @@ msgid "Invalid" msgstr "Nevažeći" #: public/js/form_builder/utils.js:221 public/js/frappe/form/grid_row.js:770 -#: public/js/frappe/form/layout.js:785 +#: public/js/frappe/form/layout.js:793 msgid "Invalid \"depends_on\" expression" msgstr "Nevažeći izraz \"depends_on\"" @@ -16883,7 +16879,7 @@ msgstr "Nevažeća veza" msgid "Invalid Login Token" msgstr "Nevažeći token za prijavu" -#: templates/includes/login/login.js:291 +#: templates/includes/login/login.js:286 msgid "Invalid Login. Try again." msgstr "Neuspješno prijava. Pokušaj ponovo." @@ -16913,13 +16909,13 @@ msgstr "Nevažeći izlazni format" #: model/base_document.py:104 msgid "Invalid Override" -msgstr "" +msgstr "Nevažeće nadjačavanje (override)" #: integrations/doctype/connected_app/connected_app.py:167 msgid "Invalid Parameters." msgstr "Nevažeći parametri." -#: core/doctype/user/user.py:1230 www/update-password.html:121 +#: core/doctype/user/user.py:1176 www/update-password.html:121 #: www/update-password.html:142 www/update-password.html:144 #: www/update-password.html:245 msgid "Invalid Password" @@ -16966,7 +16962,7 @@ msgstr "Nevažeća agregatna funkcija" msgid "Invalid column" msgstr "Nevažeća kolona" -#: model/document.py:859 model/document.py:873 +#: model/document.py:866 model/document.py:880 msgid "Invalid docstatus" msgstr "Nevažeći status dokumenta" @@ -17043,7 +17039,7 @@ msgstr "Nevažeće vrijednosti za polja:" #: printing/page/print/print.js:611 msgid "Invalid wkhtmltopdf version" -msgstr "" +msgstr "Nevažeća verzija wkhtmltopdf" #: core/doctype/doctype/doctype.py:1531 msgid "Invalid {0} condition" @@ -17622,7 +17618,7 @@ msgstr "Kanban ploča" msgid "Kanban Board Column" msgstr "Kolona Kanban ploče" -#: public/js/frappe/views/kanban/kanban_view.js:385 +#: public/js/frappe/views/kanban/kanban_view.js:388 msgid "Kanban Board Name" msgstr "Naziv Kanban ploče" @@ -17632,7 +17628,7 @@ msgctxt "Kanban Board" msgid "Kanban Board Name" msgstr "Naziv Kanban ploče" -#: public/js/frappe/views/kanban/kanban_view.js:262 +#: public/js/frappe/views/kanban/kanban_view.js:265 msgctxt "Button in kanban view menu" msgid "Kanban Settings" msgstr "Kanban postavke" @@ -18072,7 +18068,7 @@ msgstr "Naziv jezika" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Last 10 active users" -msgstr "" +msgstr "Zadnjih 10 aktivnih korisnika" #. Label of a Datetime field in DocType 'User' #: core/doctype/user/user.json @@ -18349,12 +18345,12 @@ msgstr "Dužina {0} bi trebala biti između 1 i 1000" msgid "Less" msgstr "Manje" -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Let us continue with the onboarding" msgstr "Nastavimo sa uključenjem" #: public/js/frappe/views/workspace/blocks/onboarding.js:94 -#: public/js/frappe/widgets/onboarding_widget.js:602 +#: public/js/frappe/widgets/onboarding_widget.js:597 msgid "Let's Get Started" msgstr "Započnimo" @@ -18371,10 +18367,10 @@ msgstr "Izbjegnimo ponavljane riječi i znakove" msgid "Let's set up your account" msgstr "Postavimo vaš račun" -#: public/js/frappe/widgets/onboarding_widget.js:268 -#: public/js/frappe/widgets/onboarding_widget.js:309 -#: public/js/frappe/widgets/onboarding_widget.js:380 -#: public/js/frappe/widgets/onboarding_widget.js:419 +#: public/js/frappe/widgets/onboarding_widget.js:263 +#: public/js/frappe/widgets/onboarding_widget.js:304 +#: public/js/frappe/widgets/onboarding_widget.js:375 +#: public/js/frappe/widgets/onboarding_widget.js:414 msgid "Let's take you back to onboarding" msgstr "Hajde da vas vratimo na uključenje" @@ -18942,7 +18938,7 @@ msgstr "Navedite kao [{\"label\": _(\"Jobs\"), \"route\":\"jobs\"}]" #: email/doctype/email_account/email_account.json msgctxt "Email Account" msgid "List of email addresses, separated by comma or new line." -msgstr "" +msgstr "Popis adresa e-pošte, odvojenih zarezom ili novim redom." #. Description of a DocType #: core/doctype/patch_log/patch_log.json @@ -19049,7 +19045,7 @@ msgstr "Korisnik postavki dnevnika" msgid "Log Settings" msgstr "Postavke dnevnika" -#: www/app.py:21 +#: www/app.py:23 msgid "Log in to access this page." msgstr "Prijavite se da pristupite ovoj stranici." @@ -19142,7 +19138,7 @@ msgstr "Prijavite se i pregledajte u pretraživaču" msgid "Login is required to see web form list view. Enable {0} to see list settings" msgstr "Prijava je potrebna da biste vidjeli pregled liste web obrasca. Omogućite {0} da vidite postavke liste" -#: templates/includes/login/login.js:70 +#: templates/includes/login/login.js:65 msgid "Login link sent to your email" msgstr "Link za prijavu poslan je na vašu e-poštu" @@ -19166,7 +19162,7 @@ msgstr "Prijavite se da započnete novu diskusiju" msgid "Login to {0}" msgstr "Prijavite se na {0}" -#: www/login.html:106 +#: www/login.html:106 www/login.html:190 msgid "Login with Email Link" msgstr "Prijavite se putem e-mail veze" @@ -19252,7 +19248,7 @@ msgctxt "DocField" msgid "Long Text" msgstr "Dugi tekst" -#: public/js/frappe/widgets/onboarding_widget.js:322 +#: public/js/frappe/widgets/onboarding_widget.js:317 msgid "Looks like you didn't change the value" msgstr "Izgleda da niste promijenili vrijednost" @@ -19504,7 +19500,7 @@ msgstr "Gornja margina" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "MariaDB Variables" -msgstr "" +msgstr "MariaDB varijable" #: public/js/frappe/ui/notifications/notifications.js:45 msgid "Mark all as read" @@ -19738,7 +19734,7 @@ msgstr "Članovi" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Memory Usage" -msgstr "" +msgstr "Upotreba memorije" #. Option for the 'Type' (Select) field in DocType 'Notification Log' #: desk/doctype/notification_log/notification_log.json @@ -20440,7 +20436,7 @@ msgstr "Ponedjeljak" #. Description of a Card Break in the Build Workspace #: core/workspace/build/build.json msgid "Monitor logs for errors, background jobs, communications, and user activity" -msgstr "" +msgstr "Pratite zapisnike radi pogrešaka, pozadinskih poslova, komunikacije i aktivnosti korisnika" #. Option for the 'Font' (Select) field in DocType 'Print Settings' #: printing/doctype/print_settings/print_settings.json @@ -20913,7 +20909,7 @@ msgstr "Potrebna je uloga upravitelja radnog prostora za uređivanje privatnog r msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "Potrebna je uloga upravitelja radnog prostora za skrivanje/otkrivanje javnih radnih prostora" -#: model/document.py:634 +#: model/document.py:641 msgid "Negative Value" msgstr "Negativna vrijednost" @@ -21009,7 +21005,7 @@ msgstr "" msgid "New Folder" msgstr "Nova fascikla" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "New Kanban Board" msgstr "Nova Kanban ploča" @@ -21076,7 +21072,7 @@ msgstr "Nova prečica" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "New Users (Last 30 days)" -msgstr "" +msgstr "Novi korisnici (posljednjih 30 dana)" #: core/doctype/version/version_view.html:14 #: core/doctype/version/version_view.html:76 @@ -21095,7 +21091,7 @@ msgstr "Novi radni prostor" msgid "New password cannot be same as old password" msgstr "Nova lozinka ne može biti ista kao stara lozinka" -#: utils/change_log.py:389 +#: utils/change_log.py:391 msgid "New updates are available" msgstr "Dostupna su nova ažuriranja" @@ -21143,11 +21139,11 @@ msgstr "Novi {0} {1} kreiran" msgid "New {0}: {1}" msgstr "Novi {0}: {1}" -#: utils/change_log.py:371 +#: utils/change_log.py:373 msgid "New {} releases for the following apps are available" msgstr "Dostupna su nova {} izdanja za sljedeće aplikacije" -#: core/doctype/user/user.py:807 +#: core/doctype/user/user.py:753 msgid "Newly created user {0} has no roles enabled." msgstr "Novokreirani korisnik {0} nema omogućene uloge." @@ -21464,19 +21460,19 @@ msgstr "Nema rezultata" msgid "No Results found" msgstr "Nema rezultata" -#: core/doctype/user/user.py:808 +#: core/doctype/user/user.py:754 msgid "No Roles Specified" msgstr "Nisu navedene uloge" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "No Select Field Found" msgstr "Nije pronađeno polje za odabir" #: core/doctype/recorder/recorder.py:187 msgid "No Suggestions" -msgstr "" +msgstr "Nema prijedloga" -#: desk/reportview.py:594 +#: desk/reportview.py:595 msgid "No Tags" msgstr "Nema oznaka" @@ -21498,7 +21494,7 @@ msgstr "Nema upozorenja za danas" #: core/doctype/recorder/recorder.py:186 msgid "No automatic optimization suggestions available." -msgstr "" +msgstr "Nema dostupnih prijedloga za automatsku optimizaciju." #: email/doctype/newsletter/newsletter.js:34 msgid "No broken links found in the email content" @@ -21560,7 +21556,7 @@ msgstr "Nijedan račun e-pošte nije povezan s korisnikom. Dodajte račun pod Ko msgid "No failed logs" msgstr "Nema neuspjelih dnevnika" -#: public/js/frappe/views/kanban/kanban_view.js:368 +#: public/js/frappe/views/kanban/kanban_view.js:371 msgid "No fields found that can be used as a Kanban Column. Use the Customize Form to add a Custom Field of type \"Select\"." msgstr "Nisu pronađena polja koja se mogu koristiti kao Kanban kolona. Koristite obrazac za prilagođavanje da dodate prilagođeno polje tipa \"Odaberi\"." @@ -21631,7 +21627,7 @@ msgctxt "{0} = verb, {1} = object" msgid "No permission to '{0}' {1}" msgstr "Nema dozvole za '{0}' {1}" -#: model/db_query.py:927 +#: model/db_query.py:946 msgid "No permission to read {0}" msgstr "Nema dozvole za čitanje {0}" @@ -21729,12 +21725,12 @@ msgctxt "Recorder Query" msgid "Normalized Query" msgstr "Normalizirani upit" -#: core/doctype/user/user.py:1013 templates/includes/login/login.js:258 +#: core/doctype/user/user.py:959 templates/includes/login/login.js:253 #: utils/oauth.py:265 msgid "Not Allowed" msgstr "Nije dozvoljeno" -#: templates/includes/login/login.js:260 +#: templates/includes/login/login.js:255 msgid "Not Allowed: Disabled User" msgstr "Nije dozvoljeno: Onemogućen korisnik" @@ -21798,7 +21794,7 @@ msgstr "Nije objavljeno" #: public/js/frappe/form/toolbar.js:260 public/js/frappe/form/toolbar.js:748 #: public/js/frappe/model/indicator.js:28 -#: public/js/frappe/views/kanban/kanban_view.js:167 +#: public/js/frappe/views/kanban/kanban_view.js:170 #: public/js/frappe/views/reports/report_view.js:173 #: public/js/print_format_builder/print_format_builder.bundle.js:39 #: website/doctype/web_form/templates/web_form.html:75 @@ -21846,7 +21842,7 @@ msgstr "Nije važeća korisnička slika." msgid "Not a valid Workflow Action" msgstr "Nije važeća akcija radnog toka" -#: templates/includes/login/login.js:256 +#: templates/includes/login/login.js:251 msgid "Not a valid user" msgstr "Nije važeći korisnik" @@ -21894,7 +21890,7 @@ msgstr "Nije u načinu rada za programere! Postavite u site_config.json ili napr #: core/doctype/system_settings/system_settings.py:209 handler.py:109 #: public/js/frappe/request.js:157 public/js/frappe/request.js:167 #: public/js/frappe/request.js:172 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:67 #: website/doctype/web_form/web_form.py:615 website/js/website.js:97 msgid "Not permitted" msgstr "Nije dozvoljeno" @@ -22244,13 +22240,13 @@ msgstr "Broj dana nakon kojih će veza web-prikaza dokumenta podijeljena putem e #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Number of keys" -msgstr "" +msgstr "Broj ključeva" #. Label of a Int field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Number of onsite backups" -msgstr "" +msgstr "Broj sigurnosnih kopija na licu mjesta" #. Option for the 'Method' (Select) field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -22288,7 +22284,7 @@ msgstr "OAuth ID klijenta" #. Name of a DocType #: integrations/doctype/oauth_client_role/oauth_client_role.json msgid "OAuth Client Role" -msgstr "" +msgstr "Uloga OAuth klijenta" #: email/oauth.py:30 msgid "OAuth Error" @@ -22345,7 +22341,7 @@ msgstr "OTP Secret reset - {0}" msgid "OTP Secret has been reset. Re-registration will be required on next login." msgstr "OTP Secret je resetovan. Ponovna registracija će biti potrebna prilikom sljedeće prijave." -#: templates/includes/login/login.js:363 +#: templates/includes/login/login.js:351 msgid "OTP setup using OTP App was not completed. Please contact Administrator." msgstr "Postavljanje OTP-a pomoću OTP aplikacije nije završeno. Molimo kontaktirajte administratora." @@ -22353,7 +22349,7 @@ msgstr "Postavljanje OTP-a pomoću OTP aplikacije nije završeno. Molimo kontakt #: desk/doctype/system_health_report_errors/system_health_report_errors.json msgctxt "System Health Report Errors" msgid "Occurrences" -msgstr "" +msgstr "Ponavljanja" #. Option for the 'SSL/TLS Mode' (Select) field in DocType 'LDAP Settings' #: integrations/doctype/ldap_settings/ldap_settings.json @@ -22409,7 +22405,7 @@ msgstr "Starije sigurnosne kopije će se automatski izbrisati" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Oldest Unscheduled Job" -msgstr "" +msgstr "Najstariji neplanirani posao" #. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion #. Request' @@ -22479,7 +22475,7 @@ msgstr "Korak uključenja" msgid "Onboarding Step Map" msgstr "Mapa koraka uključenja" -#: public/js/frappe/widgets/onboarding_widget.js:269 +#: public/js/frappe/widgets/onboarding_widget.js:264 msgid "Onboarding complete" msgstr "Uključenje završeno" @@ -22568,9 +22564,9 @@ msgctxt "S3 Backup Settings" msgid "Only change this if you want to use other S3 compatible object storage backends." msgstr "Ovo promijenite samo ako želite koristiti druge S3 kompatibilne pozadine za pohranu objekata." -#: model/document.py:1075 +#: model/document.py:1082 msgid "Only draft documents can be discarded" -msgstr "" +msgstr "Mogu se odbaciti samo nacrti dokumenata" #. Label of a Link field in DocType 'Workspace Link' #: desk/doctype/workspace_link/workspace_link.json @@ -22587,11 +22583,11 @@ msgstr "Za nove zapise neophodna su samo obavezna polja. Ako želite, možete iz msgid "Only one {0} can be set as primary." msgstr "Samo jedan {0} može biti postavljen kao primarni." -#: desk/reportview.py:336 +#: desk/reportview.py:337 msgid "Only reports of type Report Builder can be deleted" msgstr "Mogu se izbrisati samo izvještaji tipa Izrađivač izvještaja" -#: desk/reportview.py:307 +#: desk/reportview.py:308 msgid "Only reports of type Report Builder can be edited" msgstr "Mogu se uređivati samo izvještaji tipa Izrađivač izvještaja" @@ -22611,7 +22607,7 @@ msgstr "Navedeni su samo korisnici uključeni u dokument" msgid "Only {0} emailed reports are allowed per user." msgstr "Dozvoljeni su samo {0} izvještaja poslatih e-poštom po korisniku." -#: templates/includes/login/login.js:292 +#: templates/includes/login/login.js:287 msgid "Oops! Something went wrong." msgstr "Ups! Nešto je pošlo po zlu." @@ -22762,7 +22758,7 @@ msgstr "Operator mora biti jedan od {0}" msgid "Optimize" msgstr "Optimizuj" -#: core/doctype/file/file.js:89 +#: core/doctype/file/file.js:98 msgid "Optimizing image..." msgstr "Optimiziranje slike..." @@ -22938,7 +22934,7 @@ msgstr "" #: email/doctype/email_account/email_account.json msgctxt "Email Account" msgid "Outgoing (SMTP)" -msgstr "" +msgstr "Odlazni (SMTP)" #. Label of a Section Break field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -22950,7 +22946,7 @@ msgstr "Odlazne (SMTP) postavke" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Outgoing Emails (Last 7 days)" -msgstr "" +msgstr "Odlazna e-pošta (posljednjih 7 dana)" #. Label of a Data field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -23058,7 +23054,7 @@ msgstr "Generisanje PDF-a nije uspjelo zbog neispravnih veza slika" #: printing/page/print/print.js:613 msgid "PDF generation may not work as expected." -msgstr "" +msgstr "Generisanje PDF-a možda neće raditi kako se očekuje." #: printing/page/print/print.js:531 msgid "PDF printing via \"Raw Print\" is not supported." @@ -23153,7 +23149,7 @@ msgstr "Paketi" #. Description of a Card Break in the Build Workspace #: core/workspace/build/build.json msgid "Packages are lightweight apps (collection of Module Defs) that can be created, imported, or released right from the UI" -msgstr "" +msgstr "Paketi su lagane aplikacije (zbirka Module Defs) koje se mogu izraditi, uvesti ili objaviti izravno iz korisničkog sučelja" #. Name of a DocType #: core/doctype/page/page.json @@ -23429,7 +23425,7 @@ msgstr "Učesnici" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Pass" -msgstr "" +msgstr "Prolaz" #. Option for the 'Status' (Select) field in DocType 'Contact' #: contacts/doctype/contact/contact.json @@ -23480,11 +23476,11 @@ msgctxt "Web Form Field" msgid "Password" msgstr "Lozinka" -#: core/doctype/user/user.py:1076 +#: core/doctype/user/user.py:1022 msgid "Password Email Sent" msgstr "E-pošta s lozinkom poslana" -#: core/doctype/user/user.py:455 +#: core/doctype/user/user.py:406 msgid "Password Reset" msgstr "Poništavanje lozinke" @@ -23520,7 +23516,7 @@ msgstr "Nedostaje lozinka na nalogu e-pošte" msgid "Password not found for {0} {1} {2}" msgstr "Lozinka nije pronađena za {0} {1} {2}" -#: core/doctype/user/user.py:1075 +#: core/doctype/user/user.py:1021 msgid "Password reset instructions have been sent to your email" msgstr "Uputstva za ponovno postavljanje lozinke su poslana na vašu e-poštu" @@ -23532,7 +23528,7 @@ msgstr "Lozinka postavljena" msgid "Password size exceeded the maximum allowed size" msgstr "Veličina lozinke je premašila maksimalno dozvoljenu veličinu" -#: core/doctype/user/user.py:871 +#: core/doctype/user/user.py:817 msgid "Password size exceeded the maximum allowed size." msgstr "Veličina lozinke je premašila maksimalno dozvoljenu veličinu." @@ -23659,13 +23655,13 @@ msgstr "Na čekanju na odobrenje" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Pending Emails" -msgstr "" +msgstr "E-poruke na čekanju" #. Label of a Int field in DocType 'System Health Report Queue' #: desk/doctype/system_health_report_queue/system_health_report_queue.json msgctxt "System Health Report Queue" msgid "Pending Jobs" -msgstr "" +msgstr "Poslovi na čekanju" #. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion #. Request' @@ -23728,7 +23724,7 @@ msgstr "Trajno otkazati {0}?" #: public/js/frappe/form/form.js:1068 msgid "Permanently Discard {0}?" -msgstr "" +msgstr "Trajno odbaciti {0}?" #: public/js/frappe/form/form.js:852 msgid "Permanently Submit {0}?" @@ -24025,7 +24021,7 @@ msgstr "Dodajte predmet svojoj e-pošti" msgid "Please add a valid comment." msgstr "Molimo dodajte ispravan komentar." -#: core/doctype/user/user.py:1058 +#: core/doctype/user/user.py:1004 msgid "Please ask your administrator to verify your sign-up" msgstr "Zamolite svog administratora da potvrdi vašu registraciju" @@ -24057,7 +24053,7 @@ msgstr "Provjerite vrijednosti filtera postavljene za grafikon nadzorne ploče: msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "Provjerite vrijednost \"Dohvati iz\" postavljenu za polje {0}" -#: core/doctype/user/user.py:1056 +#: core/doctype/user/user.py:1002 msgid "Please check your email for verification" msgstr "Molimo provjerite svoju e-poštu za potvrdu" @@ -24091,7 +24087,7 @@ msgstr "Molimo potvrdite svoju akciju {0} ovog dokumenta." #: printing/page/print/print.js:615 msgid "Please contact your system manager to install correct version." -msgstr "" +msgstr "Molimo kontaktirajte svog sistem menadžera da instalira ispravnu verziju." #: desk/doctype/number_card/number_card.js:44 msgid "Please create Card first" @@ -24205,7 +24201,7 @@ msgstr "Molimo prijavite se da biste objavili komentar." msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "Uvjerite se da Referentni komunikacijski dokumenti nisu kružno povezani." -#: model/document.py:828 +#: model/document.py:835 msgid "Please refresh to get the latest document." msgstr "Osvježite da dobijete najnoviji dokument." @@ -24277,7 +24273,7 @@ msgstr "Molimo odaberite važeći filter datuma" msgid "Please select applicable Doctypes" msgstr "Molimo odaberite primjenjive tipove dokumenata" -#: model/db_query.py:1118 +#: model/db_query.py:1137 msgid "Please select atleast 1 column from {0} to sort/group" msgstr "Molimo odaberite najmanje 1 kolonu iz {0} za sortiranje/grupiranje" @@ -24344,7 +24340,7 @@ msgstr "Molimo prvo postavite poruku" msgid "Please setup default Email Account from Settings > Email Account" msgstr "Podesite podrazumijevani nalog e-pošte iz Podešavanja > Nalog e-pošte" -#: core/doctype/user/user.py:406 +#: core/doctype/user/user.py:371 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "Podesite podrazumijevani odlazni nalog e-pošte iz Podešavanja > Nalog e-pošte" @@ -24416,7 +24412,7 @@ msgstr "Dodijeljeni bodovi" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Polling" -msgstr "" +msgstr "Polling" #. Label of a Check field in DocType 'Form Tour Step' #: desk/doctype/form_tour_step/form_tour_step.json @@ -24719,7 +24715,7 @@ msgctxt "Transaction Log" msgid "Previous Hash" msgstr "Prethodni hash" -#: public/js/frappe/form/form.js:2197 +#: public/js/frappe/form/form.js:2216 msgid "Previous Submission" msgstr "Prethodni podnesak" @@ -25123,7 +25119,7 @@ msgstr "Privatno" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Private Files (MB)" -msgstr "" +msgstr "Privatne datoteke (MB)" #. Description of the 'Auto Reply Message' (Text Editor) field in DocType #. 'Email Account' @@ -25158,7 +25154,7 @@ msgstr "Profil" msgid "Progress" msgstr "Napredak" -#: public/js/frappe/views/kanban/kanban_view.js:405 +#: public/js/frappe/views/kanban/kanban_view.js:408 msgid "Project" msgstr "Projekat" @@ -25268,7 +25264,7 @@ msgstr "Javno" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Public Files (MB)" -msgstr "" +msgstr "Javne datoteke (MB)" #: website/doctype/blog_post/blog_post.js:36 #: website/doctype/web_form/web_form.js:86 @@ -25538,7 +25534,7 @@ msgstr "Izvještaj o upitu" #: core/doctype/recorder/recorder.py:196 msgid "Query analysis complete. Check suggested indexes." -msgstr "" +msgstr "Analiza upita dovršena. Provjerite predložene indekse." #: utils/safe_exec.py:441 msgid "Query must be of SELECT or read-only WITH type." @@ -25560,7 +25556,7 @@ msgstr "Red" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Queue Status" -msgstr "" +msgstr "Status čekanja" #. Label of a Select field in DocType 'RQ Worker' #: core/doctype/rq_worker/rq_worker.json @@ -25580,7 +25576,7 @@ msgctxt "DocType" msgid "Queue in Background (BETA)" msgstr "Red čekanja u pozadini (BETA)" -#: utils/background_jobs.py:470 +#: utils/background_jobs.py:490 msgid "Queue should be one of {0}" msgstr "Red bi trebao biti jedan od {0}" @@ -25646,7 +25642,7 @@ msgstr "U redu čekanja {0} e-pošte" #: desk/doctype/system_health_report_workers/system_health_report_workers.json msgctxt "System Health Report Workers" msgid "Queues" -msgstr "" +msgstr "Redovi" #: email/doctype/newsletter/newsletter.js:90 msgid "Queuing emails..." @@ -25959,7 +25955,7 @@ msgstr "Pročitaj me" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Realtime (SocketIO)" -msgstr "" +msgstr "Realno vrijeme (SocketIO)" #: public/js/frappe/form/sidebar/review.js:85 #: social/doctype/energy_point_log/energy_point_log.js:20 @@ -26080,7 +26076,7 @@ msgstr "Upit snimača" #. Name of a DocType #: core/doctype/recorder_suggested_index/recorder_suggested_index.json msgid "Recorder Suggested Index" -msgstr "" +msgstr "Predloženi indeks snimača" #: core/doctype/user_permission/user_permission_help.html:2 msgid "Records for following doctypes will be filtered" @@ -26576,7 +26572,7 @@ msgstr "Preporučilac" #: public/js/frappe/views/reports/query_report.js:1630 #: public/js/frappe/views/treeview.js:475 #: public/js/frappe/widgets/chart_widget.js:290 -#: public/js/frappe/widgets/number_card_widget.js:324 +#: public/js/frappe/widgets/number_card_widget.js:323 msgid "Refresh" msgstr "" @@ -26630,7 +26626,7 @@ msgstr "Osvježavanje" msgid "Refreshing..." msgstr "Osvježavanje..." -#: core/doctype/user/user.py:1020 +#: core/doctype/user/user.py:966 msgid "Registered but disabled" msgstr "Registrovan, ali onemogućen" @@ -27132,7 +27128,7 @@ msgstr "Izvještaj je pokrenut, kliknite da vidite status" msgid "Report limit reached" msgstr "Dostignut je limit za izvještaje" -#: core/doctype/prepared_report/prepared_report.py:210 +#: core/doctype/prepared_report/prepared_report.py:212 msgid "Report timed out." msgstr "Izvještaj je istekao." @@ -27153,7 +27149,7 @@ msgstr "Izvještaj sa više od 10 kolona izgleda bolje u pejzažnom načinu rada msgid "Report {0}" msgstr "Izvještaj {0}" -#: desk/reportview.py:343 +#: desk/reportview.py:344 msgid "Report {0} deleted" msgstr "Izvještaj {0} izbrisan" @@ -27161,7 +27157,7 @@ msgstr "Izvještaj {0} izbrisan" msgid "Report {0} is disabled" msgstr "Izvještaj {0} je onemogućen" -#: desk/reportview.py:320 +#: desk/reportview.py:321 msgid "Report {0} saved" msgstr "Izvještaj {0} spremljen" @@ -27846,7 +27842,7 @@ msgctxt "DocPerm" msgid "Role and Level" msgstr "Uloga i nivo" -#: core/doctype/user/user.py:351 +#: core/doctype/user/user.py:316 msgid "Role has been set as per the user type {0}" msgstr "Uloga je postavljena prema vrsti korisnika {0}" @@ -28062,7 +28058,7 @@ msgctxt "Role" msgid "Route: Example \"/app\"" msgstr "Ruta: Primjer \"/app\"" -#: model/base_document.py:739 model/base_document.py:780 model/document.py:619 +#: model/base_document.py:739 model/base_document.py:780 model/document.py:626 msgid "Row" msgstr "Red" @@ -28277,7 +28273,7 @@ msgstr "" msgid "SMS sent to following numbers: {0}" msgstr "SMS poslat na sljedeće brojeve: {0}" -#: templates/includes/login/login.js:377 +#: templates/includes/login/login.js:365 msgid "SMS was not sent. Please contact Administrator." msgstr "SMS nije poslan. Molimo kontaktirajte administratora." @@ -28423,7 +28419,7 @@ msgstr "" #: public/js/frappe/utils/common.js:443 #: public/js/frappe/views/kanban/kanban_settings.js:45 #: public/js/frappe/views/kanban/kanban_settings.js:189 -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 #: public/js/frappe/views/reports/query_report.js:1803 #: public/js/frappe/views/reports/report_view.js:1640 #: public/js/frappe/views/workspace/workspace.js:498 @@ -28482,7 +28478,7 @@ msgstr "Spremi dokument." #: desk/form/save.py:46 model/rename_doc.py:106 #: printing/page/print_format_builder/print_format_builder.js:845 #: public/js/frappe/form/toolbar.js:260 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:917 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:916 msgid "Saved" msgstr "Spremljeno" @@ -28615,7 +28611,7 @@ msgctxt "Newsletter" msgid "Scheduled To Send" msgstr "Zakazano za slanje" -#: core/doctype/server_script/server_script.py:141 +#: core/doctype/server_script/server_script.py:144 msgid "Scheduled execution for script {0} has updated" msgstr "Zakazano izvršenje za skriptu {0} je ažurirano" @@ -28627,7 +28623,7 @@ msgstr "Zakazano za slanje" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Scheduler" -msgstr "" +msgstr "Planer" #. Option for the 'Script Type' (Select) field in DocType 'Server Script' #: core/doctype/server_script/server_script.json @@ -28643,9 +28639,9 @@ msgstr "Planer neaktivan" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Scheduler Status" -msgstr "" +msgstr "Status planera" -#: utils/scheduler.py:202 +#: utils/scheduler.py:208 msgid "Scheduler can not be re-enabled when maintenance mode is active." msgstr "Planer se ne može ponovno omogućiti kada je aktivan način rada za održavanje." @@ -29526,7 +29522,7 @@ msgctxt "Contact Us Settings" msgid "Send enquiries to this email address" msgstr "Pošaljite upite na ovu adresu e-pošte" -#: templates/includes/login/login.js:73 www/login.html:210 +#: templates/includes/login/login.js:68 www/login.html:210 msgid "Send login link" msgstr "Pošalji vezu za prijavu" @@ -30304,7 +30300,7 @@ msgstr "Prečice" #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:86 www/login.html:30 +#: templates/includes/login/login.js:81 www/login.html:30 msgid "Show" msgstr "Prikaži" @@ -30372,7 +30368,7 @@ msgstr "Prikaži dokument" msgid "Show Error" msgstr "Prikaži grešku" -#: public/js/frappe/form/layout.js:553 +#: public/js/frappe/form/layout.js:561 msgid "Show Fieldname (click to copy on clipboard)" msgstr "Prikaži naziv polja (kliknite da kopirate u međuspremnik)" @@ -30673,7 +30669,7 @@ msgctxt "Email Group" msgid "Sign Up and Confirmation" msgstr "Prijava i potvrda" -#: core/doctype/user/user.py:1013 +#: core/doctype/user/user.py:959 msgid "Sign Up is disabled" msgstr "Prijava je onemogućena" @@ -30780,7 +30776,7 @@ msgstr "" #: desk/doctype/system_health_report_tables/system_health_report_tables.json msgctxt "System Health Report Tables" msgid "Size (MB)" -msgstr "" +msgstr "Veličina (MB)" #: public/js/frappe/widgets/onboarding_widget.js:82 #: public/js/onboarding_tours/onboarding_tours.js:18 @@ -30799,7 +30795,7 @@ msgctxt "OAuth Provider Settings" msgid "Skip Authorization" msgstr "Preskoči autorizaciju" -#: public/js/frappe/widgets/onboarding_widget.js:337 +#: public/js/frappe/widgets/onboarding_widget.js:332 msgid "Skip Step" msgstr "Preskoči korak" @@ -30971,13 +30967,13 @@ msgstr "Prijave na društvenim mrežama" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "SocketIO Ping Check" -msgstr "" +msgstr "SocketIO Ping provjera" #. Label of a Select field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "SocketIO Transport Mode" -msgstr "" +msgstr "SocketIO transportni način" #. Option for the 'Delivery Status' (Select) field in DocType 'Communication' #: core/doctype/communication/communication.json @@ -31001,7 +30997,7 @@ msgstr "Nešto je pošlo po zlu" msgid "Something went wrong during the token generation. Click on {0} to generate a new one." msgstr "Nešto je pošlo po zlu tokom generisanja tokena. Kliknite na {0} da generišete novi." -#: templates/includes/login/login.js:294 +#: templates/includes/login/login.js:289 msgid "Something went wrong." msgstr "Nešto je pošlo po zlu." @@ -31118,7 +31114,7 @@ msgctxt "Website Settings" msgid "Splash Image" msgstr "Uvodna slika" -#: desk/reportview.py:382 public/js/frappe/web_form/web_form_list.js:175 +#: desk/reportview.py:383 public/js/frappe/web_form/web_form_list.js:175 #: templates/print_formats/standard_macros.html:44 msgid "Sr" msgstr "" @@ -31193,11 +31189,11 @@ msgstr "Standardni format štampanja se ne može ažurirati" msgid "Standard Print Style cannot be changed. Please duplicate to edit." msgstr "Standardni stil štampanja se ne može promeniti. Molimo duplirajte za uređivanje." -#: desk/reportview.py:333 +#: desk/reportview.py:334 msgid "Standard Reports cannot be deleted" msgstr "Standardni izvještaji se ne mogu izbrisati" -#: desk/reportview.py:304 +#: desk/reportview.py:305 msgid "Standard Reports cannot be edited" msgstr "Standardni izvještaji se ne mogu uređivati" @@ -31600,13 +31596,13 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Storage Usage (MB)" -msgstr "" +msgstr "Upotreba pohrane (MB)" #. Label of a Table field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Storage Usage By Table" -msgstr "" +msgstr "Upotreba pohrane po tabelama" #. Label of a Check field in DocType 'System Settings' #: core/doctype/system_settings/system_settings.json @@ -31778,7 +31774,7 @@ msgid "Submission Queue" msgstr "Red za podnošenje" #: core/doctype/user_permission/user_permission_list.js:138 -#: public/js/frappe/form/quick_entry.js:198 +#: public/js/frappe/form/quick_entry.js:201 #: public/js/frappe/form/sidebar/review.js:116 #: public/js/frappe/ui/capture.js:307 #: social/doctype/energy_point_log/energy_point_log.js:39 @@ -31875,7 +31871,7 @@ msgctxt "Auto Repeat" msgid "Submit on Creation" msgstr "Pošalji pri izradi" -#: public/js/frappe/widgets/onboarding_widget.js:400 +#: public/js/frappe/widgets/onboarding_widget.js:395 msgid "Submit this document to complete this step." msgstr "Podnesi ovaj dokument da dovršite ovaj korak." @@ -31944,10 +31940,10 @@ msgstr "Podnaslov" #: core/doctype/data_import/data_import.js:459 #: desk/doctype/bulk_update/bulk_update.js:31 #: desk/doctype/desktop_icon/desktop_icon.py:446 -#: public/js/frappe/form/grid.js:1139 +#: public/js/frappe/form/grid.js:1142 #: public/js/frappe/views/translation_manager.js:21 -#: templates/includes/login/login.js:231 templates/includes/login/login.js:237 -#: templates/includes/login/login.js:270 templates/includes/login/login.js:278 +#: templates/includes/login/login.js:226 templates/includes/login/login.js:232 +#: templates/includes/login/login.js:265 templates/includes/login/login.js:273 #: templates/pages/integrations/gcalendar-success.html:9 #: workflow/doctype/workflow_action/workflow_action.py:166 msgid "Success" @@ -32065,15 +32061,15 @@ msgstr "Uspješno ažurirano {0} od {1} zapisa." #: core/doctype/recorder/recorder.js:15 msgid "Suggest Optimizations" -msgstr "" +msgstr "Predloži optimizacije" #. Label of a Table field in DocType 'Recorder' #: core/doctype/recorder/recorder.json msgctxt "Recorder" msgid "Suggested Indexes" -msgstr "" +msgstr "Predloženi indeksi" -#: core/doctype/user/user.py:728 +#: core/doctype/user/user.py:674 msgid "Suggested Username: {0}" msgstr "Predloženo korisničko ime: {0}" @@ -32239,37 +32235,37 @@ msgstr "Sistemski generisana polja ne mogu se preimenovati" #. Type: Action #: hooks.py msgid "System Health" -msgstr "" +msgstr "Zdravlje sistema" #. Name of a DocType #: desk/doctype/system_health_report/system_health_report.json msgid "System Health Report" -msgstr "" +msgstr "Izvještaj o zdravstvenom stanju sistema" #. Name of a DocType #: desk/doctype/system_health_report_errors/system_health_report_errors.json msgid "System Health Report Errors" -msgstr "" +msgstr "Greške u izvještaju o zdravstvenom stanju sistema" #. Name of a DocType #: desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json msgid "System Health Report Failing Jobs" -msgstr "" +msgstr "Izvještaj o zdravstvenom stanju sistema neuspješni poslovi" #. Name of a DocType #: desk/doctype/system_health_report_queue/system_health_report_queue.json msgid "System Health Report Queue" -msgstr "" +msgstr "Red izvještaja o zdravstvenom stanju sistema" #. Name of a DocType #: desk/doctype/system_health_report_tables/system_health_report_tables.json msgid "System Health Report Tables" -msgstr "" +msgstr "Tabele izvještaja o zdravstvenom stanju sistema" #. Name of a DocType #: desk/doctype/system_health_report_workers/system_health_report_workers.json msgid "System Health Report Workers" -msgstr "" +msgstr "System Health Report Workers" #. Label of a Card Break in the Build Workspace #: core/workspace/build/build.json @@ -32563,11 +32559,11 @@ msgstr "Višestruki odabir tabele" msgid "Table Trimmed" msgstr "Tabela podrezana" -#: public/js/frappe/form/grid.js:1138 +#: public/js/frappe/form/grid.js:1141 msgid "Table updated" msgstr "Tabela ažurirana" -#: model/document.py:1401 +#: model/document.py:1408 msgid "Table {0} cannot be empty" msgstr "Tabela {0} ne može biti prazna" @@ -32705,7 +32701,7 @@ msgstr "" msgid "Templates" msgstr "Šabloni" -#: core/doctype/user/user.py:1024 +#: core/doctype/user/user.py:970 msgid "Temporarily Disabled" msgstr "Privremeno onemogućeno" @@ -32713,7 +32709,7 @@ msgstr "Privremeno onemogućeno" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Test Job ID" -msgstr "" +msgstr "ID testnog posla" #: email/doctype/newsletter/newsletter.py:94 msgid "Test email sent to {0}" @@ -32831,7 +32827,7 @@ msgstr "Hvala" msgid "The Auto Repeat for this document has been disabled." msgstr "Automatsko ponavljanje za ovaj dokument je onemogućeno." -#: public/js/frappe/form/grid.js:1161 +#: public/js/frappe/form/grid.js:1164 msgid "The CSV format is case sensitive" msgstr "CSV format razlikuje velika i mala slova" @@ -33008,11 +33004,11 @@ msgstr "Broj projekta dobijen od Google Cloud Console pod " -#: core/doctype/user/user.py:984 +#: core/doctype/user/user.py:930 msgid "The reset password link has been expired" msgstr "Veza za poništavanje lozinke je istekla" -#: core/doctype/user/user.py:986 +#: core/doctype/user/user.py:932 msgid "The reset password link has either been used before or is invalid" msgstr "Veza za poništavanje lozinke je ili ranije korištena ili je nevažeća" @@ -33143,15 +33139,11 @@ msgstr "Postoji {0} s istim filtrima već u redu čekanja:" msgid "There must be atleast one permission rule." msgstr "Mora postojati barem jedno pravilo dozvole." -#: core/doctype/user/user.py:536 -msgid "There should remain at least one System Manager" -msgstr "Trebao bi ostati najmanje jedan upravitelj sistema" - #: www/error.py:16 msgid "There was an error building this page" msgstr "Došlo je do greške pri izradi ove stranice" -#: public/js/frappe/views/kanban/kanban_view.js:180 +#: public/js/frappe/views/kanban/kanban_view.js:183 msgid "There was an error saving filters" msgstr "Došlo je do greške prilikom spremanja filtera" @@ -33217,7 +33209,7 @@ msgstr "Ovaj tip dokumenta ne sadrži polja geografske širine i dužine" msgid "This Doctype does not contain location fields" msgstr "Ovaj tip dokumenta ne sadrži polja lokacije" -#: public/js/frappe/views/kanban/kanban_view.js:388 +#: public/js/frappe/views/kanban/kanban_view.js:391 msgid "This Kanban Board will be private" msgstr "Ova Kanban ploča će biti privatna" @@ -33275,13 +33267,13 @@ msgstr "Ovaj dokument je vraćen" #: public/js/frappe/form/form.js:1303 msgid "This document has unsaved changes which might not appear in final PDF.
    Consider saving the document before printing." -msgstr "" +msgstr "Ovaj dokument ima nespremljene promjene koje se možda neće pojaviti u konačnom PDF-u.
    Razmislite o spremanju dokumenta prije ispisa." #: public/js/frappe/form/form.js:1096 msgid "This document is already amended, you cannot ammend it again" msgstr "Ovaj dokument je već izmijenjen, ne možete ga ponovo mijenjati" -#: model/document.py:1569 +#: model/document.py:1576 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "Ovaj dokument je trenutno zaključan i na čekanju za izvršenje. Molimo pokušajte ponovo nakon nekog vremena." @@ -33469,7 +33461,7 @@ msgstr "Ovo će poništiti ovaj obilazak i prikazati ga svim korisnicima. Jeste msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "Ovo će odmah prekinuti posao i može biti opasno, jeste li sigurni? " -#: core/doctype/user/user.py:1244 +#: core/doctype/user/user.py:1190 msgid "Throttled" msgstr "Prigušeno" @@ -34162,7 +34154,7 @@ msgstr "Previše zahtjeva" msgid "Too many changes to database in single action." msgstr "Previše promjena u bazi podataka u jednoj akciji." -#: core/doctype/user/user.py:1025 +#: core/doctype/user/user.py:971 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Nedavno se prijavilo previše korisnika, pa je registracija onemogućena. Pokušajte ponovo za sat vremena" @@ -34205,7 +34197,7 @@ msgstr "Gornji centar" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Top Errors" -msgstr "" +msgstr "Najčešće greške" #. Option for the 'Page Number' (Select) field in DocType 'Print Format' #: printing/doctype/print_format/print_format.json @@ -34252,13 +34244,13 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Total Background Workers" -msgstr "" +msgstr "Total Background Workers" #. Label of a Int field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Total Errors (last 1 day)" -msgstr "" +msgstr "Ukupne greške (zadnji 1 dan)" #: public/js/frappe/ui/capture.js:259 msgid "Total Images" @@ -34268,7 +34260,7 @@ msgstr "Ukupno slika" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Total Outgoing Emails" -msgstr "" +msgstr "Ukupno odlaznih e-poruka" #. Label of a Int field in DocType 'Newsletter' #: email/doctype/newsletter/newsletter.json @@ -34292,7 +34284,7 @@ msgstr "Ukupno pretplatnika" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Total Users" -msgstr "" +msgstr "Ukupno korisnika" #. Label of a Int field in DocType 'Newsletter' #: email/doctype/newsletter/newsletter.json @@ -34530,7 +34522,7 @@ msgstr "Okidač na važećim metodama kao što su \"before_insert\", \"after_upd msgid "Trim Table" msgstr "Podreži tabelu" -#: public/js/frappe/widgets/onboarding_widget.js:323 +#: public/js/frappe/widgets/onboarding_widget.js:318 msgid "Try Again" msgstr "Pokušaj ponovo" @@ -34902,7 +34894,7 @@ msgstr "Neobrađena e-pošta" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Unhandled Emails" -msgstr "" +msgstr "Neobrađena e-pošta" #: public/js/frappe/views/workspace/workspace.js:567 msgid "Unhide Workspace" @@ -34944,7 +34936,7 @@ msgstr "Nepoznati korisnik" #: utils/csvutils.py:54 msgid "Unknown file encoding. Tried to use: {0}" -msgstr "" +msgstr "Nepoznato kodiranje datoteke. Pokušao sam koristiti: {0}" #: core/doctype/submission_queue/submission_queue.js:7 msgid "Unlock Reference Document" @@ -35130,9 +35122,9 @@ msgctxt "Workflow Document State" msgid "Update Value" msgstr "Ažuriraj vrijednost" -#: utils/change_log.py:381 +#: utils/change_log.py:383 msgid "Update from Frappe Cloud" -msgstr "" +msgstr "Ažuriranje sa Frappe Cloud-a" #: public/js/frappe/list/bulk_operations.js:345 msgid "Update {0} records" @@ -35573,7 +35565,7 @@ msgstr "Korisnik ne može pretraživati" #: public/js/frappe/desk.js:531 msgid "User Changed" -msgstr "" +msgstr "Korisnik je promijenjen" #. Label of a Table field in DocType 'User' #: core/doctype/user/user.json @@ -35796,7 +35788,7 @@ msgstr "Korisnik se može prijaviti koristeći Id e-pošte ili korisničko ime" msgid "User does not exist" msgstr "Korisnik ne postoji" -#: templates/includes/login/login.js:293 +#: templates/includes/login/login.js:288 msgid "User does not exist." msgstr "Korisnik ne postoji." @@ -35830,7 +35822,7 @@ msgstr "Korisnik sa adresom e-pošte {0} ne postoji" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "Korisnik sa e-poštom: {0} ne postoji u sistemu. Zamolite 'Sistem administratorar' da kreira korisnika za vas." -#: core/doctype/user/user.py:541 +#: core/doctype/user/user.py:485 msgid "User {0} cannot be deleted" msgstr "Korisnik {0} se ne može izbrisati" @@ -35838,7 +35830,7 @@ msgstr "Korisnik {0} se ne može izbrisati" msgid "User {0} cannot be disabled" msgstr "Korisnik {0} se ne može onemogućiti" -#: core/doctype/user/user.py:610 +#: core/doctype/user/user.py:556 msgid "User {0} cannot be renamed" msgstr "Korisnik {0} se ne može preimenovati" @@ -35855,7 +35847,7 @@ msgstr "Korisnik {0} nema pristup tipu dokumenta preko dopuštenja uloge za doku msgid "User {0} has requested for data deletion" msgstr "Korisnik {0} je zatražio brisanje podataka" -#: core/doctype/user/user.py:1373 +#: core/doctype/user/user.py:1319 msgid "User {0} impersonated as {1}" msgstr "Korisnik {0} predstavljen kao {1}" @@ -35865,7 +35857,7 @@ msgstr "" #: sessions.py:222 msgid "User {0} is disabled. Please contact your System Manager." -msgstr "" +msgstr "Korisnik {0} je onemogućen. Molimo kontaktirajte svog upravitelja sistema." #: desk/form/assign_to.py:101 msgid "User {0} is not permitted to access this document." @@ -35893,7 +35885,7 @@ msgctxt "User Social Login" msgid "Username" msgstr "Korisničko ime" -#: core/doctype/user/user.py:695 +#: core/doctype/user/user.py:641 msgid "Username {0} already exists" msgstr "Korisničko ime {0} već postoji" @@ -35953,11 +35945,11 @@ msgctxt "OAuth Authorization Code" msgid "Valid" msgstr "Važeči" -#: templates/includes/login/login.js:53 templates/includes/login/login.js:66 +#: templates/includes/login/login.js:48 templates/includes/login/login.js:61 msgid "Valid Login id required." msgstr "Potreban je važeći Id za prijavu." -#: templates/includes/login/login.js:40 +#: templates/includes/login/login.js:35 msgid "Valid email and name required" msgstr "Potrebna je valjana adresa e-pošte i ime" @@ -36075,15 +36067,15 @@ msgctxt "Notification" msgid "Value To Be Set" msgstr "Vrijednost koju treba postaviti" -#: model/base_document.py:965 model/document.py:675 +#: model/base_document.py:965 model/document.py:682 msgid "Value cannot be changed for {0}" msgstr "Vrijednost se ne može promijeniti za {0}" -#: model/document.py:621 +#: model/document.py:628 msgid "Value cannot be negative for" msgstr "Vrijednost ne može biti negativna za" -#: model/document.py:625 +#: model/document.py:632 msgid "Value cannot be negative for {0}: {1}" msgstr "Vrijednost ne može biti negativna za {0}: {1}" @@ -36154,7 +36146,7 @@ msgstr "Verfikacijski kod" msgid "Verification Link" msgstr "Veza za potvrdu" -#: templates/includes/login/login.js:391 +#: templates/includes/login/login.js:379 msgid "Verification code email not sent. Please contact Administrator." msgstr "E-pošta sa verifikacionim kodom nije poslana. Molimo kontaktirajte administratora." @@ -36176,7 +36168,7 @@ msgstr "Provjeri" msgid "Verify Password" msgstr "Provjeri lozinku" -#: templates/includes/login/login.js:172 +#: templates/includes/login/login.js:167 msgid "Verifying..." msgstr "Provjera..." @@ -36803,7 +36795,7 @@ msgstr "Veza za sliku teme web stranice" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Websocket" -msgstr "" +msgstr "Websocket" #. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' #: automation/doctype/assignment_rule_day/assignment_rule_day.json @@ -36966,11 +36958,11 @@ msgstr "URL dobrodošlice" msgid "Welcome Workspace" msgstr "Dobrodošli radni prostor" -#: core/doctype/user/user.py:398 +#: core/doctype/user/user.py:363 msgid "Welcome email sent" msgstr "" -#: core/doctype/user/user.py:473 +#: core/doctype/user/user.py:424 msgid "Welcome to {0}" msgstr "" @@ -37279,7 +37271,7 @@ msgctxt "Workspace" msgid "Workspace" msgstr "Radni prostor" -#: public/js/frappe/router.js:193 +#: public/js/frappe/router.js:179 msgid "Workspace {0} does not exist" msgstr "Radni prostor {0} ne postoji" @@ -37561,7 +37553,7 @@ msgstr "Nije vam dozvoljen pristup ovom {0} zapisu jer je povezan sa {1} '{2}' u msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in row {3}, field {4}" msgstr "Nije vam dozvoljen pristup ovom zapisu {0} jer je povezan s {1} '{2}' u redu {3}, polju {4}" -#: public/js/frappe/views/kanban/kanban_board.bundle.js:69 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 msgid "You are not allowed to create columns" msgstr "Nije vam dozvoljeno da kreirate kolone" @@ -37601,7 +37593,7 @@ msgstr "Niste povezani na Internet. Pokušajte ponovo nakon nekog vremena." msgid "You are not permitted to access this page without login." msgstr "Nije vam dozvoljen pristup ovoj stranici bez prijave." -#: www/app.py:23 +#: www/app.py:27 msgid "You are not permitted to access this page." msgstr "Nije vam dozvoljen pristup ovoj stranici." @@ -37654,11 +37646,11 @@ msgstr "Podnesene dokumente možete promijeniti tako što ćete ih poništiti, a msgid "You can change the retention policy from {0}." msgstr "Politiku zadržavanja možete promijeniti u {0}." -#: public/js/frappe/widgets/onboarding_widget.js:199 +#: public/js/frappe/widgets/onboarding_widget.js:194 msgid "You can continue with the onboarding after exploring this page" msgstr "Možete nastaviti s uključenjem nakon što istražite ovu stranicu" -#: core/doctype/user/user.py:601 +#: core/doctype/user/user.py:543 msgid "You can disable the user instead of deleting it." msgstr "Možete onemogućiti korisnika umjesto da ga izbrišete." @@ -37926,7 +37918,7 @@ msgstr "Morate instalirati pycups da biste koristili ovu funkciju!" #: core/doctype/recorder/recorder.js:38 msgid "You need to select indexes you want to add first." -msgstr "" +msgstr "Prvo morate odabrati indekse koje želite dodati." #: email/doctype/email_account/email_account.py:147 msgid "You need to set one IMAP folder for {0}" @@ -37945,7 +37937,7 @@ msgctxt "Form timeline" msgid "You removed attachment {0}" msgstr "Uklonili ste prilog {0}" -#: public/js/frappe/widgets/onboarding_widget.js:525 +#: public/js/frappe/widgets/onboarding_widget.js:520 msgid "You seem good to go!" msgstr "Izgleda da ste spremni!" @@ -37973,7 +37965,7 @@ msgstr "Gledali ste ovo" #: public/js/frappe/desk.js:528 msgid "You've logged in as another user from another tab. Refresh this page to continue using system." -msgstr "" +msgstr "Prijavili ste se kao drugi korisnik sa druge kartice. Osvježite ovu stranicu da nastavite koristiti sistem." #: desk/page/setup_wizard/setup_wizard.js:385 msgid "Your Country" @@ -38000,7 +37992,7 @@ msgstr "Vaše prečice" msgid "Your account has been deleted" msgstr "Vaš račun je izbrisan" -#: auth.py:476 +#: auth.py:487 msgid "Your account has been locked and will resume after {0} seconds" msgstr "Vaš račun je zaključan i nastavit će se nakon {0} sekundi" @@ -38095,7 +38087,7 @@ msgstr "_report" msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "`as_iterator` radi samo sa `as_list=True` ili `as_dict=True`" -#: utils/background_jobs.py:105 +#: utils/background_jobs.py:106 msgid "`job_id` paramater is required for deduplication." msgstr "Paramater `job_id` je potreban za deduplikaciju." @@ -38125,7 +38117,7 @@ msgstr "" msgid "ascending" msgstr "uzlazno" -#: model/document.py:1372 +#: model/document.py:1379 msgid "beginning with" msgstr "počevši od" @@ -38300,7 +38292,7 @@ msgstr "npr.:" #: core/doctype/user/user.json msgctxt "User" msgid "emacs" -msgstr "" +msgstr "emacs" #. Option for the 'Permission Type' (Select) field in DocType 'Permission #. Inspector' @@ -38380,7 +38372,7 @@ msgctxt "Workspace" msgid "grey" msgstr "siva" -#: utils/backups.py:378 +#: utils/backups.py:387 msgid "gzip not found in PATH! This is required to take a backup." msgstr "gzip nije pronađen u PATH! Ovo je potrebno za izradu sigurnosne kopije." @@ -38525,7 +38517,7 @@ msgctxt "OAuth Authorization Code" msgid "nonce" msgstr "jednokratno" -#: model/document.py:1371 +#: model/document.py:1378 msgid "none of" msgstr "nijedan od" @@ -38585,7 +38577,7 @@ msgctxt "Webhook" msgid "on_update_after_submit" msgstr "na_ažuriranju_nakon_podnošenja" -#: model/document.py:1370 +#: model/document.py:1377 msgid "one of" msgstr "jedan od" @@ -38731,19 +38723,19 @@ msgctxt "RQ Worker" msgid "short" msgstr "kratko" -#: public/js/frappe/widgets/number_card_widget.js:282 +#: public/js/frappe/widgets/number_card_widget.js:281 msgid "since last month" msgstr "od prošlog mjeseca" -#: public/js/frappe/widgets/number_card_widget.js:281 +#: public/js/frappe/widgets/number_card_widget.js:280 msgid "since last week" msgstr "od prosle sedmice" -#: public/js/frappe/widgets/number_card_widget.js:283 +#: public/js/frappe/widgets/number_card_widget.js:282 msgid "since last year" msgstr "od prosle godine" -#: public/js/frappe/widgets/number_card_widget.js:280 +#: public/js/frappe/widgets/number_card_widget.js:279 msgid "since yesterday" msgstr "od jučer" @@ -38857,13 +38849,13 @@ msgstr "preko {0}" #: core/doctype/user/user.json msgctxt "User" msgid "vim" -msgstr "" +msgstr "vim" #. Option for the 'Code Editor Type' (Select) field in DocType 'User' #: core/doctype/user/user.json msgctxt "User" msgid "vscode" -msgstr "" +msgstr "vscode" #: templates/includes/oauth_confirmation.html:5 msgid "wants to access the following details from your account" @@ -38878,7 +38870,7 @@ msgstr "kada se klikne na element, on će fokusirati skočni prozor ako postoji. #: printing/page/print/print.js:619 msgid "wkhtmltopdf 0.12.x (with patched qt)." -msgstr "" +msgstr "wkhtmltopdf 0.12.x (sa zakrpljenim qt-om)." #. Option for the 'Permission Type' (Select) field in DocType 'Permission #. Inspector' @@ -39398,7 +39390,7 @@ msgstr "{0} je unutar {1}" msgid "{0} items selected" msgstr "{0} stavke odabrane" -#: core/doctype/user/user.py:1382 +#: core/doctype/user/user.py:1328 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "{0} samo se predstavljao kao ti. Naveli su ovaj razlog: {1}" @@ -39431,7 +39423,7 @@ msgstr "prije {0} minuta" msgid "{0} months ago" msgstr "prije {0} mjeseci" -#: model/document.py:1626 +#: model/document.py:1633 msgid "{0} must be after {1}" msgstr "{0} mora biti iza {1}" @@ -39792,7 +39784,7 @@ msgstr "{{{0}}} nije važeći obrazac naziva polja. Trebalo bi da bude {{field_n #: website/workspace/website/website.json msgctxt "Blogger" msgid "{} Active" -msgstr "" +msgstr "{} Aktivan" #: public/js/frappe/form/form.js:517 msgid "{} Complete" @@ -39810,13 +39802,13 @@ msgstr "{} Možda nevažeći python kod.
    {}" #: website/workspace/website/website.json msgctxt "Blog Post" msgid "{} Published" -msgstr "" +msgstr "{} Objavljeno" #. Count format of shortcut in the Website Workspace #: website/workspace/website/website.json msgctxt "Web Page" msgid "{} Published" -msgstr "" +msgstr "{} Objavljeno" #: core/doctype/log_settings/log_settings.py:55 msgid "{} does not support automated log clearing." @@ -39843,7 +39835,7 @@ msgstr "{} nije pronađeno u PATH! Ovo je potrebno za pristup konzoli." msgid "{} not found in PATH! This is required to restore the database." msgstr "{} nije pronađeno u PATH! Ovo je potrebno za vraćanje baze podataka." -#: utils/backups.py:445 +#: utils/backups.py:454 msgid "{} not found in PATH! This is required to take a backup." msgstr "{} nije pronađeno u PATH! Ovo je potrebno za izradu sigurnosne kopije." From fef1b350102c0e547db389932ac76f646379d130 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 6 Jun 2024 09:32:27 +0530 Subject: [PATCH 21/54] fix: Turkish translations --- frappe/locale/tr.po | 248 ++++++++++++++++++++++---------------------- 1 file changed, 124 insertions(+), 124 deletions(-) diff --git a/frappe/locale/tr.po b/frappe/locale/tr.po index b965015157..06d26a19a3 100644 --- a/frappe/locale/tr.po +++ b/frappe/locale/tr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-05-26 09:33+0000\n" -"PO-Revision-Date: 2024-06-01 03:14\n" +"POT-Creation-Date: 2024-06-02 09:33+0000\n" +"PO-Revision-Date: 2024-06-06 04:02\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -741,7 +741,7 @@ msgstr "API Key" #: integrations/doctype/push_notification_settings/push_notification_settings.json msgctxt "Push Notification Settings" msgid "API Key" -msgstr "API Key" +msgstr "API Anahtarı" #. Label of a Data field in DocType 'User' #: core/doctype/user/user.json @@ -877,7 +877,7 @@ msgctxt "Social Login Key" msgid "Access Token URL" msgstr "" -#: auth.py:455 +#: auth.py:466 msgid "Access not allowed from this IP Address" msgstr "" @@ -952,8 +952,8 @@ msgctxt "DocType Action" msgid "Action / Route" msgstr "Aksiyon / Rota" -#: public/js/frappe/widgets/onboarding_widget.js:310 -#: public/js/frappe/widgets/onboarding_widget.js:381 +#: public/js/frappe/widgets/onboarding_widget.js:305 +#: public/js/frappe/widgets/onboarding_widget.js:376 msgid "Action Complete" msgstr "" @@ -1241,7 +1241,7 @@ msgstr "Sorgu Parametreleri Ekle" msgid "Add Review" msgstr "" -#: core/doctype/user/user.py:753 +#: core/doctype/user/user.py:757 msgid "Add Roles" msgstr "Rol Ekle" @@ -1375,7 +1375,7 @@ msgstr "" #: public/js/frappe/views/kanban/kanban_column.html:20 msgid "Add {0}" -msgstr "{0} Ekle" +msgstr "Yeni {0}" #. Description of the '<head> HTML' (Code) field in DocType 'Website #. Settings' @@ -1530,11 +1530,11 @@ msgstr "Yönetim" msgid "Administrator" msgstr "Yönetici" -#: core/doctype/user/user.py:1157 +#: core/doctype/user/user.py:1161 msgid "Administrator Logged In" msgstr "Yönetici Giriş Yaptı" -#: core/doctype/user/user.py:1151 +#: core/doctype/user/user.py:1155 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "" @@ -1729,7 +1729,7 @@ msgstr "" msgid "All Records" msgstr "Tüm Kayıtlar" -#: public/js/frappe/form/form.js:2205 +#: public/js/frappe/form/form.js:2224 msgid "All Submissions" msgstr "" @@ -2128,7 +2128,7 @@ msgstr "İzin Verilen Roller" msgid "Allowing DocType, DocType. Be careful!" msgstr "" -#: core/doctype/user/user.py:960 +#: core/doctype/user/user.py:964 msgid "Already Registered" msgstr "" @@ -2579,7 +2579,7 @@ msgctxt "Kanban Board Column" msgid "Archived" msgstr "Arşivlendi" -#: public/js/frappe/views/kanban/kanban_board.bundle.js:495 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:494 msgid "Archived Columns" msgstr "Arşivlenmiş Sütunlar" @@ -3446,11 +3446,11 @@ msgctxt "Email Account" msgid "Awaiting password" msgstr "Şifre Bekleniyor" -#: public/js/frappe/widgets/onboarding_widget.js:200 +#: public/js/frappe/widgets/onboarding_widget.js:195 msgid "Awesome Work" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:358 +#: public/js/frappe/widgets/onboarding_widget.js:353 msgid "Awesome, now try making an entry yourself" msgstr "" @@ -3541,7 +3541,7 @@ msgctxt "Notification Recipient" msgid "BCC" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:186 +#: public/js/frappe/widgets/onboarding_widget.js:181 msgid "Back" msgstr "" @@ -4110,7 +4110,7 @@ msgstr "" msgid "Both DocType and Name required" msgstr "" -#: templates/includes/login/login.js:97 +#: templates/includes/login/login.js:92 msgid "Both login and password required" msgstr "" @@ -4284,7 +4284,7 @@ msgstr "Toplu Silme" msgid "Bulk Edit" msgstr "Toplu Düzenleme" -#: public/js/frappe/form/grid.js:1157 +#: public/js/frappe/form/grid.js:1160 msgid "Bulk Edit {0}" msgstr "" @@ -6390,7 +6390,7 @@ msgstr "Onay E-postası Şablonu" msgid "Confirmed" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:530 +#: public/js/frappe/widgets/onboarding_widget.js:525 msgid "Congratulations on completing the module setup. If you want to learn more you can refer to the documentation
    here." msgstr "" @@ -6665,14 +6665,14 @@ msgctxt "Web Page" msgid "Context Script" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:209 -#: public/js/frappe/widgets/onboarding_widget.js:237 -#: public/js/frappe/widgets/onboarding_widget.js:277 -#: public/js/frappe/widgets/onboarding_widget.js:317 -#: public/js/frappe/widgets/onboarding_widget.js:366 -#: public/js/frappe/widgets/onboarding_widget.js:388 -#: public/js/frappe/widgets/onboarding_widget.js:428 -#: public/js/frappe/widgets/onboarding_widget.js:536 +#: public/js/frappe/widgets/onboarding_widget.js:204 +#: public/js/frappe/widgets/onboarding_widget.js:232 +#: public/js/frappe/widgets/onboarding_widget.js:272 +#: public/js/frappe/widgets/onboarding_widget.js:312 +#: public/js/frappe/widgets/onboarding_widget.js:361 +#: public/js/frappe/widgets/onboarding_widget.js:383 +#: public/js/frappe/widgets/onboarding_widget.js:423 +#: public/js/frappe/widgets/onboarding_widget.js:531 msgid "Continue" msgstr "Devam et" @@ -9163,7 +9163,7 @@ msgstr "" msgid "Dismiss" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:577 +#: public/js/frappe/widgets/onboarding_widget.js:572 msgctxt "Stop showing the onboarding widget." msgid "Dismiss" msgstr "" @@ -9205,7 +9205,7 @@ msgctxt "LDAP Settings" msgid "Do not create new user if user with email does not exist in the system" msgstr "" -#: public/js/frappe/form/grid.js:1162 +#: public/js/frappe/form/grid.js:1165 msgid "Do not edit headers which are preset in the template" msgstr "" @@ -9660,10 +9660,10 @@ msgstr "" msgid "Document Restored" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:359 -#: public/js/frappe/widgets/onboarding_widget.js:401 -#: public/js/frappe/widgets/onboarding_widget.js:420 -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:354 +#: public/js/frappe/widgets/onboarding_widget.js:396 +#: public/js/frappe/widgets/onboarding_widget.js:415 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Document Saved" msgstr "" @@ -10360,7 +10360,7 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:813 #: public/js/frappe/widgets/base_widget.js:64 #: public/js/frappe/widgets/chart_widget.js:298 -#: public/js/frappe/widgets/number_card_widget.js:331 +#: public/js/frappe/widgets/number_card_widget.js:330 #: templates/discussions/reply_card.html:29 #: templates/discussions/reply_section.html:29 #: workflow/page/workflow_builder/workflow_builder.js:46 @@ -10394,7 +10394,7 @@ msgstr "Grafiği Düzenle" #: public/js/frappe/widgets/widget_dialog.js:50 msgid "Edit Custom Block" -msgstr "" +msgstr "Özel Bloğu Düzenle" #: printing/page/print_format_builder/print_format_builder.js:719 msgid "Edit Custom HTML" @@ -10422,7 +10422,7 @@ msgstr "Filtreleri Düzenle" msgid "Edit Format" msgstr "Formatı Düzenle" -#: public/js/frappe/form/quick_entry.js:280 +#: public/js/frappe/form/quick_entry.js:283 msgid "Edit Full Form" msgstr "Tam Sayfa Düzenle" @@ -10689,7 +10689,7 @@ msgctxt "Email Account" msgid "Email Account Name" msgstr "E-posta Hesap Adı" -#: core/doctype/user/user.py:686 +#: core/doctype/user/user.py:690 msgid "Email Account added multiple times" msgstr "" @@ -11496,7 +11496,7 @@ msgstr "" msgid "Enter Client Id and Client Secret in Google Settings." msgstr "" -#: templates/includes/login/login.js:359 +#: templates/includes/login/login.js:347 msgid "Enter Code displayed in OTP App." msgstr "" @@ -12213,7 +12213,7 @@ msgstr "" msgid "Failed to connect to server" msgstr "Sunucuya bağlanılamadı" -#: auth.py:658 +#: auth.py:669 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "" @@ -12564,7 +12564,7 @@ msgstr "" msgid "Fieldname called {0} must exist to enable autonaming" msgstr "" -#: database/schema.py:125 database/schema.py:356 +#: database/schema.py:125 database/schema.py:361 msgid "Fieldname is limited to 64 characters ({0})" msgstr "" @@ -12580,7 +12580,7 @@ msgstr "" msgid "Fieldname {0} appears multiple times" msgstr "" -#: database/schema.py:346 +#: database/schema.py:351 msgid "Fieldname {0} cannot have special characters like {1}" msgstr "" @@ -12842,7 +12842,7 @@ msgstr "Dosyalar" #: desk/doctype/number_card/number_card.js:205 #: desk/doctype/number_card/number_card.js:333 #: email/doctype/auto_email_report/auto_email_report.js:90 -#: public/js/frappe/list/base_list.js:878 +#: public/js/frappe/list/base_list.js:882 #: public/js/frappe/ui/filters/filter_list.js:134 #: website/doctype/web_form/web_form.js:197 msgid "Filter" @@ -14111,8 +14111,8 @@ msgstr "" msgid "Go" msgstr "Git" -#: public/js/frappe/widgets/onboarding_widget.js:246 -#: public/js/frappe/widgets/onboarding_widget.js:326 +#: public/js/frappe/widgets/onboarding_widget.js:241 +#: public/js/frappe/widgets/onboarding_widget.js:321 msgid "Go Back" msgstr "" @@ -14961,7 +14961,7 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:825 #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:83 +#: templates/includes/login/login.js:78 msgid "Hide" msgstr "Gizle" @@ -16358,7 +16358,7 @@ msgstr "" #: core/doctype/data_import/data_import_list.js:35 msgid "Insert" -msgstr "" +msgstr "Ekleme" #: public/js/frappe/form/grid_row_form.js:42 msgid "Insert Above" @@ -16438,7 +16438,7 @@ msgctxt "Letter Head" msgid "Instructions" msgstr "Talimatlar" -#: templates/includes/login/login.js:262 +#: templates/includes/login/login.js:257 msgid "Instructions Emailed" msgstr "" @@ -16620,7 +16620,7 @@ msgid "Invalid" msgstr "Geçersiz" #: public/js/form_builder/utils.js:221 public/js/frappe/form/grid_row.js:770 -#: public/js/frappe/form/layout.js:785 +#: public/js/frappe/form/layout.js:793 msgid "Invalid \"depends_on\" expression" msgstr "" @@ -16688,7 +16688,7 @@ msgstr "Geçersiz Bağlantı" msgid "Invalid Login Token" msgstr "" -#: templates/includes/login/login.js:291 +#: templates/includes/login/login.js:286 msgid "Invalid Login. Try again." msgstr "" @@ -16724,7 +16724,7 @@ msgstr "" msgid "Invalid Parameters." msgstr "" -#: core/doctype/user/user.py:1172 www/update-password.html:121 +#: core/doctype/user/user.py:1176 www/update-password.html:121 #: www/update-password.html:142 www/update-password.html:144 #: www/update-password.html:245 msgid "Invalid Password" @@ -18154,12 +18154,12 @@ msgstr "" msgid "Less" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Let us continue with the onboarding" msgstr "" #: public/js/frappe/views/workspace/blocks/onboarding.js:94 -#: public/js/frappe/widgets/onboarding_widget.js:602 +#: public/js/frappe/widgets/onboarding_widget.js:597 msgid "Let's Get Started" msgstr "" @@ -18176,10 +18176,10 @@ msgstr "" msgid "Let's set up your account" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:268 -#: public/js/frappe/widgets/onboarding_widget.js:309 -#: public/js/frappe/widgets/onboarding_widget.js:380 -#: public/js/frappe/widgets/onboarding_widget.js:419 +#: public/js/frappe/widgets/onboarding_widget.js:263 +#: public/js/frappe/widgets/onboarding_widget.js:304 +#: public/js/frappe/widgets/onboarding_widget.js:375 +#: public/js/frappe/widgets/onboarding_widget.js:414 msgid "Let's take you back to onboarding" msgstr "" @@ -18947,7 +18947,7 @@ msgstr "" msgid "Login is required to see web form list view. Enable {0} to see list settings" msgstr "" -#: templates/includes/login/login.js:70 +#: templates/includes/login/login.js:65 msgid "Login link sent to your email" msgstr "" @@ -19057,7 +19057,7 @@ msgctxt "DocField" msgid "Long Text" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:322 +#: public/js/frappe/widgets/onboarding_widget.js:317 msgid "Looks like you didn't change the value" msgstr "" @@ -20452,7 +20452,7 @@ msgstr "" #: core/doctype/data_import/data_import.json msgctxt "Data Import" msgid "Must be a publicly accessible Google Sheets URL" -msgstr "" +msgstr "Herkese açık bir Google E-Tablolar URL'si olmalıdır" #. Description of the 'LDAP Search String' (Data) field in DocType 'LDAP #. Settings' @@ -20775,7 +20775,7 @@ msgstr "Yeni Kişi" #: public/js/frappe/widgets/widget_dialog.js:70 msgid "New Custom Block" -msgstr "" +msgstr "Yeni Özel Blok" #: printing/page/print/print.js:295 printing/page/print/print.js:342 msgid "New Custom Print Format" @@ -20947,7 +20947,7 @@ msgstr "Yeni {0}: {1}" msgid "New {} releases for the following apps are available" msgstr "Aşağıdaki uygulamalar için yeni {} sürümler kullanıma sunuldu" -#: core/doctype/user/user.py:749 +#: core/doctype/user/user.py:753 msgid "Newly created user {0} has no roles enabled." msgstr "" @@ -21264,7 +21264,7 @@ msgstr "" msgid "No Results found" msgstr "" -#: core/doctype/user/user.py:750 +#: core/doctype/user/user.py:754 msgid "No Roles Specified" msgstr "" @@ -21529,12 +21529,12 @@ msgctxt "Recorder Query" msgid "Normalized Query" msgstr "" -#: core/doctype/user/user.py:955 templates/includes/login/login.js:258 +#: core/doctype/user/user.py:959 templates/includes/login/login.js:253 #: utils/oauth.py:265 msgid "Not Allowed" msgstr "İzin verilmedi" -#: templates/includes/login/login.js:260 +#: templates/includes/login/login.js:255 msgid "Not Allowed: Disabled User" msgstr "İzin Verilmedi: Devre Dışı Bırakılmış Kullanıcı" @@ -21646,7 +21646,7 @@ msgstr "" msgid "Not a valid Workflow Action" msgstr "Geçerli bir İş Akışı Eylemi değil" -#: templates/includes/login/login.js:256 +#: templates/includes/login/login.js:251 msgid "Not a valid user" msgstr "" @@ -21694,7 +21694,7 @@ msgstr "" #: core/doctype/system_settings/system_settings.py:209 handler.py:109 #: public/js/frappe/request.js:157 public/js/frappe/request.js:167 #: public/js/frappe/request.js:172 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:67 #: website/doctype/web_form/web_form.py:615 website/js/website.js:97 msgid "Not permitted" msgstr "İzin verilmedi" @@ -21914,7 +21914,7 @@ msgstr "" #: email/doctype/email_account/email_account.json msgctxt "Email Account" msgid "Notify if unreplied" -msgstr "" +msgstr "Cevaplanmazsa Bildir" #. Label of a Int field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -22145,7 +22145,7 @@ msgstr "" msgid "OTP Secret has been reset. Re-registration will be required on next login." msgstr "" -#: templates/includes/login/login.js:363 +#: templates/includes/login/login.js:351 msgid "OTP setup using OTP App was not completed. Please contact Administrator." msgstr "" @@ -22279,7 +22279,7 @@ msgstr "" msgid "Onboarding Step Map" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:269 +#: public/js/frappe/widgets/onboarding_widget.js:264 msgid "Onboarding complete" msgstr "" @@ -22411,7 +22411,7 @@ msgstr "" msgid "Only {0} emailed reports are allowed per user." msgstr "" -#: templates/includes/login/login.js:292 +#: templates/includes/login/login.js:287 msgid "Oops! Something went wrong." msgstr "" @@ -23280,7 +23280,7 @@ msgctxt "Web Form Field" msgid "Password" msgstr "" -#: core/doctype/user/user.py:1018 +#: core/doctype/user/user.py:1022 msgid "Password Email Sent" msgstr "" @@ -23320,7 +23320,7 @@ msgstr "" msgid "Password not found for {0} {1} {2}" msgstr "" -#: core/doctype/user/user.py:1017 +#: core/doctype/user/user.py:1021 msgid "Password reset instructions have been sent to your email" msgstr "" @@ -23332,7 +23332,7 @@ msgstr "" msgid "Password size exceeded the maximum allowed size" msgstr "" -#: core/doctype/user/user.py:813 +#: core/doctype/user/user.py:817 msgid "Password size exceeded the maximum allowed size." msgstr "" @@ -23825,7 +23825,7 @@ msgstr "" msgid "Please add a valid comment." msgstr "" -#: core/doctype/user/user.py:1000 +#: core/doctype/user/user.py:1004 msgid "Please ask your administrator to verify your sign-up" msgstr "" @@ -23857,7 +23857,7 @@ msgstr "" msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "" -#: core/doctype/user/user.py:998 +#: core/doctype/user/user.py:1002 msgid "Please check your email for verification" msgstr "" @@ -24519,7 +24519,7 @@ msgctxt "Transaction Log" msgid "Previous Hash" msgstr "" -#: public/js/frappe/form/form.js:2197 +#: public/js/frappe/form/form.js:2216 msgid "Previous Submission" msgstr "" @@ -25216,13 +25216,13 @@ msgstr "Mor" #. Name of a DocType #: integrations/doctype/push_notification_settings/push_notification_settings.json msgid "Push Notification Settings" -msgstr "" +msgstr "Anlık Bildirim Ayarları" #. Label of a Link in the Integrations Workspace #: integrations/workspace/integrations/integrations.json msgctxt "Push Notification Settings" msgid "Push Notification Settings" -msgstr "" +msgstr "Anlık Bildirim Ayarları" #. Label of a Card Break in the Integrations Workspace #: integrations/workspace/integrations/integrations.json @@ -25380,7 +25380,7 @@ msgctxt "DocType" msgid "Queue in Background (BETA)" msgstr "" -#: utils/background_jobs.py:470 +#: utils/background_jobs.py:490 msgid "Queue should be one of {0}" msgstr "" @@ -26376,7 +26376,7 @@ msgstr "" #: public/js/frappe/views/reports/query_report.js:1630 #: public/js/frappe/views/treeview.js:475 #: public/js/frappe/widgets/chart_widget.js:290 -#: public/js/frappe/widgets/number_card_widget.js:324 +#: public/js/frappe/widgets/number_card_widget.js:323 msgid "Refresh" msgstr "Yenile" @@ -26430,7 +26430,7 @@ msgstr "Yenileniyor" msgid "Refreshing..." msgstr "Yenileniyor..." -#: core/doctype/user/user.py:962 +#: core/doctype/user/user.py:966 msgid "Registered but disabled" msgstr "" @@ -28077,7 +28077,7 @@ msgstr "SMS Ayarları" msgid "SMS sent to following numbers: {0}" msgstr "" -#: templates/includes/login/login.js:377 +#: templates/includes/login/login.js:365 msgid "SMS was not sent. Please contact Administrator." msgstr "" @@ -28282,7 +28282,7 @@ msgstr "" #: desk/form/save.py:46 model/rename_doc.py:106 #: printing/page/print_format_builder/print_format_builder.js:845 #: public/js/frappe/form/toolbar.js:260 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:917 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:916 msgid "Saved" msgstr "" @@ -28445,7 +28445,7 @@ msgctxt "System Health Report" msgid "Scheduler Status" msgstr "" -#: utils/scheduler.py:202 +#: utils/scheduler.py:208 msgid "Scheduler can not be re-enabled when maintenance mode is active." msgstr "Bakım modu aktifken zamanlayıcı yeniden etkinleştirilemez." @@ -29326,7 +29326,7 @@ msgctxt "Contact Us Settings" msgid "Send enquiries to this email address" msgstr "" -#: templates/includes/login/login.js:73 www/login.html:210 +#: templates/includes/login/login.js:68 www/login.html:210 msgid "Send login link" msgstr "" @@ -30080,7 +30080,7 @@ msgstr "Kısa Yollar" #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:86 www/login.html:30 +#: templates/includes/login/login.js:81 www/login.html:30 msgid "Show" msgstr "" @@ -30148,7 +30148,7 @@ msgstr "Belgeyi Göster" msgid "Show Error" msgstr "Hatayı Göster" -#: public/js/frappe/form/layout.js:553 +#: public/js/frappe/form/layout.js:561 msgid "Show Fieldname (click to copy on clipboard)" msgstr "" @@ -30449,7 +30449,7 @@ msgctxt "Email Group" msgid "Sign Up and Confirmation" msgstr "Kayıt ve Doğrulama" -#: core/doctype/user/user.py:955 +#: core/doctype/user/user.py:959 msgid "Sign Up is disabled" msgstr "Kaydolma devre dışı bırakıldı" @@ -30575,7 +30575,7 @@ msgctxt "OAuth Provider Settings" msgid "Skip Authorization" msgstr "Yetkilendirmeyi Geç" -#: public/js/frappe/widgets/onboarding_widget.js:337 +#: public/js/frappe/widgets/onboarding_widget.js:332 msgid "Skip Step" msgstr "" @@ -30777,7 +30777,7 @@ msgstr "" msgid "Something went wrong during the token generation. Click on {0} to generate a new one." msgstr "" -#: templates/includes/login/login.js:294 +#: templates/includes/login/login.js:289 msgid "Something went wrong." msgstr "" @@ -31554,7 +31554,7 @@ msgid "Submission Queue" msgstr "" #: core/doctype/user_permission/user_permission_list.js:138 -#: public/js/frappe/form/quick_entry.js:198 +#: public/js/frappe/form/quick_entry.js:201 #: public/js/frappe/form/sidebar/review.js:116 #: public/js/frappe/ui/capture.js:307 #: social/doctype/energy_point_log/energy_point_log.js:39 @@ -31651,7 +31651,7 @@ msgctxt "Auto Repeat" msgid "Submit on Creation" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:400 +#: public/js/frappe/widgets/onboarding_widget.js:395 msgid "Submit this document to complete this step." msgstr "" @@ -31720,10 +31720,10 @@ msgstr "Alt yazı" #: core/doctype/data_import/data_import.js:459 #: desk/doctype/bulk_update/bulk_update.js:31 #: desk/doctype/desktop_icon/desktop_icon.py:446 -#: public/js/frappe/form/grid.js:1139 +#: public/js/frappe/form/grid.js:1142 #: public/js/frappe/views/translation_manager.js:21 -#: templates/includes/login/login.js:231 templates/includes/login/login.js:237 -#: templates/includes/login/login.js:270 templates/includes/login/login.js:278 +#: templates/includes/login/login.js:226 templates/includes/login/login.js:232 +#: templates/includes/login/login.js:265 templates/includes/login/login.js:273 #: templates/pages/integrations/gcalendar-success.html:9 #: workflow/doctype/workflow_action/workflow_action.py:166 msgid "Success" @@ -31849,7 +31849,7 @@ msgctxt "Recorder" msgid "Suggested Indexes" msgstr "" -#: core/doctype/user/user.py:670 +#: core/doctype/user/user.py:674 msgid "Suggested Username: {0}" msgstr "" @@ -32339,7 +32339,7 @@ msgstr "" msgid "Table Trimmed" msgstr "" -#: public/js/frappe/form/grid.js:1138 +#: public/js/frappe/form/grid.js:1141 msgid "Table updated" msgstr "" @@ -32481,7 +32481,7 @@ msgstr "" msgid "Templates" msgstr "" -#: core/doctype/user/user.py:966 +#: core/doctype/user/user.py:970 msgid "Temporarily Disabled" msgstr "" @@ -32605,7 +32605,7 @@ msgstr "" msgid "The Auto Repeat for this document has been disabled." msgstr "" -#: public/js/frappe/form/grid.js:1161 +#: public/js/frappe/form/grid.js:1164 msgid "The CSV format is case sensitive" msgstr "" @@ -32776,11 +32776,11 @@ msgid "The project number obtained from Google Cloud Console under " msgstr "" -#: core/doctype/user/user.py:926 +#: core/doctype/user/user.py:930 msgid "The reset password link has been expired" msgstr "" -#: core/doctype/user/user.py:928 +#: core/doctype/user/user.py:932 msgid "The reset password link has either been used before or is invalid" msgstr "" @@ -33229,7 +33229,7 @@ msgstr "" msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "Bu işi hemen sonlandırmak tehlikeli olabilir, emin misiniz? " -#: core/doctype/user/user.py:1186 +#: core/doctype/user/user.py:1190 msgid "Throttled" msgstr "" @@ -33916,7 +33916,7 @@ msgstr "" msgid "Too many changes to database in single action." msgstr "" -#: core/doctype/user/user.py:967 +#: core/doctype/user/user.py:971 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "" @@ -34282,7 +34282,7 @@ msgstr "" msgid "Trim Table" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:323 +#: public/js/frappe/widgets/onboarding_widget.js:318 msgid "Try Again" msgstr "" @@ -35547,7 +35547,7 @@ msgstr "" msgid "User does not exist" msgstr "Kullanıcı bulunamadı" -#: templates/includes/login/login.js:293 +#: templates/includes/login/login.js:288 msgid "User does not exist." msgstr "Kullanıcı bulunamadı." @@ -35589,7 +35589,7 @@ msgstr "Kullanıcı {0} silinemez" msgid "User {0} cannot be disabled" msgstr "" -#: core/doctype/user/user.py:552 +#: core/doctype/user/user.py:556 msgid "User {0} cannot be renamed" msgstr "" @@ -35606,7 +35606,7 @@ msgstr "" msgid "User {0} has requested for data deletion" msgstr "" -#: core/doctype/user/user.py:1315 +#: core/doctype/user/user.py:1319 msgid "User {0} impersonated as {1}" msgstr "" @@ -35644,7 +35644,7 @@ msgctxt "User Social Login" msgid "Username" msgstr "" -#: core/doctype/user/user.py:637 +#: core/doctype/user/user.py:641 msgid "Username {0} already exists" msgstr "" @@ -35704,11 +35704,11 @@ msgctxt "OAuth Authorization Code" msgid "Valid" msgstr "Geçerli" -#: templates/includes/login/login.js:53 templates/includes/login/login.js:66 +#: templates/includes/login/login.js:48 templates/includes/login/login.js:61 msgid "Valid Login id required." msgstr "" -#: templates/includes/login/login.js:40 +#: templates/includes/login/login.js:35 msgid "Valid email and name required" msgstr "" @@ -35905,7 +35905,7 @@ msgstr "" msgid "Verification Link" msgstr "" -#: templates/includes/login/login.js:391 +#: templates/includes/login/login.js:379 msgid "Verification code email not sent. Please contact Administrator." msgstr "" @@ -35927,7 +35927,7 @@ msgstr "" msgid "Verify Password" msgstr "" -#: templates/includes/login/login.js:172 +#: templates/includes/login/login.js:167 msgid "Verifying..." msgstr "Doğrulanıyor..." @@ -37030,7 +37030,7 @@ msgctxt "Workspace" msgid "Workspace" msgstr "Çalışma Alanı" -#: public/js/frappe/router.js:193 +#: public/js/frappe/router.js:179 msgid "Workspace {0} does not exist" msgstr "Çalışma Alanı {0} mevcut değil" @@ -37042,7 +37042,7 @@ msgstr "" #. Name of a DocType #: desk/doctype/workspace_custom_block/workspace_custom_block.json msgid "Workspace Custom Block" -msgstr "" +msgstr "Çalışma Alanı Özel Blok" #. Name of a DocType #: desk/doctype/workspace_link/workspace_link.json @@ -37312,7 +37312,7 @@ msgstr "" msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in row {3}, field {4}" msgstr "" -#: public/js/frappe/views/kanban/kanban_board.bundle.js:69 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 msgid "You are not allowed to create columns" msgstr "" @@ -37405,7 +37405,7 @@ msgstr "" msgid "You can change the retention policy from {0}." msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:199 +#: public/js/frappe/widgets/onboarding_widget.js:194 msgid "You can continue with the onboarding after exploring this page" msgstr "" @@ -37696,7 +37696,7 @@ msgctxt "Form timeline" msgid "You removed attachment {0}" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:525 +#: public/js/frappe/widgets/onboarding_widget.js:520 msgid "You seem good to go!" msgstr "" @@ -37751,7 +37751,7 @@ msgstr "Kısayollar" msgid "Your account has been deleted" msgstr "" -#: auth.py:476 +#: auth.py:487 msgid "Your account has been locked and will resume after {0} seconds" msgstr "" @@ -37846,7 +37846,7 @@ msgstr "" msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "" -#: utils/background_jobs.py:105 +#: utils/background_jobs.py:106 msgid "`job_id` paramater is required for deduplication." msgstr "" @@ -38482,19 +38482,19 @@ msgctxt "RQ Worker" msgid "short" msgstr "kısa" -#: public/js/frappe/widgets/number_card_widget.js:282 +#: public/js/frappe/widgets/number_card_widget.js:281 msgid "since last month" msgstr "" -#: public/js/frappe/widgets/number_card_widget.js:281 +#: public/js/frappe/widgets/number_card_widget.js:280 msgid "since last week" msgstr "" -#: public/js/frappe/widgets/number_card_widget.js:283 +#: public/js/frappe/widgets/number_card_widget.js:282 msgid "since last year" msgstr "" -#: public/js/frappe/widgets/number_card_widget.js:280 +#: public/js/frappe/widgets/number_card_widget.js:279 msgid "since yesterday" msgstr "" @@ -39149,7 +39149,7 @@ msgstr "" msgid "{0} items selected" msgstr "" -#: core/doctype/user/user.py:1324 +#: core/doctype/user/user.py:1328 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "" From 5fa11cb6a1a95936be6a785cff944496bc260a44 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 6 Jun 2024 09:32:29 +0530 Subject: [PATCH 22/54] fix: Bosnian translations --- frappe/locale/bs.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/frappe/locale/bs.po b/frappe/locale/bs.po index f9b833915c..a801a327f4 100644 --- a/frappe/locale/bs.po +++ b/frappe/locale/bs.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-06-02 09:33+0000\n" -"PO-Revision-Date: 2024-06-05 03:59\n" +"PO-Revision-Date: 2024-06-06 04:02\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Bosnian\n" "MIME-Version: 1.0\n" @@ -2754,7 +2754,7 @@ msgstr "Ar" #: public/js/frappe/views/kanban/kanban_column.html:14 msgid "Archive" -msgstr "" +msgstr "Arhiva" #. Option for the 'Status' (Select) field in DocType 'Kanban Board Column' #: desk/doctype/kanban_board_column/kanban_board_column.json @@ -4438,7 +4438,7 @@ msgstr "Veličina međuspremnika" #. Name of a Workspace #: core/workspace/build/build.json msgid "Build" -msgstr "Izdradnja" +msgstr "Izgradnja" #. Description of a Card Break in the Build Workspace #: core/workspace/build/build.json @@ -10152,7 +10152,7 @@ msgstr "URL dokumentacije" #: public/js/frappe/form/templates/form_dashboard.html:17 msgid "Documents" -msgstr "" +msgstr "Dokumenti" #: core/doctype/deleted_document/deleted_document_list.js:25 msgid "Documents restored successfully" @@ -10293,7 +10293,7 @@ msgstr "Link za preuzimanje" #: public/js/frappe/list/bulk_operations.js:125 msgid "Download PDF" -msgstr "" +msgstr "Preuzmi PDF" #: public/js/frappe/views/reports/query_report.js:767 msgid "Download Report" @@ -14149,7 +14149,7 @@ msgstr "Spol" #: www/contact.html:29 msgid "General" -msgstr "" +msgstr "Općenito" #. Title of an Onboarding Step #: custom/onboarding_step/report_builder/report_builder.json @@ -16627,7 +16627,7 @@ msgstr "Instalirane aplikacije" #: printing/doctype/letter_head/letter_head.json msgctxt "Letter Head" msgid "Instructions" -msgstr "" +msgstr "Instrukcije" #: templates/includes/login/login.js:257 msgid "Instructions Emailed" @@ -18386,13 +18386,13 @@ msgstr "Pismo" #: public/js/frappe/form/templates/print_layout.html:16 #: public/js/frappe/list/bulk_operations.js:51 msgid "Letter Head" -msgstr "" +msgstr "Memorandum" #. Label of a Link field in DocType 'Report' #: core/doctype/report/report.json msgctxt "Report" msgid "Letter Head" -msgstr "" +msgstr "Memorandum" #. Label of a Select field in DocType 'Letter Head' #: printing/doctype/letter_head/letter_head.json @@ -34162,7 +34162,7 @@ msgstr "Nedavno se prijavilo previše korisnika, pa je registracija onemogućena #. Label of a Card Break in the Tools Workspace #: automation/workspace/tools/tools.json msgid "Tools" -msgstr "" +msgstr "Alati" #. Option for the 'Position' (Select) field in DocType 'Form Tour Step' #: desk/doctype/form_tour_step/form_tour_step.json From 7195f165a9f11229f1cc0aa3c363df421bd2db70 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 7 Jun 2024 10:06:04 +0530 Subject: [PATCH 23/54] fix: Turkish translations --- frappe/locale/tr.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frappe/locale/tr.po b/frappe/locale/tr.po index 06d26a19a3..816ba30d2f 100644 --- a/frappe/locale/tr.po +++ b/frappe/locale/tr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-06-02 09:33+0000\n" -"PO-Revision-Date: 2024-06-06 04:02\n" +"PO-Revision-Date: 2024-06-07 04:36\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -1116,12 +1116,12 @@ msgstr "Aktivite Günlüğü" #: public/js/frappe/views/reports/query_report.js:294 #: public/js/frappe/widgets/widget_dialog.js:30 msgid "Add" -msgstr "Ekle" +msgstr "Yeni" #: public/js/frappe/list/list_view.js:266 msgctxt "Primary action in list view" msgid "Add" -msgstr "Ekle" +msgstr "Yeni" #: public/js/frappe/form/grid_row.js:431 msgid "Add / Remove Columns" @@ -22948,7 +22948,7 @@ msgstr "" #. Label of a Card Break in the Build Workspace #: core/workspace/build/build.json msgid "Packages" -msgstr "" +msgstr "Paketler" #. Description of a Card Break in the Build Workspace #: core/workspace/build/build.json @@ -24122,7 +24122,7 @@ msgstr "" #: model/naming.py:565 msgid "Please set the document name" -msgstr "" +msgstr "Lütfen belge adını ayarlayın" #: desk/doctype/dashboard/dashboard.py:120 msgid "Please set the following documents in this Dashboard as standard first." From c357967d5d32bfd266688b86f0b4aebc3b91788c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 7 Jun 2024 10:06:06 +0530 Subject: [PATCH 24/54] fix: Persian translations --- frappe/locale/fa.po | 236 ++++++++++++++++++++++---------------------- 1 file changed, 118 insertions(+), 118 deletions(-) diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index 7bd6b2efb9..70f7dc13d4 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-05-26 09:33+0000\n" -"PO-Revision-Date: 2024-06-03 03:42\n" +"POT-Creation-Date: 2024-06-02 09:33+0000\n" +"PO-Revision-Date: 2024-06-07 04:36\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -866,7 +866,7 @@ msgctxt "Social Login Key" msgid "Access Token URL" msgstr "دسترسی به URL Token" -#: auth.py:455 +#: auth.py:466 msgid "Access not allowed from this IP Address" msgstr "دسترسی از این آدرس IP مجاز نیست" @@ -941,8 +941,8 @@ msgctxt "DocType Action" msgid "Action / Route" msgstr "اقدام / مسیر" -#: public/js/frappe/widgets/onboarding_widget.js:310 -#: public/js/frappe/widgets/onboarding_widget.js:381 +#: public/js/frappe/widgets/onboarding_widget.js:305 +#: public/js/frappe/widgets/onboarding_widget.js:376 msgid "Action Complete" msgstr "اقدام کامل شد" @@ -1230,7 +1230,7 @@ msgstr "افزودن پارامترهای پرس و جو" msgid "Add Review" msgstr "افزودن نظر" -#: core/doctype/user/user.py:753 +#: core/doctype/user/user.py:757 msgid "Add Roles" msgstr "اضافه کردن نقش ها" @@ -1519,11 +1519,11 @@ msgstr "مدیریت" msgid "Administrator" msgstr "مدیر" -#: core/doctype/user/user.py:1157 +#: core/doctype/user/user.py:1161 msgid "Administrator Logged In" msgstr "مدیر وارد شده است" -#: core/doctype/user/user.py:1151 +#: core/doctype/user/user.py:1155 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "سرپرست از طریق آدرس IP {2} به {0} در {1} دسترسی پیدا کرد." @@ -1718,7 +1718,7 @@ msgstr "تمام تصاویر پیوست شده به نمایش اسلاید و msgid "All Records" msgstr "همه سوابق" -#: public/js/frappe/form/form.js:2205 +#: public/js/frappe/form/form.js:2224 msgid "All Submissions" msgstr "همه موارد ارسالی" @@ -2117,7 +2117,7 @@ msgstr "نقش های مجاز" msgid "Allowing DocType, DocType. Be careful!" msgstr "اجازه دادن به DocType، DocType. مراقب باش!" -#: core/doctype/user/user.py:960 +#: core/doctype/user/user.py:964 msgid "Already Registered" msgstr "قبلا ثبت شده است" @@ -2568,7 +2568,7 @@ msgctxt "Kanban Board Column" msgid "Archived" msgstr "بایگانی شد" -#: public/js/frappe/views/kanban/kanban_board.bundle.js:495 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:494 msgid "Archived Columns" msgstr "ستون های بایگانی شده" @@ -3435,11 +3435,11 @@ msgctxt "Email Account" msgid "Awaiting password" msgstr "در انتظار رمز عبور" -#: public/js/frappe/widgets/onboarding_widget.js:200 +#: public/js/frappe/widgets/onboarding_widget.js:195 msgid "Awesome Work" msgstr "کارتان عالی بود" -#: public/js/frappe/widgets/onboarding_widget.js:358 +#: public/js/frappe/widgets/onboarding_widget.js:353 msgid "Awesome, now try making an entry yourself" msgstr "عالی است، حالا سعی کنید خودتان یک ورودی ایجاد کنید" @@ -3530,7 +3530,7 @@ msgctxt "Notification Recipient" msgid "BCC" msgstr "BCC" -#: public/js/frappe/widgets/onboarding_widget.js:186 +#: public/js/frappe/widgets/onboarding_widget.js:181 msgid "Back" msgstr "بازگشت" @@ -4099,7 +4099,7 @@ msgstr "ربات" msgid "Both DocType and Name required" msgstr "هم DocType و هم Name مورد نیاز است" -#: templates/includes/login/login.js:97 +#: templates/includes/login/login.js:92 msgid "Both login and password required" msgstr "ورود و رمز عبور هر دو نیاز است" @@ -4273,7 +4273,7 @@ msgstr "حذف انبوه" msgid "Bulk Edit" msgstr "ویرایش انبوه" -#: public/js/frappe/form/grid.js:1157 +#: public/js/frappe/form/grid.js:1160 msgid "Bulk Edit {0}" msgstr "ویرایش انبوه {0}" @@ -5960,7 +5960,7 @@ msgstr "ستون ها بر اساس" #: integrations/doctype/oauth_client/oauth_client.py:48 msgid "Combination of Grant Type ({0}) and Response Type ({1}) not allowed" -msgstr "ترکیب نوع کمک هزینه ({0}) و نوع پاسخ ({1}) مجاز نیست" +msgstr "" #. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' #: printing/doctype/print_settings/print_settings.json @@ -6379,7 +6379,7 @@ msgstr "الگوی ایمیل تایید" msgid "Confirmed" msgstr "تایید شده" -#: public/js/frappe/widgets/onboarding_widget.js:530 +#: public/js/frappe/widgets/onboarding_widget.js:525 msgid "Congratulations on completing the module setup. If you want to learn more you can refer to the documentation here." msgstr "بابت تکمیل راه‌اندازی ماژول تبریک می گویم. اگر می‌خواهید بیشتر بدانید، می‌توانید به مستندات اینجا مراجعه کنید." @@ -6654,14 +6654,14 @@ msgctxt "Web Page" msgid "Context Script" msgstr "متن اسکریپت" -#: public/js/frappe/widgets/onboarding_widget.js:209 -#: public/js/frappe/widgets/onboarding_widget.js:237 -#: public/js/frappe/widgets/onboarding_widget.js:277 -#: public/js/frappe/widgets/onboarding_widget.js:317 -#: public/js/frappe/widgets/onboarding_widget.js:366 -#: public/js/frappe/widgets/onboarding_widget.js:388 -#: public/js/frappe/widgets/onboarding_widget.js:428 -#: public/js/frappe/widgets/onboarding_widget.js:536 +#: public/js/frappe/widgets/onboarding_widget.js:204 +#: public/js/frappe/widgets/onboarding_widget.js:232 +#: public/js/frappe/widgets/onboarding_widget.js:272 +#: public/js/frappe/widgets/onboarding_widget.js:312 +#: public/js/frappe/widgets/onboarding_widget.js:361 +#: public/js/frappe/widgets/onboarding_widget.js:383 +#: public/js/frappe/widgets/onboarding_widget.js:423 +#: public/js/frappe/widgets/onboarding_widget.js:531 msgid "Continue" msgstr "ادامه هید" @@ -9152,7 +9152,7 @@ msgstr "موضوع بحث" msgid "Dismiss" msgstr "رد" -#: public/js/frappe/widgets/onboarding_widget.js:577 +#: public/js/frappe/widgets/onboarding_widget.js:572 msgctxt "Stop showing the onboarding widget." msgid "Dismiss" msgstr "رد" @@ -9194,7 +9194,7 @@ msgctxt "LDAP Settings" msgid "Do not create new user if user with email does not exist in the system" msgstr "اگر کاربر با ایمیل در سیستم وجود ندارد، کاربر جدیدی ایجاد نکنید" -#: public/js/frappe/form/grid.js:1162 +#: public/js/frappe/form/grid.js:1165 msgid "Do not edit headers which are preset in the template" msgstr "سرصفحه هایی را که در قالب از پیش تنظیم شده اند ویرایش نکنید" @@ -9649,10 +9649,10 @@ msgstr "خلاصه بازسازی سند" msgid "Document Restored" msgstr "سند بازیابی شد" -#: public/js/frappe/widgets/onboarding_widget.js:359 -#: public/js/frappe/widgets/onboarding_widget.js:401 -#: public/js/frappe/widgets/onboarding_widget.js:420 -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:354 +#: public/js/frappe/widgets/onboarding_widget.js:396 +#: public/js/frappe/widgets/onboarding_widget.js:415 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Document Saved" msgstr "سند ذخیره شد" @@ -10349,7 +10349,7 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:813 #: public/js/frappe/widgets/base_widget.js:64 #: public/js/frappe/widgets/chart_widget.js:298 -#: public/js/frappe/widgets/number_card_widget.js:331 +#: public/js/frappe/widgets/number_card_widget.js:330 #: templates/discussions/reply_card.html:29 #: templates/discussions/reply_section.html:29 #: workflow/page/workflow_builder/workflow_builder.js:46 @@ -10411,7 +10411,7 @@ msgstr "ویرایش فیلترها" msgid "Edit Format" msgstr "ویرایش فرمت" -#: public/js/frappe/form/quick_entry.js:280 +#: public/js/frappe/form/quick_entry.js:283 msgid "Edit Full Form" msgstr "ویرایش فرم کامل" @@ -10678,7 +10678,7 @@ msgctxt "Email Account" msgid "Email Account Name" msgstr "نام حساب ایمیل" -#: core/doctype/user/user.py:686 +#: core/doctype/user/user.py:690 msgid "Email Account added multiple times" msgstr "حساب ایمیل چندین بار اضافه شده است" @@ -11485,7 +11485,7 @@ msgstr "از صحت مسیرهای جستجوی کاربر و گروه اطمی msgid "Enter Client Id and Client Secret in Google Settings." msgstr "شناسه مشتری و Client Secret را در تنظیمات Google وارد کنید." -#: templates/includes/login/login.js:359 +#: templates/includes/login/login.js:347 msgid "Enter Code displayed in OTP App." msgstr "کد نمایش داده شده در OTP App را وارد کنید." @@ -12202,7 +12202,7 @@ msgstr "محاسبه بدنه درخواست ناموفق بود: {}" msgid "Failed to connect to server" msgstr "اتصال به سرور ممکن نشد" -#: auth.py:658 +#: auth.py:669 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "رمزگشایی رمز انجام نشد، لطفاً یک رمز رمزگذاری شده معتبر base64 ارائه دهید." @@ -12553,7 +12553,7 @@ msgstr "نام فیلد \"{0}\" در تضاد با یک {1} از نام {2} در msgid "Fieldname called {0} must exist to enable autonaming" msgstr "برای فعال کردن نامگذاری خودکار، نام فیلد به نام {0} باید وجود داشته باشد" -#: database/schema.py:125 database/schema.py:356 +#: database/schema.py:125 database/schema.py:361 msgid "Fieldname is limited to 64 characters ({0})" msgstr "نام فیلد به 64 کاراکتر محدود شده است ({0})" @@ -12569,7 +12569,7 @@ msgstr "نام فیلد که DocType برای این فیلد پیوند خوا msgid "Fieldname {0} appears multiple times" msgstr "نام فیلد {0} چندین بار ظاهر می شود" -#: database/schema.py:346 +#: database/schema.py:351 msgid "Fieldname {0} cannot have special characters like {1}" msgstr "نام فیلد {0} نمی تواند نویسه های خاصی مانند {1} داشته باشد" @@ -12831,7 +12831,7 @@ msgstr "فایل ها" #: desk/doctype/number_card/number_card.js:205 #: desk/doctype/number_card/number_card.js:333 #: email/doctype/auto_email_report/auto_email_report.js:90 -#: public/js/frappe/list/base_list.js:878 +#: public/js/frappe/list/base_list.js:882 #: public/js/frappe/ui/filters/filter_list.js:134 #: website/doctype/web_form/web_form.js:197 msgid "Filter" @@ -14100,8 +14100,8 @@ msgstr "لغو اشتراک سراسری" msgid "Go" msgstr "برو" -#: public/js/frappe/widgets/onboarding_widget.js:246 -#: public/js/frappe/widgets/onboarding_widget.js:326 +#: public/js/frappe/widgets/onboarding_widget.js:241 +#: public/js/frappe/widgets/onboarding_widget.js:321 msgid "Go Back" msgstr "برگرد" @@ -14950,7 +14950,7 @@ msgstr "فیلدهای پنهان" #: public/js/frappe/views/workspace/workspace.js:825 #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:83 +#: templates/includes/login/login.js:78 msgid "Hide" msgstr "پنهان شدن" @@ -16427,7 +16427,7 @@ msgctxt "Letter Head" msgid "Instructions" msgstr "دستورالعمل ها" -#: templates/includes/login/login.js:262 +#: templates/includes/login/login.js:257 msgid "Instructions Emailed" msgstr "دستورالعمل ها ایمیل شد" @@ -16609,7 +16609,7 @@ msgid "Invalid" msgstr "بی اعتبار" #: public/js/form_builder/utils.js:221 public/js/frappe/form/grid_row.js:770 -#: public/js/frappe/form/layout.js:785 +#: public/js/frappe/form/layout.js:793 msgid "Invalid \"depends_on\" expression" msgstr "عبارت \"depends_on\" نامعتبر است" @@ -16677,7 +16677,7 @@ msgstr "پیوند نامعتبر" msgid "Invalid Login Token" msgstr "رمز ورود نامعتبر است" -#: templates/includes/login/login.js:291 +#: templates/includes/login/login.js:286 msgid "Invalid Login. Try again." msgstr "ورود نامعتبر دوباره امتحان کنید." @@ -16713,7 +16713,7 @@ msgstr "" msgid "Invalid Parameters." msgstr "پارامترهای نامعتبر" -#: core/doctype/user/user.py:1172 www/update-password.html:121 +#: core/doctype/user/user.py:1176 www/update-password.html:121 #: www/update-password.html:142 www/update-password.html:144 #: www/update-password.html:245 msgid "Invalid Password" @@ -18143,12 +18143,12 @@ msgstr "طول {0} باید بین 1 تا 1000 باشد" msgid "Less" msgstr "کمتر" -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Let us continue with the onboarding" msgstr "اجازه دهید به نصب ادامه دهیم" #: public/js/frappe/views/workspace/blocks/onboarding.js:94 -#: public/js/frappe/widgets/onboarding_widget.js:602 +#: public/js/frappe/widgets/onboarding_widget.js:597 msgid "Let's Get Started" msgstr "بیا شروع کنیم" @@ -18165,10 +18165,10 @@ msgstr "از کلمات و شخصیت های تکراری خودداری کنی msgid "Let's set up your account" msgstr "بیایید حساب شما را تنظیم کنیم" -#: public/js/frappe/widgets/onboarding_widget.js:268 -#: public/js/frappe/widgets/onboarding_widget.js:309 -#: public/js/frappe/widgets/onboarding_widget.js:380 -#: public/js/frappe/widgets/onboarding_widget.js:419 +#: public/js/frappe/widgets/onboarding_widget.js:263 +#: public/js/frappe/widgets/onboarding_widget.js:304 +#: public/js/frappe/widgets/onboarding_widget.js:375 +#: public/js/frappe/widgets/onboarding_widget.js:414 msgid "Let's take you back to onboarding" msgstr "بیایید شما را به سوار شدن برگردانیم" @@ -18936,7 +18936,7 @@ msgstr "وارد شوید و در مرورگر مشاهده کنید" msgid "Login is required to see web form list view. Enable {0} to see list settings" msgstr "ورود به سیستم برای مشاهده لیست فرم وب مورد نیاز است. برای مشاهده تنظیمات لیست، {0} را فعال کنید" -#: templates/includes/login/login.js:70 +#: templates/includes/login/login.js:65 msgid "Login link sent to your email" msgstr "لینک ورود به ایمیل شما ارسال شد" @@ -19046,7 +19046,7 @@ msgctxt "DocField" msgid "Long Text" msgstr "متن طولانی" -#: public/js/frappe/widgets/onboarding_widget.js:322 +#: public/js/frappe/widgets/onboarding_widget.js:317 msgid "Looks like you didn't change the value" msgstr "به نظر می رسد شما مقدار را تغییر نداده اید" @@ -20937,7 +20937,7 @@ msgstr "{0} جدید: {1}" msgid "New {} releases for the following apps are available" msgstr "نسخه‌های جدید {} برای برنامه‌های زیر در دسترس هستند" -#: core/doctype/user/user.py:749 +#: core/doctype/user/user.py:753 msgid "Newly created user {0} has no roles enabled." msgstr "کاربر تازه ایجاد شده {0} هیچ نقشی فعال ندارد." @@ -21254,7 +21254,7 @@ msgstr "هیچ نتیجه ای" msgid "No Results found" msgstr "نتیجه ای پیدا نشد" -#: core/doctype/user/user.py:750 +#: core/doctype/user/user.py:754 msgid "No Roles Specified" msgstr "هیچ نقشی مشخص نشده است" @@ -21519,12 +21519,12 @@ msgctxt "Recorder Query" msgid "Normalized Query" msgstr "پرس و جو عادی شده" -#: core/doctype/user/user.py:955 templates/includes/login/login.js:258 +#: core/doctype/user/user.py:959 templates/includes/login/login.js:253 #: utils/oauth.py:265 msgid "Not Allowed" msgstr "مجاز نیست" -#: templates/includes/login/login.js:260 +#: templates/includes/login/login.js:255 msgid "Not Allowed: Disabled User" msgstr "مجاز نیست: کاربر غیرفعال" @@ -21636,7 +21636,7 @@ msgstr "تصویر کاربر معتبری نیست." msgid "Not a valid Workflow Action" msgstr "یک اقدام گردش کار معتبر نیست" -#: templates/includes/login/login.js:256 +#: templates/includes/login/login.js:251 msgid "Not a valid user" msgstr "کاربر معتبری نیست" @@ -21684,7 +21684,7 @@ msgstr "در حالت توسعه دهنده نیست! در site_config.json تن #: core/doctype/system_settings/system_settings.py:209 handler.py:109 #: public/js/frappe/request.js:157 public/js/frappe/request.js:167 #: public/js/frappe/request.js:172 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:67 #: website/doctype/web_form/web_form.py:615 website/js/website.js:97 msgid "Not permitted" msgstr "غیر مجاز" @@ -22135,7 +22135,7 @@ msgstr "بازنشانی مخفی OTP - {0}" msgid "OTP Secret has been reset. Re-registration will be required on next login." msgstr "OTP Secret بازنشانی شده است. ثبت نام مجدد در ورود بعدی الزامی است." -#: templates/includes/login/login.js:363 +#: templates/includes/login/login.js:351 msgid "OTP setup using OTP App was not completed. Please contact Administrator." msgstr "راه‌اندازی OTP با استفاده از برنامه OTP تکمیل نشد. لطفا با مدیر تماس بگیرید" @@ -22269,7 +22269,7 @@ msgstr "مرحله ورود" msgid "Onboarding Step Map" msgstr "ورود نقشه مرحله ای" -#: public/js/frappe/widgets/onboarding_widget.js:269 +#: public/js/frappe/widgets/onboarding_widget.js:264 msgid "Onboarding complete" msgstr "سوار شدن کامل شد" @@ -22401,7 +22401,7 @@ msgstr "فقط کاربران درگیر در سند لیست شده اند" msgid "Only {0} emailed reports are allowed per user." msgstr "فقط {0} گزارش ایمیل شده برای هر کاربر مجاز است." -#: templates/includes/login/login.js:292 +#: templates/includes/login/login.js:287 msgid "Oops! Something went wrong." msgstr "اوه! مشکلی پیش آمد." @@ -23134,7 +23134,7 @@ msgstr "انتخابگر عنصر والد" #: desk/doctype/form_tour_step/form_tour_step.json msgctxt "Form Tour Step" msgid "Parent Field" -msgstr "فیلد والدین" +msgstr "فیلد والد" #: core/doctype/doctype/doctype.py:914 msgid "Parent Field (Tree)" @@ -23168,7 +23168,7 @@ msgstr "صفحه والد" #: core/doctype/data_export/exporter.py:24 msgid "Parent Table" -msgstr "جدول والدین" +msgstr "جدول والد" #: desk/doctype/dashboard_chart/dashboard_chart.py:393 msgid "Parent document type is required to create a dashboard chart" @@ -23270,7 +23270,7 @@ msgctxt "Web Form Field" msgid "Password" msgstr "کلمه عبور" -#: core/doctype/user/user.py:1018 +#: core/doctype/user/user.py:1022 msgid "Password Email Sent" msgstr "رمز عبور ایمیل ارسال شد" @@ -23310,7 +23310,7 @@ msgstr "رمز عبور در حساب ایمیل گم شده است" msgid "Password not found for {0} {1} {2}" msgstr "رمز عبور برای {0} {1} {2} یافت نشد" -#: core/doctype/user/user.py:1017 +#: core/doctype/user/user.py:1021 msgid "Password reset instructions have been sent to your email" msgstr "دستورالعمل های بازنشانی رمز عبور به ایمیل شما ارسال شده است" @@ -23322,7 +23322,7 @@ msgstr "مجموعه رمز عبور" msgid "Password size exceeded the maximum allowed size" msgstr "اندازه رمز عبور از حداکثر اندازه مجاز بیشتر است" -#: core/doctype/user/user.py:813 +#: core/doctype/user/user.py:817 msgid "Password size exceeded the maximum allowed size." msgstr "اندازه رمز عبور از حداکثر اندازه مجاز بیشتر است." @@ -23815,7 +23815,7 @@ msgstr "لطفا یک موضوع به ایمیل خود اضافه کنید" msgid "Please add a valid comment." msgstr "لطفا یک نظر معتبر اضافه کنید." -#: core/doctype/user/user.py:1000 +#: core/doctype/user/user.py:1004 msgid "Please ask your administrator to verify your sign-up" msgstr "لطفاً از سرپرست خود بخواهید ثبت نام شما را تأیید کند" @@ -23847,7 +23847,7 @@ msgstr "لطفاً مقادیر فیلتر تنظیم شده برای نمودا msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "لطفاً مقدار تنظیم شده \"Fetch From\" را برای فیلد {0} بررسی کنید" -#: core/doctype/user/user.py:998 +#: core/doctype/user/user.py:1002 msgid "Please check your email for verification" msgstr "لطفا ایمیل خود را برای تایید بررسی کنید" @@ -24509,7 +24509,7 @@ msgctxt "Transaction Log" msgid "Previous Hash" msgstr "هش قبلی" -#: public/js/frappe/form/form.js:2197 +#: public/js/frappe/form/form.js:2216 msgid "Previous Submission" msgstr "ارسال قبلی" @@ -25370,7 +25370,7 @@ msgctxt "DocType" msgid "Queue in Background (BETA)" msgstr "صف در پس‌زمینه (BETA)" -#: utils/background_jobs.py:470 +#: utils/background_jobs.py:490 msgid "Queue should be one of {0}" msgstr "صف باید یکی از {0} باشد" @@ -26366,7 +26366,7 @@ msgstr "ارجاع دهنده" #: public/js/frappe/views/reports/query_report.js:1630 #: public/js/frappe/views/treeview.js:475 #: public/js/frappe/widgets/chart_widget.js:290 -#: public/js/frappe/widgets/number_card_widget.js:324 +#: public/js/frappe/widgets/number_card_widget.js:323 msgid "Refresh" msgstr "تازه کردن" @@ -26420,7 +26420,7 @@ msgstr "تازه کردن" msgid "Refreshing..." msgstr "تازه کردن..." -#: core/doctype/user/user.py:962 +#: core/doctype/user/user.py:966 msgid "Registered but disabled" msgstr "ثبت شده اما غیرفعال است" @@ -28067,7 +28067,7 @@ msgstr "تنظیمات پیامک" msgid "SMS sent to following numbers: {0}" msgstr "پیامک به شماره های زیر ارسال شد: {0}" -#: templates/includes/login/login.js:377 +#: templates/includes/login/login.js:365 msgid "SMS was not sent. Please contact Administrator." msgstr "اس ام اس ارسال نشد لطفا با مدیر تماس بگیرید" @@ -28272,7 +28272,7 @@ msgstr "سند را ذخیره کنید." #: desk/form/save.py:46 model/rename_doc.py:106 #: printing/page/print_format_builder/print_format_builder.js:845 #: public/js/frappe/form/toolbar.js:260 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:917 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:916 msgid "Saved" msgstr "ذخیره" @@ -28435,7 +28435,7 @@ msgctxt "System Health Report" msgid "Scheduler Status" msgstr "" -#: utils/scheduler.py:202 +#: utils/scheduler.py:208 msgid "Scheduler can not be re-enabled when maintenance mode is active." msgstr "وقتی حالت تعمیر و نگهداری فعال است، زمان‌بند را نمی‌توان دوباره فعال کرد." @@ -29316,7 +29316,7 @@ msgctxt "Contact Us Settings" msgid "Send enquiries to this email address" msgstr "سوالات خود را به این آدرس ایمیل ارسال کنید" -#: templates/includes/login/login.js:73 www/login.html:210 +#: templates/includes/login/login.js:68 www/login.html:210 msgid "Send login link" msgstr "ارسال لینک ورود" @@ -30070,7 +30070,7 @@ msgstr "میانبرها" #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:86 www/login.html:30 +#: templates/includes/login/login.js:81 www/login.html:30 msgid "Show" msgstr "نمایش دهید" @@ -30138,7 +30138,7 @@ msgstr "نمایش سند" msgid "Show Error" msgstr "نمایش خطا" -#: public/js/frappe/form/layout.js:553 +#: public/js/frappe/form/layout.js:561 msgid "Show Fieldname (click to copy on clipboard)" msgstr "نمایش نام فیلد (برای کپی در کلیپ بورد کلیک کنید)" @@ -30439,7 +30439,7 @@ msgctxt "Email Group" msgid "Sign Up and Confirmation" msgstr "ثبت نام و تایید" -#: core/doctype/user/user.py:955 +#: core/doctype/user/user.py:959 msgid "Sign Up is disabled" msgstr "ثبت نام غیرفعال است" @@ -30565,7 +30565,7 @@ msgctxt "OAuth Provider Settings" msgid "Skip Authorization" msgstr "رد شدن از مجوز" -#: public/js/frappe/widgets/onboarding_widget.js:337 +#: public/js/frappe/widgets/onboarding_widget.js:332 msgid "Skip Step" msgstr "مرحله پرش" @@ -30767,7 +30767,7 @@ msgstr "مشکلی پیش آمد" msgid "Something went wrong during the token generation. Click on {0} to generate a new one." msgstr "در طول تولید توکن مشکلی پیش آمد. برای ایجاد یک مورد جدید، روی {0} کلیک کنید." -#: templates/includes/login/login.js:294 +#: templates/includes/login/login.js:289 msgid "Something went wrong." msgstr "مشکلی پیش آمد." @@ -31544,7 +31544,7 @@ msgid "Submission Queue" msgstr "صف ارسال" #: core/doctype/user_permission/user_permission_list.js:138 -#: public/js/frappe/form/quick_entry.js:198 +#: public/js/frappe/form/quick_entry.js:201 #: public/js/frappe/form/sidebar/review.js:116 #: public/js/frappe/ui/capture.js:307 #: social/doctype/energy_point_log/energy_point_log.js:39 @@ -31641,7 +31641,7 @@ msgctxt "Auto Repeat" msgid "Submit on Creation" msgstr "ارسال در Creation" -#: public/js/frappe/widgets/onboarding_widget.js:400 +#: public/js/frappe/widgets/onboarding_widget.js:395 msgid "Submit this document to complete this step." msgstr "برای تکمیل این مرحله این سند را ارسال کنید." @@ -31710,10 +31710,10 @@ msgstr "عنوان فرعی" #: core/doctype/data_import/data_import.js:459 #: desk/doctype/bulk_update/bulk_update.js:31 #: desk/doctype/desktop_icon/desktop_icon.py:446 -#: public/js/frappe/form/grid.js:1139 +#: public/js/frappe/form/grid.js:1142 #: public/js/frappe/views/translation_manager.js:21 -#: templates/includes/login/login.js:231 templates/includes/login/login.js:237 -#: templates/includes/login/login.js:270 templates/includes/login/login.js:278 +#: templates/includes/login/login.js:226 templates/includes/login/login.js:232 +#: templates/includes/login/login.js:265 templates/includes/login/login.js:273 #: templates/pages/integrations/gcalendar-success.html:9 #: workflow/doctype/workflow_action/workflow_action.py:166 msgid "Success" @@ -31839,7 +31839,7 @@ msgctxt "Recorder" msgid "Suggested Indexes" msgstr "" -#: core/doctype/user/user.py:670 +#: core/doctype/user/user.py:674 msgid "Suggested Username: {0}" msgstr "نام کاربری پیشنهادی: {0}" @@ -32329,7 +32329,7 @@ msgstr "جدول MultiSelect" msgid "Table Trimmed" msgstr "جدول بریده شده" -#: public/js/frappe/form/grid.js:1138 +#: public/js/frappe/form/grid.js:1141 msgid "Table updated" msgstr "جدول به روز شد" @@ -32471,7 +32471,7 @@ msgstr "هشدارهای الگو" msgid "Templates" msgstr "قالب ها" -#: core/doctype/user/user.py:966 +#: core/doctype/user/user.py:970 msgid "Temporarily Disabled" msgstr "موقتا غیر فعال می باشد" @@ -32595,7 +32595,7 @@ msgstr "با تشکر" msgid "The Auto Repeat for this document has been disabled." msgstr "تکرار خودکار برای این سند غیرفعال شده است." -#: public/js/frappe/form/grid.js:1161 +#: public/js/frappe/form/grid.js:1164 msgid "The CSV format is case sensitive" msgstr "قالب CSV به حروف بزرگ و کوچک حساس است" @@ -32766,11 +32766,11 @@ msgid "The project number obtained from Google Cloud Console under " msgstr "" -#: core/doctype/user/user.py:926 +#: core/doctype/user/user.py:930 msgid "The reset password link has been expired" msgstr "پیوند بازنشانی رمز عبور منقضی شده است" -#: core/doctype/user/user.py:928 +#: core/doctype/user/user.py:932 msgid "The reset password link has either been used before or is invalid" msgstr "پیوند بازنشانی رمز عبور یا قبلا استفاده شده است یا نامعتبر است" @@ -33219,7 +33219,7 @@ msgstr "با این کار این تور بازنشانی می شود و به ه msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr " این کار بلافاصله کار را خاتمه می دهد و ممکن است خطرناک باشد، مطمئن هستید؟" -#: core/doctype/user/user.py:1186 +#: core/doctype/user/user.py:1190 msgid "Throttled" msgstr "گاز گرفت" @@ -33906,7 +33906,7 @@ msgstr "درخواست های خیلی زیاد" msgid "Too many changes to database in single action." msgstr "تغییرات بسیار زیادی در پایگاه داده در یک اقدام واحد." -#: core/doctype/user/user.py:967 +#: core/doctype/user/user.py:971 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "کاربران زیادی اخیرا ثبت نام کرده اند، بنابراین ثبت نام غیرفعال است. لطفا یک ساعت دیگر دوباره امتحان کنید" @@ -34274,7 +34274,7 @@ msgstr "راه‌اندازی در روش‌های معتبری مانند \"bef msgid "Trim Table" msgstr "میز را اصلاح کنید" -#: public/js/frappe/widgets/onboarding_widget.js:323 +#: public/js/frappe/widgets/onboarding_widget.js:318 msgid "Try Again" msgstr "دوباره امتحان کنید" @@ -35002,7 +35002,7 @@ msgstr "از رمزگذاری ASCII برای رمز عبور استفاده کن #: email/doctype/auto_email_report/auto_email_report.json msgctxt "Auto Email Report" msgid "Use First Day of Period" -msgstr "از اولین روز پریود استفاده کنید" +msgstr "از اولین روز دوره استفاده کنید" #. Label of a Check field in DocType 'Email Template' #: email/doctype/email_template/email_template.json @@ -35539,7 +35539,7 @@ msgstr "کاربر می تواند با استفاده از شناسه ایمی msgid "User does not exist" msgstr "کاربر وجود ندارد" -#: templates/includes/login/login.js:293 +#: templates/includes/login/login.js:288 msgid "User does not exist." msgstr "کاربر وجود ندارد." @@ -35581,7 +35581,7 @@ msgstr "کاربر {0} قابل حذف نیست" msgid "User {0} cannot be disabled" msgstr "کاربر {0} را نمی توان غیرفعال کرد" -#: core/doctype/user/user.py:552 +#: core/doctype/user/user.py:556 msgid "User {0} cannot be renamed" msgstr "کاربر {0} را نمی توان تغییر نام داد" @@ -35598,7 +35598,7 @@ msgstr "کاربر {0} دسترسی doctype از طریق مجوز نقش برا msgid "User {0} has requested for data deletion" msgstr "کاربر {0} درخواست حذف داده ها را داده است" -#: core/doctype/user/user.py:1315 +#: core/doctype/user/user.py:1319 msgid "User {0} impersonated as {1}" msgstr "کاربر {0} جعل هویت به عنوان {1}" @@ -35636,7 +35636,7 @@ msgctxt "User Social Login" msgid "Username" msgstr "نام کاربری" -#: core/doctype/user/user.py:637 +#: core/doctype/user/user.py:641 msgid "Username {0} already exists" msgstr "نام کاربری {0} از قبل وجود دارد" @@ -35696,11 +35696,11 @@ msgctxt "OAuth Authorization Code" msgid "Valid" msgstr "معتبر" -#: templates/includes/login/login.js:53 templates/includes/login/login.js:66 +#: templates/includes/login/login.js:48 templates/includes/login/login.js:61 msgid "Valid Login id required." msgstr "شناسه ورود معتبر مورد نیاز است." -#: templates/includes/login/login.js:40 +#: templates/includes/login/login.js:35 msgid "Valid email and name required" msgstr "ایمیل و نام معتبر مورد نیاز است" @@ -35897,7 +35897,7 @@ msgstr "کد تایید" msgid "Verification Link" msgstr "پیوند تأیید" -#: templates/includes/login/login.js:391 +#: templates/includes/login/login.js:379 msgid "Verification code email not sent. Please contact Administrator." msgstr "ایمیل کد تأیید ارسال نشد. لطفا با مدیر تماس بگیرید" @@ -35919,7 +35919,7 @@ msgstr "تأیید کنید" msgid "Verify Password" msgstr "تائید رمز عبور" -#: templates/includes/login/login.js:172 +#: templates/includes/login/login.js:167 msgid "Verifying..." msgstr "در حال تأیید..." @@ -37022,7 +37022,7 @@ msgctxt "Workspace" msgid "Workspace" msgstr "فضای کار" -#: public/js/frappe/router.js:193 +#: public/js/frappe/router.js:179 msgid "Workspace {0} does not exist" msgstr "محیط کار {0} وجود ندارد" @@ -37304,7 +37304,7 @@ msgstr "شما مجاز به دسترسی به این رکورد {0} نیستی msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in row {3}, field {4}" msgstr "شما مجاز به دسترسی به این رکورد {0} نیستید زیرا به {1} \"{2}\" در ردیف {3}، فیلد {4} پیوند داده شده است." -#: public/js/frappe/views/kanban/kanban_board.bundle.js:69 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 msgid "You are not allowed to create columns" msgstr "شما مجاز به ایجاد ستون نیستید" @@ -37397,7 +37397,7 @@ msgstr "می توانید اسناد ارسال شده را با لغو آنها msgid "You can change the retention policy from {0}." msgstr "می توانید خط مشی حفظ را از {0} تغییر دهید." -#: public/js/frappe/widgets/onboarding_widget.js:199 +#: public/js/frappe/widgets/onboarding_widget.js:194 msgid "You can continue with the onboarding after exploring this page" msgstr "پس از کاوش در این صفحه می‌توانید به نصب ادامه دهید" @@ -37688,7 +37688,7 @@ msgctxt "Form timeline" msgid "You removed attachment {0}" msgstr "پیوست {0} را حذف کردید" -#: public/js/frappe/widgets/onboarding_widget.js:525 +#: public/js/frappe/widgets/onboarding_widget.js:520 msgid "You seem good to go!" msgstr "به نظر می رسد خوب است بروید!" @@ -37743,7 +37743,7 @@ msgstr "میانبرهای شما" msgid "Your account has been deleted" msgstr "حساب شما حذف شده است" -#: auth.py:476 +#: auth.py:487 msgid "Your account has been locked and will resume after {0} seconds" msgstr "حساب شما قفل شده است و پس از {0} ثانیه از سر گرفته می شود" @@ -37838,7 +37838,7 @@ msgstr "_گزارش" msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "«as_iterator» فقط با «as_list=True» یا «as_dict=True» کار می‌کند" -#: utils/background_jobs.py:105 +#: utils/background_jobs.py:106 msgid "`job_id` paramater is required for deduplication." msgstr "پارامتر \"job_id\" برای کسر تکرار مورد نیاز است." @@ -38474,19 +38474,19 @@ msgctxt "RQ Worker" msgid "short" msgstr "کوتاه" -#: public/js/frappe/widgets/number_card_widget.js:282 +#: public/js/frappe/widgets/number_card_widget.js:281 msgid "since last month" msgstr "از ماه گذشته" -#: public/js/frappe/widgets/number_card_widget.js:281 +#: public/js/frappe/widgets/number_card_widget.js:280 msgid "since last week" msgstr "از هفته گذشته" -#: public/js/frappe/widgets/number_card_widget.js:283 +#: public/js/frappe/widgets/number_card_widget.js:282 msgid "since last year" msgstr "از سال قبل" -#: public/js/frappe/widgets/number_card_widget.js:280 +#: public/js/frappe/widgets/number_card_widget.js:279 msgid "since yesterday" msgstr "از دیروز" @@ -39141,7 +39141,7 @@ msgstr "{0} در محدوده {1} است" msgid "{0} items selected" msgstr "{0} مورد انتخاب شد" -#: core/doctype/user/user.py:1324 +#: core/doctype/user/user.py:1328 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "{0} به عنوان شما جعل شده است. این دلیل را آوردند: {1}" From 58968a374e267ddfb17f4b49bfb385a282c45dfa Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 9 Jun 2024 11:44:48 +0530 Subject: [PATCH 25/54] fix: Persian translations --- frappe/locale/fa.po | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index 70f7dc13d4..242c04e9e2 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-06-02 09:33+0000\n" -"PO-Revision-Date: 2024-06-07 04:36\n" +"PO-Revision-Date: 2024-06-09 06:14\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -1352,7 +1352,7 @@ msgstr "به داشبورد اضافه کنید" #: public/js/frappe/form/sidebar/assign_to.js:98 msgid "Add to ToDo" -msgstr "به ToDo اضافه کنید" +msgstr "افزودن به لیست انجام کارها" #: website/doctype/website_slideshow/website_slideshow.js:32 msgid "Add to table" @@ -2123,7 +2123,7 @@ msgstr "قبلا ثبت شده است" #: desk/form/assign_to.py:134 msgid "Already in the following Users ToDo list:{0}" -msgstr "در حال حاضر در لیست کارهای کاربران زیر:{0}" +msgstr "در حال حاضر در لیست انجام کارهای کاربران زیر:{0}" #: public/js/frappe/views/reports/report_view.js:835 msgid "Also adding the dependent currency field {0}" @@ -4605,19 +4605,19 @@ msgstr "دوربین" #: public/js/frappe/utils/utils.js:1714 #: website/report/website_analytics/website_analytics.js:39 msgid "Campaign" -msgstr "پویش" +msgstr "کمپین" #. Label of a Link field in DocType 'Newsletter' #: email/doctype/newsletter/newsletter.json msgctxt "Newsletter" msgid "Campaign" -msgstr "پویش" +msgstr "کمپین" #. Label of a Data field in DocType 'Web Page View' #: website/doctype/web_page_view/web_page_view.json msgctxt "Web Page View" msgid "Campaign" -msgstr "پویش" +msgstr "کمپین" #. Label of a Small Text field in DocType 'Marketing Campaign' #: website/doctype/marketing_campaign/marketing_campaign.json @@ -26657,13 +26657,13 @@ msgstr "تکرار می شود {0}" #: core/doctype/communication/communication.json msgctxt "Communication" msgid "Replied" -msgstr "پاسخ داد" +msgstr "پاسخ داده شده" #. Option for the 'Status' (Select) field in DocType 'Contact' #: contacts/doctype/contact/contact.json msgctxt "Contact" msgid "Replied" -msgstr "پاسخ داد" +msgstr "پاسخ داده شده" #: core/doctype/communication/communication.js:57 #: public/js/frappe/form/footer/form_timeline.js:550 @@ -33686,13 +33686,13 @@ msgstr "فیلد به تاریخ" #: desk/doctype/todo/todo_list.js:6 msgid "To Do" -msgstr "انجام دادن" +msgstr "لیست انجام کار" #. Label of a Link in the Tools Workspace #: automation/workspace/tools/tools.json msgctxt "ToDo" msgid "To Do" -msgstr "انجام دادن" +msgstr "لیست انجام کار" #: public/js/frappe/form/sidebar/review.js:50 msgid "To User" @@ -33806,19 +33806,19 @@ msgstr "به نسخه" #. Name of a report #: desk/doctype/todo/todo.json desk/report/todo/todo.json msgid "ToDo" -msgstr "انجام دادن" +msgstr "لیست انجام کار" #. Label of a shortcut in the Tools Workspace #: automation/workspace/tools/tools.json msgctxt "ToDo" msgid "ToDo" -msgstr "انجام دادن" +msgstr "لیست انجام کار" #. Linked DocType in User's connections #: core/doctype/user/user.json msgctxt "User" msgid "ToDo" -msgstr "انجام دادن" +msgstr "لیست انجام کار" #: public/js/frappe/form/controls/date.js:58 #: public/js/frappe/views/calendar/calendar.js:274 @@ -35847,7 +35847,7 @@ msgstr "مقدار {0} نمی تواند یک لیست باشد" #: automation/doctype/assignment_rule/assignment_rule.json msgctxt "Assignment Rule" msgid "Value from this field will be set as the due date in the ToDo" -msgstr "مقدار از این فیلد به عنوان سررسید در ToDo تنظیم می شود" +msgstr "مقدار از این فیلد به عنوان سررسید در لیست انجام کارها تنظیم می شود" #: model/base_document.py:741 msgid "Value missing for" From 831357b3391569bf73a27dc2169ae397d0fef01f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 10 Jun 2024 12:52:53 +0530 Subject: [PATCH 26/54] fix: Arabic translations --- frappe/locale/ar.po | 408 ++++++++++++++++++++++---------------------- 1 file changed, 200 insertions(+), 208 deletions(-) diff --git a/frappe/locale/ar.po b/frappe/locale/ar.po index 6ecdb0da87..0319e99afb 100644 --- a/frappe/locale/ar.po +++ b/frappe/locale/ar.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-05-19 09:33+0000\n" -"PO-Revision-Date: 2024-05-20 22:25\n" +"POT-Creation-Date: 2024-06-02 09:33+0000\n" +"PO-Revision-Date: 2024-06-10 07:22\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -865,7 +865,7 @@ msgctxt "Social Login Key" msgid "Access Token URL" msgstr "رابط رمز الدخول" -#: auth.py:455 +#: auth.py:466 msgid "Access not allowed from this IP Address" msgstr "الوصول غير مسموح به من عنوان IP هذا" @@ -940,12 +940,12 @@ msgctxt "DocType Action" msgid "Action / Route" msgstr "العمل / الطريق" -#: public/js/frappe/widgets/onboarding_widget.js:310 -#: public/js/frappe/widgets/onboarding_widget.js:381 +#: public/js/frappe/widgets/onboarding_widget.js:305 +#: public/js/frappe/widgets/onboarding_widget.js:376 msgid "Action Complete" msgstr "" -#: model/document.py:1710 +#: model/document.py:1717 msgid "Action Failed" msgstr "فشل العمل" @@ -1229,7 +1229,7 @@ msgstr "" msgid "Add Review" msgstr "إضافة مراجعة" -#: core/doctype/user/user.py:811 +#: core/doctype/user/user.py:757 msgid "Add Roles" msgstr "" @@ -1385,10 +1385,6 @@ msgstr "تمت الإضافة {0}" msgid "Added {0} ({1})" msgstr "وأضاف {0} ({1})" -#: core/doctype/user/user.py:308 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "لابد من إضافة صلاحية مدير النظام لهذا المستخدم حيث لابد أن يكون هناك على الأقل مستخدم له هذه الصلاحية" - #. Label of a Section Break field in DocType 'Custom DocPerm' #: core/doctype/custom_docperm/custom_docperm.json msgctxt "Custom DocPerm" @@ -1522,11 +1518,11 @@ msgstr "الادارة" msgid "Administrator" msgstr "مدير" -#: core/doctype/user/user.py:1215 +#: core/doctype/user/user.py:1161 msgid "Administrator Logged In" msgstr "تسجيل دخول مسؤول النظام" -#: core/doctype/user/user.py:1209 +#: core/doctype/user/user.py:1155 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr ".{2} المسؤول ولج {0} بتاريخ {1} عبر العنوان" @@ -1721,7 +1717,7 @@ msgstr "يجب أن تكون جميع الصور الملحقة لموقع مع msgid "All Records" msgstr "جميع السجلات" -#: public/js/frappe/form/form.js:2205 +#: public/js/frappe/form/form.js:2224 msgid "All Submissions" msgstr "" @@ -2120,7 +2116,7 @@ msgstr "" msgid "Allowing DocType, DocType. Be careful!" msgstr "السماح DOCTYPE ، DOCTYPE . كن حذرا!" -#: core/doctype/user/user.py:1018 +#: core/doctype/user/user.py:964 msgid "Already Registered" msgstr "مسجل بالفعل" @@ -2571,7 +2567,7 @@ msgctxt "Kanban Board Column" msgid "Archived" msgstr "أرشفة" -#: public/js/frappe/views/kanban/kanban_board.bundle.js:495 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:494 msgid "Archived Columns" msgstr "أعمدة من الأرشيف" @@ -3438,11 +3434,11 @@ msgctxt "Email Account" msgid "Awaiting password" msgstr "في انتظار كلمة المرور" -#: public/js/frappe/widgets/onboarding_widget.js:200 +#: public/js/frappe/widgets/onboarding_widget.js:195 msgid "Awesome Work" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:358 +#: public/js/frappe/widgets/onboarding_widget.js:353 msgid "Awesome, now try making an entry yourself" msgstr "" @@ -3533,7 +3529,7 @@ msgctxt "Notification Recipient" msgid "BCC" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:186 +#: public/js/frappe/widgets/onboarding_widget.js:181 msgid "Back" msgstr "" @@ -4102,7 +4098,7 @@ msgstr "آلي" msgid "Both DocType and Name required" msgstr "كلا DOCTYPE واسم المطلوبة" -#: templates/includes/login/login.js:97 +#: templates/includes/login/login.js:92 msgid "Both login and password required" msgstr "" @@ -4276,15 +4272,15 @@ msgstr "حذف بالجملة" msgid "Bulk Edit" msgstr "" -#: public/js/frappe/form/grid.js:1157 +#: public/js/frappe/form/grid.js:1160 msgid "Bulk Edit {0}" msgstr "تعديل بالجمله {0}" -#: desk/reportview.py:524 +#: desk/reportview.py:525 msgid "Bulk Operation Failed" msgstr "" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Bulk Operation Successful" msgstr "" @@ -4782,7 +4778,7 @@ msgstr "إلغاء الوثائق" msgid "Cancelling {0}" msgstr "الغاء {0}" -#: core/doctype/prepared_report/prepared_report.py:252 +#: core/doctype/prepared_report/prepared_report.py:254 msgid "Cannot Download Report due to insufficient permissions" msgstr "" @@ -4814,11 +4810,11 @@ msgstr "لا يمكن الإلغاء قبل الإرسال. انظر الانت msgid "Cannot cancel {0}." msgstr "" -#: model/document.py:856 +#: model/document.py:863 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "" -#: model/document.py:870 +#: model/document.py:877 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "" @@ -4902,7 +4898,7 @@ msgstr "" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "لا يمكنك التعديل على التقارير القياسية. يرجى نسخ التقريرالقياسي و التعديل على النسخة الجديدة" -#: model/document.py:876 +#: model/document.py:883 msgid "Cannot edit cancelled document" msgstr "لا يمكنك التعديل على وثيقة ملغية" @@ -4930,7 +4926,7 @@ msgstr "" msgid "Cannot have multiple printers mapped to a single print format." msgstr "لا يمكن تعيين طابعات متعددة على تنسيق طباعة واحد." -#: model/document.py:944 +#: model/document.py:951 msgid "Cannot link cancelled document: {0}" msgstr "لا يمكن ربط وثيقة إلغاء: {0}" @@ -4975,11 +4971,11 @@ msgstr "" msgid "Cannot update {0}" msgstr "لا يمكن تحديث {0}" -#: model/db_query.py:1103 +#: model/db_query.py:1122 msgid "Cannot use sub-query in order by" msgstr "لا يمكن استخدام طلب البحث الفرعي بالترتيب" -#: model/db_query.py:1121 +#: model/db_query.py:1140 msgid "Cannot use {0} in order/group by" msgstr "" @@ -5702,7 +5698,7 @@ msgstr "" msgid "Collapse" msgstr "انهيار" -#: public/js/frappe/form/controls/code.js:179 +#: public/js/frappe/form/controls/code.js:183 msgctxt "Shrink code field." msgid "Collapse" msgstr "انهيار" @@ -5957,7 +5953,7 @@ msgctxt "Access Log" msgid "Columns / Fields" msgstr "الأعمدة / الحقول" -#: public/js/frappe/views/kanban/kanban_view.js:394 +#: public/js/frappe/views/kanban/kanban_view.js:397 msgid "Columns based on" msgstr "أعمدة بناء على" @@ -6146,7 +6142,7 @@ msgstr "اسم الشركة" msgid "Compare Versions" msgstr "" -#: core/doctype/server_script/server_script.py:150 +#: core/doctype/server_script/server_script.py:153 msgid "Compilation warning" msgstr "" @@ -6168,7 +6164,7 @@ msgstr "أكمال" msgid "Complete By" msgstr "الكامل من جانب" -#: core/doctype/user/user.py:475 templates/emails/new_user.html:10 +#: core/doctype/user/user.py:426 templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "أكمال التسجيل" @@ -6382,7 +6378,7 @@ msgstr "نموذج البريد الإلكتروني للتأكيد" msgid "Confirmed" msgstr "مؤكد" -#: public/js/frappe/widgets/onboarding_widget.js:530 +#: public/js/frappe/widgets/onboarding_widget.js:525 msgid "Congratulations on completing the module setup. If you want to learn more you can refer to the documentation here." msgstr "" @@ -6533,11 +6529,11 @@ msgctxt "Contact Us Settings" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "خيارات الاتصال، مثل "الاستعلام المبيعات والدعم الاستعلام" الخ كل على سطر جديد أو مفصولة بفواصل." -#: utils/change_log.py:358 +#: utils/change_log.py:360 msgid "Contains {0} security fix" msgstr "" -#: utils/change_log.py:356 +#: utils/change_log.py:358 msgid "Contains {0} security fixes" msgstr "" @@ -6657,14 +6653,14 @@ msgctxt "Web Page" msgid "Context Script" msgstr "سيناريو السياق" -#: public/js/frappe/widgets/onboarding_widget.js:209 -#: public/js/frappe/widgets/onboarding_widget.js:237 -#: public/js/frappe/widgets/onboarding_widget.js:277 -#: public/js/frappe/widgets/onboarding_widget.js:317 -#: public/js/frappe/widgets/onboarding_widget.js:366 -#: public/js/frappe/widgets/onboarding_widget.js:388 -#: public/js/frappe/widgets/onboarding_widget.js:428 -#: public/js/frappe/widgets/onboarding_widget.js:536 +#: public/js/frappe/widgets/onboarding_widget.js:204 +#: public/js/frappe/widgets/onboarding_widget.js:232 +#: public/js/frappe/widgets/onboarding_widget.js:272 +#: public/js/frappe/widgets/onboarding_widget.js:312 +#: public/js/frappe/widgets/onboarding_widget.js:361 +#: public/js/frappe/widgets/onboarding_widget.js:383 +#: public/js/frappe/widgets/onboarding_widget.js:423 +#: public/js/frappe/widgets/onboarding_widget.js:531 msgid "Continue" msgstr "استمر" @@ -6734,7 +6730,7 @@ msgstr "" msgid "Could not connect to outgoing email server" msgstr "لا يمكن الاتصال بخادم البريد الإلكتروني المنتهية ولايته" -#: model/document.py:940 +#: model/document.py:947 msgid "Could not find {0}" msgstr "لا يمكن أن تجد {0}" @@ -7561,7 +7557,7 @@ msgstr "" #. Name of a DocType #: automation/doctype/auto_repeat/auto_repeat.js:33 #: custom/doctype/customize_form/customize_form.json -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 msgid "Customize Form" msgstr "تخصيص نموذج" @@ -8597,11 +8593,11 @@ msgctxt "Deleted Document" msgid "Deleted Name" msgstr "الاسم المحذوف" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Deleted all documents successfully" msgstr "" -#: desk/reportview.py:506 +#: desk/reportview.py:507 msgid "Deleting {0}" msgstr "حذف {0}" @@ -9155,7 +9151,7 @@ msgstr "" msgid "Dismiss" msgstr "رفض" -#: public/js/frappe/widgets/onboarding_widget.js:577 +#: public/js/frappe/widgets/onboarding_widget.js:572 msgctxt "Stop showing the onboarding widget." msgid "Dismiss" msgstr "رفض" @@ -9197,7 +9193,7 @@ msgctxt "LDAP Settings" msgid "Do not create new user if user with email does not exist in the system" msgstr "" -#: public/js/frappe/form/grid.js:1162 +#: public/js/frappe/form/grid.js:1165 msgid "Do not edit headers which are preset in the template" msgstr "لا تقم بتحرير الرؤوس التي يتم ضبطها مسبقا في القالب" @@ -9640,7 +9636,7 @@ msgstr "شرط قاعدة تسمية المستند" msgid "Document Naming Settings" msgstr "" -#: model/document.py:1572 +#: model/document.py:1579 msgid "Document Queued" msgstr "المستند في قائمة الانتظار" @@ -9652,10 +9648,10 @@ msgstr "ملخص استعادة المستند" msgid "Document Restored" msgstr "تمت استعادة المستند" -#: public/js/frappe/widgets/onboarding_widget.js:359 -#: public/js/frappe/widgets/onboarding_widget.js:401 -#: public/js/frappe/widgets/onboarding_widget.js:420 -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:354 +#: public/js/frappe/widgets/onboarding_widget.js:396 +#: public/js/frappe/widgets/onboarding_widget.js:415 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Document Saved" msgstr "" @@ -9887,7 +9883,7 @@ msgctxt "User Type" msgid "Document Types and Permissions" msgstr "" -#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1774 +#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1781 msgid "Document Unlocked" msgstr "" @@ -10352,7 +10348,7 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:813 #: public/js/frappe/widgets/base_widget.js:64 #: public/js/frappe/widgets/chart_widget.js:298 -#: public/js/frappe/widgets/number_card_widget.js:331 +#: public/js/frappe/widgets/number_card_widget.js:330 #: templates/discussions/reply_card.html:29 #: templates/discussions/reply_section.html:29 #: workflow/page/workflow_builder/workflow_builder.js:46 @@ -10414,7 +10410,7 @@ msgstr "" msgid "Edit Format" msgstr "تحرير تنسيق" -#: public/js/frappe/form/quick_entry.js:280 +#: public/js/frappe/form/quick_entry.js:283 msgid "Edit Full Form" msgstr "" @@ -10681,7 +10677,7 @@ msgctxt "Email Account" msgid "Email Account Name" msgstr "البريد الإلكتروني اسم الحساب" -#: core/doctype/user/user.py:744 +#: core/doctype/user/user.py:690 msgid "Email Account added multiple times" msgstr "تمت إضافة حساب البريد الإلكتروني عدة مرات" @@ -11488,7 +11484,7 @@ msgstr "" msgid "Enter Client Id and Client Secret in Google Settings." msgstr "أدخل معرف العميل وسر العميل في إعدادات Google." -#: templates/includes/login/login.js:359 +#: templates/includes/login/login.js:347 msgid "Enter Code displayed in OTP App." msgstr "" @@ -11658,7 +11654,7 @@ msgstr "حدث خطأ في {0}" msgid "Error in Client Script" msgstr "" -#: public/js/frappe/form/script_manager.js:241 +#: public/js/frappe/form/script_manager.js:242 msgid "Error in Client Script." msgstr "" @@ -11684,7 +11680,7 @@ msgstr "حدث خطأ أثناء الاتصال بحساب البريد الإل msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "خطأ أثناء تقييم الإشعار {0}. يرجى تصحيح القالب الخاص بك." -#: model/document.py:826 +#: model/document.py:833 msgid "Error: Document has been modified after you have opened it" msgstr "تم تعديل الوثيقة بعد أن كنت قد فتحه: خطأ" @@ -11898,7 +11894,7 @@ msgstr "" msgid "Expand" msgstr "وسعت" -#: public/js/frappe/form/controls/code.js:180 +#: public/js/frappe/form/controls/code.js:184 msgctxt "Enlarge code field." msgid "Expand" msgstr "وسعت" @@ -12205,11 +12201,11 @@ msgstr "" msgid "Failed to connect to server" msgstr "فشل الاتصال بالخادم" -#: auth.py:658 +#: auth.py:669 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "فشل فك الرمز المميز ، يرجى تقديم رمز مميز صالح بترميز base64." -#: desk/reportview.py:522 +#: desk/reportview.py:523 msgid "Failed to delete {0} documents: {1}" msgstr "" @@ -12556,7 +12552,7 @@ msgstr "" msgid "Fieldname called {0} must exist to enable autonaming" msgstr "" -#: database/schema.py:125 database/schema.py:356 +#: database/schema.py:125 database/schema.py:361 msgid "Fieldname is limited to 64 characters ({0})" msgstr "اسم الحقل محدد ب 64 حرف
    Fieldname is limited to 64 characters ({0})" @@ -12572,7 +12568,7 @@ msgstr "أسم الحقل الذي سيكون DOCTYPE لهذا الحقل الا msgid "Fieldname {0} appears multiple times" msgstr "" -#: database/schema.py:346 +#: database/schema.py:351 msgid "Fieldname {0} cannot have special characters like {1}" msgstr "FIELDNAME {0} لا يمكن أن يكون أحرف خاصة مثل {1}" @@ -12834,7 +12830,7 @@ msgstr "الملفات" #: desk/doctype/number_card/number_card.js:205 #: desk/doctype/number_card/number_card.js:333 #: email/doctype/auto_email_report/auto_email_report.js:90 -#: public/js/frappe/list/base_list.js:878 +#: public/js/frappe/list/base_list.js:882 #: public/js/frappe/ui/filters/filter_list.js:134 #: website/doctype/web_form/web_form.js:197 msgid "Filter" @@ -12989,7 +12985,7 @@ msgstr "قسم المرشحات" msgid "Filters applied for {0}" msgstr "المرشحات المطبقة على {0}" -#: public/js/frappe/views/kanban/kanban_view.js:186 +#: public/js/frappe/views/kanban/kanban_view.js:189 msgid "Filters saved" msgstr "مرشحات حفظ" @@ -14103,8 +14099,8 @@ msgstr "إلغاء الاشتراك العالمية" msgid "Go" msgstr "اذهب" -#: public/js/frappe/widgets/onboarding_widget.js:246 -#: public/js/frappe/widgets/onboarding_widget.js:326 +#: public/js/frappe/widgets/onboarding_widget.js:241 +#: public/js/frappe/widgets/onboarding_widget.js:321 msgid "Go Back" msgstr "عد" @@ -14953,7 +14949,7 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:825 #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:83 +#: templates/includes/login/login.js:78 msgid "Hide" msgstr "إخفاء" @@ -15266,7 +15262,7 @@ msgstr "كيف ينبغي أن يتم تنسيق هذه العملة؟ إذا ل msgid "ID" msgstr "هوية شخصية" -#: desk/reportview.py:435 public/js/frappe/views/reports/report_view.js:917 +#: desk/reportview.py:436 public/js/frappe/views/reports/report_view.js:917 msgctxt "Label of name column in report" msgid "ID" msgstr "هوية شخصية" @@ -15715,7 +15711,7 @@ msgstr "وصول رمز غير قانوني. حاول مرة اخرى" msgid "Illegal Document Status for {0}" msgstr "حالة المستند غير القانوني لـ {0}" -#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1106 +#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1125 msgid "Illegal SQL Query" msgstr "استعلام SQL غير قانوني" @@ -15822,7 +15818,7 @@ msgstr "يجب أن يكون حقل الصورة من النوع إرفاق صو msgid "Image link '{0}' is not valid" msgstr "" -#: core/doctype/file/file.js:91 +#: core/doctype/file/file.js:100 msgid "Image optimized" msgstr "" @@ -16242,11 +16238,11 @@ msgstr "مستخدم غير صحيح أو كلمة مرور" msgid "Incorrect Verification code" msgstr "رمز التحقق غير صحيح" -#: model/document.py:1387 +#: model/document.py:1394 msgid "Incorrect value in row {0}: {1} must be {2} {3}" msgstr "قيمة غير صحيحة في الصف {0} : {1} يجب أن يكون {2} {3}" -#: model/document.py:1391 +#: model/document.py:1398 msgid "Incorrect value: {0} must be {1} {2}" msgstr "قيمة غير صحيحة: {0} يجب أن يكون {1} {2}" @@ -16430,7 +16426,7 @@ msgctxt "Letter Head" msgid "Instructions" msgstr "تعليمات" -#: templates/includes/login/login.js:262 +#: templates/includes/login/login.js:257 msgid "Instructions Emailed" msgstr "" @@ -16442,11 +16438,11 @@ msgstr "" msgid "Insufficient Permission for {0}" msgstr "عدم كفاية الإذن {0}" -#: desk/reportview.py:339 +#: desk/reportview.py:340 msgid "Insufficient Permissions for deleting Report" msgstr "" -#: desk/reportview.py:310 +#: desk/reportview.py:311 msgid "Insufficient Permissions for editing Report" msgstr "" @@ -16612,7 +16608,7 @@ msgid "Invalid" msgstr "غير صالحة" #: public/js/form_builder/utils.js:221 public/js/frappe/form/grid_row.js:770 -#: public/js/frappe/form/layout.js:785 +#: public/js/frappe/form/layout.js:793 msgid "Invalid \"depends_on\" expression" msgstr "تعبير "under_on" غير صالح" @@ -16680,7 +16676,7 @@ msgstr "رابط غير صالح" msgid "Invalid Login Token" msgstr "صالح رمز الدخول" -#: templates/includes/login/login.js:291 +#: templates/includes/login/login.js:286 msgid "Invalid Login. Try again." msgstr "" @@ -16716,7 +16712,7 @@ msgstr "" msgid "Invalid Parameters." msgstr "" -#: core/doctype/user/user.py:1230 www/update-password.html:121 +#: core/doctype/user/user.py:1176 www/update-password.html:121 #: www/update-password.html:142 www/update-password.html:144 #: www/update-password.html:245 msgid "Invalid Password" @@ -16763,7 +16759,7 @@ msgstr "" msgid "Invalid column" msgstr "عمود غير صالح" -#: model/document.py:859 model/document.py:873 +#: model/document.py:866 model/document.py:880 msgid "Invalid docstatus" msgstr "" @@ -17419,7 +17415,7 @@ msgstr "لوح كانبان" msgid "Kanban Board Column" msgstr "عمود لوح كانبان" -#: public/js/frappe/views/kanban/kanban_view.js:385 +#: public/js/frappe/views/kanban/kanban_view.js:388 msgid "Kanban Board Name" msgstr "اسم لوح كانبان" @@ -17429,7 +17425,7 @@ msgctxt "Kanban Board" msgid "Kanban Board Name" msgstr "اسم لوح كانبان" -#: public/js/frappe/views/kanban/kanban_view.js:262 +#: public/js/frappe/views/kanban/kanban_view.js:265 msgctxt "Button in kanban view menu" msgid "Kanban Settings" msgstr "" @@ -18146,12 +18142,12 @@ msgstr "يجب أن يكون طول {0} بين 1 و 1000" msgid "Less" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Let us continue with the onboarding" msgstr "" #: public/js/frappe/views/workspace/blocks/onboarding.js:94 -#: public/js/frappe/widgets/onboarding_widget.js:602 +#: public/js/frappe/widgets/onboarding_widget.js:597 msgid "Let's Get Started" msgstr "هيا بنا نبدأ" @@ -18168,10 +18164,10 @@ msgstr "دعونا تجنب الكلمات المكررة وشخصيات" msgid "Let's set up your account" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:268 -#: public/js/frappe/widgets/onboarding_widget.js:309 -#: public/js/frappe/widgets/onboarding_widget.js:380 -#: public/js/frappe/widgets/onboarding_widget.js:419 +#: public/js/frappe/widgets/onboarding_widget.js:263 +#: public/js/frappe/widgets/onboarding_widget.js:304 +#: public/js/frappe/widgets/onboarding_widget.js:375 +#: public/js/frappe/widgets/onboarding_widget.js:414 msgid "Let's take you back to onboarding" msgstr "دعنا نعيدك إلى الإعداد" @@ -18846,7 +18842,7 @@ msgstr "مستخدم إعداد السجل" msgid "Log Settings" msgstr "إعدادات السجل" -#: www/app.py:21 +#: www/app.py:23 msgid "Log in to access this page." msgstr "تسجيل الدخول للوصول إلى هذه الصفحة." @@ -18939,7 +18935,7 @@ msgstr "تسجيل الدخول وعرض في المتصفح" msgid "Login is required to see web form list view. Enable {0} to see list settings" msgstr "" -#: templates/includes/login/login.js:70 +#: templates/includes/login/login.js:65 msgid "Login link sent to your email" msgstr "" @@ -18963,7 +18959,7 @@ msgstr "" msgid "Login to {0}" msgstr "" -#: www/login.html:106 +#: www/login.html:106 www/login.html:190 msgid "Login with Email Link" msgstr "" @@ -19049,7 +19045,7 @@ msgctxt "DocField" msgid "Long Text" msgstr "نص طويل" -#: public/js/frappe/widgets/onboarding_widget.js:322 +#: public/js/frappe/widgets/onboarding_widget.js:317 msgid "Looks like you didn't change the value" msgstr "يبدو أنك لم تغير القيمة" @@ -20705,7 +20701,7 @@ msgstr "" msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "" -#: model/document.py:634 +#: model/document.py:641 msgid "Negative Value" msgstr "قيمة سالبة" @@ -20801,7 +20797,7 @@ msgstr "حدث جديد" msgid "New Folder" msgstr "ملف جديد" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "New Kanban Board" msgstr "مجلس كانبان جديدة" @@ -20887,7 +20883,7 @@ msgstr "" msgid "New password cannot be same as old password" msgstr "" -#: utils/change_log.py:389 +#: utils/change_log.py:391 msgid "New updates are available" msgstr "تحديثات جديدة متاحة" @@ -20935,11 +20931,11 @@ msgstr "تم إنشاء {0} {1} جديد" msgid "New {0}: {1}" msgstr "جديد {0}: {1}" -#: utils/change_log.py:371 +#: utils/change_log.py:373 msgid "New {} releases for the following apps are available" msgstr "تتوفر {} إصدارات جديدة للتطبيقات التالية" -#: core/doctype/user/user.py:807 +#: core/doctype/user/user.py:753 msgid "Newly created user {0} has no roles enabled." msgstr "" @@ -21256,11 +21252,11 @@ msgstr "لا يوجد نتائج" msgid "No Results found" msgstr "" -#: core/doctype/user/user.py:808 +#: core/doctype/user/user.py:754 msgid "No Roles Specified" msgstr "" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "No Select Field Found" msgstr "" @@ -21268,7 +21264,7 @@ msgstr "" msgid "No Suggestions" msgstr "" -#: desk/reportview.py:594 +#: desk/reportview.py:595 msgid "No Tags" msgstr "لا علامات" @@ -21352,7 +21348,7 @@ msgstr "لا يوجد حساب بريد إلكتروني مرتبط بالمست msgid "No failed logs" msgstr "" -#: public/js/frappe/views/kanban/kanban_view.js:368 +#: public/js/frappe/views/kanban/kanban_view.js:371 msgid "No fields found that can be used as a Kanban Column. Use the Customize Form to add a Custom Field of type \"Select\"." msgstr "" @@ -21423,7 +21419,7 @@ msgctxt "{0} = verb, {1} = object" msgid "No permission to '{0}' {1}" msgstr "لا توجد صلاحية ل '{0} ' {1}" -#: model/db_query.py:927 +#: model/db_query.py:946 msgid "No permission to read {0}" msgstr "ليس هناك إذن لقراءة {0}" @@ -21521,12 +21517,12 @@ msgctxt "Recorder Query" msgid "Normalized Query" msgstr "" -#: core/doctype/user/user.py:1013 templates/includes/login/login.js:258 +#: core/doctype/user/user.py:959 templates/includes/login/login.js:253 #: utils/oauth.py:265 msgid "Not Allowed" msgstr "غير مسموح" -#: templates/includes/login/login.js:260 +#: templates/includes/login/login.js:255 msgid "Not Allowed: Disabled User" msgstr "" @@ -21590,7 +21586,7 @@ msgstr "لم تنشر" #: public/js/frappe/form/toolbar.js:260 public/js/frappe/form/toolbar.js:748 #: public/js/frappe/model/indicator.js:28 -#: public/js/frappe/views/kanban/kanban_view.js:167 +#: public/js/frappe/views/kanban/kanban_view.js:170 #: public/js/frappe/views/reports/report_view.js:173 #: public/js/print_format_builder/print_format_builder.bundle.js:39 #: website/doctype/web_form/templates/web_form.html:75 @@ -21638,7 +21634,7 @@ msgstr "ليست صورة مستخدم صالحة." msgid "Not a valid Workflow Action" msgstr "ليس إجراء سير عمل صالح" -#: templates/includes/login/login.js:256 +#: templates/includes/login/login.js:251 msgid "Not a valid user" msgstr "" @@ -21686,7 +21682,7 @@ msgstr "ليس في وضع المطور! يقع في site_config.json أو جع #: core/doctype/system_settings/system_settings.py:209 handler.py:109 #: public/js/frappe/request.js:157 public/js/frappe/request.js:167 #: public/js/frappe/request.js:172 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:67 #: website/doctype/web_form/web_form.py:615 website/js/website.js:97 msgid "Not permitted" msgstr "غير مسموح به" @@ -22137,7 +22133,7 @@ msgstr "" msgid "OTP Secret has been reset. Re-registration will be required on next login." msgstr "تمت إعادة تعيين سر مكتب المدعي العام. سوف تكون هناك حاجة لإعادة التسجيل على تسجيل الدخول المقبل." -#: templates/includes/login/login.js:363 +#: templates/includes/login/login.js:351 msgid "OTP setup using OTP App was not completed. Please contact Administrator." msgstr "" @@ -22271,7 +22267,7 @@ msgstr "خطوة Onboarding" msgid "Onboarding Step Map" msgstr "خريطة خطوة Onboarding" -#: public/js/frappe/widgets/onboarding_widget.js:269 +#: public/js/frappe/widgets/onboarding_widget.js:264 msgid "Onboarding complete" msgstr "" @@ -22360,7 +22356,7 @@ msgctxt "S3 Backup Settings" msgid "Only change this if you want to use other S3 compatible object storage backends." msgstr "" -#: model/document.py:1075 +#: model/document.py:1082 msgid "Only draft documents can be discarded" msgstr "" @@ -22379,11 +22375,11 @@ msgstr "ضرورية لسجلات جديدة الحقول الإلزامية ف msgid "Only one {0} can be set as primary." msgstr "يمكن تعيين {0} واحد فقط على أنه أساسي." -#: desk/reportview.py:336 +#: desk/reportview.py:337 msgid "Only reports of type Report Builder can be deleted" msgstr "" -#: desk/reportview.py:307 +#: desk/reportview.py:308 msgid "Only reports of type Report Builder can be edited" msgstr "" @@ -22403,7 +22399,7 @@ msgstr "يتم سرد فقط المستخدمين المشاركين في الم msgid "Only {0} emailed reports are allowed per user." msgstr "" -#: templates/includes/login/login.js:292 +#: templates/includes/login/login.js:287 msgid "Oops! Something went wrong." msgstr "" @@ -22554,7 +22550,7 @@ msgstr "يجب أن يكون المشغل واحدا من {0}" msgid "Optimize" msgstr "" -#: core/doctype/file/file.js:89 +#: core/doctype/file/file.js:98 msgid "Optimizing image..." msgstr "" @@ -23272,11 +23268,11 @@ msgctxt "Web Form Field" msgid "Password" msgstr "كلمة السر" -#: core/doctype/user/user.py:1076 +#: core/doctype/user/user.py:1022 msgid "Password Email Sent" msgstr "" -#: core/doctype/user/user.py:455 +#: core/doctype/user/user.py:406 msgid "Password Reset" msgstr "إعادة تعيين كلمة المرور" @@ -23312,7 +23308,7 @@ msgstr "" msgid "Password not found for {0} {1} {2}" msgstr "" -#: core/doctype/user/user.py:1075 +#: core/doctype/user/user.py:1021 msgid "Password reset instructions have been sent to your email" msgstr "تم إرسال إرشادات إعادة تعيين كلمة السر إلى بريدك الإلكتروني" @@ -23324,7 +23320,7 @@ msgstr "" msgid "Password size exceeded the maximum allowed size" msgstr "" -#: core/doctype/user/user.py:871 +#: core/doctype/user/user.py:817 msgid "Password size exceeded the maximum allowed size." msgstr "" @@ -23817,7 +23813,7 @@ msgstr "الرجاء إضافة موضوع إلى بريدك الإلكترون msgid "Please add a valid comment." msgstr "الرجاء إضافة تعليق صالح." -#: core/doctype/user/user.py:1058 +#: core/doctype/user/user.py:1004 msgid "Please ask your administrator to verify your sign-up" msgstr "الرجاء اطلب من المشرف التأكد من تسجيلك" @@ -23849,7 +23845,7 @@ msgstr "يرجى التحقق من قيم المرشح المحددة لمخطط msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "يرجى التحقق من قيمة مجموعة "الجلب من" للحقل {0}" -#: core/doctype/user/user.py:1056 +#: core/doctype/user/user.py:1002 msgid "Please check your email for verification" msgstr "يرجى التحقق من بريدك الالكتروني للتحقق" @@ -23997,7 +23993,7 @@ msgstr "" msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "يرجى التأكد من أن وثائق الاتصال المرجعية غير مرتبطة بشكل دائري." -#: model/document.py:828 +#: model/document.py:835 msgid "Please refresh to get the latest document." msgstr "يرجى تحديث للحصول على أحدث وثيقة." @@ -24069,7 +24065,7 @@ msgstr "الرجاء تحديد مرشح تاريخ صالح" msgid "Please select applicable Doctypes" msgstr "يرجى اختيار الأساليب المناسبة" -#: model/db_query.py:1118 +#: model/db_query.py:1137 msgid "Please select atleast 1 column from {0} to sort/group" msgstr "يرجى تحديد عمود واحد على الأقل من {0} إلى التصنيف / المجموعة" @@ -24136,7 +24132,7 @@ msgstr "يرجى إعداد رسالة أولاً" msgid "Please setup default Email Account from Settings > Email Account" msgstr "" -#: core/doctype/user/user.py:406 +#: core/doctype/user/user.py:371 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "" @@ -24511,7 +24507,7 @@ msgctxt "Transaction Log" msgid "Previous Hash" msgstr "السابق هاش" -#: public/js/frappe/form/form.js:2197 +#: public/js/frappe/form/form.js:2216 msgid "Previous Submission" msgstr "" @@ -24950,7 +24946,7 @@ msgstr "" msgid "Progress" msgstr "تقدم" -#: public/js/frappe/views/kanban/kanban_view.js:405 +#: public/js/frappe/views/kanban/kanban_view.js:408 msgid "Project" msgstr "مشروع" @@ -25372,7 +25368,7 @@ msgctxt "DocType" msgid "Queue in Background (BETA)" msgstr "" -#: utils/background_jobs.py:470 +#: utils/background_jobs.py:490 msgid "Queue should be one of {0}" msgstr "يجب أن تكون قائمة الانتظار واحدة من {0}" @@ -26368,7 +26364,7 @@ msgstr "المرجع" #: public/js/frappe/views/reports/query_report.js:1630 #: public/js/frappe/views/treeview.js:475 #: public/js/frappe/widgets/chart_widget.js:290 -#: public/js/frappe/widgets/number_card_widget.js:324 +#: public/js/frappe/widgets/number_card_widget.js:323 msgid "Refresh" msgstr "تحديث" @@ -26422,7 +26418,7 @@ msgstr "" msgid "Refreshing..." msgstr "يحديث ..." -#: core/doctype/user/user.py:1020 +#: core/doctype/user/user.py:966 msgid "Registered but disabled" msgstr "سجل لكن المعوقين" @@ -26924,7 +26920,7 @@ msgstr "" msgid "Report limit reached" msgstr "" -#: core/doctype/prepared_report/prepared_report.py:210 +#: core/doctype/prepared_report/prepared_report.py:212 msgid "Report timed out." msgstr "" @@ -26945,7 +26941,7 @@ msgstr "التقرير مع أكثر من 10 أعمدة تبدو أفضل في msgid "Report {0}" msgstr "تقرير {0}" -#: desk/reportview.py:343 +#: desk/reportview.py:344 msgid "Report {0} deleted" msgstr "" @@ -26953,7 +26949,7 @@ msgstr "" msgid "Report {0} is disabled" msgstr "تقرير غير مفعلة {0}" -#: desk/reportview.py:320 +#: desk/reportview.py:321 msgid "Report {0} saved" msgstr "" @@ -27638,7 +27634,7 @@ msgctxt "DocPerm" msgid "Role and Level" msgstr "مستوى الصلاحية" -#: core/doctype/user/user.py:351 +#: core/doctype/user/user.py:316 msgid "Role has been set as per the user type {0}" msgstr "" @@ -27854,7 +27850,7 @@ msgctxt "Role" msgid "Route: Example \"/app\"" msgstr "" -#: model/base_document.py:739 model/base_document.py:780 model/document.py:619 +#: model/base_document.py:739 model/base_document.py:780 model/document.py:626 msgid "Row" msgstr "صف" @@ -28069,7 +28065,7 @@ msgstr "SMS إعدادات" msgid "SMS sent to following numbers: {0}" msgstr "رسائل SMS أرسلت الى الارقام التالية: {0}" -#: templates/includes/login/login.js:377 +#: templates/includes/login/login.js:365 msgid "SMS was not sent. Please contact Administrator." msgstr "" @@ -28215,7 +28211,7 @@ msgstr "السبت" #: public/js/frappe/utils/common.js:443 #: public/js/frappe/views/kanban/kanban_settings.js:45 #: public/js/frappe/views/kanban/kanban_settings.js:189 -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 #: public/js/frappe/views/reports/query_report.js:1803 #: public/js/frappe/views/reports/report_view.js:1640 #: public/js/frappe/views/workspace/workspace.js:498 @@ -28274,7 +28270,7 @@ msgstr "" #: desk/form/save.py:46 model/rename_doc.py:106 #: printing/page/print_format_builder/print_format_builder.js:845 #: public/js/frappe/form/toolbar.js:260 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:917 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:916 msgid "Saved" msgstr "حفظ" @@ -28407,7 +28403,7 @@ msgctxt "Newsletter" msgid "Scheduled To Send" msgstr "من المقرر أن ترسل" -#: core/doctype/server_script/server_script.py:141 +#: core/doctype/server_script/server_script.py:144 msgid "Scheduled execution for script {0} has updated" msgstr "تم تحديث التنفيذ المجدول للنص {0}" @@ -28437,7 +28433,7 @@ msgctxt "System Health Report" msgid "Scheduler Status" msgstr "" -#: utils/scheduler.py:202 +#: utils/scheduler.py:208 msgid "Scheduler can not be re-enabled when maintenance mode is active." msgstr "" @@ -29318,7 +29314,7 @@ msgctxt "Contact Us Settings" msgid "Send enquiries to this email address" msgstr "إرسال الاستفسارات إلى عنوان البريد الإلكتروني هذا" -#: templates/includes/login/login.js:73 www/login.html:210 +#: templates/includes/login/login.js:68 www/login.html:210 msgid "Send login link" msgstr "" @@ -30072,7 +30068,7 @@ msgstr "اختصارات" #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:86 www/login.html:30 +#: templates/includes/login/login.js:81 www/login.html:30 msgid "Show" msgstr "تبين" @@ -30140,7 +30136,7 @@ msgstr "عرض المستند" msgid "Show Error" msgstr "" -#: public/js/frappe/form/layout.js:553 +#: public/js/frappe/form/layout.js:561 msgid "Show Fieldname (click to copy on clipboard)" msgstr "" @@ -30441,7 +30437,7 @@ msgctxt "Email Group" msgid "Sign Up and Confirmation" msgstr "" -#: core/doctype/user/user.py:1013 +#: core/doctype/user/user.py:959 msgid "Sign Up is disabled" msgstr "تم تعطيل الاشتراك" @@ -30567,7 +30563,7 @@ msgctxt "OAuth Provider Settings" msgid "Skip Authorization" msgstr "تجاهل حق الوصول" -#: public/js/frappe/widgets/onboarding_widget.js:337 +#: public/js/frappe/widgets/onboarding_widget.js:332 msgid "Skip Step" msgstr "تخطي الخطوة" @@ -30769,7 +30765,7 @@ msgstr "حدث خطأ ما" msgid "Something went wrong during the token generation. Click on {0} to generate a new one." msgstr "حدث خطأ ما أثناء الجيل المميز. انقر على {0} لإنشاء واحدة جديدة." -#: templates/includes/login/login.js:294 +#: templates/includes/login/login.js:289 msgid "Something went wrong." msgstr "" @@ -30886,7 +30882,7 @@ msgctxt "Website Settings" msgid "Splash Image" msgstr "" -#: desk/reportview.py:382 public/js/frappe/web_form/web_form_list.js:175 +#: desk/reportview.py:383 public/js/frappe/web_form/web_form_list.js:175 #: templates/print_formats/standard_macros.html:44 msgid "Sr" msgstr "ر.ت" @@ -30961,11 +30957,11 @@ msgstr "لا يمكن تحديث تنسيق الطباعة القياسية" msgid "Standard Print Style cannot be changed. Please duplicate to edit." msgstr "لا يمكن تغيير نمط الطباعة القياسي. الرجاء تكرار التعديل." -#: desk/reportview.py:333 +#: desk/reportview.py:334 msgid "Standard Reports cannot be deleted" msgstr "" -#: desk/reportview.py:304 +#: desk/reportview.py:305 msgid "Standard Reports cannot be edited" msgstr "" @@ -31546,7 +31542,7 @@ msgid "Submission Queue" msgstr "" #: core/doctype/user_permission/user_permission_list.js:138 -#: public/js/frappe/form/quick_entry.js:198 +#: public/js/frappe/form/quick_entry.js:201 #: public/js/frappe/form/sidebar/review.js:116 #: public/js/frappe/ui/capture.js:307 #: social/doctype/energy_point_log/energy_point_log.js:39 @@ -31643,7 +31639,7 @@ msgctxt "Auto Repeat" msgid "Submit on Creation" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:400 +#: public/js/frappe/widgets/onboarding_widget.js:395 msgid "Submit this document to complete this step." msgstr "أرسل هذا المستند لإكمال هذه الخطوة." @@ -31712,10 +31708,10 @@ msgstr "عنوان فرعي" #: core/doctype/data_import/data_import.js:459 #: desk/doctype/bulk_update/bulk_update.js:31 #: desk/doctype/desktop_icon/desktop_icon.py:446 -#: public/js/frappe/form/grid.js:1139 +#: public/js/frappe/form/grid.js:1142 #: public/js/frappe/views/translation_manager.js:21 -#: templates/includes/login/login.js:231 templates/includes/login/login.js:237 -#: templates/includes/login/login.js:270 templates/includes/login/login.js:278 +#: templates/includes/login/login.js:226 templates/includes/login/login.js:232 +#: templates/includes/login/login.js:265 templates/includes/login/login.js:273 #: templates/pages/integrations/gcalendar-success.html:9 #: workflow/doctype/workflow_action/workflow_action.py:166 msgid "Success" @@ -31841,7 +31837,7 @@ msgctxt "Recorder" msgid "Suggested Indexes" msgstr "" -#: core/doctype/user/user.py:728 +#: core/doctype/user/user.py:674 msgid "Suggested Username: {0}" msgstr "اسم المستخدم اقترح: {0}" @@ -32331,11 +32327,11 @@ msgstr "الجدول MultiSelect" msgid "Table Trimmed" msgstr "" -#: public/js/frappe/form/grid.js:1138 +#: public/js/frappe/form/grid.js:1141 msgid "Table updated" msgstr "الجدول محدث" -#: model/document.py:1401 +#: model/document.py:1408 msgid "Table {0} cannot be empty" msgstr "جدول {0} لا يمكن أن يكون فارغا" @@ -32473,7 +32469,7 @@ msgstr "تحذيرات القالب" msgid "Templates" msgstr "" -#: core/doctype/user/user.py:1024 +#: core/doctype/user/user.py:970 msgid "Temporarily Disabled" msgstr "موقوف مؤقتا" @@ -32597,7 +32593,7 @@ msgstr "" msgid "The Auto Repeat for this document has been disabled." msgstr "تم تعطيل التكرار التلقائي لهذا المستند." -#: public/js/frappe/form/grid.js:1161 +#: public/js/frappe/form/grid.js:1164 msgid "The CSV format is case sensitive" msgstr "تنسيق كسف حساس لحالة الأحرف" @@ -32768,11 +32764,11 @@ msgid "The project number obtained from Google Cloud Console under " msgstr "" -#: core/doctype/user/user.py:984 +#: core/doctype/user/user.py:930 msgid "The reset password link has been expired" msgstr "" -#: core/doctype/user/user.py:986 +#: core/doctype/user/user.py:932 msgid "The reset password link has either been used before or is invalid" msgstr "" @@ -32903,15 +32899,11 @@ msgstr "" msgid "There must be atleast one permission rule." msgstr "يجب أن يكون هناك على الأقل قاعدة إذن واحد." -#: core/doctype/user/user.py:536 -msgid "There should remain at least one System Manager" -msgstr "يجب أن يظل هناك مدير نظام واحد على الأقل" - #: www/error.py:16 msgid "There was an error building this page" msgstr "كان هناك خطأ في بناء هذه الصفحة" -#: public/js/frappe/views/kanban/kanban_view.js:180 +#: public/js/frappe/views/kanban/kanban_view.js:183 msgid "There was an error saving filters" msgstr "كان هناك خطأ في حفظ المرشحات" @@ -32977,7 +32969,7 @@ msgstr "" msgid "This Doctype does not contain location fields" msgstr "" -#: public/js/frappe/views/kanban/kanban_view.js:388 +#: public/js/frappe/views/kanban/kanban_view.js:391 msgid "This Kanban Board will be private" msgstr "وهذا المجلس كانبان يكون القطاع الخاص" @@ -33041,7 +33033,7 @@ msgstr "" msgid "This document is already amended, you cannot ammend it again" msgstr "تم تعديل هذا المستند بالفعل ، ولا يمكنك تعديله مرة أخرى" -#: model/document.py:1569 +#: model/document.py:1576 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "" @@ -33225,7 +33217,7 @@ msgstr "" msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "" -#: core/doctype/user/user.py:1244 +#: core/doctype/user/user.py:1190 msgid "Throttled" msgstr "مخنوق" @@ -33912,7 +33904,7 @@ msgstr "طلبات كثيرة جدا" msgid "Too many changes to database in single action." msgstr "" -#: core/doctype/user/user.py:1025 +#: core/doctype/user/user.py:971 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "وقعت الكثير من المستخدمين في الآونة الأخيرة، وذلك هو تعطيل التسجيل. يرجى المحاولة مرة أخرى في ساعة" @@ -34278,7 +34270,7 @@ msgstr "الزناد على الطرق الصحيحة مثل "before_insert msgid "Trim Table" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:323 +#: public/js/frappe/widgets/onboarding_widget.js:318 msgid "Try Again" msgstr "" @@ -34877,7 +34869,7 @@ msgctxt "Workflow Document State" msgid "Update Value" msgstr "تحديث القيمة" -#: utils/change_log.py:381 +#: utils/change_log.py:383 msgid "Update from Frappe Cloud" msgstr "" @@ -35543,7 +35535,7 @@ msgstr "يمكن للمستخدم تسجيل الدخول باستخدام مع msgid "User does not exist" msgstr "المستخدم غير موجود" -#: templates/includes/login/login.js:293 +#: templates/includes/login/login.js:288 msgid "User does not exist." msgstr "" @@ -35577,7 +35569,7 @@ msgstr "" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "" -#: core/doctype/user/user.py:541 +#: core/doctype/user/user.py:485 msgid "User {0} cannot be deleted" msgstr "المستخدم {0} لا يمكن حذف" @@ -35585,7 +35577,7 @@ msgstr "المستخدم {0} لا يمكن حذف" msgid "User {0} cannot be disabled" msgstr "المستخدم {0} لا يمكن تعطيل" -#: core/doctype/user/user.py:610 +#: core/doctype/user/user.py:556 msgid "User {0} cannot be renamed" msgstr "المستخدم {0} لا يمكن إعادة تسمية" @@ -35602,7 +35594,7 @@ msgstr "لا يملك المستخدم {0} حق الوصول إلى النمط msgid "User {0} has requested for data deletion" msgstr "طلب المستخدم {0} حذف البيانات" -#: core/doctype/user/user.py:1373 +#: core/doctype/user/user.py:1319 msgid "User {0} impersonated as {1}" msgstr "" @@ -35640,7 +35632,7 @@ msgctxt "User Social Login" msgid "Username" msgstr "اسم االمستخدم" -#: core/doctype/user/user.py:695 +#: core/doctype/user/user.py:641 msgid "Username {0} already exists" msgstr "اسم المستخدم {0} موجود بالفعل" @@ -35700,11 +35692,11 @@ msgctxt "OAuth Authorization Code" msgid "Valid" msgstr "صالح" -#: templates/includes/login/login.js:53 templates/includes/login/login.js:66 +#: templates/includes/login/login.js:48 templates/includes/login/login.js:61 msgid "Valid Login id required." msgstr "" -#: templates/includes/login/login.js:40 +#: templates/includes/login/login.js:35 msgid "Valid email and name required" msgstr "" @@ -35822,15 +35814,15 @@ msgctxt "Notification" msgid "Value To Be Set" msgstr "قيمة ليتم تعيينها" -#: model/base_document.py:965 model/document.py:675 +#: model/base_document.py:965 model/document.py:682 msgid "Value cannot be changed for {0}" msgstr "لا يمكن تغير القيمة ل {0}" -#: model/document.py:621 +#: model/document.py:628 msgid "Value cannot be negative for" msgstr "لا يمكن أن تكون القيمة سالبة لـ" -#: model/document.py:625 +#: model/document.py:632 msgid "Value cannot be negative for {0}: {1}" msgstr "لا يمكن أن تكون القيمة سالبة لـ {0}: {1}" @@ -35901,7 +35893,7 @@ msgstr "رمز التحقق" msgid "Verification Link" msgstr "رابط التحقق" -#: templates/includes/login/login.js:391 +#: templates/includes/login/login.js:379 msgid "Verification code email not sent. Please contact Administrator." msgstr "" @@ -35923,7 +35915,7 @@ msgstr "تأكد من" msgid "Verify Password" msgstr "التحقق من كلمة المرور" -#: templates/includes/login/login.js:172 +#: templates/includes/login/login.js:167 msgid "Verifying..." msgstr "" @@ -36713,11 +36705,11 @@ msgstr "" msgid "Welcome Workspace" msgstr "" -#: core/doctype/user/user.py:398 +#: core/doctype/user/user.py:363 msgid "Welcome email sent" msgstr "رسالة الترحيب تم أرسالها" -#: core/doctype/user/user.py:473 +#: core/doctype/user/user.py:424 msgid "Welcome to {0}" msgstr "أهلا وسهلا بك إلى {0}" @@ -37026,7 +37018,7 @@ msgctxt "Workspace" msgid "Workspace" msgstr "" -#: public/js/frappe/router.js:193 +#: public/js/frappe/router.js:179 msgid "Workspace {0} does not exist" msgstr "" @@ -37308,7 +37300,7 @@ msgstr "لا يسمح لك بالوصول إلى هذا السجل {0} لأنه msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in row {3}, field {4}" msgstr "" -#: public/js/frappe/views/kanban/kanban_board.bundle.js:69 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 msgid "You are not allowed to create columns" msgstr "لا يسمح لك بأنشاء اعمدة" @@ -37348,7 +37340,7 @@ msgstr "أنت غير متصل بالإنترنت. أعد المحاولة بع msgid "You are not permitted to access this page without login." msgstr "" -#: www/app.py:23 +#: www/app.py:27 msgid "You are not permitted to access this page." msgstr "لا يسمح لك بالوصول إلى هذه الصفحة." @@ -37401,11 +37393,11 @@ msgstr "" msgid "You can change the retention policy from {0}." msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:199 +#: public/js/frappe/widgets/onboarding_widget.js:194 msgid "You can continue with the onboarding after exploring this page" msgstr "" -#: core/doctype/user/user.py:601 +#: core/doctype/user/user.py:543 msgid "You can disable the user instead of deleting it." msgstr "" @@ -37692,7 +37684,7 @@ msgctxt "Form timeline" msgid "You removed attachment {0}" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:525 +#: public/js/frappe/widgets/onboarding_widget.js:520 msgid "You seem good to go!" msgstr "يبدو أنك على ما يرام!" @@ -37747,7 +37739,7 @@ msgstr "اختصاراتك" msgid "Your account has been deleted" msgstr "" -#: auth.py:476 +#: auth.py:487 msgid "Your account has been locked and will resume after {0} seconds" msgstr "تم قفل حسابك وسيتم استئنافه بعد {0} ثانية" @@ -37842,7 +37834,7 @@ msgstr "_تقرير" msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "" -#: utils/background_jobs.py:105 +#: utils/background_jobs.py:106 msgid "`job_id` paramater is required for deduplication." msgstr "" @@ -37872,7 +37864,7 @@ msgstr "و" msgid "ascending" msgstr "" -#: model/document.py:1372 +#: model/document.py:1379 msgid "beginning with" msgstr "بدء ب" @@ -38127,7 +38119,7 @@ msgctxt "Workspace" msgid "grey" msgstr "" -#: utils/backups.py:378 +#: utils/backups.py:387 msgid "gzip not found in PATH! This is required to take a backup." msgstr "" @@ -38272,7 +38264,7 @@ msgctxt "OAuth Authorization Code" msgid "nonce" msgstr "" -#: model/document.py:1371 +#: model/document.py:1378 msgid "none of" msgstr "أيا من" @@ -38332,7 +38324,7 @@ msgctxt "Webhook" msgid "on_update_after_submit" msgstr "" -#: model/document.py:1370 +#: model/document.py:1377 msgid "one of" msgstr "واحدة من" @@ -38478,19 +38470,19 @@ msgctxt "RQ Worker" msgid "short" msgstr "" -#: public/js/frappe/widgets/number_card_widget.js:282 +#: public/js/frappe/widgets/number_card_widget.js:281 msgid "since last month" msgstr "منذ اخر شهر" -#: public/js/frappe/widgets/number_card_widget.js:281 +#: public/js/frappe/widgets/number_card_widget.js:280 msgid "since last week" msgstr "منذ الأسبوع الماضي" -#: public/js/frappe/widgets/number_card_widget.js:283 +#: public/js/frappe/widgets/number_card_widget.js:282 msgid "since last year" msgstr "منذ السنة الماضية" -#: public/js/frappe/widgets/number_card_widget.js:280 +#: public/js/frappe/widgets/number_card_widget.js:279 msgid "since yesterday" msgstr "منذ البارحة" @@ -39145,7 +39137,7 @@ msgstr "" msgid "{0} items selected" msgstr "{0} العناصر المحددة" -#: core/doctype/user/user.py:1382 +#: core/doctype/user/user.py:1328 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "" @@ -39178,7 +39170,7 @@ msgstr "قبل {0} دقائق" msgid "{0} months ago" msgstr "قبل {0} أشهر" -#: model/document.py:1626 +#: model/document.py:1633 msgid "{0} must be after {1}" msgstr "{0} يجب أن يكون بعد {1}" @@ -39589,7 +39581,7 @@ msgstr "" msgid "{} not found in PATH! This is required to restore the database." msgstr "" -#: utils/backups.py:445 +#: utils/backups.py:454 msgid "{} not found in PATH! This is required to take a backup." msgstr "" From 7810a725e130bd2b155539fe3b90a24a69e1a395 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 11 Jun 2024 12:56:19 +0530 Subject: [PATCH 27/54] fix: Turkish translations --- frappe/locale/tr.po | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/frappe/locale/tr.po b/frappe/locale/tr.po index 816ba30d2f..7b46b6627f 100644 --- a/frappe/locale/tr.po +++ b/frappe/locale/tr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-06-02 09:33+0000\n" -"PO-Revision-Date: 2024-06-07 04:36\n" +"PO-Revision-Date: 2024-06-11 07:26\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -8607,7 +8607,7 @@ msgstr "" #: desk/reportview.py:529 msgid "Deleted all documents successfully" -msgstr "" +msgstr "Tüm belgeler başarıyla silindi" #: desk/reportview.py:507 msgid "Deleting {0}" @@ -9030,7 +9030,7 @@ msgstr "" #: website/doctype/website_settings/website_settings.json msgctxt "Website Settings" msgid "Disable signups" -msgstr "" +msgstr "Yeni Kayıtlara İzin Verme" #: core/doctype/user/user_list.js:14 #: public/js/frappe/form/templates/address_list.html:29 @@ -12043,7 +12043,7 @@ msgstr "Raporu Dışarı Aktar: {0}" #: public/js/frappe/data_import/data_exporter.js:26 msgid "Export Type" -msgstr "" +msgstr "Dışa Aktarma Türü" #: public/js/frappe/views/reports/report_view.js:1561 msgid "Export all matching rows?" @@ -20904,7 +20904,7 @@ msgstr "Yeni güncellemeler mevcut" #: website/doctype/website_settings/website_settings.json msgctxt "Website Settings" msgid "New users will have to be manually registered by system managers." -msgstr "" +msgstr "Yeni kullanıcıların sistem yöneticileri tarafından manuel olarak kaydedilmesi gerekecektir." #. Description of the 'Set Value' (Small Text) field in DocType 'Property #. Setter' @@ -24820,7 +24820,7 @@ msgstr "Baskı Genişliği" #: custom/doctype/customize_form_field/customize_form_field.json msgctxt "Customize Form Field" msgid "Print Width of the field, if the field is a column in a table" -msgstr "" +msgstr "Alan tablodaki bir sütunsa, alanın Yazdırma Genişliği" #: public/js/frappe/form/form.js:169 msgid "Print document" @@ -25227,7 +25227,7 @@ msgstr "Anlık Bildirim Ayarları" #. Label of a Card Break in the Integrations Workspace #: integrations/workspace/integrations/integrations.json msgid "Push Notifications" -msgstr "" +msgstr "Anlık Bildirimler" #. Label of a Check field in DocType 'Google Calendar' #: integrations/doctype/google_calendar/google_calendar.json @@ -26955,7 +26955,7 @@ msgstr "" #: desk/reportview.py:344 msgid "Report {0} deleted" -msgstr "" +msgstr "{0} Raporu silindi" #: desk/query_report.py:50 msgid "Report {0} is disabled" @@ -27229,7 +27229,7 @@ msgstr "" #: core/doctype/deleted_document/deleted_document.js:11 #: core/doctype/deleted_document/deleted_document_list.js:48 msgid "Restore" -msgstr "" +msgstr "Geri Yükle" #: core/page/permission_manager/permission_manager.js:503 msgid "Restore Original Permissions" @@ -27910,7 +27910,7 @@ msgstr "" #: core/doctype/data_import/data_import.js:367 msgid "Row {0}" -msgstr "" +msgstr "Satır {0}" #: custom/doctype/customize_form/customize_form.py:349 msgid "Row {0}: Not allowed to disable Mandatory for standard fields" @@ -28942,11 +28942,11 @@ msgstr "" #: public/js/frappe/data_import/data_exporter.js:146 msgid "Select Fields To Insert" -msgstr "" +msgstr "Eklenecek Alanları Seçin" #: public/js/frappe/data_import/data_exporter.js:147 msgid "Select Fields To Update" -msgstr "" +msgstr "Güncellenecek Alanları Seçin" #: public/js/frappe/list/list_sidebar_group_by.js:21 msgid "Select Filters" @@ -30363,7 +30363,7 @@ msgstr "" #: website/doctype/website_settings/website_settings.json msgctxt "Website Settings" msgid "Show footer on login" -msgstr "" +msgstr "Giriş Sayfasında Altbilgiyi Göster" #. Description of the 'Show Full Form?' (Check) field in DocType 'Onboarding #. Step' @@ -30501,7 +30501,7 @@ msgstr "" #: www/login.html:149 msgid "Signups have been disabled for this website." -msgstr "" +msgstr "Bu web sitesi için kayıtlar devre dışı bırakıldı." #. Description of the 'Unassign Condition' (Code) field in DocType 'Assignment #. Rule' From 9f653880e8d33ad2eea08e2f4e81fe4084af6cf4 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 11 Jun 2024 12:56:22 +0530 Subject: [PATCH 28/54] fix: Persian translations --- frappe/locale/fa.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index 242c04e9e2..fc7d35c880 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-06-02 09:33+0000\n" -"PO-Revision-Date: 2024-06-09 06:14\n" +"PO-Revision-Date: 2024-06-11 07:26\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -12584,52 +12584,52 @@ msgstr "نام فیلد {0} محدود شده است" #: public/js/frappe/list/list_settings.js:132 #: public/js/frappe/views/kanban/kanban_settings.js:111 msgid "Fields" -msgstr "زمینه های" +msgstr "فیلدها" #. Label of a Section Break field in DocType 'Customize Form' #. Label of a Table field in DocType 'Customize Form' #: custom/doctype/customize_form/customize_form.json msgctxt "Customize Form" msgid "Fields" -msgstr "زمینه های" +msgstr "فیلدها" #. Label of a Table field in DocType 'DocType' #. Label of a Section Break field in DocType 'DocType' #: core/doctype/doctype/doctype.json msgctxt "DocType" msgid "Fields" -msgstr "زمینه های" +msgstr "فیلدها" #. Label of a Table field in DocType 'DocType Layout' #: custom/doctype/doctype_layout/doctype_layout.json msgctxt "DocType Layout" msgid "Fields" -msgstr "زمینه های" +msgstr "فیلدها" #. Label of a Code field in DocType 'Kanban Board' #: desk/doctype/kanban_board/kanban_board.json msgctxt "Kanban Board" msgid "Fields" -msgstr "زمینه های" +msgstr "فیلدها" #. Label of a HTML field in DocType 'List View Settings' #. Label of a Code field in DocType 'List View Settings' #: desk/doctype/list_view_settings/list_view_settings.json msgctxt "List View Settings" msgid "Fields" -msgstr "زمینه های" +msgstr "فیلدها" #. Label of a Small Text field in DocType 'Personal Data Deletion Step' #: website/doctype/personal_data_deletion_step/personal_data_deletion_step.json msgctxt "Personal Data Deletion Step" msgid "Fields" -msgstr "زمینه های" +msgstr "فیلدها" #. Label of a Table field in DocType 'Web Template' #: website/doctype/web_template/web_template.json msgctxt "Web Template" msgid "Fields" -msgstr "زمینه های" +msgstr "فیلدها" #. Label of a HTML field in DocType 'Data Export' #: core/doctype/data_export/data_export.json @@ -30045,7 +30045,7 @@ msgstr "آدرس حمل و نقل" #: contacts/doctype/address/address.json msgctxt "Address" msgid "Shop" -msgstr "خرید کنید" +msgstr "فروشگاه" #. Label of a Data field in DocType 'Blogger' #: website/doctype/blogger/blogger.json From eed1f1a6fed3b57c002b2917ecd51c97322637de Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 12 Jun 2024 13:28:42 +0530 Subject: [PATCH 29/54] fix: Turkish translations --- frappe/locale/tr.po | 420 ++++++++++++++++++++++++-------------------- 1 file changed, 230 insertions(+), 190 deletions(-) diff --git a/frappe/locale/tr.po b/frappe/locale/tr.po index 7b46b6627f..7ee16f46c7 100644 --- a/frappe/locale/tr.po +++ b/frappe/locale/tr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-06-02 09:33+0000\n" -"PO-Revision-Date: 2024-06-11 07:26\n" +"PO-Revision-Date: 2024-06-12 07:58\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -297,7 +297,44 @@ msgid "
    \n" " \n" "
    \n" "
    \n" -msgstr "" +msgstr "
    \n" +" Kutudaki Seri listesini düzenleyin. Kurallar:\n" +"
      \n" +"
    • Her Seri Öneki yeni bir satırda.
    • \n" +"
    • İzin verilen özel karakterler \"/\" ve \"-\" dir
    • \n" +"
    • \n" +" İsteğe bağlı olarak, nokta (.)\n" +" ve ardından karma (#) kullanarak serideki basamak sayısını ayarlayın. Örneğin, \".####\",\n" +" serisinin dört basamaklı olacağı anlamına gelir. Varsayılan değer beş basamaktır.\n" +"
    • \n" +"
    • \n" +" Değişkenleri seri adında (.) noktalarının arasına\n" +" koyarak da kullanabilirsiniz\n" +"
      \n" +" Desteklenen Değişkenler:\n" +"
        \n" +"
      • .YYYY. - 4 basamaklı yıl
      • \n" +"
      • .YY. - 2 basamaklı yıl
      • \n" +"
      • .MM. - Ay
      • \n" +"
      • .DD. - Ayın günü
      • \n" +"
      • .WW. - Yılın haftası
      • \n" +"
      • .FY. - Mali Yıl
      • \n" +"
      • \n" +" .{fieldname}. - belgedeki alan adı, örneğin\n" +" branch\n" +"
      • \n" +"
      \n" +"
    • \n" +"
    \n" +" Örnekler:\n" +"
      \n" +"
    • URN-
    • \n" +"
    • URN-10-
    • \n" +"
    • URNT-
    • \n" +"
    • URN-.YYYY.-.{branch}.-.MM.-.####
    • \n" +"
    \n" +"
    \n" +"
    \n" #. Content of the 'Custom HTML Help' (HTML) field in DocType 'Print Format' #: printing/doctype/print_format/print_format.json @@ -2203,7 +2240,7 @@ msgstr "" #. Name of a DocType #: core/doctype/amended_document_naming_settings/amended_document_naming_settings.json msgid "Amended Document Naming Settings" -msgstr "" +msgstr "Belge İsimlendirme Ayarları" #. Label of a Section Break field in DocType 'Document Naming Settings' #: core/doctype/document_naming_settings/document_naming_settings.json @@ -2236,7 +2273,7 @@ msgstr "" #: core/doctype/document_naming_settings/document_naming_settings.py:207 msgid "Amendment naming rules updated." -msgstr "" +msgstr "İsimlendirme kuralları güncellendi." #: public/js/frappe/ui/toolbar/toolbar.js:322 msgid "An error occurred while setting Session Defaults" @@ -5124,7 +5161,8 @@ msgstr "Kullanıcı Değiştir" msgctxt "Document Naming Settings" msgid "Change the starting / current sequence number of an existing series.
    \n\n" "Warning: Incorrectly updating counters can prevent documents from getting created. " -msgstr "" +msgstr "Mevcut bir serinin başlangıç / mevcut isimlendirme serisini değiştirin.
    \n\n" +"Uyarı: Sayaçların yanlış güncellenmesi belgelerin oluşturulmasını engelleyebilir." #. Name of a DocType #: desk/doctype/changelog_feed/changelog_feed.json @@ -5284,7 +5322,7 @@ msgstr "" #: core/doctype/document_naming_settings/document_naming_settings.json msgctxt "Document Naming Settings" msgid "Check this if you want to force the user to select a series before saving. There will be no default if you check this." -msgstr "" +msgstr "Kullanıcıyı kaydetmeden önce bir seri seçmeye zorlamak istiyorsanız bunu işaretleyin. Bunu işaretlerseniz varsayılan olmayacaktır." #: email/doctype/newsletter/newsletter.js:20 msgid "Checking broken links..." @@ -5303,7 +5341,7 @@ msgstr "" #: desk/doctype/workspace/workspace.json msgctxt "Workspace" msgid "Checking this will hide custom doctypes and reports cards in Links section" -msgstr "" +msgstr "Bunu işaretlerseniz Bağlantılar bölümünde DocType ve Rapor Kartlarını gizleyecektir" #: website/doctype/web_page/web_page.js:78 msgid "Checking this will publish the page on your website and it'll be visible to everyone." @@ -5559,38 +5597,38 @@ msgstr "" #: custom/doctype/client_script/client_script.json #: website/doctype/web_page/web_page.js:103 msgid "Client Script" -msgstr "" +msgstr "İstemci Komut Dosyası" #. Label of a Link in the Build Workspace #. Label of a shortcut in the Build Workspace #: core/workspace/build/build.json msgctxt "Client Script" msgid "Client Script" -msgstr "" +msgstr "İstemci Komut Dosyası" #. Linked DocType in DocType's connections #: core/doctype/doctype/doctype.json msgctxt "DocType" msgid "Client Script" -msgstr "" +msgstr "İstemci Komut Dosyası" #. Label of a Code field in DocType 'DocType Layout' #: custom/doctype/doctype_layout/doctype_layout.json msgctxt "DocType Layout" msgid "Client Script" -msgstr "" +msgstr "İstemci Komut Dosyası" #. Linked DocType in Module Def's connections #: core/doctype/module_def/module_def.json msgctxt "Module Def" msgid "Client Script" -msgstr "" +msgstr "İstemci Komut Dosyası" #. Label of a Code field in DocType 'Web Form' #: website/doctype/web_form/web_form.json msgctxt "Web Form" msgid "Client Script" -msgstr "" +msgstr "İstemci Komut Dosyası" #. Label of a Password field in DocType 'Connected App' #: integrations/doctype/connected_app/connected_app.json @@ -6340,7 +6378,9 @@ msgctxt "Document Naming Settings" msgid "Configure how amended documents will be named.
    \n\n" "Default behaviour is to follow an amend counter which adds a number to the end of the original name indicating the amended version.
    \n\n" "Default Naming will make the amended document to behave same as new documents." -msgstr "" +msgstr "Değiştirilen belgelerin nasıl isimlendirileceğini yapılandırın.
    \n\n" +"Varsayılan davranış, orijinal adın sonuna değiştirilmiş sürümü belirten bir sayı ekleyen bir değişiklik sayacını takip etmektir.
    \n\n" +"Varsayılan İsimlendirme, değiştirilen belgenin yeni belgelerle aynı şekilde davranmasını sağlayacaktır." #. Description of a DocType #: core/doctype/document_naming_settings/document_naming_settings.json @@ -6539,7 +6579,7 @@ msgstr "İletişim Ayarları" #: website/doctype/contact_us_settings/contact_us_settings.json msgctxt "Contact Us Settings" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." -msgstr "" +msgstr "Her biri yeni bir satırda veya virgülle ayrılmış \"Satış Sorgusu, Destek Sorgusu\" gibi iletişim seçenekleri." #: utils/change_log.py:360 msgid "Contains {0} security fix" @@ -6619,7 +6659,7 @@ msgstr "" #: core/doctype/file/file.json msgctxt "File" msgid "Content Hash" -msgstr "" +msgstr "Hash Doğrulaması" #. Label of a Select field in DocType 'Blog Post' #: website/doctype/blog_post/blog_post.json @@ -7010,19 +7050,19 @@ msgstr "İş Akışı Oluşturucu'yu kullanarak iş akışınızı görsel olara #: public/js/frappe/views/file/file_view.js:337 msgid "Created" -msgstr "" +msgstr "Oluşturdu" #. Option for the 'Comment Type' (Select) field in DocType 'Comment' #: core/doctype/comment/comment.json msgctxt "Comment" msgid "Created" -msgstr "" +msgstr "Oluşturdu" #. Option for the 'Comment Type' (Select) field in DocType 'Communication' #: core/doctype/communication/communication.json msgctxt "Communication" msgid "Created" -msgstr "" +msgstr "Oluşturdu" #. Label of a Datetime field in DocType 'Submission Queue' #: core/doctype/submission_queue/submission_queue.json @@ -7033,7 +7073,7 @@ msgstr "" #: model/meta.py:51 public/js/frappe/list/list_sidebar_group_by.js:73 #: public/js/frappe/model/meta.js:203 public/js/frappe/model/model.js:123 msgid "Created By" -msgstr "" +msgstr "Oluşturan" #: workflow/doctype/workflow/workflow.py:65 msgid "Created Custom Field {0} in {1}" @@ -7058,7 +7098,7 @@ msgstr "" #: social/doctype/energy_point_log/energy_point_log.json msgctxt "Energy Point Log" msgid "Criticism" -msgstr "" +msgstr "Önemli" #: public/js/frappe/form/sidebar/review.js:66 msgid "Criticize" @@ -8298,14 +8338,14 @@ msgstr "Varsayılan Antetli Kağıt" #: core/doctype/amended_document_naming_settings/amended_document_naming_settings.json msgctxt "Amended Document Naming Settings" msgid "Default Naming" -msgstr "" +msgstr "Varsayılan İsimlendirme" #. Option for the 'Default Amendment Naming' (Select) field in DocType #. 'Document Naming Settings' #: core/doctype/document_naming_settings/document_naming_settings.json msgctxt "Document Naming Settings" msgid "Default Naming" -msgstr "" +msgstr "Varsayılan İsimlendirme" #: email/doctype/email_account/email_account.py:209 msgid "Default Outgoing" @@ -8554,7 +8594,7 @@ msgstr "{0} girişi kalıcı olarak silinsin mi?" #: public/js/frappe/list/list_view.js:1937 msgctxt "Title of confirmation dialog" msgid "Delete {0} items permanently?" -msgstr "" +msgstr "{0} öğesini kalıcı olarak sil?" #. Option for the 'Comment Type' (Select) field in DocType 'Comment' #: core/doctype/comment/comment.json @@ -8932,7 +8972,7 @@ msgstr "Bu belgenin bulunabileceği farklı \"Durumlar\". \"Açık\", \"Onay Bek #: core/doctype/document_naming_rule/document_naming_rule.json msgctxt "Document Naming Rule" msgid "Digits" -msgstr "" +msgstr "Rakamlar" #. Label of a Select field in DocType 'LDAP Settings' #: integrations/doctype/ldap_settings/ldap_settings.json @@ -9024,7 +9064,7 @@ msgstr "Sistem Güncelleme Bildirimini Devre Dışı Bırak" #: core/doctype/system_settings/system_settings.json msgctxt "System Settings" msgid "Disable Username/Password Login" -msgstr "" +msgstr "Kullanıcı Adı/Şifre Girişini Devre Dışı Bırak" #. Label of a Check field in DocType 'Website Settings' #: website/doctype/website_settings/website_settings.json @@ -9122,12 +9162,12 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:513 #: public/js/frappe/web_form/web_form.js:187 msgid "Discard" -msgstr "" +msgstr "Vazgeç" #: website/doctype/web_form/templates/web_form.html:41 msgctxt "Button in web form" msgid "Discard" -msgstr "" +msgstr "Vazgeç" #: public/js/frappe/form/form.js:839 msgid "Discard {0}" @@ -9172,13 +9212,13 @@ msgstr "" #: custom/doctype/customize_form_field/customize_form_field.json msgctxt "Customize Form Field" msgid "Display" -msgstr "" +msgstr "Görünüm" #. Label of a Section Break field in DocType 'DocField' #: core/doctype/docfield/docfield.json msgctxt "DocField" msgid "Display" -msgstr "" +msgstr "Görünüm" #. Label of a Code field in DocType 'Web Form Field' #: website/doctype/web_form_field/web_form_field.json @@ -9368,13 +9408,13 @@ msgstr "" #. Name of a DocType #: core/doctype/doctype_action/doctype_action.json msgid "DocType Action" -msgstr "" +msgstr "DocType Aksiyonu" #. Option for the 'Applied On' (Select) field in DocType 'Property Setter' #: custom/doctype/property_setter/property_setter.json msgctxt "Property Setter" msgid "DocType Action" -msgstr "" +msgstr "DocType Aksiyonu" #. Option for the 'Script Type' (Select) field in DocType 'Server Script' #. Label of a Select field in DocType 'Server Script' @@ -9423,7 +9463,7 @@ msgstr "" #: desk/doctype/workspace_shortcut/workspace_shortcut.json msgctxt "Workspace Shortcut" msgid "DocType View" -msgstr "" +msgstr "DocType Görünümü" #: core/doctype/doctype/doctype.py:649 msgid "DocType can not be merged" @@ -9506,37 +9546,37 @@ msgstr "" #: core/doctype/audit_trail/audit_trail.json msgctxt "Audit Trail" msgid "Document" -msgstr "" +msgstr "Belge" #. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' #: core/doctype/doctype/doctype.json msgctxt "DocType" msgid "Document" -msgstr "" +msgstr "Belge" #. Label of a Data field in DocType 'Milestone' #: automation/doctype/milestone/milestone.json msgctxt "Milestone" msgid "Document" -msgstr "" +msgstr "Belge" #. Label of a Link field in DocType 'Notification Subscribed Document' #: desk/doctype/notification_subscribed_document/notification_subscribed_document.json msgctxt "Notification Subscribed Document" msgid "Document" -msgstr "" +msgstr "Belge" #. Label of a Dynamic Link field in DocType 'Permission Inspector' #: core/doctype/permission_inspector/permission_inspector.json msgctxt "Permission Inspector" msgid "Document" -msgstr "" +msgstr "Belge" #. Label of a Section Break field in DocType 'Customize Form' #: custom/doctype/customize_form/customize_form.json msgctxt "Customize Form" msgid "Document Actions" -msgstr "" +msgstr "Belge Eylemleri" #. Name of a DocType #: email/doctype/document_follow/document_follow.json @@ -13305,7 +13345,7 @@ msgstr "" #: email/doctype/email_account/email_account.json msgctxt "Email Account" msgid "Footer Content" -msgstr "" +msgstr "Footer İçeriği" #. Label of a Section Break field in DocType 'Website Settings' #: website/doctype/website_settings/website_settings.json @@ -13389,7 +13429,7 @@ msgstr "" #: public/js/frappe/widgets/widget_dialog.js:568 msgid "For Example: {} Open" -msgstr "" +msgstr "Örnek: {} Aktif" #. Description of the 'Options' (Small Text) field in DocType 'Customize Form #. Field' @@ -17440,7 +17480,7 @@ msgstr "" #: public/js/frappe/views/kanban/kanban_view.js:265 msgctxt "Button in kanban view menu" msgid "Kanban Settings" -msgstr "" +msgstr "Kanban Ayarları" #. Description of a DocType #: core/doctype/activity_log/activity_log.json @@ -17505,7 +17545,7 @@ msgstr "" #: website/doctype/help_article/templates/help_article_list.html:11 #: website/workspace/website/website.json msgid "Knowledge Base" -msgstr "" +msgstr "Bilgi Merkezi" #. Name of a role #: website/doctype/help_article/help_article.json @@ -17642,13 +17682,13 @@ msgstr "" #. Name of a DocType #: integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP Settings" -msgstr "" +msgstr "LDAP Ayarları" #. Label of a Link in the Integrations Workspace #: integrations/workspace/integrations/integrations.json msgctxt "LDAP Settings" msgid "LDAP Settings" -msgstr "" +msgstr "LDAP Ayarları" #. Label of a Section Break field in DocType 'LDAP Settings' #: integrations/doctype/ldap_settings/ldap_settings.json @@ -17821,7 +17861,7 @@ msgstr "" #: custom/doctype/customize_form_field/customize_form_field.json msgctxt "Customize Form Field" msgid "Label and Type" -msgstr "" +msgstr "Etiket ve Tür" #: custom/doctype/custom_field/custom_field.py:143 msgid "Label is mandatory" @@ -17831,7 +17871,7 @@ msgstr "" #: website/doctype/website_settings/website_settings.json msgctxt "Website Settings" msgid "Landing Page" -msgstr "" +msgstr "Giriş Sayfası" #: public/js/frappe/form/print_utils.js:28 msgid "Landscape" @@ -17980,45 +18020,45 @@ msgstr "" #: integrations/doctype/google_contacts/google_contacts.json msgctxt "Google Contacts" msgid "Last Sync On" -msgstr "" +msgstr "Son Senkronizasyon" #. Label of a Datetime field in DocType 'Dashboard Chart' #: desk/doctype/dashboard_chart/dashboard_chart.json msgctxt "Dashboard Chart" msgid "Last Synced On" -msgstr "" +msgstr "Son Senkronizasyon" #: model/meta.py:50 public/js/frappe/model/meta.js:202 #: public/js/frappe/model/model.js:130 msgid "Last Updated By" -msgstr "" +msgstr "Son Güncelleyen" #: model/meta.py:49 public/js/frappe/model/meta.js:201 #: public/js/frappe/model/model.js:126 msgid "Last Updated On" -msgstr "" +msgstr "Son Güncelleme Zamanı" #. Label of a Link field in DocType 'Assignment Rule' #: automation/doctype/assignment_rule/assignment_rule.json msgctxt "Assignment Rule" msgid "Last User" -msgstr "" +msgstr "Son Kullanıcı" #. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' #: desk/doctype/dashboard_chart/dashboard_chart.json msgctxt "Dashboard Chart" msgid "Last Week" -msgstr "" +msgstr "Geçen Hafta" #. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' #: desk/doctype/dashboard_chart/dashboard_chart.json msgctxt "Dashboard Chart" msgid "Last Year" -msgstr "" +msgstr "Geçen Yıl" #: public/js/frappe/widgets/chart_widget.js:698 msgid "Last synced {0}" -msgstr "" +msgstr "Son sekronizasyon {0}" #: custom/doctype/customize_form/customize_form.js:194 msgid "Layout Reset" @@ -18271,13 +18311,13 @@ msgstr "" #: www/attribution.html:36 msgid "License" -msgstr "" +msgstr "Lisans" #. Label of a Markdown Editor field in DocType 'Package' #: core/doctype/package/package.json msgctxt "Package" msgid "License" -msgstr "" +msgstr "Lisans" #. Label of a Select field in DocType 'Package' #: core/doctype/package/package.json @@ -18289,7 +18329,7 @@ msgstr "" #: core/doctype/user/user.json msgctxt "User" msgid "Light" -msgstr "" +msgstr "Açık" #. Option for the 'Color' (Select) field in DocType 'DocType State' #: core/doctype/doctype_state/doctype_state.json @@ -18315,19 +18355,19 @@ msgstr "" #: public/js/frappe/ui/filters/filter.js:18 msgid "Like" -msgstr "" +msgstr "Benzer" #. Option for the 'Comment Type' (Select) field in DocType 'Comment' #: core/doctype/comment/comment.json msgctxt "Comment" msgid "Like" -msgstr "" +msgstr "Benzer" #. Option for the 'Comment Type' (Select) field in DocType 'Communication' #: core/doctype/communication/communication.json msgctxt "Communication" msgid "Like" -msgstr "" +msgstr "Benzer" #. Label of a Int field in DocType 'Blog Settings' #: website/doctype/blog_settings/blog_settings.json @@ -18347,12 +18387,12 @@ msgstr "" #: desk/like.py:91 msgid "Liked" -msgstr "" +msgstr "Beğendi" #: model/meta.py:53 public/js/frappe/model/meta.js:205 #: public/js/frappe/model/model.js:134 msgid "Liked By" -msgstr "" +msgstr "Beğenen" #. Label of a Int field in DocType 'Help Article' #: website/doctype/help_article/help_article.json @@ -18370,13 +18410,13 @@ msgstr "" #: integrations/doctype/dropbox_settings/dropbox_settings.json msgctxt "Dropbox Settings" msgid "Limit Number of DB Backups" -msgstr "" +msgstr "Yedekleme Sayısını Sınırla" #. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' #: desk/doctype/dashboard_chart/dashboard_chart.json msgctxt "Dashboard Chart" msgid "Line" -msgstr "" +msgstr "Çizgi" #. Label of a Long Text field in DocType 'Changelog Feed' #: desk/doctype/changelog_feed/changelog_feed.json @@ -18448,7 +18488,7 @@ msgstr "Bağlantı" #: desk/doctype/workspace/workspace.json msgctxt "Workspace" msgid "Link Cards" -msgstr "" +msgstr "Bağlantı Kartları" #. Label of a Int field in DocType 'Workspace Link' #: desk/doctype/workspace_link/workspace_link.json @@ -18466,25 +18506,25 @@ msgstr "" #: core/doctype/activity_log/activity_log.json msgctxt "Activity Log" msgid "Link DocType" -msgstr "" +msgstr "DocType Bağlantısı" #. Label of a Link field in DocType 'Communication Link' #: core/doctype/communication_link/communication_link.json msgctxt "Communication Link" msgid "Link DocType" -msgstr "" +msgstr "DocType Bağlantısı" #. Label of a Link field in DocType 'DocType Link' #: core/doctype/doctype_link/doctype_link.json msgctxt "DocType Link" msgid "Link DocType" -msgstr "" +msgstr "DocType Bağlantısı" #. Label of a Link field in DocType 'Dynamic Link' #: core/doctype/dynamic_link/dynamic_link.json msgctxt "Dynamic Link" msgid "Link Document Type" -msgstr "" +msgstr "Belge Bağlantısı Türü" #: website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 #: workflow/doctype/workflow_action/workflow_action.py:197 @@ -18501,7 +18541,7 @@ msgstr "Bağlantı Alanı Sonuç Limiti" #: core/doctype/doctype_link/doctype_link.json msgctxt "DocType Link" msgid "Link Fieldname" -msgstr "" +msgstr "Alan Bağlantısı" #. Label of a JSON field in DocType 'Custom Field' #: custom/doctype/custom_field/custom_field.json @@ -18531,43 +18571,43 @@ msgstr "" #: core/doctype/activity_log/activity_log.json msgctxt "Activity Log" msgid "Link Name" -msgstr "" +msgstr "Bağlantı İsmi" #. Label of a Dynamic Link field in DocType 'Communication Link' #: core/doctype/communication_link/communication_link.json msgctxt "Communication Link" msgid "Link Name" -msgstr "" +msgstr "Bağlantı İsmi" #. Label of a Dynamic Link field in DocType 'Dynamic Link' #: core/doctype/dynamic_link/dynamic_link.json msgctxt "Dynamic Link" msgid "Link Name" -msgstr "" +msgstr "Bağlantı İsmi" #. Label of a Read Only field in DocType 'Communication Link' #: core/doctype/communication_link/communication_link.json msgctxt "Communication Link" msgid "Link Title" -msgstr "" +msgstr "Bağlantı Başlığı" #. Label of a Read Only field in DocType 'Dynamic Link' #: core/doctype/dynamic_link/dynamic_link.json msgctxt "Dynamic Link" msgid "Link Title" -msgstr "" +msgstr "Bağlantı Başlığı" #. Label of a Dynamic Link field in DocType 'Workspace Link' #: desk/doctype/workspace_link/workspace_link.json msgctxt "Workspace Link" msgid "Link To" -msgstr "" +msgstr "Bağlantı" #. Label of a Dynamic Link field in DocType 'Workspace Shortcut' #: desk/doctype/workspace_shortcut/workspace_shortcut.json msgctxt "Workspace Shortcut" msgid "Link To" -msgstr "" +msgstr "Bağlantı" #: public/js/frappe/widgets/widget_dialog.js:358 msgid "Link To in Row" @@ -18577,7 +18617,7 @@ msgstr "" #: desk/doctype/workspace_link/workspace_link.json msgctxt "Workspace Link" msgid "Link Type" -msgstr "" +msgstr "Bağlantı Türü" #: public/js/frappe/widgets/widget_dialog.js:354 msgid "Link Type in Row" @@ -19454,7 +19494,7 @@ msgstr "" #: desk/doctype/number_card/number_card.json msgctxt "Number Card" msgid "Maximum" -msgstr "" +msgstr "Maksimum" #: core/doctype/file/file.py:318 msgid "Maximum Attachment Limit of {0} has been reached for {1} {2}." @@ -19464,7 +19504,7 @@ msgstr "" #: desk/doctype/list_view_settings/list_view_settings.json msgctxt "List View Settings" msgid "Maximum Number of Fields" -msgstr "" +msgstr "Maksimum Alan Sayısı" #. Label of a Int field in DocType 'Energy Point Rule' #: social/doctype/energy_point_rule/energy_point_rule.json @@ -19490,7 +19530,7 @@ msgstr "İzin verilen en fazla satır sayısı {0}" #: public/js/frappe/list/list_sidebar_group_by.js:221 msgid "Me" -msgstr "" +msgstr "Kendim" #: core/page/permission_manager/permission_manager_help.html:14 msgid "Meaning of Submit, Cancel, Amend" @@ -19554,11 +19594,11 @@ msgstr "" #: desk/doctype/notification_settings/notification_settings.json msgctxt "Notification Settings" msgid "Mentions" -msgstr "" +msgstr "Alıntılar" #: public/js/frappe/ui/page.html:40 public/js/frappe/ui/page.js:155 msgid "Menu" -msgstr "" +msgstr "Menü" #: public/js/frappe/form/toolbar.js:222 public/js/frappe/model/model.js:734 msgid "Merge with existing" @@ -19670,13 +19710,13 @@ msgstr "Mesaj Örnekleri" #: core/doctype/communication/communication.json msgctxt "Communication" msgid "Message ID" -msgstr "" +msgstr "Mesaj ID" #. Label of a Small Text field in DocType 'Email Queue' #: email/doctype/email_queue/email_queue.json msgctxt "Email Queue" msgid "Message ID" -msgstr "" +msgstr "Mesaj ID" #. Label of a Data field in DocType 'SMS Settings' #: core/doctype/sms_settings/sms_settings.json @@ -19762,19 +19802,19 @@ msgstr "" #: website/doctype/blog_post/blog_post.json msgctxt "Blog Post" msgid "Meta Tags" -msgstr "" +msgstr "Meta Etiketleri" #. Label of a Section Break field in DocType 'Web Page' #: website/doctype/web_page/web_page.json msgctxt "Web Page" msgid "Meta Tags" -msgstr "" +msgstr "Meta Etiketleri" #. Label of a Table field in DocType 'Website Route Meta' #: website/doctype/website_route_meta/website_route_meta.json msgctxt "Website Route Meta" msgid "Meta Tags" -msgstr "" +msgstr "Meta Etiketleri" #: website/doctype/web_page/web_page.js:117 msgid "Meta Title" @@ -19886,7 +19926,7 @@ msgstr "" #: core/doctype/system_settings/system_settings.json msgctxt "System Settings" msgid "Minimum Password Score" -msgstr "" +msgstr "Minimum Şifre Puanı" #. Label of a Int field in DocType 'Package Release' #: core/doctype/package_release/package_release.json @@ -19912,7 +19952,7 @@ msgstr "" #: public/js/frappe/form/save.js:131 msgid "Missing Fields" -msgstr "" +msgstr "Eksik Alanlar" #: email/doctype/auto_email_report/auto_email_report.py:129 msgid "Missing Filters Required" @@ -19972,115 +20012,115 @@ msgstr "" #: core/doctype/doctype/doctype_list.js:30 msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Data field in DocType 'Block Module' #: core/doctype/block_module/block_module.json msgctxt "Block Module" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Dashboard' #: desk/doctype/dashboard/dashboard.json msgctxt "Dashboard" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Dashboard Chart' #: desk/doctype/dashboard_chart/dashboard_chart.json msgctxt "Dashboard Chart" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Dashboard Chart Source' #: desk/doctype/dashboard_chart_source/dashboard_chart_source.json msgctxt "Dashboard Chart Source" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'DocType' #: core/doctype/doctype/doctype.json msgctxt "DocType" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Form Tour' #: desk/doctype/form_tour/form_tour.json msgctxt "Form Tour" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Module Onboarding' #: desk/doctype/module_onboarding/module_onboarding.json msgctxt "Module Onboarding" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Notification' #: email/doctype/notification/notification.json msgctxt "Notification" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Number Card' #: desk/doctype/number_card/number_card.json msgctxt "Number Card" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Page' #: core/doctype/page/page.json msgctxt "Page" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Print Format' #: printing/doctype/print_format/print_format.json msgctxt "Print Format" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Print Format Field Template' #: printing/doctype/print_format_field_template/print_format_field_template.json msgctxt "Print Format Field Template" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Report' #: core/doctype/report/report.json msgctxt "Report" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'User Type Module' #: core/doctype/user_type_module/user_type_module.json msgctxt "User Type Module" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Web Form' #: website/doctype/web_form/web_form.json msgctxt "Web Form" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Web Template' #: website/doctype/web_template/web_template.json msgctxt "Web Template" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Website Theme' #: website/doctype/website_theme/website_theme.json msgctxt "Website Theme" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Workspace' #: desk/doctype/workspace/workspace.json msgctxt "Workspace" msgid "Module" -msgstr "" +msgstr "Modül" #. Label of a Link field in DocType 'Client Script' #: custom/doctype/client_script/client_script.json @@ -20115,19 +20155,19 @@ msgstr "" #. Name of a DocType #: core/doctype/module_def/module_def.json msgid "Module Def" -msgstr "" +msgstr "Modül Tanımı" #. Label of a Link in the Build Workspace #: core/workspace/build/build.json msgctxt "Module Def" msgid "Module Def" -msgstr "" +msgstr "Modül Tanımı" #. Linked DocType in Package's connections #: core/doctype/package/package.json msgctxt "Package" msgid "Module Def" -msgstr "" +msgstr "Modül Tanımı" #. Label of a HTML field in DocType 'Module Profile' #: core/doctype/module_profile/module_profile.json @@ -20139,41 +20179,41 @@ msgstr "" #: desk/doctype/desktop_icon/desktop_icon.json msgctxt "Desktop Icon" msgid "Module Name" -msgstr "" +msgstr "Modül İsmi" #. Label of a Data field in DocType 'Module Def' #: core/doctype/module_def/module_def.json msgctxt "Module Def" msgid "Module Name" -msgstr "" +msgstr "Modül İsmi" #. Name of a DocType #: desk/doctype/module_onboarding/module_onboarding.json msgid "Module Onboarding" -msgstr "" +msgstr "Modül Tanıtımı" #. Label of a Link in the Build Workspace #: core/workspace/build/build.json msgctxt "Module Onboarding" msgid "Module Onboarding" -msgstr "" +msgstr "Modül Tanıtımı" #. Name of a DocType #: core/doctype/module_profile/module_profile.json msgid "Module Profile" -msgstr "" +msgstr "Modül Profili" #. Label of a Link in the Users Workspace #: core/workspace/users/users.json msgctxt "Module Profile" msgid "Module Profile" -msgstr "" +msgstr "Modül Profili" #. Label of a Link field in DocType 'User' #: core/doctype/user/user.json msgctxt "User" msgid "Module Profile" -msgstr "" +msgstr "Modül Profili" #. Label of a Data field in DocType 'Module Profile' #: core/doctype/module_profile/module_profile.json @@ -20196,13 +20236,13 @@ msgstr "" #. Label of a Card Break in the Build Workspace #: core/workspace/build/build.json msgid "Modules" -msgstr "" +msgstr "Modüller" #. Group in Package's connections #: core/doctype/package/package.json msgctxt "Package" msgid "Modules" -msgstr "" +msgstr "Modüller" #. Label of a HTML field in DocType 'User' #: core/doctype/user/user.json @@ -20383,7 +20423,7 @@ msgstr "" #: public/js/frappe/ui/sort_selector.js:193 msgid "Most Used" -msgstr "" +msgstr "En Çok Kullanılan" #: utils/password.py:64 msgid "Most probably your password is too long." @@ -20398,7 +20438,7 @@ msgstr "Taşı" #: public/js/frappe/form/grid_row.js:190 msgid "Move To" -msgstr "" +msgstr "Taşı" #: core/doctype/communication/communication.js:104 msgid "Move To Trash" @@ -20422,7 +20462,7 @@ msgstr "" #: public/js/frappe/form/grid_row.js:165 msgid "Move to Row Number" -msgstr "" +msgstr "Taşınacak Satır Numarası" #. Description of the 'Next on Click' (Check) field in DocType 'Form Tour Step' #: desk/doctype/form_tour_step/form_tour_step.json @@ -20485,26 +20525,26 @@ msgstr "" #: core/doctype/user/user.json msgctxt "User" msgid "Mute Sounds" -msgstr "" +msgstr "Sistem Seslerini Kapat" #: templates/includes/web_sidebar.html:41 #: website/doctype/web_form/web_form.py:400 #: website/doctype/website_settings/website_settings.py:181 www/list.py:21 #: www/me.html:4 www/me.html:8 www/update_password.py:10 msgid "My Account" -msgstr "" +msgstr "Hesabım" #. Label of a standard navbar item #. Type: Route #: hooks.py msgid "My Profile" -msgstr "" +msgstr "Profilim" #. Label of a standard navbar item #. Type: Action #: hooks.py msgid "My Settings" -msgstr "" +msgstr "Ayarlarım" #. Option for the 'Database Engine' (Select) field in DocType 'DocType' #: core/doctype/doctype/doctype.json @@ -20587,19 +20627,19 @@ msgstr "" #: custom/doctype/customize_form/customize_form.json msgctxt "Customize Form" msgid "Naming" -msgstr "" +msgstr "İsimlendirme" #. Label of a Section Break field in DocType 'DocType' #: core/doctype/doctype/doctype.json msgctxt "DocType" msgid "Naming" -msgstr "" +msgstr "İsimlendirme" #. Label of a Section Break field in DocType 'Document Naming Rule' #: core/doctype/document_naming_rule/document_naming_rule.json msgctxt "Document Naming Rule" msgid "Naming" -msgstr "" +msgstr "İsimlendirme" #. Description of the 'Auto Name' (Data) field in DocType 'DocType' #: core/doctype/doctype/doctype.json @@ -20621,13 +20661,13 @@ msgstr "" #: custom/doctype/customize_form/customize_form.json msgctxt "Customize Form" msgid "Naming Rule" -msgstr "" +msgstr "İsimlendirme Kuralı" #. Label of a Select field in DocType 'DocType' #: core/doctype/doctype/doctype.json msgctxt "DocType" msgid "Naming Rule" -msgstr "" +msgstr "İsimlendirme Kuralı" #. Label of a Tab Break field in DocType 'Document Naming Settings' #: core/doctype/document_naming_settings/document_naming_settings.json @@ -20643,19 +20683,19 @@ msgstr "" #: website/doctype/web_template/web_template.json msgctxt "Web Template" msgid "Navbar" -msgstr "" +msgstr "Gezinti Çubuğu" #. Label of a Section Break field in DocType 'Website Settings' #. Label of a Tab Break field in DocType 'Website Settings' #: website/doctype/website_settings/website_settings.json msgctxt "Website Settings" msgid "Navbar" -msgstr "" +msgstr "Gezinti Çubuğu" #. Name of a DocType #: core/doctype/navbar_item/navbar_item.json msgid "Navbar Item" -msgstr "" +msgstr "Gezinti Çubuğu Öğesi" #. Name of a DocType #: core/doctype/navbar_settings/navbar_settings.json @@ -20683,7 +20723,7 @@ msgstr "" #: public/js/frappe/ui/keyboard.js:214 msgid "Navigate Home" -msgstr "" +msgstr "Ana Sayfaya Git" #: public/js/frappe/list/list_view.js:1161 msgctxt "Description of a list view shortcut" @@ -21200,7 +21240,7 @@ msgstr "" #: desk/page/leaderboard/leaderboard.js:282 msgid "No Items Found" -msgstr "" +msgstr "Veri Bulunamadı" #: integrations/doctype/ldap_settings/ldap_settings.py:362 msgid "No LDAP User found for email: {0}" @@ -21258,19 +21298,19 @@ msgstr "" #: public/js/frappe/form/link_selector.js:135 msgid "No Results" -msgstr "" +msgstr "Sonuç Yok" #: public/js/frappe/ui/toolbar/search.js:51 msgid "No Results found" -msgstr "" +msgstr "Uygun Sonuç Bulunamadı" #: core/doctype/user/user.py:754 msgid "No Roles Specified" -msgstr "" +msgstr "Rol Belirlenmedi" #: public/js/frappe/views/kanban/kanban_view.js:344 msgid "No Select Field Found" -msgstr "" +msgstr "Seçim Alanı Bulunamadı" #: core/doctype/recorder/recorder.py:187 msgid "No Suggestions" @@ -21278,7 +21318,7 @@ msgstr "" #: desk/reportview.py:595 msgid "No Tags" -msgstr "" +msgstr "Etiket Yok" #: public/js/frappe/ui/notifications/notifications.js:435 msgid "No Upcoming Events" @@ -21999,7 +22039,7 @@ msgstr "" #: desk/doctype/dashboard_chart/dashboard_chart.json msgctxt "Dashboard Chart" msgid "Number of Groups" -msgstr "" +msgstr "Grup Sayısı" #. Label of a Int field in DocType 'Recorder' #: core/doctype/recorder/recorder.json @@ -22250,7 +22290,7 @@ msgstr "" #: desk/doctype/workspace_link/workspace_link.json msgctxt "Workspace Link" msgid "Onboard" -msgstr "" +msgstr "Modül Tanıtımı" #. Name of a DocType #: desk/doctype/onboarding_permission/onboarding_permission.json @@ -24267,13 +24307,13 @@ msgstr "" #. Name of a DocType #: website/doctype/portal_settings/portal_settings.json msgid "Portal Settings" -msgstr "" +msgstr "Portal Ayarları" #. Label of a Link in the Website Workspace #: website/workspace/website/website.json msgctxt "Portal Settings" msgid "Portal Settings" -msgstr "" +msgstr "Portal Ayarları" #: public/js/frappe/form/print_utils.js:29 msgid "Portrait" @@ -24333,25 +24373,25 @@ msgstr "" #: custom/doctype/custom_field/custom_field.json msgctxt "Custom Field" msgid "Precision" -msgstr "" +msgstr "Kesinlik" #. Label of a Select field in DocType 'Customize Form Field' #: custom/doctype/customize_form_field/customize_form_field.json msgctxt "Customize Form Field" msgid "Precision" -msgstr "" +msgstr "Kesinlik" #. Label of a Select field in DocType 'DocField' #: core/doctype/docfield/docfield.json msgctxt "DocField" msgid "Precision" -msgstr "" +msgstr "Kesinlik" #. Label of a Select field in DocType 'Web Form Field' #: website/doctype/web_form_field/web_form_field.json msgctxt "Web Form Field" msgid "Precision" -msgstr "" +msgstr "Kesinlik" #: core/doctype/doctype/doctype.py:1367 msgid "Precision should be between 1 and 6" @@ -24377,29 +24417,29 @@ msgstr "" #: core/doctype/document_naming_rule/document_naming_rule.json msgctxt "Document Naming Rule" msgid "Prefix" -msgstr "" +msgstr "Ön Ek" #. Label of a Autocomplete field in DocType 'Document Naming Settings' #: core/doctype/document_naming_settings/document_naming_settings.json msgctxt "Document Naming Settings" msgid "Prefix" -msgstr "" +msgstr "Ön Ek" #. Name of a DocType #: core/doctype/prepared_report/prepared_report.json msgid "Prepared Report" -msgstr "" +msgstr "Hazır Rapor" #. Label of a Check field in DocType 'Report' #: core/doctype/report/report.json msgctxt "Report" msgid "Prepared Report" -msgstr "" +msgstr "Hazır Rapor" #. Name of a role #: core/doctype/prepared_report/prepared_report.json msgid "Prepared Report User" -msgstr "" +msgstr "Hazır Rapor Kullanıcısı" #: desk/query_report.py:298 msgid "Prepared report render failed" @@ -24485,13 +24525,13 @@ msgstr "" #: public/js/form_builder/form_builder.bundle.js:83 msgid "Preview Mode" -msgstr "" +msgstr "Önizleme Modu" #. Label of a Text field in DocType 'Document Naming Settings' #: core/doctype/document_naming_settings/document_naming_settings.json msgctxt "Document Naming Settings" msgid "Preview of generated names" -msgstr "" +msgstr "İsimlendirme serileri bu şekilde gözükecek" #: email/doctype/email_group/email_group.js:90 msgid "Preview:" @@ -24502,16 +24542,16 @@ msgstr "" #: templates/includes/slideshow.html:34 #: website/web_template/slideshow/slideshow.html:40 msgid "Previous" -msgstr "" +msgstr "Önceki" #: public/js/frappe/ui/slides.js:351 msgctxt "Go to previous slide" msgid "Previous" -msgstr "" +msgstr "Önceki" #: public/js/frappe/form/toolbar.js:289 msgid "Previous Document" -msgstr "" +msgstr "Önceki Belge" #. Label of a Small Text field in DocType 'Transaction Log' #: core/doctype/transaction_log/transaction_log.json @@ -24707,37 +24747,37 @@ msgstr "Baskı Başlığı" #: custom/doctype/custom_field/custom_field.json msgctxt "Custom Field" msgid "Print Hide" -msgstr "" +msgstr "Yazdırmayı Gizle" #. Label of a Check field in DocType 'Customize Form Field' #: custom/doctype/customize_form_field/customize_form_field.json msgctxt "Customize Form Field" msgid "Print Hide" -msgstr "" +msgstr "Yazdırmayı Gizle" #. Label of a Check field in DocType 'DocField' #: core/doctype/docfield/docfield.json msgctxt "DocField" msgid "Print Hide" -msgstr "" +msgstr "Yazdırmayı Gizle" #. Label of a Check field in DocType 'Custom Field' #: custom/doctype/custom_field/custom_field.json msgctxt "Custom Field" msgid "Print Hide If No Value" -msgstr "" +msgstr "Değer Yoksa Yazdırmayı Gizle" #. Label of a Check field in DocType 'Customize Form Field' #: custom/doctype/customize_form_field/customize_form_field.json msgctxt "Customize Form Field" msgid "Print Hide If No Value" -msgstr "" +msgstr "Değer Yoksa Yazdırmayı Gizle" #. Label of a Check field in DocType 'DocField' #: core/doctype/docfield/docfield.json msgctxt "DocField" msgid "Print Hide If No Value" -msgstr "" +msgstr "Değer Yoksa Yazdırmayı Gizle" #: public/js/frappe/views/communication.js:156 msgid "Print Language" @@ -24824,7 +24864,7 @@ msgstr "Alan tablodaki bir sütunsa, alanın Yazdırma Genişliği" #: public/js/frappe/form/form.js:169 msgid "Print document" -msgstr "" +msgstr "Belgeyi Yazdır" #. Label of a Check field in DocType 'Print Settings' #: printing/doctype/print_settings/print_settings.json @@ -24899,25 +24939,25 @@ msgstr "Öncelik" #: desk/doctype/note/note_list.js:8 msgid "Private" -msgstr "" +msgstr "Özel" #. Label of a Check field in DocType 'Custom HTML Block' #: desk/doctype/custom_html_block/custom_html_block.json msgctxt "Custom HTML Block" msgid "Private" -msgstr "" +msgstr "Özel" #. Option for the 'Event Type' (Select) field in DocType 'Event' #: desk/doctype/event/event.json msgctxt "Event" msgid "Private" -msgstr "" +msgstr "Özel" #. Label of a Check field in DocType 'Kanban Board' #: desk/doctype/kanban_board/kanban_board.json msgctxt "Kanban Board" msgid "Private" -msgstr "" +msgstr "Özel" #. Label of a Float field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json @@ -24946,7 +24986,7 @@ msgstr "" #: email/doctype/email_queue/email_queue.py:429 msgid "Processing..." -msgstr "" +msgstr "İşleniyor ..." #. Group in User's connections #: core/doctype/user/user.json @@ -24966,13 +25006,13 @@ msgstr "Proje" #: core/doctype/version/version_view.html:37 #: core/doctype/version/version_view.html:74 msgid "Property" -msgstr "" +msgstr "Özellik" #. Label of a Data field in DocType 'Property Setter' #: custom/doctype/property_setter/property_setter.json msgctxt "Property Setter" msgid "Property" -msgstr "" +msgstr "Özellik" #. Label of a Section Break field in DocType 'Customize Form Field' #: custom/doctype/customize_form_field/customize_form_field.json @@ -24989,13 +25029,13 @@ msgstr "" #. Name of a DocType #: custom/doctype/property_setter/property_setter.json msgid "Property Setter" -msgstr "" +msgstr "Özellik Belirleyici" #. Linked DocType in Module Def's connections #: core/doctype/module_def/module_def.json msgctxt "Module Def" msgid "Property Setter" -msgstr "" +msgstr "Özellik Belirleyici" #. Description of a DocType #: custom/doctype/property_setter/property_setter.json @@ -25044,25 +25084,25 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:952 #: public/js/frappe/views/workspace/workspace.js:1198 msgid "Public" -msgstr "" +msgstr "Herkese Açık" #. Option for the 'Event Type' (Select) field in DocType 'Event' #: desk/doctype/event/event.json msgctxt "Event" msgid "Public" -msgstr "" +msgstr "Herkese Açık" #. Label of a Check field in DocType 'Note' #: desk/doctype/note/note.json msgctxt "Note" msgid "Public" -msgstr "" +msgstr "Herkese Açık" #. Label of a Check field in DocType 'Workspace' #: desk/doctype/workspace/workspace.json msgctxt "Workspace" msgid "Public" -msgstr "" +msgstr "Herkese Açık" #. Label of a Float field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json @@ -25073,13 +25113,13 @@ msgstr "" #: website/doctype/blog_post/blog_post.js:36 #: website/doctype/web_form/web_form.js:86 msgid "Publish" -msgstr "" +msgstr "Yayınla" #. Label of a Check field in DocType 'Package Release' #: core/doctype/package_release/package_release.json msgctxt "Package Release" msgid "Publish" -msgstr "" +msgstr "Yayınla" #. Label of a Section Break field in DocType 'Newsletter' #: email/doctype/newsletter/newsletter.json @@ -25753,7 +25793,7 @@ msgstr "" #: core/doctype/package/package.json msgctxt "Package" msgid "Readme" -msgstr "" +msgstr "Beni oku" #. Label of a Section Break field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json @@ -26466,7 +26506,7 @@ msgstr "" #: core/doctype/package_release/package_release.json msgctxt "Package Release" msgid "Release Notes" -msgstr "" +msgstr "Sürüm Notları" #: core/doctype/communication/communication.js:48 #: core/doctype/communication/communication.js:159 @@ -31005,7 +31045,7 @@ msgstr "" #: templates/emails/energy_points_summary.html:33 msgid "Standings" -msgstr "" +msgstr "Sıralamalar" #: core/doctype/server_script/server_script_list.js:20 msgid "Star us on GitHub" @@ -34820,7 +34860,7 @@ msgstr "Güncelle" #: core/doctype/document_naming_settings/document_naming_settings.json msgctxt "Document Naming Settings" msgid "Update Amendment Naming" -msgstr "" +msgstr "Değiştirilen Serileri Güncelle" #: public/js/frappe/views/workspace/workspace.js:607 msgid "Update Details" @@ -38960,7 +39000,7 @@ msgstr "" #: templates/emails/energy_points_summary.html:8 msgid "{0} gained {1} points" -msgstr "" +msgstr "{0} {1} puan kazandı" #: social/doctype/energy_point_log/energy_point_log.py:122 msgid "{0} gained {1} points for {2} {3}" @@ -38968,7 +39008,7 @@ msgstr "" #: templates/emails/energy_points_summary.html:23 msgid "{0} gave {1} points" -msgstr "" +msgstr "{0} {1} puan verdi" #: public/js/frappe/utils/pretty_date.js:29 msgid "{0} h" From be79d314edc4211a37439f1cae126b4cf9e54fba Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 12 Jun 2024 13:28:46 +0530 Subject: [PATCH 30/54] fix: Persian translations --- frappe/locale/fa.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index fc7d35c880..803afa50b9 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-06-02 09:33+0000\n" -"PO-Revision-Date: 2024-06-11 07:26\n" +"PO-Revision-Date: 2024-06-12 07:58\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -23158,7 +23158,7 @@ msgstr "برچسب والد" #: core/doctype/doctype/doctype.py:1164 msgid "Parent Missing" -msgstr "پدر و مادر گم شده است" +msgstr "والد گم شده است" #. Label of a Data field in DocType 'Workspace' #: desk/doctype/workspace/workspace.json @@ -37918,7 +37918,7 @@ msgstr "نظر داد" #: core/doctype/permission_inspector/permission_inspector.json msgctxt "Permission Inspector" msgid "create" -msgstr "ايجاد كردن" +msgstr "ایجاد كردن" #. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' #: desk/doctype/workspace/workspace.json From 5372f3b9520b36c0ce7918a0b6bda6ef77ac86e0 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 13 Jun 2024 13:54:32 +0530 Subject: [PATCH 31/54] fix: Turkish translations --- frappe/locale/tr.po | 118 ++++++++++++++++++++++---------------------- 1 file changed, 60 insertions(+), 58 deletions(-) diff --git a/frappe/locale/tr.po b/frappe/locale/tr.po index 7ee16f46c7..501696b5e5 100644 --- a/frappe/locale/tr.po +++ b/frappe/locale/tr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-06-02 09:33+0000\n" -"PO-Revision-Date: 2024-06-12 07:58\n" +"PO-Revision-Date: 2024-06-13 08:24\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -3632,7 +3632,7 @@ msgstr "Arkaplan Görevleri" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Background Jobs Check" -msgstr "" +msgstr "Arka Plan İşleri Kontrolü" #. Label of a Autocomplete field in DocType 'Webhook' #: integrations/doctype/webhook/webhook.json @@ -3732,7 +3732,7 @@ msgstr "Yedekler" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Backups (MB)" -msgstr "" +msgstr "Yedeklemeler (MB)" #: core/doctype/scheduled_job_type/scheduled_job_type.py:64 msgid "Bad Cron Expression" @@ -4287,7 +4287,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Bufferpool Size" -msgstr "" +msgstr "Ara Bellek Havuzu Boyutu" #. Name of a Workspace #: core/workspace/build/build.json @@ -4561,7 +4561,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Cache" -msgstr "" +msgstr "Önbellek" #: sessions.py:32 msgid "Cache Cleared" @@ -8014,7 +8014,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Database" -msgstr "" +msgstr "Veri Tabanı" #. Label of a Select field in DocType 'DocType' #: core/doctype/doctype/doctype.json @@ -8049,7 +8049,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Database Version" -msgstr "" +msgstr "Veri Tabanı Sürümü" #: desk/report/todo/todo.py:38 email/doctype/newsletter/newsletter.js:109 #: public/js/frappe/views/interaction.js:80 @@ -11019,7 +11019,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Emails" -msgstr "" +msgstr "E-postalar" #: email/queue.py:137 msgid "Emails are muted" @@ -11744,7 +11744,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Errors" -msgstr "" +msgstr "Hatalar" #. Name of a DocType #: desk/doctype/event/event.json @@ -12207,7 +12207,7 @@ msgstr "Başarısız" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Failed Emails" -msgstr "" +msgstr "Başarısız E-postalar" #. Label of a Int field in DocType 'RQ Worker' #: core/doctype/rq_worker/rq_worker.json @@ -12219,13 +12219,13 @@ msgstr "Başarısız İş Sayısı" #: desk/doctype/system_health_report_workers/system_health_report_workers.json msgctxt "System Health Report Workers" msgid "Failed Jobs" -msgstr "" +msgstr "Başarısız İşler" #. Label of a Int field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Failed Logins (Last 30 days)" -msgstr "" +msgstr "Başarısız Girişler (Son 30 gün)" #: model/workflow.py:298 msgid "Failed Transactions" @@ -12313,7 +12313,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Failing Scheduled Jobs (last 7 days)" -msgstr "" +msgstr "Başarısız Zamanlanmış İşler (Son 7 Gün)" #: core/doctype/data_import/data_import.js:459 msgid "Failure" @@ -12323,7 +12323,7 @@ msgstr "Başarısız" #: desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json msgctxt "System Health Report Failing Jobs" msgid "Failure Rate" -msgstr "" +msgstr "Başarısızlık Oranı" #. Label of a Attach field in DocType 'Website Settings' #: website/doctype/website_settings/website_settings.json @@ -12805,7 +12805,7 @@ msgstr "Dosya Boyutu" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "File Storage" -msgstr "" +msgstr "Dosya Depolama" #: public/js/frappe/data_import/data_exporter.js:19 msgid "File Type" @@ -13437,14 +13437,16 @@ msgstr "Örnek: {} Aktif" msgctxt "Customize Form Field" msgid "For Links, enter the DocType as range.\n" "For Select, enter list of Options, each on a new line." -msgstr "" +msgstr "For Select, enter list of Options, each on a new line.\n" +"Seçim için, her bir satıra bir seçenek olacak şekilde listeyi girin." #. Description of the 'Options' (Small Text) field in DocType 'DocField' #: core/doctype/docfield/docfield.json msgctxt "DocField" msgid "For Links, enter the DocType as range.\n" "For Select, enter list of Options, each on a new line." -msgstr "" +msgstr "For Select, enter list of Options, each on a new line.\n" +"Seçim için, her bir satıra bir seçenek olacak şekilde listeyi girin." #: core/doctype/user_permission/user_permission_list.js:10 #: core/doctype/user_permission/user_permission_list.js:148 @@ -14690,7 +14692,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Handled Emails" -msgstr "" +msgstr "İşlenen E-postalar" #. Label of a Check field in DocType 'Communication' #: core/doctype/communication/communication.json @@ -16242,7 +16244,7 @@ msgstr "Gelen (POP/IMAP) Ayarları" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Incoming Emails (Last 7 days)" -msgstr "" +msgstr "Gelen E-postalar (Son 7 gün)" #. Label of a Data field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -17917,7 +17919,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Last 10 active users" -msgstr "" +msgstr "Son 10 Aktif Kullanıcı" #. Label of a Datetime field in DocType 'User' #: core/doctype/user/user.json @@ -19349,7 +19351,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "MariaDB Variables" -msgstr "" +msgstr "MariaDB Değişkenleri" #: public/js/frappe/ui/notifications/notifications.js:45 msgid "Mark all as read" @@ -19582,7 +19584,7 @@ msgstr "Üyeler" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Memory Usage" -msgstr "" +msgstr "Bellek Kullanımı" #. Option for the 'Type' (Select) field in DocType 'Notification Log' #: desk/doctype/notification_log/notification_log.json @@ -20673,7 +20675,7 @@ msgstr "İsimlendirme Kuralı" #: core/doctype/document_naming_settings/document_naming_settings.json msgctxt "Document Naming Settings" msgid "Naming Series" -msgstr "Adlandırma Serisi" +msgstr "İsimlendirme Serisi" #: model/naming.py:259 msgid "Naming Series mandatory" @@ -20916,7 +20918,7 @@ msgstr "Yeni Kısayol" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "New Users (Last 30 days)" -msgstr "" +msgstr "Yeni Kullanıcılar (Son 30 gün)" #: core/doctype/version/version_view.html:14 #: core/doctype/version/version_view.html:76 @@ -22084,13 +22086,13 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Number of keys" -msgstr "" +msgstr "Anahtar Sayısı" #. Label of a Int field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Number of onsite backups" -msgstr "" +msgstr "Yerinde Yedekleme Sayısı" #. Option for the 'Method' (Select) field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -22193,7 +22195,7 @@ msgstr "" #: desk/doctype/system_health_report_errors/system_health_report_errors.json msgctxt "System Health Report Errors" msgid "Occurrences" -msgstr "" +msgstr "Tekrarlama Sayısı" #. Option for the 'SSL/TLS Mode' (Select) field in DocType 'LDAP Settings' #: integrations/doctype/ldap_settings/ldap_settings.json @@ -22249,7 +22251,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Oldest Unscheduled Job" -msgstr "" +msgstr "Planlanmamış En Eski İş" #. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion #. Request' @@ -22790,7 +22792,7 @@ msgstr "Giden (SMTP) Ayarları" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Outgoing Emails (Last 7 days)" -msgstr "" +msgstr "Giden E-postalar (Son 7 gün)" #. Label of a Data field in DocType 'Email Account' #: email/doctype/email_account/email_account.json @@ -23499,7 +23501,7 @@ msgstr "Onay Bekleyen" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Pending Emails" -msgstr "" +msgstr "Bekleyen E-postalar" #. Label of a Int field in DocType 'System Health Report Queue' #: desk/doctype/system_health_report_queue/system_health_report_queue.json @@ -24963,7 +24965,7 @@ msgstr "Özel" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Private Files (MB)" -msgstr "" +msgstr "Özel Dosyalar (MB)" #. Description of the 'Auto Reply Message' (Text Editor) field in DocType #. 'Email Account' @@ -25108,7 +25110,7 @@ msgstr "Herkese Açık" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Public Files (MB)" -msgstr "" +msgstr "Genel Dosyalar (MB)" #: website/doctype/blog_post/blog_post.js:36 #: website/doctype/web_form/web_form.js:86 @@ -25400,7 +25402,7 @@ msgstr "Kuyruk" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Queue Status" -msgstr "" +msgstr "Kuyruk Durumu" #. Label of a Select field in DocType 'RQ Worker' #: core/doctype/rq_worker/rq_worker.json @@ -25412,13 +25414,13 @@ msgstr "" #: custom/doctype/customize_form/customize_form.json msgctxt "Customize Form" msgid "Queue in Background (BETA)" -msgstr "" +msgstr "Arka Plan Kuyruğu (Beta)" #. Label of a Check field in DocType 'DocType' #: core/doctype/doctype/doctype.json msgctxt "DocType" msgid "Queue in Background (BETA)" -msgstr "" +msgstr "Arka Plan Kuyruğu (Beta)" #: utils/background_jobs.py:490 msgid "Queue should be one of {0}" @@ -25486,7 +25488,7 @@ msgstr "" #: desk/doctype/system_health_report_workers/system_health_report_workers.json msgctxt "System Health Report Workers" msgid "Queues" -msgstr "" +msgstr "Kuyruk" #: email/doctype/newsletter/newsletter.js:90 msgid "Queuing emails..." @@ -25799,7 +25801,7 @@ msgstr "Beni oku" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Realtime (SocketIO)" -msgstr "" +msgstr "Gerçek Zamanlı (Socket.IO)" #: public/js/frappe/form/sidebar/review.js:85 #: social/doctype/energy_point_log/energy_point_log.js:20 @@ -28467,7 +28469,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Scheduler" -msgstr "" +msgstr "Zamanlayıcı" #. Option for the 'Script Type' (Select) field in DocType 'Server Script' #: core/doctype/server_script/server_script.json @@ -28483,7 +28485,7 @@ msgstr "Zamanlayıcı Etkin Değil" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Scheduler Status" -msgstr "" +msgstr "Zamanlayıcı Durumu" #: utils/scheduler.py:208 msgid "Scheduler can not be re-enabled when maintenance mode is active." @@ -30787,13 +30789,13 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "SocketIO Ping Check" -msgstr "" +msgstr "Socket.IO Ping Kontrolü" #. Label of a Select field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "SocketIO Transport Mode" -msgstr "" +msgstr "Socket.IO Aktarım Modu" #. Option for the 'Delivery Status' (Select) field in DocType 'Communication' #: core/doctype/communication/communication.json @@ -31416,13 +31418,13 @@ msgstr "Durduruldu" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Storage Usage (MB)" -msgstr "" +msgstr "Depolama Kullanımı (MB)" #. Label of a Table field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Storage Usage By Table" -msgstr "" +msgstr "Tabloya Göre Depolama Kullanımı" #. Label of a Check field in DocType 'System Settings' #: core/doctype/system_settings/system_settings.json @@ -32060,17 +32062,17 @@ msgstr "" #. Name of a DocType #: desk/doctype/system_health_report/system_health_report.json msgid "System Health Report" -msgstr "" +msgstr "Sistem Sağlığı" #. Name of a DocType #: desk/doctype/system_health_report_errors/system_health_report_errors.json msgid "System Health Report Errors" -msgstr "" +msgstr "Sistem Sağlık Raporu Hataları" #. Name of a DocType #: desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json msgid "System Health Report Failing Jobs" -msgstr "" +msgstr "Sistem Sağlığı Başarısız İşler" #. Name of a DocType #: desk/doctype/system_health_report_queue/system_health_report_queue.json @@ -32080,12 +32082,12 @@ msgstr "" #. Name of a DocType #: desk/doctype/system_health_report_tables/system_health_report_tables.json msgid "System Health Report Tables" -msgstr "" +msgstr "Sistem Sağlığı Tabloları" #. Name of a DocType #: desk/doctype/system_health_report_workers/system_health_report_workers.json msgid "System Health Report Workers" -msgstr "" +msgstr "Sistem Sağlığı İşleri" #. Label of a Card Break in the Build Workspace #: core/workspace/build/build.json @@ -33999,7 +34001,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Top Errors" -msgstr "" +msgstr "En Önemli Hatalar" #. Option for the 'Page Number' (Select) field in DocType 'Print Format' #: printing/doctype/print_format/print_format.json @@ -34046,13 +34048,13 @@ msgstr "Toplam" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Total Background Workers" -msgstr "" +msgstr "Toplam Arkaplan Görevleri" #. Label of a Int field in DocType 'System Health Report' #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Total Errors (last 1 day)" -msgstr "" +msgstr "Toplam Hatalar (Son 1 Gün)" #: public/js/frappe/ui/capture.js:259 msgid "Total Images" @@ -34062,7 +34064,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Total Outgoing Emails" -msgstr "" +msgstr "Toplam Giden E-postalar" #. Label of a Int field in DocType 'Newsletter' #: email/doctype/newsletter/newsletter.json @@ -34086,7 +34088,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Total Users" -msgstr "" +msgstr "Toplam Kullanıcı" #. Label of a Int field in DocType 'Newsletter' #: email/doctype/newsletter/newsletter.json @@ -34693,7 +34695,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Unhandled Emails" -msgstr "" +msgstr "İşlenmeyen E-postalar" #: public/js/frappe/views/workspace/workspace.js:567 msgid "Unhide Workspace" @@ -35524,7 +35526,7 @@ msgstr "" #. Name of a DocType #: core/doctype/user_select_document_type/user_select_document_type.json msgid "User Select Document Type" -msgstr "" +msgstr "Kullanıcı Belge Türü Seçimi" #: desk/page/user_profile/user_profile_sidebar.html:52 msgid "User Settings" @@ -35603,7 +35605,7 @@ msgstr "" #: core/doctype/document_naming_settings/document_naming_settings.json msgctxt "Document Naming Settings" msgid "User must always select" -msgstr "" +msgstr "Kullanıcı Her Zaman Seçmeli" #: model/delete_doc.py:235 msgid "User not allowed to delete {0}: {1}" @@ -35729,7 +35731,7 @@ msgstr "" #: desk/doctype/system_health_report_workers/system_health_report_workers.json msgctxt "System Health Report Workers" msgid "Utilization" -msgstr "" +msgstr "Kullanım" #. Label of a Percent field in DocType 'RQ Worker' #: core/doctype/rq_worker/rq_worker.json @@ -36176,7 +36178,7 @@ msgstr "" #: core/doctype/document_naming_rule/document_naming_rule.json msgctxt "Document Naming Rule" msgid "Warning: Updating counter may lead to document name conflicts if not done properly" -msgstr "" +msgstr "Uyarı: Sayacın güncellenmesi düzgün yapılmazsa belge adı çakışmalarına yol açabilir" #: website/doctype/help_article/templates/help_article.html:24 msgid "Was this article helpful?" From 992a74ef7eae9980d58782632eb3d3185e2a146b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 13 Jun 2024 13:54:36 +0530 Subject: [PATCH 32/54] fix: Persian translations --- frappe/locale/fa.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index 803afa50b9..cd0bba4c0b 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-06-02 09:33+0000\n" -"PO-Revision-Date: 2024-06-12 07:58\n" +"PO-Revision-Date: 2024-06-13 08:24\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -25952,7 +25952,7 @@ msgstr "انجام دوباره آخرین کنش" #: core/doctype/report/report.json msgctxt "Report" msgid "Ref DocType" -msgstr "" +msgstr "DocType مرجع" #: desk/doctype/form_tour/form_tour.js:38 msgid "Referance Doctype and Dashboard Name both can't be used at the same time." From bcc2e79c203d64d044ed3b20f269f265cc7c8797 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 13 Jun 2024 16:35:17 +0200 Subject: [PATCH 33/54] fix: meta tag in web form --- frappe/website/doctype/web_form/web_form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/website/doctype/web_form/web_form.py b/frappe/website/doctype/web_form/web_form.py index 42ac7053fe..544414be31 100644 --- a/frappe/website/doctype/web_form/web_form.py +++ b/frappe/website/doctype/web_form/web_form.py @@ -256,7 +256,7 @@ def get_context(context): description = self.introduction_text[:140] context.metatags = { - "name": self.meta_title or self.title, + "title": self.meta_title or self.title, "description": description, "image": self.meta_image, } From be90d5556e6a4551d91c727e35b34a0112681ba1 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:38:09 +0200 Subject: [PATCH 34/54] feat: set the only email address as primary Some features rely on the Contact having the primary email set. If the Contact has only one email address, we can mark it as primary automatically. Only if there are more than one addresses available, the user has to choose which one should be set as primary. --- frappe/contacts/doctype/contact/contact.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frappe/contacts/doctype/contact/contact.py b/frappe/contacts/doctype/contact/contact.py index 2aa497b6b4..683d7e6537 100644 --- a/frappe/contacts/doctype/contact/contact.py +++ b/frappe/contacts/doctype/contact/contact.py @@ -129,6 +129,9 @@ class Contact(Document): if len([email.email_id for email in self.email_ids if email.is_primary]) > 1: frappe.throw(_("Only one {0} can be set as primary.").format(frappe.bold("Email ID"))) + if len(self.email_ids) == 1: + self.email_ids[0].is_primary = 1 + primary_email_exists = False for d in self.email_ids: if d.is_primary == 1: From 30756e27d4f4e5284e764bdfd523b2ab8e76de14 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:58:14 +0200 Subject: [PATCH 35/54] fix: shorten_number Before, `shorten_number(1234.5678, "Germany", 5)` wrongly returned `"1 K"`. Now it correctly returns `"1235"`, which is less than five digits. --- frappe/public/js/frappe/utils/utils.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/frappe/public/js/frappe/utils/utils.js b/frappe/public/js/frappe/utils/utils.js index f015ad577f..69b42134e3 100644 --- a/frappe/public/js/frappe/utils/utils.js +++ b/frappe/public/js/frappe/utils/utils.js @@ -1339,10 +1339,19 @@ Object.assign(frappe.utils, { // return number if total digits is lesser than min_length const len = String(number).match(/\d/g).length; - if (len < min_length) return number.toString(); + if (len < min_length) { + return number.toString(); + } const number_system = this.get_number_system(country); let x = Math.abs(Math.round(number)); + + // if rounding was sufficient to get below min_length, return the rounded number + const x_string = x.toString(); + if (x_string.length < min_length) { + return x_string; + } + for (const map of number_system) { if (x >= map.divisor) { let result = number / map.divisor; From b28ca09676cbecc70fb61caad55defd0937d1eb1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 14 Jun 2024 14:02:08 +0530 Subject: [PATCH 36/54] fix: Turkish translations --- frappe/locale/tr.po | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/frappe/locale/tr.po b/frappe/locale/tr.po index 501696b5e5..9d9094acc6 100644 --- a/frappe/locale/tr.po +++ b/frappe/locale/tr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-06-02 09:33+0000\n" -"PO-Revision-Date: 2024-06-13 08:24\n" +"PO-Revision-Date: 2024-06-14 08:32\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -5440,7 +5440,7 @@ msgstr "Önbelleği Temizle ve Yeniden Yükle" #: core/doctype/error_log/error_log_list.js:12 msgid "Clear Error Logs" -msgstr "" +msgstr "Hata Günlüklerini Temizle" #: public/js/frappe/ui/filters/filter_list.js:298 msgid "Clear Filters" @@ -11678,7 +11678,7 @@ msgstr "Hata Günlüğü" #: core/workspace/build/build.json msgctxt "Error Log" msgid "Error Logs" -msgstr "" +msgstr "Hata Günlükleri" #. Label of a Text field in DocType 'Prepared Report' #: core/doctype/prepared_report/prepared_report.json @@ -12064,7 +12064,7 @@ msgstr "Dışarı Aktar" #: core/doctype/data_import/data_import.js:86 #: public/js/frappe/data_import/import_preview.js:195 msgid "Export Errored Rows" -msgstr "" +msgstr "Hatalı Satırları Dışa Aktar" #. Label of a Data field in DocType 'Access Log' #: core/doctype/access_log/access_log.json @@ -12177,7 +12177,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Fail" -msgstr "" +msgstr "Başarısız" #. Option for the 'Status' (Select) field in DocType 'Activity Log' #: core/doctype/activity_log/activity_log.json @@ -15097,7 +15097,7 @@ msgstr "" #: www/error.html:41 www/error.html:56 msgid "Hide Error" -msgstr "" +msgstr "Hatayı Gizle" #. Label of a Check field in DocType 'Website Settings' #: website/doctype/website_settings/website_settings.json @@ -19062,13 +19062,13 @@ msgstr "" #. Label of a Card Break in the Users Workspace #: core/workspace/users/users.json msgid "Logs" -msgstr "" +msgstr "Kayıtlar" #. Group in User's connections #: core/doctype/user/user.json msgctxt "User" msgid "Logs" -msgstr "" +msgstr "Kayıtlar" #. Name of a DocType #: core/doctype/logs_to_clear/logs_to_clear.json @@ -22602,7 +22602,7 @@ msgstr "" #: core/doctype/file/file.js:24 #: core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:8 msgid "Optimize" -msgstr "" +msgstr "Optimize Et" #: core/doctype/file/file.js:98 msgid "Optimizing image..." @@ -23271,7 +23271,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Pass" -msgstr "" +msgstr "Başarılı" #. Option for the 'Status' (Select) field in DocType 'Contact' #: contacts/doctype/contact/contact.json @@ -30598,7 +30598,7 @@ msgstr "Boyut" #: desk/doctype/system_health_report_tables/system_health_report_tables.json msgctxt "System Health Report Tables" msgid "Size (MB)" -msgstr "" +msgstr "Boyut (MB)" #: public/js/frappe/widgets/onboarding_widget.js:82 #: public/js/onboarding_tours/onboarding_tours.js:18 @@ -32057,7 +32057,7 @@ msgstr "" #. Type: Action #: hooks.py msgid "System Health" -msgstr "" +msgstr "Sistem Sağlığı" #. Name of a DocType #: desk/doctype/system_health_report/system_health_report.json @@ -32077,7 +32077,7 @@ msgstr "Sistem Sağlığı Başarısız İşler" #. Name of a DocType #: desk/doctype/system_health_report_queue/system_health_report_queue.json msgid "System Health Report Queue" -msgstr "" +msgstr "Sistem Sağlığı Kuyruğu" #. Name of a DocType #: desk/doctype/system_health_report_tables/system_health_report_tables.json @@ -32531,7 +32531,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Test Job ID" -msgstr "" +msgstr "Test İş ID" #: email/doctype/newsletter/newsletter.py:94 msgid "Test email sent to {0}" @@ -33009,7 +33009,7 @@ msgstr "" #: core/doctype/user/user.json msgctxt "User" msgid "Third Party Authentication" -msgstr "" +msgstr "Üçüncü Taraf Kimlik Doğrulama" #: geo/doctype/currency/currency.js:8 msgid "This Currency is disabled. Enable to use in transactions" @@ -36596,7 +36596,7 @@ msgstr "" #: desk/doctype/system_health_report/system_health_report.json msgctxt "System Health Report" msgid "Websocket" -msgstr "" +msgstr "Web Soketi" #. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' #: automation/doctype/assignment_rule_day/assignment_rule_day.json @@ -38244,7 +38244,7 @@ msgstr "" #: www/third_party_apps.html:41 msgid "logged in" -msgstr "" +msgstr "giriş yaptı" #: website/doctype/web_form/web_form.js:362 msgid "login_required" @@ -39202,7 +39202,7 @@ msgstr "{0} düzenlendi." #: core/doctype/activity_log/feed.py:13 msgid "{0} logged in" -msgstr "" +msgstr "{0} giriş yaptı" #: core/doctype/activity_log/feed.py:19 msgid "{0} logged out: {1}" From 525f5b7131e8ad1b8cebe48e9685ada251d4a49e Mon Sep 17 00:00:00 2001 From: Nikhil Kothari Date: Fri, 14 Jun 2024 19:52:43 +0530 Subject: [PATCH 37/54] fix(socketio): pass auth token if available instead of cookie --- realtime/middlewares/authenticate.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/realtime/middlewares/authenticate.js b/realtime/middlewares/authenticate.js index 2447394af6..40b7a43a9e 100644 --- a/realtime/middlewares/authenticate.js +++ b/realtime/middlewares/authenticate.js @@ -38,10 +38,10 @@ function authenticate_with_frappe(socket, next) { } let headers = {}; - if (socket.sid) { - headers["Cookie"] = `sid=${socket.sid}`; - } else if (socket.authorization_header) { + if (socket.authorization_header) { headers["Authorization"] = socket.authorization_header; + } else if (socket.sid) { + headers["Cookie"] = `sid=${socket.sid}`; } return fetch(get_url(socket, path), { From 36b18e9e35e1d25830ce9b51a8fa0b80ffafbc87 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 15 Jun 2024 14:31:01 +0530 Subject: [PATCH 38/54] fix: Persian translations --- frappe/locale/fa.po | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index cd0bba4c0b..267c77079a 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-06-02 09:33+0000\n" -"PO-Revision-Date: 2024-06-13 08:24\n" +"PO-Revision-Date: 2024-06-15 09:00\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -2331,7 +2331,7 @@ msgstr "شناسه مشتری برنامه" #: integrations/doctype/oauth_client/oauth_client.json msgctxt "OAuth Client" msgid "App Client Secret" -msgstr "راز مشتری برنامه" +msgstr "" #. Label of a Data field in DocType 'Google Settings' #: integrations/doctype/google_settings/google_settings.json @@ -5096,7 +5096,7 @@ msgstr "تغییر برچسب (از طریق ترجمه سفارشی)" #: core/doctype/user/user.json msgctxt "User" msgid "Change Password" -msgstr "رمز عبور را تغییر دهید" +msgstr "تغییر رمز عبور" #: public/js/print_format_builder/print_format_builder.bundle.js:27 msgid "Change Print Format" @@ -5585,19 +5585,19 @@ msgstr "اسکریپت کلاینت" #: integrations/doctype/connected_app/connected_app.json msgctxt "Connected App" msgid "Client Secret" -msgstr "راز مشتری" +msgstr "" #. Label of a Password field in DocType 'Google Settings' #: integrations/doctype/google_settings/google_settings.json msgctxt "Google Settings" msgid "Client Secret" -msgstr "راز مشتری" +msgstr "" #. Label of a Password field in DocType 'Social Login Key' #: integrations/doctype/social_login_key/social_login_key.json msgctxt "Social Login Key" msgid "Client Secret" -msgstr "راز مشتری" +msgstr "" #. Label of a Section Break field in DocType 'Social Login Key' #: integrations/doctype/social_login_key/social_login_key.json @@ -15518,7 +15518,7 @@ msgstr "در صورت فعال بودن، هر بار که کاربران وار #: core/doctype/user/user.json msgctxt "User" msgid "If left empty, the default workspace will be the last visited workspace" -msgstr "" +msgstr "اگر خالی بماند، محیط کاری پیش فرض آخرین محیط کاری بازدید شده خواهد بود" #. Description of the 'Port' (Data) field in DocType 'Email Domain' #: email/doctype/email_domain/email_domain.json @@ -19004,7 +19004,7 @@ msgstr "خروج از همه جلسات با بازنشانی رمز عبور" #: core/doctype/user/user.json msgctxt "User" msgid "Logout From All Devices After Changing Password" -msgstr "پس از تغییر رمز عبور از همه دستگاه ها خارج شوید" +msgstr "خروج از همه دستگاه ها پس از تغییر رمز عبور" #. Label of a Card Break in the Users Workspace #: core/workspace/users/users.json @@ -29744,7 +29744,7 @@ msgstr "تنظیم نقش برای" #: core/doctype/user/user.js:126 #: core/page/permission_manager/permission_manager.js:65 msgid "Set User Permissions" -msgstr "مجوزهای کاربر را تنظیم کنید" +msgstr "" #. Label of a Small Text field in DocType 'Property Setter' #: custom/doctype/property_setter/property_setter.json From 1cc774cb19027896a934d95a5d67ac20574459b1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 16 Jun 2024 14:50:09 +0530 Subject: [PATCH 39/54] fix: Persian translations --- frappe/locale/fa.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index 267c77079a..ae824182df 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" "POT-Creation-Date: 2024-06-02 09:33+0000\n" -"PO-Revision-Date: 2024-06-15 09:00\n" +"PO-Revision-Date: 2024-06-16 09:20\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -4667,48 +4667,48 @@ msgstr "نمی توان نام {0} را به {1} تغییر داد زیرا {0} #: core/doctype/doctype/doctype_list.js:130 #: public/js/frappe/form/reminders.js:54 msgid "Cancel" -msgstr "لغو کنید" +msgstr "لغو" #: public/js/frappe/list/list_view.js:1958 msgctxt "Button in list view actions menu" msgid "Cancel" -msgstr "لغو کنید" +msgstr "لغو" #. Label of a Check field in DocType 'Custom DocPerm' #: core/doctype/custom_docperm/custom_docperm.json msgctxt "Custom DocPerm" msgid "Cancel" -msgstr "لغو کنید" +msgstr "لغو" #. Label of a Check field in DocType 'DocPerm' #: core/doctype/docperm/docperm.json msgctxt "DocPerm" msgid "Cancel" -msgstr "لغو کنید" +msgstr "لغو" #. Option for the 'For Document Event' (Select) field in DocType 'Energy Point #. Rule' #: social/doctype/energy_point_rule/energy_point_rule.json msgctxt "Energy Point Rule" msgid "Cancel" -msgstr "لغو کنید" +msgstr "لغو" #. Option for the 'Send Alert On' (Select) field in DocType 'Notification' #: email/doctype/notification/notification.json msgctxt "Notification" msgid "Cancel" -msgstr "لغو کنید" +msgstr "لغو" #: public/js/frappe/ui/messages.js:68 msgctxt "Secondary button in warning dialog" msgid "Cancel" -msgstr "لغو کنید" +msgstr "لغو" #. Label of a Check field in DocType 'User Document Type' #: core/doctype/user_document_type/user_document_type.json msgctxt "User Document Type" msgid "Cancel" -msgstr "لغو کنید" +msgstr "لغو" #: public/js/frappe/form/form.js:973 msgid "Cancel All" @@ -29733,7 +29733,7 @@ msgstr "ویژگی بعد از هشدار را تنظیم کنید" #: public/js/frappe/form/link_selector.js:207 #: public/js/frappe/form/link_selector.js:208 msgid "Set Quantity" -msgstr "مقدار را تنظیم کنید" +msgstr "تنظیم مقدار" #. Label of a Select field in DocType 'Role Permission for Page and Report' #: core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json @@ -31004,7 +31004,7 @@ msgstr "ما را در GitHub ستاره دار کنید" #: core/doctype/recorder/recorder_list.js:87 printing/page/print/print.js:296 #: printing/page/print/print.js:343 msgid "Start" -msgstr "شروع کنید" +msgstr "شروع" #: public/js/frappe/utils/common.js:409 msgid "Start Date" @@ -31036,7 +31036,7 @@ msgstr "فیلد تاریخ شروع" #: core/doctype/data_import/data_import.js:110 msgid "Start Import" -msgstr "واردات را شروع کنید" +msgstr "شروع واردات" #: core/doctype/recorder/recorder_list.js:201 msgid "Start Recording" From f6292e4cd615fd1556641726b27494fe07bbd65d Mon Sep 17 00:00:00 2001 From: frappe-pr-bot Date: Sun, 16 Jun 2024 09:34:25 +0000 Subject: [PATCH 40/54] chore: update POT file --- frappe/locale/main.pot | 514 +++++++++++++++++++++-------------------- 1 file changed, 266 insertions(+), 248 deletions(-) diff --git a/frappe/locale/main.pot b/frappe/locale/main.pot index fe783fe347..fd3c2942c7 100644 --- a/frappe/locale/main.pot +++ b/frappe/locale/main.pot @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Frappe Framework VERSION\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-06-02 09:33+0000\n" -"PO-Revision-Date: 2024-06-02 09:33+0000\n" +"POT-Creation-Date: 2024-06-16 09:34+0000\n" +"PO-Revision-Date: 2024-06-16 09:34+0000\n" "Last-Translator: developers@frappe.io\n" "Language-Team: developers@frappe.io\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" msgid "'In Global Search' is not allowed for field {0} of type {1}" msgstr "" -#: core/doctype/doctype/doctype.py:1321 +#: core/doctype/doctype/doctype.py:1323 msgid "'In Global Search' not allowed for type {0} in row {1}" msgstr "" @@ -96,7 +96,7 @@ msgstr "" msgid "'{0}' is not a valid URL" msgstr "" -#: core/doctype/doctype/doctype.py:1315 +#: core/doctype/doctype/doctype.py:1317 msgid "'{0}' not allowed for type {1} in row {2}" msgstr "" @@ -616,7 +616,7 @@ msgstr "" msgid "A DocType (Document Type) is used to insert forms in ERPNext. Forms such as Customer, Orders, and Invoices are Doctypes in the backend. You can also create new DocTypes to create new forms in ERPNext as per your business needs." msgstr "" -#: core/doctype/doctype/doctype.py:1015 +#: core/doctype/doctype/doctype.py:1017 msgid "A DocType's name should start with a letter and can only consist of letters, numbers, spaces, underscores and hyphens" msgstr "" @@ -1759,7 +1759,7 @@ msgstr "" msgid "All Submissions" msgstr "" -#: custom/doctype/customize_form/customize_form.js:429 +#: custom/doctype/customize_form/customize_form.js:452 msgid "All customizations will be removed. Please confirm." msgstr "" @@ -2617,7 +2617,7 @@ msgstr "" msgid "Are you sure you want to delete all rows?" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:896 +#: public/js/frappe/views/workspace/workspace.js:898 msgid "Are you sure you want to delete page {0}?" msgstr "" @@ -2633,7 +2633,7 @@ msgstr "" msgid "Are you sure you want to generate a new report?" msgstr "" -#: public/js/frappe/form/toolbar.js:110 +#: public/js/frappe/form/toolbar.js:111 msgid "Are you sure you want to merge {0} with {1}?" msgstr "" @@ -4136,7 +4136,7 @@ msgstr "" msgid "Both DocType and Name required" msgstr "" -#: templates/includes/login/login.js:92 +#: templates/includes/login/login.js:96 msgid "Both login and password required" msgstr "" @@ -4640,7 +4640,7 @@ msgstr "" msgid "Camera" msgstr "" -#: public/js/frappe/utils/utils.js:1714 +#: public/js/frappe/utils/utils.js:1723 #: website/report/website_analytics/website_analytics.js:39 msgid "Campaign" msgstr "" @@ -4687,7 +4687,7 @@ msgstr "" msgid "Can not rename as column {0} is already present on DocType." msgstr "" -#: core/doctype/doctype/doctype.py:1130 +#: core/doctype/doctype/doctype.py:1132 msgid "Can only change to/from Autoincrement naming rule when there is no data in the doctype" msgstr "" @@ -4865,7 +4865,7 @@ msgstr "" msgid "Cannot change state of Cancelled Document. Transition row {0}" msgstr "" -#: core/doctype/doctype/doctype.py:1120 +#: core/doctype/doctype/doctype.py:1122 msgid "Cannot change to/from autoincrement autoname in Customize Form" msgstr "" @@ -4873,7 +4873,7 @@ msgstr "" msgid "Cannot create a {0} against a child document: {1}" msgstr "" -#: desk/doctype/workspace/workspace.py:252 +#: desk/doctype/workspace/workspace.py:250 msgid "Cannot create private workspace of other users" msgstr "" @@ -4885,19 +4885,19 @@ msgstr "" msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" msgstr "" -#: desk/doctype/workspace/workspace.py:411 +#: desk/doctype/workspace/workspace.py:415 msgid "Cannot delete private workspace of other users" msgstr "" -#: desk/doctype/workspace/workspace.py:404 +#: desk/doctype/workspace/workspace.py:408 msgid "Cannot delete public workspace without Workspace Manager role" msgstr "" -#: custom/doctype/customize_form/customize_form.js:358 +#: custom/doctype/customize_form/customize_form.js:369 msgid "Cannot delete standard action. You can hide it if you want" msgstr "" -#: custom/doctype/customize_form/customize_form.js:373 +#: custom/doctype/customize_form/customize_form.js:391 msgid "Cannot delete standard document state." msgstr "" @@ -4905,7 +4905,7 @@ msgstr "" msgid "Cannot delete standard field {0}. You can hide it instead." msgstr "" -#: custom/doctype/customize_form/customize_form.js:343 +#: custom/doctype/customize_form/customize_form.js:347 msgid "Cannot delete standard link. You can hide it if you want" msgstr "" @@ -4945,6 +4945,11 @@ msgstr "" msgid "Cannot edit filters for standard charts" msgstr "" +#: desk/doctype/number_card/number_card.js:277 +#: desk/doctype/number_card/number_card.js:364 +msgid "Cannot edit filters for standard number cards" +msgstr "" + #: client.py:166 msgid "Cannot edit standard fields" msgstr "" @@ -5001,7 +5006,7 @@ msgstr "" msgid "Cannot submit {0}." msgstr "" -#: desk/doctype/workspace/workspace.py:345 +#: desk/doctype/workspace/workspace.py:349 msgid "Cannot update private workspace of other users" msgstr "" @@ -5358,7 +5363,7 @@ msgctxt "Form Tour Step" msgid "Child Doctype" msgstr "" -#: core/doctype/doctype/doctype.py:1602 +#: core/doctype/doctype/doctype.py:1616 msgid "Child Table {0} for field {1}" msgstr "" @@ -5376,7 +5381,7 @@ msgstr "" msgid "Choose Existing Card or create New Card" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:1396 +#: public/js/frappe/views/workspace/workspace.js:1398 msgid "Choose a block or continue typing" msgstr "" @@ -5510,7 +5515,7 @@ msgid "Click table to edit" msgstr "" #: desk/doctype/dashboard_chart/dashboard_chart.js:502 -#: desk/doctype/number_card/number_card.js:396 +#: desk/doctype/number_card/number_card.js:402 msgid "Click to Set Dynamic Filters" msgstr "" @@ -6273,7 +6278,7 @@ msgstr "" #: desk/doctype/dashboard_chart/dashboard_chart.js:305 #: desk/doctype/dashboard_chart/dashboard_chart.js:439 #: desk/doctype/number_card/number_card.js:205 -#: desk/doctype/number_card/number_card.js:333 +#: desk/doctype/number_card/number_card.js:336 #: website/doctype/web_form/web_form.js:197 msgid "Condition" msgstr "" @@ -6581,7 +6586,7 @@ msgstr "" msgid "Contains {0} security fixes" msgstr "" -#: public/js/frappe/utils/utils.js:1729 +#: public/js/frappe/utils/utils.js:1738 #: website/report/website_analytics/website_analytics.js:41 msgid "Content" msgstr "" @@ -6671,7 +6676,7 @@ msgctxt "Web Page" msgid "Content Type" msgstr "" -#: desk/doctype/workspace/workspace.py:83 +#: desk/doctype/workspace/workspace.py:81 msgid "Content data shoud be a list" msgstr "" @@ -6748,7 +6753,7 @@ msgstr "" msgid "Copy error to clipboard" msgstr "" -#: public/js/frappe/form/toolbar.js:398 +#: public/js/frappe/form/toolbar.js:399 msgid "Copy to Clipboard" msgstr "" @@ -6890,7 +6895,7 @@ msgstr "" #: public/js/frappe/views/file/file_view.js:112 #: public/js/frappe/views/interaction.js:18 #: public/js/frappe/views/reports/query_report.js:1188 -#: public/js/frappe/views/workspace/workspace.js:1228 +#: public/js/frappe/views/workspace/workspace.js:1230 #: workflow/page/workflow_builder/workflow_builder.js:46 msgid "Create" msgstr "" @@ -6943,7 +6948,7 @@ msgstr "" msgid "Create Custom Fields" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:936 +#: public/js/frappe/views/workspace/workspace.js:938 msgid "Create Duplicate" msgstr "" @@ -6982,7 +6987,7 @@ msgstr "" msgid "Create User Email" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:476 +#: public/js/frappe/views/workspace/workspace.js:478 msgid "Create Workspace" msgstr "" @@ -7367,7 +7372,7 @@ msgstr "" msgid "Custom Document Types Limit Exceeded" msgstr "" -#: desk/desktop.py:485 +#: desk/desktop.py:489 msgid "Custom Documents" msgstr "" @@ -7489,7 +7494,7 @@ msgctxt "Report" msgid "Custom Report" msgstr "" -#: desk/desktop.py:486 +#: desk/desktop.py:490 msgid "Custom Reports" msgstr "" @@ -7566,11 +7571,11 @@ msgstr "" msgid "Customization onboarding is all done!" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:522 +#: public/js/frappe/views/workspace/workspace.js:524 msgid "Customizations Discarded" msgstr "" -#: custom/doctype/customize_form/customize_form.js:442 +#: custom/doctype/customize_form/customize_form.js:465 msgid "Customizations Reset" msgstr "" @@ -7580,7 +7585,7 @@ msgstr "" #: printing/page/print/print.js:171 #: public/js/frappe/form/templates/print_layout.html:39 -#: public/js/frappe/form/toolbar.js:537 +#: public/js/frappe/form/toolbar.js:538 #: public/js/frappe/views/dashboard/dashboard_view.js:196 msgid "Customize" msgstr "" @@ -8457,11 +8462,11 @@ msgctxt "User" msgid "Default Workspace" msgstr "" -#: core/doctype/doctype/doctype.py:1343 +#: core/doctype/doctype/doctype.py:1345 msgid "Default for 'Check' type of field {0} must be either '0' or '1'" msgstr "" -#: core/doctype/doctype/doctype.py:1356 +#: core/doctype/doctype/doctype.py:1358 msgid "Default value for {0} must be in the list of options." msgstr "" @@ -8514,10 +8519,10 @@ msgstr "" #: core/doctype/user_permission/user_permission_list.js:189 #: public/js/frappe/form/footer/form_timeline.js:613 -#: public/js/frappe/form/grid.js:63 public/js/frappe/form/toolbar.js:433 +#: public/js/frappe/form/grid.js:63 public/js/frappe/form/toolbar.js:434 #: public/js/frappe/views/reports/report_view.js:1654 #: public/js/frappe/views/treeview.js:308 -#: public/js/frappe/views/workspace/workspace.js:834 +#: public/js/frappe/views/workspace/workspace.js:836 #: templates/discussions/reply_card.html:35 #: templates/discussions/reply_section.html:29 msgid "Delete" @@ -8562,7 +8567,7 @@ msgstr "" msgid "Delete Kanban Board" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:835 +#: public/js/frappe/views/workspace/workspace.js:837 msgid "Delete Workspace" msgstr "" @@ -8895,6 +8900,7 @@ msgstr "" #: desk/doctype/module_onboarding/module_onboarding.json #: desk/doctype/note/note.json desk/doctype/number_card/number_card.json #: desk/doctype/onboarding_step/onboarding_step.json +#: desk/doctype/workspace/workspace.json #: email/doctype/document_follow/document_follow.json #: email/doctype/email_template/email_template.json #: integrations/doctype/google_calendar/google_calendar.json @@ -9148,10 +9154,10 @@ msgstr "" msgid "Disabled Auto Reply" msgstr "" -#: public/js/frappe/form/toolbar.js:315 +#: public/js/frappe/form/toolbar.js:316 #: public/js/frappe/views/communication.js:30 #: public/js/frappe/views/dashboard/dashboard_view.js:70 -#: public/js/frappe/views/workspace/workspace.js:513 +#: public/js/frappe/views/workspace/workspace.js:515 #: public/js/frappe/web_form/web_form.js:187 msgid "Discard" msgstr "" @@ -9394,7 +9400,7 @@ msgctxt "Workspace Shortcut" msgid "DocType" msgstr "" -#: core/doctype/doctype/doctype.py:1544 +#: core/doctype/doctype/doctype.py:1546 msgid "DocType {0} provided for the field {1} must have atleast one Link field" msgstr "" @@ -9505,7 +9511,7 @@ msgstr "" msgid "DocType {} not found" msgstr "" -#: core/doctype/doctype/doctype.py:1009 +#: core/doctype/doctype/doctype.py:1011 msgid "DocType's name should not start or end with whitespace" msgstr "" @@ -9523,7 +9529,7 @@ msgctxt "Document Follow" msgid "Doctype" msgstr "" -#: core/doctype/doctype/doctype.py:1003 +#: core/doctype/doctype/doctype.py:1005 msgid "Doctype name is limited to {0} characters ({1})" msgstr "" @@ -9531,7 +9537,7 @@ msgstr "" msgid "Doctype required" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:1314 +#: public/js/frappe/views/workspace/workspace.js:1316 msgid "Doctype with same route already exist. Please choose different title." msgstr "" @@ -9605,19 +9611,19 @@ msgctxt "Customize Form" msgid "Document Links" msgstr "" -#: core/doctype/doctype/doctype.py:1178 +#: core/doctype/doctype/doctype.py:1180 msgid "Document Links Row #{0}: Could not find field {1} in {2} DocType" msgstr "" -#: core/doctype/doctype/doctype.py:1198 +#: core/doctype/doctype/doctype.py:1200 msgid "Document Links Row #{0}: Invalid doctype or fieldname." msgstr "" -#: core/doctype/doctype/doctype.py:1161 +#: core/doctype/doctype/doctype.py:1163 msgid "Document Links Row #{0}: Parent DocType is mandatory for internal links" msgstr "" -#: core/doctype/doctype/doctype.py:1167 +#: core/doctype/doctype/doctype.py:1169 msgid "Document Links Row #{0}: Table Fieldname is mandatory for internal links" msgstr "" @@ -9952,11 +9958,11 @@ msgstr "" msgid "Document not Relinked" msgstr "" -#: model/rename_doc.py:226 public/js/frappe/form/toolbar.js:145 +#: model/rename_doc.py:226 public/js/frappe/form/toolbar.js:146 msgid "Document renamed from {0} to {1}" msgstr "" -#: public/js/frappe/form/toolbar.js:154 +#: public/js/frappe/form/toolbar.js:155 msgid "Document renaming from {0} to {1} has been queued" msgstr "" @@ -10163,7 +10169,7 @@ msgstr "" #: public/js/frappe/views/workspace/blocks/header.js:46 #: public/js/frappe/views/workspace/blocks/paragraph.js:136 #: public/js/frappe/views/workspace/blocks/spacer.js:44 -#: public/js/frappe/views/workspace/workspace.js:576 +#: public/js/frappe/views/workspace/workspace.js:578 #: public/js/frappe/widgets/base_widget.js:33 msgid "Drag" msgstr "" @@ -10218,9 +10224,9 @@ msgid "Due Date Based On" msgstr "" #: public/js/frappe/form/grid_row_form.js:42 -#: public/js/frappe/form/toolbar.js:387 -#: public/js/frappe/views/workspace/workspace.js:819 -#: public/js/frappe/views/workspace/workspace.js:986 +#: public/js/frappe/form/toolbar.js:388 +#: public/js/frappe/views/workspace/workspace.js:821 +#: public/js/frappe/views/workspace/workspace.js:988 msgid "Duplicate" msgstr "" @@ -10236,8 +10242,8 @@ msgstr "" msgid "Duplicate Name" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:558 -#: public/js/frappe/views/workspace/workspace.js:820 +#: public/js/frappe/views/workspace/workspace.js:560 +#: public/js/frappe/views/workspace/workspace.js:822 msgid "Duplicate Workspace" msgstr "" @@ -10245,7 +10251,7 @@ msgstr "" msgid "Duplicate current row" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:1001 +#: public/js/frappe/views/workspace/workspace.js:1003 msgid "Duplicate of {0} named as {1} is created successfully" msgstr "" @@ -10386,14 +10392,14 @@ msgstr "" #: public/js/frappe/form/footer/form_timeline.js:661 #: public/js/frappe/form/templates/address_list.html:7 #: public/js/frappe/form/templates/contact_list.html:7 -#: public/js/frappe/form/toolbar.js:680 +#: public/js/frappe/form/toolbar.js:681 #: public/js/frappe/views/reports/query_report.js:815 #: public/js/frappe/views/reports/query_report.js:1635 -#: public/js/frappe/views/workspace/workspace.js:459 -#: public/js/frappe/views/workspace/workspace.js:813 +#: public/js/frappe/views/workspace/workspace.js:460 +#: public/js/frappe/views/workspace/workspace.js:815 #: public/js/frappe/widgets/base_widget.js:64 #: public/js/frappe/widgets/chart_widget.js:298 -#: public/js/frappe/widgets/number_card_widget.js:330 +#: public/js/frappe/widgets/number_card_widget.js:331 #: templates/discussions/reply_card.html:29 #: templates/discussions/reply_section.html:29 #: workflow/page/workflow_builder/workflow_builder.js:46 @@ -10433,7 +10439,7 @@ msgstr "" msgid "Edit Custom HTML" msgstr "" -#: public/js/frappe/form/toolbar.js:556 +#: public/js/frappe/form/toolbar.js:557 msgid "Edit DocType" msgstr "" @@ -10522,7 +10528,7 @@ msgctxt "Website Settings" msgid "Edit Values" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:814 +#: public/js/frappe/views/workspace/workspace.js:816 msgid "Edit Workspace" msgstr "" @@ -10595,7 +10601,7 @@ msgstr "" #: core/doctype/success_action/success_action.js:57 #: email/doctype/newsletter/newsletter.js:156 #: public/js/frappe/form/success_action.js:85 -#: public/js/frappe/form/toolbar.js:351 +#: public/js/frappe/form/toolbar.js:352 #: templates/includes/comments/comments.html:25 templates/signup.html:9 #: www/login.html:7 www/login.py:97 msgid "Email" @@ -11530,7 +11536,7 @@ msgstr "" msgid "Enter Client Id and Client Secret in Google Settings." msgstr "" -#: templates/includes/login/login.js:347 +#: templates/includes/login/login.js:351 msgid "Enter Code displayed in OTP App." msgstr "" @@ -12293,7 +12299,7 @@ msgstr "" msgid "Failed to optimize image: {0}" msgstr "" -#: email/doctype/email_queue/email_queue.py:280 +#: email/doctype/email_queue/email_queue.py:281 msgid "Failed to send email with subject:" msgstr "" @@ -12463,7 +12469,7 @@ msgstr "" msgid "Field \"route\" is mandatory for Web Views" msgstr "" -#: core/doctype/doctype/doctype.py:1493 +#: core/doctype/doctype/doctype.py:1495 msgid "Field \"title\" is mandatory if \"Website Search Field\" is set." msgstr "" @@ -12477,7 +12483,7 @@ msgctxt "Custom Field" msgid "Field Description" msgstr "" -#: core/doctype/doctype/doctype.py:1058 +#: core/doctype/doctype/doctype.py:1060 msgid "Field Missing" msgstr "" @@ -12596,7 +12602,7 @@ msgstr "" msgid "Fieldname '{0}' conflicting with a {1} of the name {2} in {3}" msgstr "" -#: core/doctype/doctype/doctype.py:1057 +#: core/doctype/doctype/doctype.py:1059 msgid "Fieldname called {0} must exist to enable autonaming" msgstr "" @@ -12620,7 +12626,7 @@ msgstr "" msgid "Fieldname {0} cannot have special characters like {1}" msgstr "" -#: core/doctype/doctype/doctype.py:1864 +#: core/doctype/doctype/doctype.py:1878 msgid "Fieldname {0} conflicting with meta object" msgstr "" @@ -12876,7 +12882,7 @@ msgstr "" #: desk/doctype/dashboard_chart/dashboard_chart.js:305 #: desk/doctype/dashboard_chart/dashboard_chart.js:439 #: desk/doctype/number_card/number_card.js:205 -#: desk/doctype/number_card/number_card.js:333 +#: desk/doctype/number_card/number_card.js:336 #: email/doctype/auto_email_report/auto_email_report.js:90 #: public/js/frappe/list/base_list.js:882 #: public/js/frappe/ui/filters/filter_list.js:134 @@ -13192,11 +13198,11 @@ msgctxt "Report Filter" msgid "Fold" msgstr "" -#: core/doctype/doctype/doctype.py:1417 +#: core/doctype/doctype/doctype.py:1419 msgid "Fold can not be at the end of the form" msgstr "" -#: core/doctype/doctype/doctype.py:1415 +#: core/doctype/doctype/doctype.py:1417 msgid "Fold must come before a Section Break" msgstr "" @@ -13520,7 +13526,7 @@ msgstr "" msgid "For updating, you can update only selective columns." msgstr "" -#: core/doctype/doctype/doctype.py:1708 +#: core/doctype/doctype/doctype.py:1722 msgid "For {0} at level {1} in {2} in row {3}" msgstr "" @@ -14018,7 +14024,7 @@ msgid "Generate Random Password" msgstr "" #: public/js/frappe/ui/toolbar/toolbar.js:172 -#: public/js/frappe/utils/utils.js:1763 +#: public/js/frappe/utils/utils.js:1772 msgid "Generate Tracking URL" msgstr "" @@ -14145,7 +14151,7 @@ msgid "Global Unsubscribe" msgstr "" #: desk/page/user_profile/user_profile_controller.js:68 -#: public/js/frappe/form/toolbar.js:775 +#: public/js/frappe/form/toolbar.js:776 msgid "Go" msgstr "" @@ -14924,7 +14930,7 @@ msgctxt "Print Settings" msgid "Helvetica Neue" msgstr "" -#: public/js/frappe/utils/utils.js:1760 +#: public/js/frappe/utils/utils.js:1769 msgid "Here's your tracking URL" msgstr "" @@ -14996,10 +15002,10 @@ msgctxt "Form Tour Step" msgid "Hidden Fields" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:825 +#: public/js/frappe/views/workspace/workspace.js:827 #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:78 +#: templates/includes/login/login.js:82 msgid "Hide" msgstr "" @@ -15154,7 +15160,7 @@ msgstr "" msgid "Hide Weekends" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:826 +#: public/js/frappe/views/workspace/workspace.js:828 msgid "Hide Workspace" msgstr "" @@ -15364,9 +15370,9 @@ msgctxt "Comment" msgid "IP Address" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:643 -#: public/js/frappe/views/workspace/workspace.js:971 -#: public/js/frappe/views/workspace/workspace.js:1216 +#: public/js/frappe/views/workspace/workspace.js:645 +#: public/js/frappe/views/workspace/workspace.js:973 +#: public/js/frappe/views/workspace/workspace.js:1218 msgid "Icon" msgstr "" @@ -15469,7 +15475,7 @@ msgctxt "Workflow Document State" msgid "If Checked workflow status will not override status in list view" msgstr "" -#: core/doctype/doctype/doctype.py:1720 public/js/frappe/roles_editor.js:66 +#: core/doctype/doctype/doctype.py:1734 public/js/frappe/roles_editor.js:66 msgid "If Owner" msgstr "" @@ -15856,11 +15862,11 @@ msgctxt "Letter Head" msgid "Image Width" msgstr "" -#: core/doctype/doctype/doctype.py:1473 +#: core/doctype/doctype/doctype.py:1475 msgid "Image field must be a valid fieldname" msgstr "" -#: core/doctype/doctype/doctype.py:1475 +#: core/doctype/doctype/doctype.py:1477 msgid "Image field must be of type Attach Image" msgstr "" @@ -16354,9 +16360,9 @@ msgctxt "Workspace" msgid "Indicator Color" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:650 -#: public/js/frappe/views/workspace/workspace.js:978 -#: public/js/frappe/views/workspace/workspace.js:1222 +#: public/js/frappe/views/workspace/workspace.js:652 +#: public/js/frappe/views/workspace/workspace.js:980 +#: public/js/frappe/views/workspace/workspace.js:1224 msgid "Indicator color" msgstr "" @@ -16476,7 +16482,7 @@ msgctxt "Letter Head" msgid "Instructions" msgstr "" -#: templates/includes/login/login.js:257 +#: templates/includes/login/login.js:261 msgid "Instructions Emailed" msgstr "" @@ -16698,7 +16704,7 @@ msgstr "" msgid "Invalid DocType: {0}" msgstr "" -#: core/doctype/doctype/doctype.py:1239 +#: core/doctype/doctype/doctype.py:1241 msgid "Invalid Fieldname" msgstr "" @@ -16726,7 +16732,7 @@ msgstr "" msgid "Invalid Login Token" msgstr "" -#: templates/includes/login/login.js:286 +#: templates/includes/login/login.js:290 msgid "Invalid Login. Try again." msgstr "" @@ -16742,7 +16748,7 @@ msgstr "" msgid "Invalid Operation" msgstr "" -#: core/doctype/doctype/doctype.py:1596 core/doctype/doctype/doctype.py:1605 +#: core/doctype/doctype/doctype.py:1610 core/doctype/doctype/doctype.py:1619 msgid "Invalid Option" msgstr "" @@ -16780,7 +16786,7 @@ msgstr "" msgid "Invalid Search Field {0}" msgstr "" -#: core/doctype/doctype/doctype.py:1181 +#: core/doctype/doctype/doctype.py:1183 msgid "Invalid Table Fieldname" msgstr "" @@ -16825,7 +16831,7 @@ msgstr "" msgid "Invalid field name {0}" msgstr "" -#: core/doctype/doctype/doctype.py:1066 +#: core/doctype/doctype/doctype.py:1068 msgid "Invalid fieldname '{0}' in autoname" msgstr "" @@ -16858,7 +16864,7 @@ msgstr "" msgid "Invalid redirect regex in row #{}: {}" msgstr "" -#: app.py:310 +#: app.py:309 msgid "Invalid request arguments" msgstr "" @@ -16888,7 +16894,7 @@ msgstr "" msgid "Invalid wkhtmltopdf version" msgstr "" -#: core/doctype/doctype/doctype.py:1531 +#: core/doctype/doctype/doctype.py:1533 msgid "Invalid {0} condition" msgstr "" @@ -17092,7 +17098,7 @@ msgctxt "DocType" msgid "Is Published Field" msgstr "" -#: core/doctype/doctype/doctype.py:1482 +#: core/doctype/doctype/doctype.py:1484 msgid "Is Published Field must be a valid fieldname" msgstr "" @@ -17420,7 +17426,7 @@ msgstr "" msgid "Join video conference with {0}" msgstr "" -#: public/js/frappe/form/toolbar.js:365 public/js/frappe/form/toolbar.js:765 +#: public/js/frappe/form/toolbar.js:366 public/js/frappe/form/toolbar.js:766 msgid "Jump to field" msgstr "" @@ -18660,7 +18666,7 @@ msgid "Linked With" msgstr "" #: contacts/doctype/address/address.js:39 -#: contacts/doctype/contact/contact.js:87 public/js/frappe/form/toolbar.js:376 +#: contacts/doctype/contact/contact.js:87 public/js/frappe/form/toolbar.js:377 msgid "Links" msgstr "" @@ -18985,7 +18991,7 @@ msgstr "" msgid "Login is required to see web form list view. Enable {0} to see list settings" msgstr "" -#: templates/includes/login/login.js:65 +#: templates/includes/login/login.js:69 msgid "Login link sent to your email" msgstr "" @@ -19484,7 +19490,7 @@ msgctxt "System Settings" msgid "Max auto email report per user" msgstr "" -#: core/doctype/doctype/doctype.py:1309 +#: core/doctype/doctype/doctype.py:1311 msgid "Max width for type Currency is 100px in row {0}" msgstr "" @@ -19536,7 +19542,7 @@ msgid "Meaning of Submit, Cancel, Amend" msgstr "" #: public/js/frappe/form/sidebar/assign_to.js:220 -#: public/js/frappe/utils/utils.js:1722 +#: public/js/frappe/utils/utils.js:1731 #: website/report/website_analytics/website_analytics.js:40 msgid "Medium" msgstr "" @@ -19599,7 +19605,7 @@ msgstr "" msgid "Menu" msgstr "" -#: public/js/frappe/form/toolbar.js:222 public/js/frappe/model/model.js:734 +#: public/js/frappe/form/toolbar.js:223 public/js/frappe/model/model.js:734 msgid "Merge with existing" msgstr "" @@ -19945,7 +19951,7 @@ msgstr "" msgid "Missing DocType" msgstr "" -#: core/doctype/doctype/doctype.py:1493 +#: core/doctype/doctype/doctype.py:1495 msgid "Missing Field" msgstr "" @@ -20746,11 +20752,11 @@ msgctxt "Role" msgid "Navigation Settings" msgstr "" -#: desk/doctype/workspace/workspace.py:297 +#: desk/doctype/workspace/workspace.py:301 msgid "Need Workspace Manager role to edit private workspace of other users" msgstr "" -#: desk/doctype/workspace/workspace.py:341 +#: desk/doctype/workspace/workspace.py:345 msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "" @@ -20866,7 +20872,7 @@ msgstr "" msgid "New Message from Website Contact Page" msgstr "" -#: public/js/frappe/form/toolbar.js:206 public/js/frappe/model/model.js:742 +#: public/js/frappe/form/toolbar.js:207 public/js/frappe/model/model.js:742 msgid "New Name" msgstr "" @@ -20928,7 +20934,7 @@ msgstr "" msgid "New Workflow Name" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:1183 +#: public/js/frappe/views/workspace/workspace.js:1185 msgid "New Workspace" msgstr "" @@ -20955,8 +20961,8 @@ msgid "New value to be set" msgstr "" #: public/js/frappe/form/quick_entry.js:129 public/js/frappe/form/toolbar.js:36 -#: public/js/frappe/form/toolbar.js:196 public/js/frappe/form/toolbar.js:209 -#: public/js/frappe/form/toolbar.js:500 +#: public/js/frappe/form/toolbar.js:197 public/js/frappe/form/toolbar.js:210 +#: public/js/frappe/form/toolbar.js:501 #: public/js/frappe/ui/toolbar/search_utils.js:167 #: public/js/frappe/ui/toolbar/search_utils.js:168 #: public/js/frappe/ui/toolbar/search_utils.js:217 @@ -21065,7 +21071,7 @@ msgctxt "Success Action" msgid "Next Actions HTML" msgstr "" -#: public/js/frappe/form/toolbar.js:297 +#: public/js/frappe/form/toolbar.js:298 msgid "Next Document" msgstr "" @@ -21265,7 +21271,7 @@ msgstr "" msgid "No New notifications" msgstr "" -#: core/doctype/doctype/doctype.py:1700 +#: core/doctype/doctype/doctype.py:1714 msgid "No Permissions Specified" msgstr "" @@ -21353,7 +21359,7 @@ msgstr "" msgid "No changes made because old and new name are the same." msgstr "" -#: public/js/frappe/views/workspace/workspace.js:1488 +#: public/js/frappe/views/workspace/workspace.js:1490 msgid "No changes made on the page" msgstr "" @@ -21570,12 +21576,12 @@ msgctxt "Recorder Query" msgid "Normalized Query" msgstr "" -#: core/doctype/user/user.py:959 templates/includes/login/login.js:253 +#: core/doctype/user/user.py:959 templates/includes/login/login.js:257 #: utils/oauth.py:265 msgid "Not Allowed" msgstr "" -#: templates/includes/login/login.js:255 +#: templates/includes/login/login.js:259 msgid "Not Allowed: Disabled User" msgstr "" @@ -21591,7 +21597,7 @@ msgstr "" msgid "Not Equals" msgstr "" -#: app.py:367 www/404.html:3 +#: app.py:366 www/404.html:3 msgid "Not Found" msgstr "" @@ -21619,7 +21625,7 @@ msgctxt "DocField" msgid "Not Nullable" msgstr "" -#: __init__.py:1018 app.py:358 desk/calendar.py:26 geo/utils.py:97 +#: __init__.py:1018 app.py:357 desk/calendar.py:26 geo/utils.py:97 #: public/js/frappe/web_form/webform_script.js:15 #: website/doctype/web_form/web_form.py:602 #: website/page_renderers/not_permitted_page.py:20 www/login.py:181 @@ -21637,7 +21643,7 @@ msgstr "" msgid "Not Published" msgstr "" -#: public/js/frappe/form/toolbar.js:260 public/js/frappe/form/toolbar.js:748 +#: public/js/frappe/form/toolbar.js:261 public/js/frappe/form/toolbar.js:749 #: public/js/frappe/model/indicator.js:28 #: public/js/frappe/views/kanban/kanban_view.js:170 #: public/js/frappe/views/reports/report_view.js:173 @@ -21687,7 +21693,7 @@ msgstr "" msgid "Not a valid Workflow Action" msgstr "" -#: templates/includes/login/login.js:251 +#: templates/includes/login/login.js:255 msgid "Not a valid user" msgstr "" @@ -22186,7 +22192,7 @@ msgstr "" msgid "OTP Secret has been reset. Re-registration will be required on next login." msgstr "" -#: templates/includes/login/login.js:351 +#: templates/includes/login/login.js:355 msgid "OTP setup using OTP App was not completed. Please contact Administrator." msgstr "" @@ -22350,7 +22356,7 @@ msgstr "" msgid "One of" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:1323 +#: public/js/frappe/views/workspace/workspace.js:1325 msgid "One of the child page with name {0} already exist in {1} Section. Please update the name of the child page first before moving" msgstr "" @@ -22380,7 +22386,7 @@ msgctxt "Workflow Document State" msgid "Only Allow Edit For" msgstr "" -#: core/doctype/doctype/doctype.py:1575 +#: core/doctype/doctype/doctype.py:1589 msgid "Only Options allowed for Data field are:" msgstr "" @@ -22394,7 +22400,7 @@ msgstr "" msgid "Only Workspace Manager can edit public workspaces" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:547 +#: public/js/frappe/views/workspace/workspace.js:549 msgid "Only Workspace Manager can sort or edit this page" msgstr "" @@ -22424,7 +22430,7 @@ msgid "Only mandatory fields are necessary for new records. You can delete non-m msgstr "" #: contacts/doctype/contact/contact.py:130 -#: contacts/doctype/contact/contact.py:154 +#: contacts/doctype/contact/contact.py:157 msgid "Only one {0} can be set as primary." msgstr "" @@ -22452,7 +22458,7 @@ msgstr "" msgid "Only {0} emailed reports are allowed per user." msgstr "" -#: templates/includes/login/login.js:287 +#: templates/includes/login/login.js:291 msgid "Oops! Something went wrong." msgstr "" @@ -22619,7 +22625,7 @@ msgstr "" msgid "Option 3" msgstr "" -#: core/doctype/doctype/doctype.py:1593 +#: core/doctype/doctype/doctype.py:1607 msgid "Option {0} for field {1} is not a child table" msgstr "" @@ -22681,7 +22687,7 @@ msgctxt "Web Template Field" msgid "Options" msgstr "" -#: core/doctype/doctype/doctype.py:1333 +#: core/doctype/doctype/doctype.py:1335 msgid "Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType'" msgstr "" @@ -22691,7 +22697,7 @@ msgctxt "Custom Field" msgid "Options Help" msgstr "" -#: core/doctype/doctype/doctype.py:1615 +#: core/doctype/doctype/doctype.py:1629 msgid "Options for Rating field can range from 3 to 10" msgstr "" @@ -22699,7 +22705,7 @@ msgstr "" msgid "Options for select. Each option on a new line." msgstr "" -#: core/doctype/doctype/doctype.py:1350 +#: core/doctype/doctype/doctype.py:1352 msgid "Options for {0} must be set before setting the default value." msgstr "" @@ -23083,7 +23089,7 @@ msgctxt "Form Tour" msgid "Page Route" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:1510 +#: public/js/frappe/views/workspace/workspace.js:1512 msgid "Page Saved Successfully" msgstr "" @@ -23129,7 +23135,7 @@ msgstr "" msgid "Page to show on the website\n" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:1310 +#: public/js/frappe/views/workspace/workspace.js:1312 msgid "Page with title {0} already exist." msgstr "" @@ -23147,9 +23153,9 @@ msgid "Parameter" msgstr "" #: public/js/frappe/model/model.js:142 -#: public/js/frappe/views/workspace/workspace.js:617 -#: public/js/frappe/views/workspace/workspace.js:945 -#: public/js/frappe/views/workspace/workspace.js:1192 +#: public/js/frappe/views/workspace/workspace.js:619 +#: public/js/frappe/views/workspace/workspace.js:947 +#: public/js/frappe/views/workspace/workspace.js:1194 msgid "Parent" msgstr "" @@ -23187,7 +23193,7 @@ msgctxt "Form Tour Step" msgid "Parent Field" msgstr "" -#: core/doctype/doctype/doctype.py:914 +#: core/doctype/doctype/doctype.py:916 msgid "Parent Field (Tree)" msgstr "" @@ -23197,7 +23203,7 @@ msgctxt "DocType" msgid "Parent Field (Tree)" msgstr "" -#: core/doctype/doctype/doctype.py:920 +#: core/doctype/doctype/doctype.py:922 msgid "Parent Field must be a valid fieldname" msgstr "" @@ -23207,7 +23213,7 @@ msgctxt "Top Bar Item" msgid "Parent Label" msgstr "" -#: core/doctype/doctype/doctype.py:1164 +#: core/doctype/doctype/doctype.py:1166 msgid "Parent Missing" msgstr "" @@ -23674,7 +23680,7 @@ msgctxt "System Settings" msgid "Permissions" msgstr "" -#: core/doctype/doctype/doctype.py:1791 core/doctype/doctype/doctype.py:1801 +#: core/doctype/doctype/doctype.py:1805 core/doctype/doctype/doctype.py:1815 msgid "Permissions Error" msgstr "" @@ -23961,7 +23967,7 @@ msgstr "" #: desk/doctype/notification_log/notification_log.js:45 #: email/doctype/auto_email_report/auto_email_report.js:17 #: printing/page/print/print.js:635 printing/page/print/print.js:665 -#: public/js/frappe/utils/utils.js:1417 +#: public/js/frappe/utils/utils.js:1426 msgid "Please enable pop-ups" msgstr "" @@ -24145,7 +24151,7 @@ msgstr "" msgid "Please set Dropbox access keys in site config or doctype" msgstr "" -#: contacts/doctype/contact/contact.py:202 +#: contacts/doctype/contact/contact.py:205 msgid "Please set Email Address" msgstr "" @@ -24394,7 +24400,7 @@ msgctxt "Web Form Field" msgid "Precision" msgstr "" -#: core/doctype/doctype/doctype.py:1367 +#: core/doctype/doctype/doctype.py:1369 msgid "Precision should be between 1 and 6" msgstr "" @@ -24550,7 +24556,7 @@ msgctxt "Go to previous slide" msgid "Previous" msgstr "" -#: public/js/frappe/form/toolbar.js:289 +#: public/js/frappe/form/toolbar.js:290 msgid "Previous Document" msgstr "" @@ -24603,7 +24609,7 @@ msgstr "" #: core/doctype/success_action/success_action.js:56 #: printing/page/print/print.js:65 public/js/frappe/form/success_action.js:81 #: public/js/frappe/form/templates/print_layout.html:46 -#: public/js/frappe/form/toolbar.js:331 public/js/frappe/form/toolbar.js:343 +#: public/js/frappe/form/toolbar.js:332 public/js/frappe/form/toolbar.js:344 #: public/js/frappe/list/bulk_operations.js:87 #: public/js/frappe/views/reports/query_report.js:1641 #: public/js/frappe/views/reports/report_view.js:1460 @@ -24985,7 +24991,7 @@ msgstr "" msgid "Processing" msgstr "" -#: email/doctype/email_queue/email_queue.py:429 +#: email/doctype/email_queue/email_queue.py:434 msgid "Processing..." msgstr "" @@ -25081,9 +25087,9 @@ msgid "Provider Name" msgstr "" #: desk/doctype/note/note_list.js:6 public/js/frappe/views/interaction.js:78 -#: public/js/frappe/views/workspace/workspace.js:624 -#: public/js/frappe/views/workspace/workspace.js:952 -#: public/js/frappe/views/workspace/workspace.js:1198 +#: public/js/frappe/views/workspace/workspace.js:626 +#: public/js/frappe/views/workspace/workspace.js:954 +#: public/js/frappe/views/workspace/workspace.js:1200 msgid "Public" msgstr "" @@ -25927,6 +25933,10 @@ msgstr "" msgid "Records for following doctypes will be filtered" msgstr "" +#: core/doctype/doctype/doctype.py:1577 +msgid "Recursive Fetch From" +msgstr "" + #. Option for the 'Color' (Select) field in DocType 'DocType State' #: core/doctype/doctype_state/doctype_state.json msgctxt "DocType State" @@ -25991,11 +26001,11 @@ msgstr "" msgid "Redis cache server not running. Please contact Administrator / Tech support" msgstr "" -#: public/js/frappe/form/toolbar.js:472 +#: public/js/frappe/form/toolbar.js:473 msgid "Redo" msgstr "" -#: public/js/frappe/form/form.js:163 public/js/frappe/form/toolbar.js:480 +#: public/js/frappe/form/form.js:163 public/js/frappe/form/toolbar.js:481 msgid "Redo last action" msgstr "" @@ -26417,7 +26427,7 @@ msgstr "" #: public/js/frappe/views/reports/query_report.js:1630 #: public/js/frappe/views/treeview.js:475 #: public/js/frappe/widgets/chart_widget.js:290 -#: public/js/frappe/widgets/number_card_widget.js:323 +#: public/js/frappe/widgets/number_card_widget.js:324 msgid "Refresh" msgstr "" @@ -26533,7 +26543,7 @@ msgstr "" #. Label of a standard navbar item #. Type: Action #: custom/doctype/customize_form/customize_form.js:120 hooks.py -#: public/js/frappe/form/toolbar.js:418 +#: public/js/frappe/form/toolbar.js:419 msgid "Reload" msgstr "" @@ -26571,7 +26581,7 @@ msgctxt "Reminder" msgid "Remind At" msgstr "" -#: public/js/frappe/form/toolbar.js:446 +#: public/js/frappe/form/toolbar.js:447 msgid "Remind Me" msgstr "" @@ -26623,8 +26633,8 @@ msgid "Removed {0}" msgstr "" #: custom/doctype/custom_field/custom_field.js:137 -#: public/js/frappe/form/toolbar.js:234 public/js/frappe/form/toolbar.js:238 -#: public/js/frappe/form/toolbar.js:408 public/js/frappe/model/model.js:752 +#: public/js/frappe/form/toolbar.js:235 public/js/frappe/form/toolbar.js:239 +#: public/js/frappe/form/toolbar.js:409 public/js/frappe/model/model.js:752 #: public/js/frappe/views/treeview.js:290 msgid "Rename" msgstr "" @@ -26646,7 +26656,7 @@ msgstr "" msgid "Reopen" msgstr "" -#: public/js/frappe/form/toolbar.js:489 +#: public/js/frappe/form/toolbar.js:490 msgid "Repeat" msgstr "" @@ -26951,7 +26961,7 @@ msgctxt "Report" msgid "Report Type" msgstr "" -#: core/doctype/doctype/doctype.py:1766 +#: core/doctype/doctype/doctype.py:1780 msgid "Report cannot be set for Single types" msgstr "" @@ -27911,7 +27921,7 @@ msgstr "" msgid "Row #" msgstr "" -#: core/doctype/doctype/doctype.py:1788 core/doctype/doctype/doctype.py:1798 +#: core/doctype/doctype/doctype.py:1802 core/doctype/doctype/doctype.py:1812 msgid "Row # {0}: Non administrator user can not set the role {1} to the custom doctype" msgstr "" @@ -28118,7 +28128,7 @@ msgstr "" msgid "SMS sent to following numbers: {0}" msgstr "" -#: templates/includes/login/login.js:365 +#: templates/includes/login/login.js:369 msgid "SMS was not sent. Please contact Administrator." msgstr "" @@ -28267,7 +28277,7 @@ msgstr "" #: public/js/frappe/views/kanban/kanban_view.js:343 #: public/js/frappe/views/reports/query_report.js:1803 #: public/js/frappe/views/reports/report_view.js:1640 -#: public/js/frappe/views/workspace/workspace.js:498 +#: public/js/frappe/views/workspace/workspace.js:500 #: public/js/frappe/widgets/base_widget.js:142 #: public/js/frappe/widgets/quick_list_widget.js:117 #: public/js/print_format_builder/print_format_builder.bundle.js:15 @@ -28322,14 +28332,14 @@ msgstr "" #: desk/form/save.py:46 model/rename_doc.py:106 #: printing/page/print_format_builder/print_format_builder.js:845 -#: public/js/frappe/form/toolbar.js:260 +#: public/js/frappe/form/toolbar.js:261 #: public/js/frappe/views/kanban/kanban_board.bundle.js:916 msgid "Saved" msgstr "" #: public/js/frappe/list/list_settings.js:40 #: public/js/frappe/views/kanban/kanban_settings.js:47 -#: public/js/frappe/views/workspace/workspace.js:510 +#: public/js/frappe/views/workspace/workspace.js:512 msgid "Saving" msgstr "" @@ -28338,7 +28348,7 @@ msgctxt "Freeze message while saving a document" msgid "Saving" msgstr "" -#: custom/doctype/customize_form/customize_form.js:388 +#: custom/doctype/customize_form/customize_form.js:411 msgid "Saving Customization..." msgstr "" @@ -28486,7 +28496,7 @@ msgctxt "System Health Report" msgid "Scheduler Status" msgstr "" -#: utils/scheduler.py:208 +#: utils/scheduler.py:227 msgid "Scheduler can not be re-enabled when maintenance mode is active." msgstr "" @@ -28667,7 +28677,7 @@ msgstr "" msgid "Search Results for" msgstr "" -#: core/doctype/doctype/doctype.py:1434 +#: core/doctype/doctype/doctype.py:1436 msgid "Search field {0} is not valid" msgstr "" @@ -28966,7 +28976,7 @@ msgstr "" msgid "Select Document Types to set which User Permissions are used to limit access." msgstr "" -#: public/js/frappe/doctype/index.js:200 public/js/frappe/form/toolbar.js:770 +#: public/js/frappe/doctype/index.js:200 public/js/frappe/form/toolbar.js:771 msgid "Select Field" msgstr "" @@ -29096,11 +29106,11 @@ msgstr "" msgid "Select a group node first." msgstr "" -#: core/doctype/doctype/doctype.py:1899 +#: core/doctype/doctype/doctype.py:1913 msgid "Select a valid Sender Field for creating documents from Email" msgstr "" -#: core/doctype/doctype/doctype.py:1883 +#: core/doctype/doctype/doctype.py:1897 msgid "Select a valid Subject field for creating documents from Email" msgstr "" @@ -29367,7 +29377,7 @@ msgctxt "Contact Us Settings" msgid "Send enquiries to this email address" msgstr "" -#: templates/includes/login/login.js:68 www/login.html:210 +#: templates/includes/login/login.js:72 www/login.html:210 msgid "Send login link" msgstr "" @@ -29451,7 +29461,7 @@ msgctxt "DocType" msgid "Sender Email Field" msgstr "" -#: core/doctype/doctype/doctype.py:1902 +#: core/doctype/doctype/doctype.py:1916 msgid "Sender Field should have Email in options" msgstr "" @@ -29589,7 +29599,7 @@ msgstr "" msgid "Series counter for {} updated to {} successfully" msgstr "" -#: core/doctype/doctype/doctype.py:1090 +#: core/doctype/doctype/doctype.py:1092 #: core/doctype/document_naming_settings/document_naming_settings.py:170 msgid "Series {0} already used in {1}" msgstr "" @@ -29690,7 +29700,7 @@ msgstr "" msgid "Session Defaults Saved" msgstr "" -#: app.py:349 +#: app.py:348 msgid "Session Expired" msgstr "" @@ -29726,12 +29736,12 @@ msgid "Set Default Options for all charts on this Dashboard (Ex: \"colors\": [\" msgstr "" #: desk/doctype/dashboard_chart/dashboard_chart.js:467 -#: desk/doctype/number_card/number_card.js:361 +#: desk/doctype/number_card/number_card.js:367 msgid "Set Dynamic Filters" msgstr "" #: desk/doctype/dashboard_chart/dashboard_chart.js:381 -#: desk/doctype/number_card/number_card.js:277 +#: desk/doctype/number_card/number_card.js:280 #: website/doctype/web_form/web_form.js:269 msgid "Set Filters" msgstr "" @@ -29919,7 +29929,7 @@ msgstr "" #: integrations/workspace/integrations/integrations.json #: public/js/frappe/form/templates/print_layout.html:25 #: public/js/frappe/ui/toolbar/toolbar.js:289 -#: public/js/frappe/views/workspace/workspace.js:526 +#: public/js/frappe/views/workspace/workspace.js:528 msgid "Settings" msgstr "" @@ -30124,7 +30134,7 @@ msgstr "" #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:81 www/login.html:30 +#: templates/includes/login/login.js:85 www/login.html:30 msgid "Show" msgstr "" @@ -30821,7 +30831,7 @@ msgstr "" msgid "Something went wrong during the token generation. Click on {0} to generate a new one." msgstr "" -#: templates/includes/login/login.js:289 +#: templates/includes/login/login.js:293 msgid "Something went wrong." msgstr "" @@ -30871,11 +30881,11 @@ msgctxt "Customize Form" msgid "Sort Order" msgstr "" -#: core/doctype/doctype/doctype.py:1517 +#: core/doctype/doctype/doctype.py:1519 msgid "Sort field {0} must be a valid fieldname" msgstr "" -#: public/js/frappe/ui/toolbar/about.js:8 public/js/frappe/utils/utils.js:1706 +#: public/js/frappe/ui/toolbar/about.js:8 public/js/frappe/utils/utils.js:1715 #: website/report/website_analytics/website_analytics.js:38 msgid "Source" msgstr "" @@ -31588,7 +31598,7 @@ msgctxt "DocType" msgid "Subject Field" msgstr "" -#: core/doctype/doctype/doctype.py:1892 +#: core/doctype/doctype/doctype.py:1906 msgid "Subject Field type should be Data, Text, Long Text, Small Text, Text Editor" msgstr "" @@ -31766,8 +31776,8 @@ msgstr "" #: desk/doctype/desktop_icon/desktop_icon.py:446 #: public/js/frappe/form/grid.js:1142 #: public/js/frappe/views/translation_manager.js:21 -#: templates/includes/login/login.js:226 templates/includes/login/login.js:232 -#: templates/includes/login/login.js:265 templates/includes/login/login.js:273 +#: templates/includes/login/login.js:230 templates/includes/login/login.js:236 +#: templates/includes/login/login.js:269 templates/includes/login/login.js:277 #: templates/pages/integrations/gcalendar-success.html:9 #: workflow/doctype/workflow_action/workflow_action.py:166 msgid "Success" @@ -32351,7 +32361,7 @@ msgctxt "DocType Link" msgid "Table Fieldname" msgstr "" -#: core/doctype/doctype/doctype.py:1170 +#: core/doctype/doctype/doctype.py:1172 msgid "Table Fieldname Missing" msgstr "" @@ -32835,7 +32845,7 @@ msgstr "" msgid "The reset password link has either been used before or is invalid" msgstr "" -#: app.py:368 public/js/frappe/request.js:147 +#: app.py:367 public/js/frappe/request.js:147 msgid "The resource you are looking for is not available" msgstr "" @@ -32934,7 +32944,7 @@ msgstr "" msgid "There can be only 9 Page Break fields in a Web Form" msgstr "" -#: core/doctype/doctype/doctype.py:1410 +#: core/doctype/doctype/doctype.py:1412 msgid "There can be only one Fold in a form" msgstr "" @@ -33044,7 +33054,7 @@ msgstr "" msgid "This action is only allowed for {}" msgstr "" -#: public/js/frappe/form/toolbar.js:107 public/js/frappe/model/model.js:735 +#: public/js/frappe/form/toolbar.js:108 public/js/frappe/model/model.js:735 msgid "This cannot be undone" msgstr "" @@ -33064,7 +33074,7 @@ msgstr "" msgid "This doctype has no orphan fields to trim" msgstr "" -#: core/doctype/doctype/doctype.py:1035 +#: core/doctype/doctype/doctype.py:1037 msgid "This doctype has pending migrations, run 'bench migrate' before modifying the doctype to avoid losing changes." msgstr "" @@ -33501,11 +33511,11 @@ msgctxt "Activity Log" msgid "Timeline Name" msgstr "" -#: core/doctype/doctype/doctype.py:1505 +#: core/doctype/doctype/doctype.py:1507 msgid "Timeline field must be a Link or Dynamic Link" msgstr "" -#: core/doctype/doctype/doctype.py:1501 +#: core/doctype/doctype/doctype.py:1503 msgid "Timeline field must be a valid fieldname" msgstr "" @@ -33550,9 +33560,9 @@ msgstr "" #: core/doctype/doctype/boilerplate/controller_list.html:14 #: core/doctype/doctype/boilerplate/controller_list.html:23 -#: public/js/frappe/views/workspace/workspace.js:610 -#: public/js/frappe/views/workspace/workspace.js:939 -#: public/js/frappe/views/workspace/workspace.js:1186 +#: public/js/frappe/views/workspace/workspace.js:612 +#: public/js/frappe/views/workspace/workspace.js:941 +#: public/js/frappe/views/workspace/workspace.js:1188 msgid "Title" msgstr "" @@ -33706,7 +33716,7 @@ msgctxt "Website Settings" msgid "Title Prefix" msgstr "" -#: core/doctype/doctype/doctype.py:1442 +#: core/doctype/doctype/doctype.py:1444 msgid "Title field must be a valid fieldname" msgstr "" @@ -34209,7 +34219,7 @@ msgstr "" msgid "Track milestones for any document" msgstr "" -#: public/js/frappe/utils/utils.js:1757 +#: public/js/frappe/utils/utils.js:1766 msgid "Tracking URL generated and copied to clipboard" msgstr "" @@ -34688,15 +34698,15 @@ msgstr "" msgid "Uncaught Server Exception" msgstr "" -#: public/js/frappe/form/toolbar.js:93 +#: public/js/frappe/form/toolbar.js:94 msgid "Unchanged" msgstr "" -#: public/js/frappe/form/toolbar.js:460 +#: public/js/frappe/form/toolbar.js:461 msgid "Undo" msgstr "" -#: public/js/frappe/form/toolbar.js:468 +#: public/js/frappe/form/toolbar.js:469 msgid "Undo last action" msgstr "" @@ -34716,7 +34726,7 @@ msgctxt "System Health Report" msgid "Unhandled Emails" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:567 +#: public/js/frappe/views/workspace/workspace.js:569 msgid "Unhide Workspace" msgstr "" @@ -34860,14 +34870,14 @@ msgstr "" #: core/doctype/data_import/data_import_list.js:36 #: core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:23 -#: custom/doctype/customize_form/customize_form.js:415 +#: custom/doctype/customize_form/customize_form.js:438 #: desk/doctype/bulk_update/bulk_update.js:15 #: printing/page/print_format_builder/print_format_builder.js:447 #: printing/page/print_format_builder/print_format_builder.js:501 #: printing/page/print_format_builder/print_format_builder.js:670 #: printing/page/print_format_builder/print_format_builder.js:757 #: public/js/frappe/form/grid_row.js:404 -#: public/js/frappe/views/workspace/workspace.js:658 +#: public/js/frappe/views/workspace/workspace.js:660 msgid "Update" msgstr "" @@ -34883,7 +34893,7 @@ msgctxt "Document Naming Settings" msgid "Update Amendment Naming" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:607 +#: public/js/frappe/views/workspace/workspace.js:609 msgid "Update Details" msgstr "" @@ -34994,7 +35004,7 @@ msgctxt "Freeze message while updating a document" msgid "Updating" msgstr "" -#: email/doctype/email_queue/email_queue.py:428 +#: email/doctype/email_queue/email_queue.py:433 msgid "Updating Email Queue Statuses. The emails will be picked up in the next scheduled run." msgstr "" @@ -35010,7 +35020,7 @@ msgstr "" msgid "Updating naming series options" msgstr "" -#: public/js/frappe/form/toolbar.js:126 +#: public/js/frappe/form/toolbar.js:127 msgid "Updating related fields..." msgstr "" @@ -35608,7 +35618,7 @@ msgstr "" msgid "User does not exist" msgstr "" -#: templates/includes/login/login.js:288 +#: templates/includes/login/login.js:292 msgid "User does not exist." msgstr "" @@ -35662,6 +35672,10 @@ msgstr "" msgid "User {0} does not have doctype access via role permission for document {1}" msgstr "" +#: desk/doctype/workspace/workspace.py:253 +msgid "User {0} does not have the permission to create a Workspace." +msgstr "" + #: templates/emails/data_deletion_approval.html:1 #: website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:108 msgid "User {0} has requested for data deletion" @@ -35765,11 +35779,11 @@ msgctxt "OAuth Authorization Code" msgid "Valid" msgstr "" -#: templates/includes/login/login.js:48 templates/includes/login/login.js:61 +#: templates/includes/login/login.js:52 templates/includes/login/login.js:65 msgid "Valid Login id required." msgstr "" -#: templates/includes/login/login.js:35 +#: templates/includes/login/login.js:39 msgid "Valid email and name required" msgstr "" @@ -35805,7 +35819,7 @@ msgstr "" #: desk/doctype/dashboard_chart/dashboard_chart.js:305 #: desk/doctype/dashboard_chart/dashboard_chart.js:439 #: desk/doctype/number_card/number_card.js:205 -#: desk/doctype/number_card/number_card.js:333 +#: desk/doctype/number_card/number_card.js:336 #: email/doctype/auto_email_report/auto_email_report.js:92 #: public/js/frappe/list/bulk_operations.js:306 #: public/js/frappe/list/bulk_operations.js:368 @@ -35966,7 +35980,7 @@ msgstr "" msgid "Verification Link" msgstr "" -#: templates/includes/login/login.js:379 +#: templates/includes/login/login.js:383 msgid "Verification code email not sent. Please contact Administrator." msgstr "" @@ -35988,7 +36002,7 @@ msgstr "" msgid "Verify Password" msgstr "" -#: templates/includes/login/login.js:167 +#: templates/includes/login/login.js:171 msgid "Verifying..." msgstr "" @@ -36018,7 +36032,7 @@ msgstr "" msgid "View All" msgstr "" -#: public/js/frappe/form/toolbar.js:517 +#: public/js/frappe/form/toolbar.js:518 msgid "View Audit Trail" msgstr "" @@ -36296,7 +36310,7 @@ msgstr "" msgid "Web Page Block" msgstr "" -#: public/js/frappe/utils/utils.js:1698 +#: public/js/frappe/utils/utils.js:1707 msgid "Web Page URL" msgstr "" @@ -36510,7 +36524,7 @@ msgctxt "DocType" msgid "Website Search Field" msgstr "" -#: core/doctype/doctype/doctype.py:1489 +#: core/doctype/doctype/doctype.py:1491 msgid "Website Search Field must be a valid fieldname" msgstr "" @@ -37131,19 +37145,19 @@ msgstr "" msgid "Workspace Shortcut" msgstr "" -#: desk/doctype/workspace/workspace.py:281 +#: desk/doctype/workspace/workspace.py:285 msgid "Workspace not found" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:1276 +#: public/js/frappe/views/workspace/workspace.js:1278 msgid "Workspace {0} Created Successfully" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:905 +#: public/js/frappe/views/workspace/workspace.js:907 msgid "Workspace {0} Deleted Successfully" msgstr "" -#: public/js/frappe/views/workspace/workspace.js:683 +#: public/js/frappe/views/workspace/workspace.js:685 msgid "Workspace {0} Edited Successfully" msgstr "" @@ -37582,7 +37596,7 @@ msgstr "" msgid "You do not have enough permissions to access this resource. Please contact your manager to get access." msgstr "" -#: app.py:359 +#: app.py:358 msgid "You do not have enough permissions to complete the action" msgstr "" @@ -37696,7 +37710,7 @@ msgstr "" msgid "You must login to submit this form" msgstr "" -#: desk/doctype/workspace/workspace.py:73 +#: desk/doctype/workspace/workspace.py:71 msgid "You need to be Workspace Manager to edit this document" msgstr "" @@ -37863,7 +37877,7 @@ msgstr "" msgid "Your query has been received. We will reply back shortly. If you have any additional information, please reply to this mail." msgstr "" -#: app.py:350 +#: app.py:349 msgid "Your session has expired, please login again to continue." msgstr "" @@ -38543,19 +38557,19 @@ msgctxt "RQ Worker" msgid "short" msgstr "" -#: public/js/frappe/widgets/number_card_widget.js:281 +#: public/js/frappe/widgets/number_card_widget.js:282 msgid "since last month" msgstr "" -#: public/js/frappe/widgets/number_card_widget.js:280 +#: public/js/frappe/widgets/number_card_widget.js:281 msgid "since last week" msgstr "" -#: public/js/frappe/widgets/number_card_widget.js:282 +#: public/js/frappe/widgets/number_card_widget.js:283 msgid "since last year" msgstr "" -#: public/js/frappe/widgets/number_card_widget.js:279 +#: public/js/frappe/widgets/number_card_widget.js:280 msgid "since yesterday" msgstr "" @@ -38951,6 +38965,10 @@ msgstr "" msgid "{0} comments" msgstr "" +#: core/doctype/doctype/doctype.py:1574 +msgid "{0} contains an invalid Fetch From expression, Fetch From can't be self-referential." +msgstr "" + #: public/js/frappe/views/interaction.js:261 msgid "{0} created successfully" msgstr "" @@ -39064,7 +39082,7 @@ msgstr "" msgid "{0} in row {1} cannot have both URL and child items" msgstr "" -#: core/doctype/doctype/doctype.py:915 +#: core/doctype/doctype/doctype.py:917 msgid "{0} is a mandatory field" msgstr "" @@ -39072,7 +39090,7 @@ msgstr "" msgid "{0} is a not a valid zip file" msgstr "" -#: core/doctype/doctype/doctype.py:1573 +#: core/doctype/doctype/doctype.py:1587 msgid "{0} is an invalid Data field." msgstr "" @@ -39474,31 +39492,31 @@ msgstr "" msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" msgstr "" -#: core/doctype/doctype/doctype.py:1757 +#: core/doctype/doctype/doctype.py:1771 msgid "{0}: Cannot set Amend without Cancel" msgstr "" -#: core/doctype/doctype/doctype.py:1775 +#: core/doctype/doctype/doctype.py:1789 msgid "{0}: Cannot set Assign Amend if not Submittable" msgstr "" -#: core/doctype/doctype/doctype.py:1773 +#: core/doctype/doctype/doctype.py:1787 msgid "{0}: Cannot set Assign Submit if not Submittable" msgstr "" -#: core/doctype/doctype/doctype.py:1752 +#: core/doctype/doctype/doctype.py:1766 msgid "{0}: Cannot set Cancel without Submit" msgstr "" -#: core/doctype/doctype/doctype.py:1759 +#: core/doctype/doctype/doctype.py:1773 msgid "{0}: Cannot set Import without Create" msgstr "" -#: core/doctype/doctype/doctype.py:1755 +#: core/doctype/doctype/doctype.py:1769 msgid "{0}: Cannot set Submit, Cancel, Amend without Write" msgstr "" -#: core/doctype/doctype/doctype.py:1779 +#: core/doctype/doctype/doctype.py:1793 msgid "{0}: Cannot set import as {1} is not importable" msgstr "" @@ -39506,43 +39524,43 @@ msgstr "" msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" msgstr "" -#: core/doctype/doctype/doctype.py:1393 +#: core/doctype/doctype/doctype.py:1395 msgid "{0}: Field '{1}' cannot be set as Unique as it has non-unique values" msgstr "" -#: core/doctype/doctype/doctype.py:1301 +#: core/doctype/doctype/doctype.py:1303 msgid "{0}: Field {1} in row {2} cannot be hidden and mandatory without default" msgstr "" -#: core/doctype/doctype/doctype.py:1260 +#: core/doctype/doctype/doctype.py:1262 msgid "{0}: Field {1} of type {2} cannot be mandatory" msgstr "" -#: core/doctype/doctype/doctype.py:1248 +#: core/doctype/doctype/doctype.py:1250 msgid "{0}: Fieldname {1} appears multiple times in rows {2}" msgstr "" -#: core/doctype/doctype/doctype.py:1380 +#: core/doctype/doctype/doctype.py:1382 msgid "{0}: Fieldtype {1} for {2} cannot be unique" msgstr "" -#: core/doctype/doctype/doctype.py:1712 +#: core/doctype/doctype/doctype.py:1726 msgid "{0}: No basic permissions set" msgstr "" -#: core/doctype/doctype/doctype.py:1726 +#: core/doctype/doctype/doctype.py:1740 msgid "{0}: Only one rule allowed with the same Role, Level and {1}" msgstr "" -#: core/doctype/doctype/doctype.py:1282 +#: core/doctype/doctype/doctype.py:1284 msgid "{0}: Options must be a valid DocType for field {1} in row {2}" msgstr "" -#: core/doctype/doctype/doctype.py:1271 +#: core/doctype/doctype/doctype.py:1273 msgid "{0}: Options required for Link or Table type field {1} in row {2}" msgstr "" -#: core/doctype/doctype/doctype.py:1289 +#: core/doctype/doctype/doctype.py:1291 msgid "{0}: Options {1} must be the same as doctype name {2} for the field {3}" msgstr "" @@ -39550,7 +39568,7 @@ msgstr "" msgid "{0}: Other permission rules may also apply" msgstr "" -#: core/doctype/doctype/doctype.py:1741 +#: core/doctype/doctype/doctype.py:1755 msgid "{0}: Permission at level 0 must be set before higher levels are set" msgstr "" @@ -39558,13 +39576,13 @@ msgstr "" msgid "{0}: You can increase the limit for the field if required via {1}" msgstr "" -#: core/doctype/doctype/doctype.py:1235 +#: core/doctype/doctype/doctype.py:1237 msgid "{0}: fieldname cannot be set to reserved keyword {1}" msgstr "" #: contacts/doctype/address/address.js:35 #: contacts/doctype/contact/contact.js:83 -#: public/js/frappe/views/workspace/workspace.js:169 +#: public/js/frappe/views/workspace/workspace.js:170 msgid "{0}: {1}" msgstr "" @@ -39576,7 +39594,7 @@ msgstr "" msgid "{0}: {1} vs {2}" msgstr "" -#: core/doctype/doctype/doctype.py:1401 +#: core/doctype/doctype/doctype.py:1403 msgid "{0}:Fieldtype {1} for {2} cannot be indexed" msgstr "" @@ -39596,7 +39614,7 @@ msgstr "" msgid "{count} rows selected" msgstr "" -#: core/doctype/doctype/doctype.py:1455 +#: core/doctype/doctype/doctype.py:1457 msgid "{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}." msgstr "" From 48b230a94d11bd88d57b16b225dc4c2493520a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 09:54:23 +0000 Subject: [PATCH 41/54] build(deps): bump braces from 3.0.2 to 3.0.3 Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 7e51930b3f..9203e3bf0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -571,11 +571,11 @@ brace-expansion@^1.1.7: concat-map "0.0.1" braces@^3.0.2, braces@~3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== + version "3.0.3" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" + integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== dependencies: - fill-range "^7.0.1" + fill-range "^7.1.1" browserslist@^4.0.0, browserslist@^4.21.10, browserslist@^4.21.4: version "4.22.1" @@ -1414,10 +1414,10 @@ fastq@^1.6.0: dependencies: reusify "^1.0.4" -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== +fill-range@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" + integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== dependencies: to-regex-range "^5.0.1" From 3fddb392ebbb60c68ce328d8baa554fe5117e275 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 17 Jun 2024 09:58:41 +0200 Subject: [PATCH 42/54] test: fix meta tag test --- frappe/website/doctype/web_form/test_web_form.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frappe/website/doctype/web_form/test_web_form.py b/frappe/website/doctype/web_form/test_web_form.py index f1a444ff11..742cba3034 100644 --- a/frappe/website/doctype/web_form/test_web_form.py +++ b/frappe/website/doctype/web_form/test_web_form.py @@ -64,7 +64,10 @@ class TestWebForm(FrappeTestCase): set_request(method="GET", path="manage-events/new") content = self.normalize_html(get_response_content("manage-events/new")) - self.assertIn(self.normalize_html(''), content) + self.assertIn(self.normalize_html(''), content) + self.assertIn( + self.normalize_html(''), content + ) self.assertIn( self.normalize_html(''), content, From b7a7e5a3162c9af561a1eeed85d3d4d818670279 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 17 Jun 2024 11:03:57 +0200 Subject: [PATCH 43/54] fix: notification message highlight --- frappe/email/doctype/notification/notification.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frappe/email/doctype/notification/notification.json b/frappe/email/doctype/notification/notification.json index 83187d8c33..b50c8d8468 100644 --- a/frappe/email/doctype/notification/notification.json +++ b/frappe/email/doctype/notification/notification.json @@ -231,7 +231,8 @@ "fieldname": "message", "fieldtype": "Code", "ignore_xss_filter": 1, - "label": "Message" + "label": "Message", + "options": "Jinja" }, { "fieldname": "message_examples", @@ -291,7 +292,7 @@ "icon": "fa fa-envelope", "index_web_pages_for_search": 1, "links": [], - "modified": "2024-03-23 16:03:31.519921", + "modified": "2024-06-17 04:03:22.591781", "modified_by": "Administrator", "module": "Email", "name": "Notification", @@ -314,4 +315,4 @@ "states": [], "title_field": "subject", "track_changes": 1 -} \ No newline at end of file +} From 13b480b36170961787a3888867107ce13e906985 Mon Sep 17 00:00:00 2001 From: Corentin Flr <10946971+cogk@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:14:35 +0200 Subject: [PATCH 44/54] fix(desk): Don't trigger minimized dialog action on Ctrl-S --- frappe/public/js/frappe/desk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/js/frappe/desk.js b/frappe/public/js/frappe/desk.js index e339ba42ea..1be36c978f 100644 --- a/frappe/public/js/frappe/desk.js +++ b/frappe/public/js/frappe/desk.js @@ -386,7 +386,7 @@ frappe.Application = class Application { $(document.activeElement).blur(); // wait for possible JS validations triggered after blur (it might change primary button) setTimeout(() => { - if (window.cur_dialog && cur_dialog.display) { + if (window.cur_dialog && cur_dialog.display && !cur_dialog.is_minimized) { // trigger primary cur_dialog.get_primary_btn().trigger("click"); } else if (cur_frm && cur_frm.page.btn_primary.is(":visible")) { From a19f1a44750ddb5cb903f8cae6e15c5b9e06504f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 18 Jun 2024 15:23:33 +0530 Subject: [PATCH 45/54] fix: French translations --- frappe/locale/fr.po | 408 ++++++++++++++++++++++---------------------- 1 file changed, 200 insertions(+), 208 deletions(-) diff --git a/frappe/locale/fr.po b/frappe/locale/fr.po index 7ec9852578..0e658bc1c8 100644 --- a/frappe/locale/fr.po +++ b/frappe/locale/fr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-05-19 09:33+0000\n" -"PO-Revision-Date: 2024-05-20 22:25\n" +"POT-Creation-Date: 2024-06-02 09:33+0000\n" +"PO-Revision-Date: 2024-06-18 09:53\n" "Last-Translator: developers@frappe.io\n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -866,7 +866,7 @@ msgctxt "Social Login Key" msgid "Access Token URL" msgstr "URL du jeton d'accès" -#: auth.py:455 +#: auth.py:466 msgid "Access not allowed from this IP Address" msgstr "Accès non autorisé à partir de cette adresse IP" @@ -941,12 +941,12 @@ msgctxt "DocType Action" msgid "Action / Route" msgstr "Action / Route" -#: public/js/frappe/widgets/onboarding_widget.js:310 -#: public/js/frappe/widgets/onboarding_widget.js:381 +#: public/js/frappe/widgets/onboarding_widget.js:305 +#: public/js/frappe/widgets/onboarding_widget.js:376 msgid "Action Complete" msgstr "Action terminée" -#: model/document.py:1710 +#: model/document.py:1717 msgid "Action Failed" msgstr "Échec de l'action" @@ -1230,7 +1230,7 @@ msgstr "" msgid "Add Review" msgstr "Ajouter un commentaire" -#: core/doctype/user/user.py:811 +#: core/doctype/user/user.py:757 msgid "Add Roles" msgstr "" @@ -1386,10 +1386,6 @@ msgstr "Ajouté {0}" msgid "Added {0} ({1})" msgstr "Ajouté {0} ({1})" -#: core/doctype/user/user.py:308 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "Ajout du rôle Responsable Système pour cet utilisateur car il doit y avoir au moins un utilisateur avec le rôle Responsable Système" - #. Label of a Section Break field in DocType 'Custom DocPerm' #: core/doctype/custom_docperm/custom_docperm.json msgctxt "Custom DocPerm" @@ -1523,11 +1519,11 @@ msgstr "Administration" msgid "Administrator" msgstr "Administrateur" -#: core/doctype/user/user.py:1215 +#: core/doctype/user/user.py:1161 msgid "Administrator Logged In" msgstr "Administrateur Connecté" -#: core/doctype/user/user.py:1209 +#: core/doctype/user/user.py:1155 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "L'administrateur a accedé à {0} sur {1} avec l'Adresse IP {2}." @@ -1722,7 +1718,7 @@ msgstr "Toutes les images jointes au diaporama du site Web doivent être publiqu msgid "All Records" msgstr "Tous les enregistrements" -#: public/js/frappe/form/form.js:2205 +#: public/js/frappe/form/form.js:2224 msgid "All Submissions" msgstr "" @@ -2121,7 +2117,7 @@ msgstr "" msgid "Allowing DocType, DocType. Be careful!" msgstr "Autorisation de DocType, DocType. Soyez prudent !" -#: core/doctype/user/user.py:1018 +#: core/doctype/user/user.py:964 msgid "Already Registered" msgstr "Déjà Inscrit" @@ -2572,7 +2568,7 @@ msgctxt "Kanban Board Column" msgid "Archived" msgstr "Archivé" -#: public/js/frappe/views/kanban/kanban_board.bundle.js:495 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:494 msgid "Archived Columns" msgstr "Colonnes Archivées" @@ -3439,11 +3435,11 @@ msgctxt "Email Account" msgid "Awaiting password" msgstr "En attente Mot de Passe" -#: public/js/frappe/widgets/onboarding_widget.js:200 +#: public/js/frappe/widgets/onboarding_widget.js:195 msgid "Awesome Work" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:358 +#: public/js/frappe/widgets/onboarding_widget.js:353 msgid "Awesome, now try making an entry yourself" msgstr "" @@ -3534,7 +3530,7 @@ msgctxt "Notification Recipient" msgid "BCC" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:186 +#: public/js/frappe/widgets/onboarding_widget.js:181 msgid "Back" msgstr "" @@ -4103,7 +4099,7 @@ msgstr "" msgid "Both DocType and Name required" msgstr "Les champs DocType et Nom sont nécessaires" -#: templates/includes/login/login.js:97 +#: templates/includes/login/login.js:92 msgid "Both login and password required" msgstr "" @@ -4277,15 +4273,15 @@ msgstr "Suppression en masse" msgid "Bulk Edit" msgstr "" -#: public/js/frappe/form/grid.js:1157 +#: public/js/frappe/form/grid.js:1160 msgid "Bulk Edit {0}" msgstr "Modifier en Masse {0}" -#: desk/reportview.py:524 +#: desk/reportview.py:525 msgid "Bulk Operation Failed" msgstr "" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Bulk Operation Successful" msgstr "" @@ -4783,7 +4779,7 @@ msgstr "Annulation de documents" msgid "Cancelling {0}" msgstr "Annulation de {0}" -#: core/doctype/prepared_report/prepared_report.py:252 +#: core/doctype/prepared_report/prepared_report.py:254 msgid "Cannot Download Report due to insufficient permissions" msgstr "" @@ -4815,11 +4811,11 @@ msgstr "Impossible d'annuler avant de valider. Voir Transition {0}" msgid "Cannot cancel {0}." msgstr "" -#: model/document.py:856 +#: model/document.py:863 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "" -#: model/document.py:870 +#: model/document.py:877 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "" @@ -4903,7 +4899,7 @@ msgstr "" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "Modification du rapport standard impossible. Veuillez le dupliquer et créer un nouveau rapport" -#: model/document.py:876 +#: model/document.py:883 msgid "Cannot edit cancelled document" msgstr "Impossible de modifier un document annulé" @@ -4931,7 +4927,7 @@ msgstr "" msgid "Cannot have multiple printers mapped to a single print format." msgstr "Impossible d'imprimer plusieurs imprimantes sur un seul format d'impression." -#: model/document.py:944 +#: model/document.py:951 msgid "Cannot link cancelled document: {0}" msgstr "Impossible de lier le document annulé : {0}" @@ -4976,11 +4972,11 @@ msgstr "" msgid "Cannot update {0}" msgstr "Impossible de mettre à jour {0}" -#: model/db_query.py:1103 +#: model/db_query.py:1122 msgid "Cannot use sub-query in order by" msgstr "Impossible d'utiliser la sous-requête dans l'ordre demandé" -#: model/db_query.py:1121 +#: model/db_query.py:1140 msgid "Cannot use {0} in order/group by" msgstr "" @@ -5703,7 +5699,7 @@ msgstr "" msgid "Collapse" msgstr "Réduire" -#: public/js/frappe/form/controls/code.js:179 +#: public/js/frappe/form/controls/code.js:183 msgctxt "Shrink code field." msgid "Collapse" msgstr "Réduire" @@ -5958,7 +5954,7 @@ msgctxt "Access Log" msgid "Columns / Fields" msgstr "Colonnes / Champs" -#: public/js/frappe/views/kanban/kanban_view.js:394 +#: public/js/frappe/views/kanban/kanban_view.js:397 msgid "Columns based on" msgstr "Colonnes basées sur" @@ -6147,7 +6143,7 @@ msgstr "Nom de la Société" msgid "Compare Versions" msgstr "" -#: core/doctype/server_script/server_script.py:150 +#: core/doctype/server_script/server_script.py:153 msgid "Compilation warning" msgstr "" @@ -6169,7 +6165,7 @@ msgstr "Terminé" msgid "Complete By" msgstr "Terminé par" -#: core/doctype/user/user.py:475 templates/emails/new_user.html:10 +#: core/doctype/user/user.py:426 templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "Terminer l'Inscription" @@ -6383,7 +6379,7 @@ msgstr "Modèle de courriel de confirmation" msgid "Confirmed" msgstr "Confirmé" -#: public/js/frappe/widgets/onboarding_widget.js:530 +#: public/js/frappe/widgets/onboarding_widget.js:525 msgid "Congratulations on completing the module setup. If you want to learn more you can refer to the documentation
    here." msgstr "" @@ -6534,11 +6530,11 @@ msgctxt "Contact Us Settings" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "Les options de contact, comme \"Demande de Ventes, Demande d'Aide\" etc., doivent être chacune sur une nouvelle ligne ou séparées par des virgules." -#: utils/change_log.py:358 +#: utils/change_log.py:360 msgid "Contains {0} security fix" msgstr "" -#: utils/change_log.py:356 +#: utils/change_log.py:358 msgid "Contains {0} security fixes" msgstr "" @@ -6658,14 +6654,14 @@ msgctxt "Web Page" msgid "Context Script" msgstr "Script de contexte" -#: public/js/frappe/widgets/onboarding_widget.js:209 -#: public/js/frappe/widgets/onboarding_widget.js:237 -#: public/js/frappe/widgets/onboarding_widget.js:277 -#: public/js/frappe/widgets/onboarding_widget.js:317 -#: public/js/frappe/widgets/onboarding_widget.js:366 -#: public/js/frappe/widgets/onboarding_widget.js:388 -#: public/js/frappe/widgets/onboarding_widget.js:428 -#: public/js/frappe/widgets/onboarding_widget.js:536 +#: public/js/frappe/widgets/onboarding_widget.js:204 +#: public/js/frappe/widgets/onboarding_widget.js:232 +#: public/js/frappe/widgets/onboarding_widget.js:272 +#: public/js/frappe/widgets/onboarding_widget.js:312 +#: public/js/frappe/widgets/onboarding_widget.js:361 +#: public/js/frappe/widgets/onboarding_widget.js:383 +#: public/js/frappe/widgets/onboarding_widget.js:423 +#: public/js/frappe/widgets/onboarding_widget.js:531 msgid "Continue" msgstr "Continuer" @@ -6735,7 +6731,7 @@ msgstr "" msgid "Could not connect to outgoing email server" msgstr "Impossible de se connecter au serveur de messagerie sortant" -#: model/document.py:940 +#: model/document.py:947 msgid "Could not find {0}" msgstr "Impossible de trouver {0}" @@ -7562,7 +7558,7 @@ msgstr "" #. Name of a DocType #: automation/doctype/auto_repeat/auto_repeat.js:33 #: custom/doctype/customize_form/customize_form.json -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 msgid "Customize Form" msgstr "Personnaliser le formulaire" @@ -8598,11 +8594,11 @@ msgctxt "Deleted Document" msgid "Deleted Name" msgstr "Nom Supprimé" -#: desk/reportview.py:528 +#: desk/reportview.py:529 msgid "Deleted all documents successfully" msgstr "" -#: desk/reportview.py:506 +#: desk/reportview.py:507 msgid "Deleting {0}" msgstr "Suppression de {0}" @@ -9156,7 +9152,7 @@ msgstr "" msgid "Dismiss" msgstr "Rejeter" -#: public/js/frappe/widgets/onboarding_widget.js:577 +#: public/js/frappe/widgets/onboarding_widget.js:572 msgctxt "Stop showing the onboarding widget." msgid "Dismiss" msgstr "Rejeter" @@ -9198,7 +9194,7 @@ msgctxt "LDAP Settings" msgid "Do not create new user if user with email does not exist in the system" msgstr "" -#: public/js/frappe/form/grid.js:1162 +#: public/js/frappe/form/grid.js:1165 msgid "Do not edit headers which are preset in the template" msgstr "Ne pas modifier les en-têtes prédéfinis dans le modèle" @@ -9641,7 +9637,7 @@ msgstr "Condition de règle de dénomination de document" msgid "Document Naming Settings" msgstr "Masque de numérotation des documents" -#: model/document.py:1572 +#: model/document.py:1579 msgid "Document Queued" msgstr "Document en Attente" @@ -9653,10 +9649,10 @@ msgstr "Résumé de la restauration des documents" msgid "Document Restored" msgstr "Document Restauré" -#: public/js/frappe/widgets/onboarding_widget.js:359 -#: public/js/frappe/widgets/onboarding_widget.js:401 -#: public/js/frappe/widgets/onboarding_widget.js:420 -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:354 +#: public/js/frappe/widgets/onboarding_widget.js:396 +#: public/js/frappe/widgets/onboarding_widget.js:415 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Document Saved" msgstr "" @@ -9888,7 +9884,7 @@ msgctxt "User Type" msgid "Document Types and Permissions" msgstr "" -#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1774 +#: core/doctype/submission_queue/submission_queue.py:163 model/document.py:1781 msgid "Document Unlocked" msgstr "" @@ -10353,7 +10349,7 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:813 #: public/js/frappe/widgets/base_widget.js:64 #: public/js/frappe/widgets/chart_widget.js:298 -#: public/js/frappe/widgets/number_card_widget.js:331 +#: public/js/frappe/widgets/number_card_widget.js:330 #: templates/discussions/reply_card.html:29 #: templates/discussions/reply_section.html:29 #: workflow/page/workflow_builder/workflow_builder.js:46 @@ -10415,7 +10411,7 @@ msgstr "" msgid "Edit Format" msgstr "Modifier le Format" -#: public/js/frappe/form/quick_entry.js:280 +#: public/js/frappe/form/quick_entry.js:283 msgid "Edit Full Form" msgstr "Ouvrir le formulaire complet" @@ -10682,7 +10678,7 @@ msgctxt "Email Account" msgid "Email Account Name" msgstr "Nom du Compte Email" -#: core/doctype/user/user.py:744 +#: core/doctype/user/user.py:690 msgid "Email Account added multiple times" msgstr "Compte Email ajouté plusieurs fois" @@ -11489,7 +11485,7 @@ msgstr "" msgid "Enter Client Id and Client Secret in Google Settings." msgstr "Entrez l'ID et le secret du client dans les paramètres Google." -#: templates/includes/login/login.js:359 +#: templates/includes/login/login.js:347 msgid "Enter Code displayed in OTP App." msgstr "" @@ -11659,7 +11655,7 @@ msgstr "Une erreur s'est produite dans {0}" msgid "Error in Client Script" msgstr "" -#: public/js/frappe/form/script_manager.js:241 +#: public/js/frappe/form/script_manager.js:242 msgid "Error in Client Script." msgstr "" @@ -11685,7 +11681,7 @@ msgstr "Erreur lors de la connexion au compte Email {0}" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "Erreur lors de l'évaluation de la notification {0}. Veuillez corriger votre modèle." -#: model/document.py:826 +#: model/document.py:833 msgid "Error: Document has been modified after you have opened it" msgstr "Erreur : le document a été modifié après que vous l'ayez ouvert" @@ -11899,7 +11895,7 @@ msgstr "" msgid "Expand" msgstr "Développer" -#: public/js/frappe/form/controls/code.js:180 +#: public/js/frappe/form/controls/code.js:184 msgctxt "Enlarge code field." msgid "Expand" msgstr "Développer" @@ -12206,11 +12202,11 @@ msgstr "" msgid "Failed to connect to server" msgstr "échec de connexion au serveur" -#: auth.py:658 +#: auth.py:669 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "Échec du décodage du jeton, veuillez fournir un jeton encodé en base64 valide." -#: desk/reportview.py:522 +#: desk/reportview.py:523 msgid "Failed to delete {0} documents: {1}" msgstr "" @@ -12557,7 +12553,7 @@ msgstr "" msgid "Fieldname called {0} must exist to enable autonaming" msgstr "" -#: database/schema.py:125 database/schema.py:356 +#: database/schema.py:125 database/schema.py:361 msgid "Fieldname is limited to 64 characters ({0})" msgstr "Le Nom du champ est limité à 64 caractères ({0})" @@ -12573,7 +12569,7 @@ msgstr "Nom du champ qui sera le DocType pour ce champ lié" msgid "Fieldname {0} appears multiple times" msgstr "" -#: database/schema.py:346 +#: database/schema.py:351 msgid "Fieldname {0} cannot have special characters like {1}" msgstr "Nom du Champ {0} ne peut pas avoir des caractères spéciaux comme {1}" @@ -12835,7 +12831,7 @@ msgstr "Fichiers" #: desk/doctype/number_card/number_card.js:205 #: desk/doctype/number_card/number_card.js:333 #: email/doctype/auto_email_report/auto_email_report.js:90 -#: public/js/frappe/list/base_list.js:878 +#: public/js/frappe/list/base_list.js:882 #: public/js/frappe/ui/filters/filter_list.js:134 #: website/doctype/web_form/web_form.js:197 msgid "Filter" @@ -12990,7 +12986,7 @@ msgstr "Section Filtres" msgid "Filters applied for {0}" msgstr "Filtres appliqués pour {0}" -#: public/js/frappe/views/kanban/kanban_view.js:186 +#: public/js/frappe/views/kanban/kanban_view.js:189 msgid "Filters saved" msgstr "Filtres sauvegardés" @@ -14104,8 +14100,8 @@ msgstr "Se Désabonner Globalement" msgid "Go" msgstr "Aller" -#: public/js/frappe/widgets/onboarding_widget.js:246 -#: public/js/frappe/widgets/onboarding_widget.js:326 +#: public/js/frappe/widgets/onboarding_widget.js:241 +#: public/js/frappe/widgets/onboarding_widget.js:321 msgid "Go Back" msgstr "Retourner" @@ -14954,7 +14950,7 @@ msgstr "" #: public/js/frappe/views/workspace/workspace.js:825 #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:83 +#: templates/includes/login/login.js:78 msgid "Hide" msgstr "Cacher" @@ -15267,7 +15263,7 @@ msgstr "Comment cette devise doit-elle être formatée ? Si ce n’est pas défi msgid "ID" msgstr "" -#: desk/reportview.py:435 public/js/frappe/views/reports/report_view.js:917 +#: desk/reportview.py:436 public/js/frappe/views/reports/report_view.js:917 msgctxt "Label of name column in report" msgid "ID" msgstr "" @@ -15716,7 +15712,7 @@ msgstr "Jeton d'Accès Invalide. Veuillez réessayer" msgid "Illegal Document Status for {0}" msgstr "Statut de document non autorisé pour {0}" -#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1106 +#: model/db_query.py:443 model/db_query.py:446 model/db_query.py:1125 msgid "Illegal SQL Query" msgstr "Requête SQL illégale" @@ -15823,7 +15819,7 @@ msgstr "Champ de l'image doit être du type Image Jointe" msgid "Image link '{0}' is not valid" msgstr "" -#: core/doctype/file/file.js:91 +#: core/doctype/file/file.js:100 msgid "Image optimized" msgstr "" @@ -16243,11 +16239,11 @@ msgstr "Utilisateur ou mot de passe incorrect" msgid "Incorrect Verification code" msgstr "Code de Vérification incorrect" -#: model/document.py:1387 +#: model/document.py:1394 msgid "Incorrect value in row {0}: {1} must be {2} {3}" msgstr "Valeur incorrecte à la ligne {0} : {1} doit être {2} {3}" -#: model/document.py:1391 +#: model/document.py:1398 msgid "Incorrect value: {0} must be {1} {2}" msgstr "Valeur incorrecte : {0} doit être {1} {2}" @@ -16431,7 +16427,7 @@ msgctxt "Letter Head" msgid "Instructions" msgstr "" -#: templates/includes/login/login.js:262 +#: templates/includes/login/login.js:257 msgid "Instructions Emailed" msgstr "" @@ -16443,11 +16439,11 @@ msgstr "" msgid "Insufficient Permission for {0}" msgstr "Autorisation Insuffisante Pour {0}" -#: desk/reportview.py:339 +#: desk/reportview.py:340 msgid "Insufficient Permissions for deleting Report" msgstr "" -#: desk/reportview.py:310 +#: desk/reportview.py:311 msgid "Insufficient Permissions for editing Report" msgstr "" @@ -16613,7 +16609,7 @@ msgid "Invalid" msgstr "Invalide" #: public/js/form_builder/utils.js:221 public/js/frappe/form/grid_row.js:770 -#: public/js/frappe/form/layout.js:785 +#: public/js/frappe/form/layout.js:793 msgid "Invalid \"depends_on\" expression" msgstr "Expression \"depends_on\" non valide" @@ -16681,7 +16677,7 @@ msgstr "Lien Invalide" msgid "Invalid Login Token" msgstr "Jeton de Connexion invalide" -#: templates/includes/login/login.js:291 +#: templates/includes/login/login.js:286 msgid "Invalid Login. Try again." msgstr "" @@ -16717,7 +16713,7 @@ msgstr "" msgid "Invalid Parameters." msgstr "" -#: core/doctype/user/user.py:1230 www/update-password.html:121 +#: core/doctype/user/user.py:1176 www/update-password.html:121 #: www/update-password.html:142 www/update-password.html:144 #: www/update-password.html:245 msgid "Invalid Password" @@ -16764,7 +16760,7 @@ msgstr "" msgid "Invalid column" msgstr "Colonne incorrecte" -#: model/document.py:859 model/document.py:873 +#: model/document.py:866 model/document.py:880 msgid "Invalid docstatus" msgstr "" @@ -17420,7 +17416,7 @@ msgstr "Tableau Kanban" msgid "Kanban Board Column" msgstr "Colonne Tableau Kanban" -#: public/js/frappe/views/kanban/kanban_view.js:385 +#: public/js/frappe/views/kanban/kanban_view.js:388 msgid "Kanban Board Name" msgstr "Nom du Tableau Kanban" @@ -17430,7 +17426,7 @@ msgctxt "Kanban Board" msgid "Kanban Board Name" msgstr "Nom du Tableau Kanban" -#: public/js/frappe/views/kanban/kanban_view.js:262 +#: public/js/frappe/views/kanban/kanban_view.js:265 msgctxt "Button in kanban view menu" msgid "Kanban Settings" msgstr "" @@ -18147,12 +18143,12 @@ msgstr "Longueur de {0} doit être comprise entre 1 et 1000" msgid "Less" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:439 +#: public/js/frappe/widgets/onboarding_widget.js:434 msgid "Let us continue with the onboarding" msgstr "" #: public/js/frappe/views/workspace/blocks/onboarding.js:94 -#: public/js/frappe/widgets/onboarding_widget.js:602 +#: public/js/frappe/widgets/onboarding_widget.js:597 msgid "Let's Get Started" msgstr "Commençons" @@ -18169,10 +18165,10 @@ msgstr "Évitons les mots et les caractères répétés" msgid "Let's set up your account" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:268 -#: public/js/frappe/widgets/onboarding_widget.js:309 -#: public/js/frappe/widgets/onboarding_widget.js:380 -#: public/js/frappe/widgets/onboarding_widget.js:419 +#: public/js/frappe/widgets/onboarding_widget.js:263 +#: public/js/frappe/widgets/onboarding_widget.js:304 +#: public/js/frappe/widgets/onboarding_widget.js:375 +#: public/js/frappe/widgets/onboarding_widget.js:414 msgid "Let's take you back to onboarding" msgstr "Revenons à l'intégration" @@ -18847,7 +18843,7 @@ msgstr "Utilisateur de paramètres de journal" msgid "Log Settings" msgstr "Paramètres du journal" -#: www/app.py:21 +#: www/app.py:23 msgid "Log in to access this page." msgstr "Connectez-vous pour accéder à cette page." @@ -18940,7 +18936,7 @@ msgstr "Connectez-vous et affichez la page dans le navigateur" msgid "Login is required to see web form list view. Enable {0} to see list settings" msgstr "" -#: templates/includes/login/login.js:70 +#: templates/includes/login/login.js:65 msgid "Login link sent to your email" msgstr "" @@ -18964,7 +18960,7 @@ msgstr "" msgid "Login to {0}" msgstr "Se connecter à {0}" -#: www/login.html:106 +#: www/login.html:106 www/login.html:190 msgid "Login with Email Link" msgstr "" @@ -19050,7 +19046,7 @@ msgctxt "DocField" msgid "Long Text" msgstr "Texte Long" -#: public/js/frappe/widgets/onboarding_widget.js:322 +#: public/js/frappe/widgets/onboarding_widget.js:317 msgid "Looks like you didn't change the value" msgstr "On dirait que vous n'avez pas changé la valeur" @@ -20706,7 +20702,7 @@ msgstr "" msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "" -#: model/document.py:634 +#: model/document.py:641 msgid "Negative Value" msgstr "Valeur négative" @@ -20802,7 +20798,7 @@ msgstr "Nouvel évènement" msgid "New Folder" msgstr "Nouveau Dossier" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "New Kanban Board" msgstr "Nouveau Tableau Kanban" @@ -20888,7 +20884,7 @@ msgstr "" msgid "New password cannot be same as old password" msgstr "" -#: utils/change_log.py:389 +#: utils/change_log.py:391 msgid "New updates are available" msgstr "Nouvelles mises à jour sont disponibles" @@ -20936,11 +20932,11 @@ msgstr "Nouveau {0} {1} créé" msgid "New {0}: {1}" msgstr "Nouveau {0}: {1}" -#: utils/change_log.py:371 +#: utils/change_log.py:373 msgid "New {} releases for the following apps are available" msgstr "De nouvelles {} versions pour les applications suivantes sont disponibles" -#: core/doctype/user/user.py:807 +#: core/doctype/user/user.py:753 msgid "Newly created user {0} has no roles enabled." msgstr "" @@ -21257,11 +21253,11 @@ msgstr "Aucun résultat" msgid "No Results found" msgstr "Aucun résultat trouvs" -#: core/doctype/user/user.py:808 +#: core/doctype/user/user.py:754 msgid "No Roles Specified" msgstr "" -#: public/js/frappe/views/kanban/kanban_view.js:341 +#: public/js/frappe/views/kanban/kanban_view.js:344 msgid "No Select Field Found" msgstr "" @@ -21269,7 +21265,7 @@ msgstr "" msgid "No Suggestions" msgstr "" -#: desk/reportview.py:594 +#: desk/reportview.py:595 msgid "No Tags" msgstr "Aucune balise" @@ -21353,7 +21349,7 @@ msgstr "Aucun compte de messagerie associé à l'utilisateur. Veuillez ajout msgid "No failed logs" msgstr "" -#: public/js/frappe/views/kanban/kanban_view.js:368 +#: public/js/frappe/views/kanban/kanban_view.js:371 msgid "No fields found that can be used as a Kanban Column. Use the Customize Form to add a Custom Field of type \"Select\"." msgstr "" @@ -21424,7 +21420,7 @@ msgctxt "{0} = verb, {1} = object" msgid "No permission to '{0}' {1}" msgstr "Pas d'autorisation pour '{0}' {1}" -#: model/db_query.py:927 +#: model/db_query.py:946 msgid "No permission to read {0}" msgstr "Pas d'autorisation pour lire {0}" @@ -21522,12 +21518,12 @@ msgctxt "Recorder Query" msgid "Normalized Query" msgstr "" -#: core/doctype/user/user.py:1013 templates/includes/login/login.js:258 +#: core/doctype/user/user.py:959 templates/includes/login/login.js:253 #: utils/oauth.py:265 msgid "Not Allowed" msgstr "Non Autorisé" -#: templates/includes/login/login.js:260 +#: templates/includes/login/login.js:255 msgid "Not Allowed: Disabled User" msgstr "" @@ -21591,7 +21587,7 @@ msgstr "Non Publié" #: public/js/frappe/form/toolbar.js:260 public/js/frappe/form/toolbar.js:748 #: public/js/frappe/model/indicator.js:28 -#: public/js/frappe/views/kanban/kanban_view.js:167 +#: public/js/frappe/views/kanban/kanban_view.js:170 #: public/js/frappe/views/reports/report_view.js:173 #: public/js/print_format_builder/print_format_builder.bundle.js:39 #: website/doctype/web_form/templates/web_form.html:75 @@ -21639,7 +21635,7 @@ msgstr "Image utilisateur non valide." msgid "Not a valid Workflow Action" msgstr "Action de flux de travail non valide" -#: templates/includes/login/login.js:256 +#: templates/includes/login/login.js:251 msgid "Not a valid user" msgstr "" @@ -21687,7 +21683,7 @@ msgstr "Pas en Mode Développeur! Configurez le dans site_config.json ou créez #: core/doctype/system_settings/system_settings.py:209 handler.py:109 #: public/js/frappe/request.js:157 public/js/frappe/request.js:167 #: public/js/frappe/request.js:172 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:67 #: website/doctype/web_form/web_form.py:615 website/js/website.js:97 msgid "Not permitted" msgstr "Pas permis" @@ -22138,7 +22134,7 @@ msgstr "" msgid "OTP Secret has been reset. Re-registration will be required on next login." msgstr "OTP Secret a été réinitialisé. Une nouvelle inscription sera requise lors de la prochaine connexion." -#: templates/includes/login/login.js:363 +#: templates/includes/login/login.js:351 msgid "OTP setup using OTP App was not completed. Please contact Administrator." msgstr "" @@ -22272,7 +22268,7 @@ msgstr "Étape d'intégration" msgid "Onboarding Step Map" msgstr "Carte des étapes d'intégration" -#: public/js/frappe/widgets/onboarding_widget.js:269 +#: public/js/frappe/widgets/onboarding_widget.js:264 msgid "Onboarding complete" msgstr "" @@ -22361,7 +22357,7 @@ msgctxt "S3 Backup Settings" msgid "Only change this if you want to use other S3 compatible object storage backends." msgstr "" -#: model/document.py:1075 +#: model/document.py:1082 msgid "Only draft documents can be discarded" msgstr "" @@ -22380,11 +22376,11 @@ msgstr "Seuls les champs obligatoires sont nécessaires pour les nouveaux enregi msgid "Only one {0} can be set as primary." msgstr "Un seul {0} peut être défini comme primaire." -#: desk/reportview.py:336 +#: desk/reportview.py:337 msgid "Only reports of type Report Builder can be deleted" msgstr "" -#: desk/reportview.py:307 +#: desk/reportview.py:308 msgid "Only reports of type Report Builder can be edited" msgstr "" @@ -22404,7 +22400,7 @@ msgstr "Seuls les utilisateurs impliqués dans le document sont répertoriés." msgid "Only {0} emailed reports are allowed per user." msgstr "" -#: templates/includes/login/login.js:292 +#: templates/includes/login/login.js:287 msgid "Oops! Something went wrong." msgstr "" @@ -22555,7 +22551,7 @@ msgstr "L'Opérateur doit être parmi {0}" msgid "Optimize" msgstr "" -#: core/doctype/file/file.js:89 +#: core/doctype/file/file.js:98 msgid "Optimizing image..." msgstr "" @@ -23273,11 +23269,11 @@ msgctxt "Web Form Field" msgid "Password" msgstr "Mot de Passe" -#: core/doctype/user/user.py:1076 +#: core/doctype/user/user.py:1022 msgid "Password Email Sent" msgstr "" -#: core/doctype/user/user.py:455 +#: core/doctype/user/user.py:406 msgid "Password Reset" msgstr "Réinitialisation du Mot de Passe" @@ -23313,7 +23309,7 @@ msgstr "" msgid "Password not found for {0} {1} {2}" msgstr "" -#: core/doctype/user/user.py:1075 +#: core/doctype/user/user.py:1021 msgid "Password reset instructions have been sent to your email" msgstr "Les Instructions de réinitialisation du mot de passe ont été envoyés à votre adresse Email" @@ -23325,7 +23321,7 @@ msgstr "" msgid "Password size exceeded the maximum allowed size" msgstr "" -#: core/doctype/user/user.py:871 +#: core/doctype/user/user.py:817 msgid "Password size exceeded the maximum allowed size." msgstr "" @@ -23818,7 +23814,7 @@ msgstr "S'il vous plaît ajouter un sujet à votre email" msgid "Please add a valid comment." msgstr "Veuillez ajouter un commentaire valide." -#: core/doctype/user/user.py:1058 +#: core/doctype/user/user.py:1004 msgid "Please ask your administrator to verify your sign-up" msgstr "Veuillez demander à votre administrateur de vérifier votre inscription" @@ -23850,7 +23846,7 @@ msgstr "Veuillez vérifier les valeurs de filtre définies pour le tableau de bo msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "Veuillez vérifier la valeur de "Extraire depuis" définie pour le champ {0}" -#: core/doctype/user/user.py:1056 +#: core/doctype/user/user.py:1002 msgid "Please check your email for verification" msgstr "Veuillez vérifier votre email pour validation" @@ -23998,7 +23994,7 @@ msgstr "" msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "Assurez-vous que les documents de communication de référence ne sont pas liés de manière circulaire." -#: model/document.py:828 +#: model/document.py:835 msgid "Please refresh to get the latest document." msgstr "Veuillez actualiser pour obtenir la dernière version du document." @@ -24070,7 +24066,7 @@ msgstr "Veuillez sélectionner un filtre de date valide" msgid "Please select applicable Doctypes" msgstr "Veuillez sélectionner les types de docteurs applicables" -#: model/db_query.py:1118 +#: model/db_query.py:1137 msgid "Please select atleast 1 column from {0} to sort/group" msgstr "Veuillez sélectionner au moins 1 colonne de {0} pour trier / grouper" @@ -24137,7 +24133,7 @@ msgstr "Veuillez d'abord configurer un message" msgid "Please setup default Email Account from Settings > Email Account" msgstr "" -#: core/doctype/user/user.py:406 +#: core/doctype/user/user.py:371 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "" @@ -24512,7 +24508,7 @@ msgctxt "Transaction Log" msgid "Previous Hash" msgstr "Hash précédent" -#: public/js/frappe/form/form.js:2197 +#: public/js/frappe/form/form.js:2216 msgid "Previous Submission" msgstr "" @@ -24951,7 +24947,7 @@ msgstr "" msgid "Progress" msgstr "Progression" -#: public/js/frappe/views/kanban/kanban_view.js:405 +#: public/js/frappe/views/kanban/kanban_view.js:408 msgid "Project" msgstr "Projet" @@ -25373,7 +25369,7 @@ msgctxt "DocType" msgid "Queue in Background (BETA)" msgstr "" -#: utils/background_jobs.py:470 +#: utils/background_jobs.py:490 msgid "Queue should be one of {0}" msgstr "La Queue doit être parmi {0}" @@ -26369,7 +26365,7 @@ msgstr "Référent" #: public/js/frappe/views/reports/query_report.js:1630 #: public/js/frappe/views/treeview.js:475 #: public/js/frappe/widgets/chart_widget.js:290 -#: public/js/frappe/widgets/number_card_widget.js:324 +#: public/js/frappe/widgets/number_card_widget.js:323 msgid "Refresh" msgstr "Actualiser" @@ -26423,7 +26419,7 @@ msgstr "" msgid "Refreshing..." msgstr "Actualisation..." -#: core/doctype/user/user.py:1020 +#: core/doctype/user/user.py:966 msgid "Registered but disabled" msgstr "Enregistré mais Désactivé" @@ -26925,7 +26921,7 @@ msgstr "" msgid "Report limit reached" msgstr "" -#: core/doctype/prepared_report/prepared_report.py:210 +#: core/doctype/prepared_report/prepared_report.py:212 msgid "Report timed out." msgstr "" @@ -26946,7 +26942,7 @@ msgstr "Le rapport avec plus de 10 colonnes a une meilleure apparence en mode Pa msgid "Report {0}" msgstr "Rapport {0}" -#: desk/reportview.py:343 +#: desk/reportview.py:344 msgid "Report {0} deleted" msgstr "" @@ -26954,7 +26950,7 @@ msgstr "" msgid "Report {0} is disabled" msgstr "Rapport {0} est désactivé" -#: desk/reportview.py:320 +#: desk/reportview.py:321 msgid "Report {0} saved" msgstr "" @@ -27639,7 +27635,7 @@ msgctxt "DocPerm" msgid "Role and Level" msgstr "Rôle et Niveau" -#: core/doctype/user/user.py:351 +#: core/doctype/user/user.py:316 msgid "Role has been set as per the user type {0}" msgstr "" @@ -27855,7 +27851,7 @@ msgctxt "Role" msgid "Route: Example \"/app\"" msgstr "" -#: model/base_document.py:739 model/base_document.py:780 model/document.py:619 +#: model/base_document.py:739 model/base_document.py:780 model/document.py:626 msgid "Row" msgstr "Ligne" @@ -28070,7 +28066,7 @@ msgstr "Paramètres des SMS" msgid "SMS sent to following numbers: {0}" msgstr "SMS envoyé aux numéros suivants : {0}" -#: templates/includes/login/login.js:377 +#: templates/includes/login/login.js:365 msgid "SMS was not sent. Please contact Administrator." msgstr "" @@ -28216,7 +28212,7 @@ msgstr "Samedi" #: public/js/frappe/utils/common.js:443 #: public/js/frappe/views/kanban/kanban_settings.js:45 #: public/js/frappe/views/kanban/kanban_settings.js:189 -#: public/js/frappe/views/kanban/kanban_view.js:340 +#: public/js/frappe/views/kanban/kanban_view.js:343 #: public/js/frappe/views/reports/query_report.js:1803 #: public/js/frappe/views/reports/report_view.js:1640 #: public/js/frappe/views/workspace/workspace.js:498 @@ -28275,7 +28271,7 @@ msgstr "" #: desk/form/save.py:46 model/rename_doc.py:106 #: printing/page/print_format_builder/print_format_builder.js:845 #: public/js/frappe/form/toolbar.js:260 -#: public/js/frappe/views/kanban/kanban_board.bundle.js:917 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:916 msgid "Saved" msgstr "Enregistré" @@ -28408,7 +28404,7 @@ msgctxt "Newsletter" msgid "Scheduled To Send" msgstr "Prévu pour envoyer" -#: core/doctype/server_script/server_script.py:141 +#: core/doctype/server_script/server_script.py:144 msgid "Scheduled execution for script {0} has updated" msgstr "L'exécution planifiée du script {0} a été mise à jour" @@ -28438,7 +28434,7 @@ msgctxt "System Health Report" msgid "Scheduler Status" msgstr "" -#: utils/scheduler.py:202 +#: utils/scheduler.py:208 msgid "Scheduler can not be re-enabled when maintenance mode is active." msgstr "" @@ -29319,7 +29315,7 @@ msgctxt "Contact Us Settings" msgid "Send enquiries to this email address" msgstr "Envoyer une demande à cette adresse courriel" -#: templates/includes/login/login.js:73 www/login.html:210 +#: templates/includes/login/login.js:68 www/login.html:210 msgid "Send login link" msgstr "" @@ -30073,7 +30069,7 @@ msgstr "Raccourcis" #: public/js/frappe/widgets/base_widget.js:46 #: public/js/frappe/widgets/base_widget.js:178 -#: templates/includes/login/login.js:86 www/login.html:30 +#: templates/includes/login/login.js:81 www/login.html:30 msgid "Show" msgstr "Afficher" @@ -30141,7 +30137,7 @@ msgstr "Afficher le document" msgid "Show Error" msgstr "" -#: public/js/frappe/form/layout.js:553 +#: public/js/frappe/form/layout.js:561 msgid "Show Fieldname (click to copy on clipboard)" msgstr "" @@ -30442,7 +30438,7 @@ msgctxt "Email Group" msgid "Sign Up and Confirmation" msgstr "" -#: core/doctype/user/user.py:1013 +#: core/doctype/user/user.py:959 msgid "Sign Up is disabled" msgstr "L'inscription est désactivée" @@ -30568,7 +30564,7 @@ msgctxt "OAuth Provider Settings" msgid "Skip Authorization" msgstr "Passer autorisation" -#: public/js/frappe/widgets/onboarding_widget.js:337 +#: public/js/frappe/widgets/onboarding_widget.js:332 msgid "Skip Step" msgstr "Passer l'étape" @@ -30770,7 +30766,7 @@ msgstr "Quelque chose s'est mal passé" msgid "Something went wrong during the token generation. Click on {0} to generate a new one." msgstr "Quelque chose s'est mal passé pendant la génération de jetons. Cliquez sur {0} pour en générer un nouveau." -#: templates/includes/login/login.js:294 +#: templates/includes/login/login.js:289 msgid "Something went wrong." msgstr "" @@ -30887,7 +30883,7 @@ msgctxt "Website Settings" msgid "Splash Image" msgstr "" -#: desk/reportview.py:382 public/js/frappe/web_form/web_form_list.js:175 +#: desk/reportview.py:383 public/js/frappe/web_form/web_form_list.js:175 #: templates/print_formats/standard_macros.html:44 msgid "Sr" msgstr "" @@ -30962,11 +30958,11 @@ msgstr "Le Format d'Impression Standard ne peut pas être mis à jour" msgid "Standard Print Style cannot be changed. Please duplicate to edit." msgstr "Le style d'impression standard ne peut pas être modifié. Veuillez le copier pour le modifier." -#: desk/reportview.py:333 +#: desk/reportview.py:334 msgid "Standard Reports cannot be deleted" msgstr "" -#: desk/reportview.py:304 +#: desk/reportview.py:305 msgid "Standard Reports cannot be edited" msgstr "" @@ -31547,7 +31543,7 @@ msgid "Submission Queue" msgstr "" #: core/doctype/user_permission/user_permission_list.js:138 -#: public/js/frappe/form/quick_entry.js:198 +#: public/js/frappe/form/quick_entry.js:201 #: public/js/frappe/form/sidebar/review.js:116 #: public/js/frappe/ui/capture.js:307 #: social/doctype/energy_point_log/energy_point_log.js:39 @@ -31644,7 +31640,7 @@ msgctxt "Auto Repeat" msgid "Submit on Creation" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:400 +#: public/js/frappe/widgets/onboarding_widget.js:395 msgid "Submit this document to complete this step." msgstr "Validez ce document pour terminer cette étape." @@ -31713,10 +31709,10 @@ msgstr "" #: core/doctype/data_import/data_import.js:459 #: desk/doctype/bulk_update/bulk_update.js:31 #: desk/doctype/desktop_icon/desktop_icon.py:446 -#: public/js/frappe/form/grid.js:1139 +#: public/js/frappe/form/grid.js:1142 #: public/js/frappe/views/translation_manager.js:21 -#: templates/includes/login/login.js:231 templates/includes/login/login.js:237 -#: templates/includes/login/login.js:270 templates/includes/login/login.js:278 +#: templates/includes/login/login.js:226 templates/includes/login/login.js:232 +#: templates/includes/login/login.js:265 templates/includes/login/login.js:273 #: templates/pages/integrations/gcalendar-success.html:9 #: workflow/doctype/workflow_action/workflow_action.py:166 msgid "Success" @@ -31842,7 +31838,7 @@ msgctxt "Recorder" msgid "Suggested Indexes" msgstr "" -#: core/doctype/user/user.py:728 +#: core/doctype/user/user.py:674 msgid "Suggested Username: {0}" msgstr "Nom d'Utilisateur Suggérée : {0}" @@ -32332,11 +32328,11 @@ msgstr "Tableau MultiSelect" msgid "Table Trimmed" msgstr "" -#: public/js/frappe/form/grid.js:1138 +#: public/js/frappe/form/grid.js:1141 msgid "Table updated" msgstr "Table Mise à Jour" -#: model/document.py:1401 +#: model/document.py:1408 msgid "Table {0} cannot be empty" msgstr "La Table {0} ne peut pas être vide" @@ -32474,7 +32470,7 @@ msgstr "Avertissements de modèles" msgid "Templates" msgstr "" -#: core/doctype/user/user.py:1024 +#: core/doctype/user/user.py:970 msgid "Temporarily Disabled" msgstr "Temporairement désactivé" @@ -32598,7 +32594,7 @@ msgstr "" msgid "The Auto Repeat for this document has been disabled." msgstr "La répétition automatique de ce document a été désactivée." -#: public/js/frappe/form/grid.js:1161 +#: public/js/frappe/form/grid.js:1164 msgid "The CSV format is case sensitive" msgstr "Le format CSV est sensible à la casse" @@ -32769,11 +32765,11 @@ msgid "The project number obtained from Google Cloud Console under " msgstr "" -#: core/doctype/user/user.py:984 +#: core/doctype/user/user.py:930 msgid "The reset password link has been expired" msgstr "" -#: core/doctype/user/user.py:986 +#: core/doctype/user/user.py:932 msgid "The reset password link has either been used before or is invalid" msgstr "" @@ -32904,15 +32900,11 @@ msgstr "" msgid "There must be atleast one permission rule." msgstr "Il doit y avoir au moins une règle d'autorisation." -#: core/doctype/user/user.py:536 -msgid "There should remain at least one System Manager" -msgstr "Il doit rester au moins un Responsable Système" - #: www/error.py:16 msgid "There was an error building this page" msgstr "Une erreur s'est produite lors de la construction de cette page" -#: public/js/frappe/views/kanban/kanban_view.js:180 +#: public/js/frappe/views/kanban/kanban_view.js:183 msgid "There was an error saving filters" msgstr "Une erreur s'est produite lors de l'enregistrement des filtres" @@ -32978,7 +32970,7 @@ msgstr "" msgid "This Doctype does not contain location fields" msgstr "" -#: public/js/frappe/views/kanban/kanban_view.js:388 +#: public/js/frappe/views/kanban/kanban_view.js:391 msgid "This Kanban Board will be private" msgstr "Ce Tableau Kanban sera privé" @@ -33042,7 +33034,7 @@ msgstr "" msgid "This document is already amended, you cannot ammend it again" msgstr "Ce document est déjà obsoléte (une nouvelle version existe), vous ne pouvez plus le modifier" -#: model/document.py:1569 +#: model/document.py:1576 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "" @@ -33226,7 +33218,7 @@ msgstr "" msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "" -#: core/doctype/user/user.py:1244 +#: core/doctype/user/user.py:1190 msgid "Throttled" msgstr "Étranglé" @@ -33913,7 +33905,7 @@ msgstr "Trop de demandes" msgid "Too many changes to database in single action." msgstr "" -#: core/doctype/user/user.py:1025 +#: core/doctype/user/user.py:971 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Trop d'utilisateurs se sont inscrits récemment, du coup l’inscription est désactivée. Veuillez essayer à nouveau dans une heure" @@ -34279,7 +34271,7 @@ msgstr "Délencher sur des méthodes valides comme \"before_insert\", \"after_up msgid "Trim Table" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:323 +#: public/js/frappe/widgets/onboarding_widget.js:318 msgid "Try Again" msgstr "" @@ -34878,7 +34870,7 @@ msgctxt "Workflow Document State" msgid "Update Value" msgstr "Mettre à Jour la valeur" -#: utils/change_log.py:381 +#: utils/change_log.py:383 msgid "Update from Frappe Cloud" msgstr "" @@ -35544,7 +35536,7 @@ msgstr "L'utilisateur peut se connecter en utilisant son Email ou son Nom d'Util msgid "User does not exist" msgstr "L'utilisateur n'existe pas" -#: templates/includes/login/login.js:293 +#: templates/includes/login/login.js:288 msgid "User does not exist." msgstr "" @@ -35578,7 +35570,7 @@ msgstr "" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "" -#: core/doctype/user/user.py:541 +#: core/doctype/user/user.py:485 msgid "User {0} cannot be deleted" msgstr "Utilisateur {0} ne peut pas être supprimé" @@ -35586,7 +35578,7 @@ msgstr "Utilisateur {0} ne peut pas être supprimé" msgid "User {0} cannot be disabled" msgstr "Utilisateur {0} ne peut pas être désactivé" -#: core/doctype/user/user.py:610 +#: core/doctype/user/user.py:556 msgid "User {0} cannot be renamed" msgstr "Utilisateur {0} ne peut pas être renommé" @@ -35603,7 +35595,7 @@ msgstr "L'utilisateur {0} n'a pas d'accès au type de document via l msgid "User {0} has requested for data deletion" msgstr "L'utilisateur {0} a demandé la suppression des données." -#: core/doctype/user/user.py:1373 +#: core/doctype/user/user.py:1319 msgid "User {0} impersonated as {1}" msgstr "" @@ -35641,7 +35633,7 @@ msgctxt "User Social Login" msgid "Username" msgstr "Nom d'Utilisateur" -#: core/doctype/user/user.py:695 +#: core/doctype/user/user.py:641 msgid "Username {0} already exists" msgstr "Nom d'Utilisateur {0} existe déjà" @@ -35701,11 +35693,11 @@ msgctxt "OAuth Authorization Code" msgid "Valid" msgstr "Valide" -#: templates/includes/login/login.js:53 templates/includes/login/login.js:66 +#: templates/includes/login/login.js:48 templates/includes/login/login.js:61 msgid "Valid Login id required." msgstr "" -#: templates/includes/login/login.js:40 +#: templates/includes/login/login.js:35 msgid "Valid email and name required" msgstr "" @@ -35823,15 +35815,15 @@ msgctxt "Notification" msgid "Value To Be Set" msgstr "Valeur à Définir" -#: model/base_document.py:965 model/document.py:675 +#: model/base_document.py:965 model/document.py:682 msgid "Value cannot be changed for {0}" msgstr "Valeur ne peut pas être modifiée pour {0}" -#: model/document.py:621 +#: model/document.py:628 msgid "Value cannot be negative for" msgstr "La valeur ne peut pas être négative pour" -#: model/document.py:625 +#: model/document.py:632 msgid "Value cannot be negative for {0}: {1}" msgstr "La valeur ne peut pas être négative pour {0}: {1}" @@ -35902,7 +35894,7 @@ msgstr "Code de Vérification" msgid "Verification Link" msgstr "Lien de vérification" -#: templates/includes/login/login.js:391 +#: templates/includes/login/login.js:379 msgid "Verification code email not sent. Please contact Administrator." msgstr "" @@ -35924,7 +35916,7 @@ msgstr "Vérifier" msgid "Verify Password" msgstr "Vérifier Le Mot De Passe" -#: templates/includes/login/login.js:172 +#: templates/includes/login/login.js:167 msgid "Verifying..." msgstr "" @@ -36714,11 +36706,11 @@ msgstr "" msgid "Welcome Workspace" msgstr "" -#: core/doctype/user/user.py:398 +#: core/doctype/user/user.py:363 msgid "Welcome email sent" msgstr "Email de bienvenue envoyé" -#: core/doctype/user/user.py:473 +#: core/doctype/user/user.py:424 msgid "Welcome to {0}" msgstr "Bienvenue sur {0}" @@ -37027,7 +37019,7 @@ msgctxt "Workspace" msgid "Workspace" msgstr "" -#: public/js/frappe/router.js:193 +#: public/js/frappe/router.js:179 msgid "Workspace {0} does not exist" msgstr "" @@ -37309,7 +37301,7 @@ msgstr "Vous n'êtes pas autorisé à accéder à cet enregistrement {0} car msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in row {3}, field {4}" msgstr "" -#: public/js/frappe/views/kanban/kanban_board.bundle.js:69 +#: public/js/frappe/views/kanban/kanban_board.bundle.js:68 msgid "You are not allowed to create columns" msgstr "Vous n'êtes pas autorisé à créer des colonnes" @@ -37349,7 +37341,7 @@ msgstr "Vous n'êtes pas connecté à Internet. Réessayez après un certain msgid "You are not permitted to access this page without login." msgstr "" -#: www/app.py:23 +#: www/app.py:27 msgid "You are not permitted to access this page." msgstr "Vous n'êtes pas autorisé à accéder à cette page." @@ -37402,11 +37394,11 @@ msgstr "" msgid "You can change the retention policy from {0}." msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:199 +#: public/js/frappe/widgets/onboarding_widget.js:194 msgid "You can continue with the onboarding after exploring this page" msgstr "" -#: core/doctype/user/user.py:601 +#: core/doctype/user/user.py:543 msgid "You can disable the user instead of deleting it." msgstr "" @@ -37693,7 +37685,7 @@ msgctxt "Form timeline" msgid "You removed attachment {0}" msgstr "" -#: public/js/frappe/widgets/onboarding_widget.js:525 +#: public/js/frappe/widgets/onboarding_widget.js:520 msgid "You seem good to go!" msgstr "Vous semblez prêt à partir!" @@ -37748,7 +37740,7 @@ msgstr "Vos raccourcis" msgid "Your account has been deleted" msgstr "" -#: auth.py:476 +#: auth.py:487 msgid "Your account has been locked and will resume after {0} seconds" msgstr "Votre compte a été verrouillé et reprendra après {0} secondes" @@ -37843,7 +37835,7 @@ msgstr "_rapport" msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "" -#: utils/background_jobs.py:105 +#: utils/background_jobs.py:106 msgid "`job_id` paramater is required for deduplication." msgstr "" @@ -37873,7 +37865,7 @@ msgstr "et" msgid "ascending" msgstr "" -#: model/document.py:1372 +#: model/document.py:1379 msgid "beginning with" msgstr "commençant par" @@ -38128,7 +38120,7 @@ msgctxt "Workspace" msgid "grey" msgstr "" -#: utils/backups.py:378 +#: utils/backups.py:387 msgid "gzip not found in PATH! This is required to take a backup." msgstr "" @@ -38273,7 +38265,7 @@ msgctxt "OAuth Authorization Code" msgid "nonce" msgstr "" -#: model/document.py:1371 +#: model/document.py:1378 msgid "none of" msgstr "aucun des" @@ -38333,7 +38325,7 @@ msgctxt "Webhook" msgid "on_update_after_submit" msgstr "" -#: model/document.py:1370 +#: model/document.py:1377 msgid "one of" msgstr "l'un des" @@ -38479,19 +38471,19 @@ msgctxt "RQ Worker" msgid "short" msgstr "" -#: public/js/frappe/widgets/number_card_widget.js:282 +#: public/js/frappe/widgets/number_card_widget.js:281 msgid "since last month" msgstr "depuis le mois dernier" -#: public/js/frappe/widgets/number_card_widget.js:281 +#: public/js/frappe/widgets/number_card_widget.js:280 msgid "since last week" msgstr "depuis la semaine dernière" -#: public/js/frappe/widgets/number_card_widget.js:283 +#: public/js/frappe/widgets/number_card_widget.js:282 msgid "since last year" msgstr "depuis l'année dernière" -#: public/js/frappe/widgets/number_card_widget.js:280 +#: public/js/frappe/widgets/number_card_widget.js:279 msgid "since yesterday" msgstr "depuis hier" @@ -39146,7 +39138,7 @@ msgstr "" msgid "{0} items selected" msgstr "{0} articles sélectionnés" -#: core/doctype/user/user.py:1382 +#: core/doctype/user/user.py:1328 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "" @@ -39179,7 +39171,7 @@ msgstr "Il y a {0} minutes" msgid "{0} months ago" msgstr "Il y a {0} mois" -#: model/document.py:1626 +#: model/document.py:1633 msgid "{0} must be after {1}" msgstr "{0} doit être après {1}" @@ -39590,7 +39582,7 @@ msgstr "" msgid "{} not found in PATH! This is required to restore the database." msgstr "" -#: utils/backups.py:445 +#: utils/backups.py:454 msgid "{} not found in PATH! This is required to take a backup." msgstr "" From 928ea3e1876432001859a9f9532c90219a711911 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:58:39 +0200 Subject: [PATCH 46/54] fix: avoid popping from empty list --- frappe/desk/doctype/kanban_board/kanban_board.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/desk/doctype/kanban_board/kanban_board.py b/frappe/desk/doctype/kanban_board/kanban_board.py index c50ecf3fc6..7560837584 100644 --- a/frappe/desk/doctype/kanban_board/kanban_board.py +++ b/frappe/desk/doctype/kanban_board/kanban_board.py @@ -147,7 +147,8 @@ def update_order_for_single_card(board_name, docname, from_colname, to_colname, if from_colname == to_colname: from_col_order = to_col_order - to_col_order.insert(new_index, from_col_order.pop(old_index)) + if from_col_order: + to_col_order.insert(new_index, from_col_order.pop(old_index)) # save updated order board.columns[from_col_idx].order = frappe.as_json(from_col_order) From 28a5e9fee2db70ccfb271a7c0f8d00780787d364 Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Tue, 18 Jun 2024 18:20:56 +0530 Subject: [PATCH 47/54] fix(query_report): don't follow reference report for `prepared_report` field This disallows people from doing things like disabling prepared report on custom reports Signed-off-by: Akhil Narang --- frappe/desk/query_report.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frappe/desk/query_report.py b/frappe/desk/query_report.py index 3e624056a2..2f19ae6645 100644 --- a/frappe/desk/query_report.py +++ b/frappe/desk/query_report.py @@ -34,6 +34,9 @@ def get_report_doc(report_name): doc.custom_filters = data.get("filters") doc.is_custom_report = True + # Follow whatever the custom report has set for prepared report field + doc.prepared_report = custom_report_doc.prepared_report + if not doc.is_permitted(): frappe.throw( _("You don't have access to Report: {0}").format(report_name), From d908271da35f4940cbdd0385096c6a792b3244f2 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Wed, 19 Jun 2024 00:43:42 +0200 Subject: [PATCH 48/54] refactor(web list): use CSS class `d-none` instead of `hidden` `hidden` is just a wrapper for `d-none`, but `d-none` will work even if the wrapper is not availbale (for example, using a custom app's CSS). --- frappe/templates/includes/list/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/templates/includes/list/list.html b/frappe/templates/includes/list/list.html index 99191ffeed..ae3725d601 100644 --- a/frappe/templates/includes/list/list.html +++ b/frappe/templates/includes/list/list.html @@ -19,7 +19,7 @@ {{ item }} {% endfor %} - From 80c232b1e0b0598f986b1b8742d94fe935c78074 Mon Sep 17 00:00:00 2001 From: RitvikSardana Date: Thu, 20 Jun 2024 14:39:49 +0530 Subject: [PATCH 49/54] fix: allow guest to check geolocation IP --- frappe/desk/page/setup_wizard/setup_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/desk/page/setup_wizard/setup_wizard.py b/frappe/desk/page/setup_wizard/setup_wizard.py index 6f2c22c9fc..8bdbd403b2 100755 --- a/frappe/desk/page/setup_wizard/setup_wizard.py +++ b/frappe/desk/page/setup_wizard/setup_wizard.py @@ -306,7 +306,7 @@ def load_languages(): } -@frappe.whitelist() +@frappe.whitelist(allow_guest=True) def load_country(): from frappe.sessions import get_geo_ip_country From c31cd09040744143f22db65aa0f29d335f0ca422 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:22:58 +0200 Subject: [PATCH 50/54] test: awesomplete --- cypress/integration/control_autocomplete.js | 46 +++++++++------------ 1 file changed, 19 insertions(+), 27 deletions(-) diff --git a/cypress/integration/control_autocomplete.js b/cypress/integration/control_autocomplete.js index efb554ca5b..4fc825f80d 100644 --- a/cypress/integration/control_autocomplete.js +++ b/cypress/integration/control_autocomplete.js @@ -2,60 +2,52 @@ context("Control Autocomplete", () => { before(() => { cy.login(); cy.visit("/app"); + cy.wait(4000); }); - function get_dialog_with_autocomplete(options) { - cy.visit("/app"); - cy.wait(1000); // wait for the workspace to load - + const get_dialog_with_autocomplete = (fieldname, options) => { return cy.dialog({ title: "Autocomplete", fields: [ { label: "Select an option", - fieldname: "autocomplete", + fieldname: fieldname, fieldtype: "Autocomplete", - options: options || ["Option 1", "Option 2", "Option 3"], + options: options, }, ], }); - } + }; it("should set the valid value", () => { - get_dialog_with_autocomplete().as("dialog"); - - cy.get(".frappe-control[data-fieldname=autocomplete] input").as("input"); - cy.get("@input").focus(); - cy.get(".frappe-control[data-fieldname=autocomplete]") - .findByRole("listbox") - .should("be.visible"); - cy.get("@input").type("2", { delay: 300 }).type("{enter}", { delay: 300 }); + const fieldname = "autocomplete_1"; + get_dialog_with_autocomplete(fieldname, ["Option 1", "Option 2", "Option 3"]).as("dialog"); + cy.get(`.control-input > .awesomplete > input[data-fieldname=${fieldname}]`).as("input"); cy.wait(500); - cy.get("@input").blur(); + cy.get("@input").type("2{enter}", { delay: 300 }); cy.get("@dialog").then((dialog) => { - let value = dialog.get_value("autocomplete"); + let value = dialog.get_value(fieldname); expect(value).to.eq("Option 2"); dialog.clear(); + dialog.hide(); }); }); it("should set the valid value with different label", () => { - const options_with_label = [ + const fieldname = "autocomplete_2"; + get_dialog_with_autocomplete(fieldname, [ { label: "Option 1", value: "option_1" }, { label: "Option 2", value: "option_2" }, - ]; - get_dialog_with_autocomplete(options_with_label).as("dialog"); + ]).as("dialog"); - cy.get(".frappe-control[data-fieldname=autocomplete] input").as("input"); - cy.get("@input").focus(); - cy.get(".frappe-control[data-fieldname=autocomplete]") - .findByRole("listbox") - .should("be.visible"); - cy.get("@input").type("2{enter}", { delay: 300 }).blur(); + cy.get(`.control-input > .awesomplete > input[data-fieldname=${fieldname}]`).as("input"); + cy.wait(500); + cy.get("@input").type("2{enter}", { delay: 300 }); cy.get("@dialog").then((dialog) => { - let value = dialog.get_value("autocomplete"); + let value = dialog.get_value(fieldname); expect(value).to.eq("option_2"); dialog.clear(); + dialog.hide(); }); }); }); From 6e2e6e7d0bc4c40e65ebc6a12c7beba29d3c0e61 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 21 Jun 2024 11:54:03 +0200 Subject: [PATCH 51/54] feat: add refdoc button to error log --- frappe/core/doctype/error_log/error_log.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frappe/core/doctype/error_log/error_log.js b/frappe/core/doctype/error_log/error_log.js index 85b1c8b60a..a1bb0a81a7 100644 --- a/frappe/core/doctype/error_log/error_log.js +++ b/frappe/core/doctype/error_log/error_log.js @@ -12,6 +12,9 @@ frappe.ui.form.on("Error Log", { reference_name: frm.doc.reference_name, }); }); + frm.add_custom_button(__(frm.doc.reference_name), function () { + frappe.set_route("Form", frm.doc.reference_doctype, frm.doc.reference_name); + }); } }, }); From a621cd8e227e64a474719eb5a2844a6a0a20c36f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:36:55 +0000 Subject: [PATCH 52/54] build(deps): bump pug from 3.0.2 to 3.0.3 Bumps [pug](https://github.com/pugjs/pug) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3) --- updated-dependencies: - dependency-name: pug dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/yarn.lock b/yarn.lock index 9203e3bf0b..671b396653 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2736,17 +2736,17 @@ pug-attrs@^3.0.0: js-stringify "^1.0.2" pug-runtime "^3.0.0" -pug-code-gen@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-3.0.2.tgz#ad190f4943133bf186b60b80de483100e132e2ce" - integrity sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg== +pug-code-gen@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-3.0.3.tgz#58133178cb423fe1716aece1c1da392a75251520" + integrity sha512-cYQg0JW0w32Ux+XTeZnBEeuWrAY7/HNE6TWnhiHGnnRYlCgyAUPoyh9KzCMa9WhcJlJ1AtQqpEYHc+vbCzA+Aw== dependencies: constantinople "^4.0.1" doctypes "^1.1.0" js-stringify "^1.0.2" pug-attrs "^3.0.0" - pug-error "^2.0.0" - pug-runtime "^3.0.0" + pug-error "^2.1.0" + pug-runtime "^3.0.1" void-elements "^3.1.0" with "^7.0.0" @@ -2755,6 +2755,11 @@ pug-error@^2.0.0: resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-2.0.0.tgz#5c62173cb09c34de2a2ce04f17b8adfec74d8ca5" integrity sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ== +pug-error@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-2.1.0.tgz#17ea37b587b6443d4b8f148374ec27b54b406e55" + integrity sha512-lv7sU9e5Jk8IeUheHata6/UThZ7RK2jnaaNztxfPYUY+VxZyk/ePVaNZ/vwmH8WqGvDz3LrNYt/+gA55NDg6Pg== + pug-filters@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/pug-filters/-/pug-filters-4.0.0.tgz#d3e49af5ba8472e9b7a66d980e707ce9d2cc9b5e" @@ -2817,11 +2822,11 @@ pug-walk@^2.0.0: integrity sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ== pug@^3.0.1: - version "3.0.2" - resolved "https://registry.yarnpkg.com/pug/-/pug-3.0.2.tgz#f35c7107343454e43bc27ae0ff76c731b78ea535" - integrity sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw== + version "3.0.3" + resolved "https://registry.yarnpkg.com/pug/-/pug-3.0.3.tgz#e18324a314cd022883b1e0372b8af3a1a99f7597" + integrity sha512-uBi6kmc9f3SZ3PXxqcHiUZLmIXgfgWooKWXcwSGwQd2Zi5Rb0bT14+8CJjJgI8AB+nndLaNgHGrcc6bPIB665g== dependencies: - pug-code-gen "^3.0.2" + pug-code-gen "^3.0.3" pug-filters "^4.0.0" pug-lexer "^5.0.1" pug-linker "^4.0.0" From 1c3a5c740358d6b3467ae7bb7fc9fea5fbb8daf1 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Fri, 21 Jun 2024 13:37:31 +0200 Subject: [PATCH 53/54] fix: button wording Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> --- frappe/core/doctype/error_log/error_log.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/core/doctype/error_log/error_log.js b/frappe/core/doctype/error_log/error_log.js index a1bb0a81a7..6ac0ef2a37 100644 --- a/frappe/core/doctype/error_log/error_log.js +++ b/frappe/core/doctype/error_log/error_log.js @@ -12,7 +12,7 @@ frappe.ui.form.on("Error Log", { reference_name: frm.doc.reference_name, }); }); - frm.add_custom_button(__(frm.doc.reference_name), function () { + frm.add_custom_button(__("Open reference document"), function () { frappe.set_route("Form", frm.doc.reference_doctype, frm.doc.reference_name); }); } From 85a40ee9391cb4f7a564f4f8e3cf01506aa4bce5 Mon Sep 17 00:00:00 2001 From: Nikhil Kothari Date: Fri, 21 Jun 2024 17:26:16 +0530 Subject: [PATCH 54/54] chore: linting --- realtime/middlewares/authenticate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realtime/middlewares/authenticate.js b/realtime/middlewares/authenticate.js index 40b7a43a9e..022ba1f597 100644 --- a/realtime/middlewares/authenticate.js +++ b/realtime/middlewares/authenticate.js @@ -38,7 +38,7 @@ function authenticate_with_frappe(socket, next) { } let headers = {}; - if (socket.authorization_header) { + if (socket.authorization_header) { headers["Authorization"] = socket.authorization_header; } else if (socket.sid) { headers["Cookie"] = `sid=${socket.sid}`;