diff --git a/.github/helper/update_pot_file.sh b/.github/helper/update_pot_file.sh new file mode 100644 index 00000000..d317c9d3 --- /dev/null +++ b/.github/helper/update_pot_file.sh @@ -0,0 +1,40 @@ +#!/bin/bash +set -e +cd ~ || exit + +echo "Setting Up Bench..." + +pip install frappe-bench +bench -v init frappe-bench --skip-assets --skip-redis-config-generation --python "$(which python)" --frappe-branch "${BASE_BRANCH}" +cd ./frappe-bench || exit + +echo "Get FCRM..." +bench get-app --skip-assets crm "${GITHUB_WORKSPACE}" + +echo "Generating POT file..." +bench generate-pot-file --app crm + +cd ./apps/crm || exit + +echo "Configuring git user..." +git config user.email "developers@erpnext.com" +git config user.name "frappe-pr-bot" + +echo "Setting the correct git remote..." +# Here, the git remote is a local file path by default. Let's change it to the upstream repo. +git remote set-url upstream https://github.com/frappe/crm.git + +echo "Creating a new branch..." +isodate=$(date -u +"%Y-%m-%d") +branch_name="pot_${BASE_BRANCH}_${isodate}" +git checkout -b "${branch_name}" + +echo "Commiting changes..." +git add crm/locale/main.pot +git commit -m "chore: update POT file" + +gh auth setup-git +git push -u upstream "${branch_name}" + +echo "Creating a PR..." +gh pr create --fill --base "${BASE_BRANCH}" --head "${branch_name}" -R frappe/crm \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1085c247..9ecffc96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: check-latest: true - name: Cache pip - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/*requirements.txt', '**/pyproject.toml', '**/setup.py', '**/setup.cfg') }} @@ -63,7 +63,7 @@ jobs: id: yarn-cache-dir-path run: 'echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT' - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/generate-pot-file.yml b/.github/workflows/generate-pot-file.yml new file mode 100644 index 00000000..da422a74 --- /dev/null +++ b/.github/workflows/generate-pot-file.yml @@ -0,0 +1,35 @@ +name: Regenerate POT file (translatable strings) +on: + schedule: + # 9:30 UTC => 3 PM IST Sunday + - cron: "30 9 * * 0" + workflow_dispatch: + +jobs: + regenerate-pot-file: + name: Regenerate POT file + runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + branch: ["develop"] + permissions: + contents: write + + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + ref: ${{ matrix.branch }} + + - name: Setup Python + uses: actions/setup-python@v5 + with: + python-version: "3.12" + + - name: Run script to update POT file + run: | + bash ${GITHUB_WORKSPACE}/.github/helper/update_pot_file.sh + env: + GH_TOKEN: ${{ secrets.RELEASE_TOKEN }} + BASE_BRANCH: ${{ matrix.branch }} \ No newline at end of file diff --git a/crm/crowdin.yml b/crm/crowdin.yml new file mode 100644 index 00000000..aebaa70d --- /dev/null +++ b/crm/crowdin.yml @@ -0,0 +1,8 @@ +files: + - source: /crm/locale/main.pot + translation: /crm/locale/%two_letters_code%.po +pull_request_title: "chore: sync translations from crowdin" +pull_request_labels: + - translation +commit_message: "chore: %language% translations" +append_commit_message: false \ No newline at end of file diff --git a/crm/locale/ar.po b/crm/locale/ar.po new file mode 100644 index 00000000..35fac8c3 --- /dev/null +++ b/crm/locale/ar.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Arabic\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: ar\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: ar_SA\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "يتطلب العميل المتوقع اسم شخص أو اسم مؤسسة" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "مفتاح API" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "كلمة مرور API" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "مقبول" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "الإجراءات" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "نشاط" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "إضافة عمود" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "أضف عطلات أسبوعية" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "أضف إلى الإجازات" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "عنوان" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "الكل" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "كمية" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "ملف أيقونة بصيغة ico. يجب أن تكون 16 × 16 بكسل. تم إنشاؤها باستخدام مولد أيقونات. [favicon-generator.org]" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "تنطبق على" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "تكليف إلى" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "كلف إلى" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "مهمة" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "قاعدة الاحالة" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "إرفاق" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "المرفقات" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "ما بين" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "العلامة التجارية اسم" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "مشغول" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "نسخة" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "تفاصيل المكالمة" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "مكالمات هاتفية" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "الة تصوير" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "إلغاء" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "ألغيت" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "واضح" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "مسح الجدول" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "أغلق" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "انهيار" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "للطي" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "اللون" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "الأعمدة" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "تعليق" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "تعليقات" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "أكتمل" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "الحاسوب" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "الحالة" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "أكد" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "اتصال" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "محتوى" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "نوع المحتوى" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "تحويل" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "انشاء" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "إنشاء عميل محتمل" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "انشاء جديد" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "العملة" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "البيانات" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "تاريخ" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "الافتراضي" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "الأولوية الافتراضية" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "الافتراضات" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "حذف" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "وصف" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "تفاصيل" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "تعطيل" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "تجاهل" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "DOCTYPE" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "نوع الوثيقة" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "تحميل" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "بسبب تاريخ" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "مكررة" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "المدة الزمنية" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "تصحيح" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "البريد الإلكتروني" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "فارغة" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "تمكين" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "تمكين" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "نهاية التاريخ" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "وقت الانتهاء" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "تساوي" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "خطأ" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "تفوق" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "وسعت" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "انتهى" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "تصدير" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "نوع التصدير" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "باءت بالفشل" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "حقل" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "منقي" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "فلاتر" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "الاسم الأول" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "أجاب أولا على" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "وقت الاستجابة الأول" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "الجمعة" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "من" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "من تاريخ" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "من المستخدم" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "استيفاء" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "الاسم الكامل" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "جنس" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "عام" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "مجموعة من" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "مخفي" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "إخفاء" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "مستوى عالي" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "قائمة العطلات" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "اسم قائمة العطلات" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "العطلات" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "هوية شخصية" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "أيقونة" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "صورة" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "في" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "في تَقَدم" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "الوارد" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "صناعة" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "بدأت" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "التكاملات" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "هل" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "افتراضي" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "هل مجموعة" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "هو الابتدائية" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "هو معيار" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "المسمى الوظيفي" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "لوحة المهام" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "مفتاح" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "ملصق" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "الشهر الماضي" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "اسم العائلة" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "الربع الأخير" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "الاسبوع الماضي" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "العام الماضي" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "مبادرة البيع" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "تفاصيل الزبون المحتمل" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "اسم الزبون المحتمل" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "مالك الزبون المحتمل" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "ترك" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "مثل" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "حلقة الوصل" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "الروابط" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "قائمة" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "تحميل المزيد" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "تحميل ..." + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "سجل" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "شعار" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "منخفض" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "اصنع {0}" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "يدوي" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "متوسط" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "أشير" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "رسالة" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "الاسم الأوسط" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "رقم الجوال" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "رقم الهاتف المحمول" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "يوم الاثنين" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "اسم" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "سلسلة التسمية" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "جديد" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "بريد إلكتروني جديد" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "لا" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "لا توجد بيانات" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "لا تساوي" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "ليس في" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "لا تعجبني" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "لم يتم الحفظ" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "ملاحظات" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "ملاحظات" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "إعلام" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "إخطارات" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "رقم" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "الحساب الأب السابق" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "يمكن تعيين {0} واحد فقط على أنه أساسي." + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "خيارات" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "ترتيب حسب" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "منظمة" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "اسم المنظمة" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "بدلات أخرى" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "الصادر" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "مالك" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "معلق" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "هاتف" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "موضع" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "أساسي" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "أولويات" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "أفضلية" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "خاص" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "جمهور" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "قائمة الانتظار" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "إدخال سريع" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "قرأ" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "تسجيل URL" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "مرجع Doctype" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "مرجع نوع الوثيقة" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "اسم الإشارة" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "تحديث" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "رد" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "الرد على الجميع" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "إعادة تعيين" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "الرد بواسطة" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "تفاصيل الرد" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "استعادة" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "نص منسق" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "حق" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "رنين" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "صلاحية" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "مسار" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "مدير المبيعات" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "عضو المبيعات" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "اللقب" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "السبت" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "حفظ" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "سيناريو" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "الجزء" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "حدد {0}" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "إرسال" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "فاصل" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "سلسلة التسمية" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "إعدادات" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "تبين" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "عناصر الشريط الجانبي" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "المصدر" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "اسم المصدر" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "تاريخ البدء" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "بداية الوقت" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "الحالة" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "مجال فرعي" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "موضوع" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "نجاح" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "الأحد" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "مدير النظام" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "مهمة" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "المهام" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "إقليم" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "مدير إقليمي" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "اسم الاقليم" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "الخميس" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "الفترة الزمنية" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "اللقب" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "حقل العنوان" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "إلى" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "إلى تاريخ" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "إلى المستخدم" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "اليوم" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "مجموع العطلات" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "الثلاثاء" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "النوع" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "غير معروف" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "تحديث" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "تحميل" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "المستعمل" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "اسم المستخدم" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "الصلاحية" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "القيمة" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "الموقع" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "الأربعاء" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "العطلة الأسبوعية" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "ال WhatsApp" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "عرض" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "يوم عمل" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "ساعات العمل" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "أنت" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "تمت إزالة واجبك في {0} {1} بواسطة {2}" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "أزرق" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "تعليق" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "أخضر" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "قائمة" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "البرتقالي" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "أرجواني" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "أحمر" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "إلى" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "الأصفر" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/bs.po b/crm/locale/bs.po new file mode 100644 index 00000000..2afe090d --- /dev/null +++ b/crm/locale/bs.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Bosnian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: bs\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: bs_BA\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr " (Novi)" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "1-10" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "1000+" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "11-50" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "201-500" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "501-1000" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "51-200" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "Potencijalni Klijent zahtijeva ili ime osobe ili ime organizacije" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "API ključ" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "API tajna" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "Prihvaćeno" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "Radnje" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "Aktivnost" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "Dodaj Kolonu" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "Dodaj Red" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "Dodajte sedmične praznike" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "Dodaj Kolonu" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "Dodaj Praznicima" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "Adresa" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "Sve" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "Iznos" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "Datoteka ikone s nastavkom .ico. Trebala bi biti 16 x 16 px. Generirano pomoću generatora favicona. [favicon-generator.org]" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "Godišnji Promet" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "Primjeni" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "Primijeni na" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "Primijeni na" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "Aplikacije" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "Jeste li sigurni da se želite prijaviti na svoju Frappe Cloud Nadzornu Tablu?" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "Dodijeli" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "Dodijeljeno" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "Dodjela" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "Pravilo Dodjele" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "Priloži" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "Prilozi" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "BCC" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "Nazad" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "Između" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "Brend Naziv" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "Grupno Uređivanje" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "Zauzeto" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "CC" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "CSV" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "Detalji poziva" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "Poziv Primljen Od" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "Pozivi" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "Kamera" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "Otkaži" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "Otkazano" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "Uhvati" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "Očisti" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "Obriši Dodjelu" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "Očisti Tabelu" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "Zatvori" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "Sklopi" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "Sklopivo" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "Boja" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "Kolona" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "Kolone" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "Komentar" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "Komentari" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "Završeno" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "Računar" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "Uslov" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "Potvrdi" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "Kontakt" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "Kontaktirajte nas" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "Kontakti" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "Sadržaj" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "Vrsta sadržaja" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "Pretvoreno" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "Kreiraj" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "Kreiraj Potencijalnog Klijenta" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "Kreiraj" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "Valuta" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "Podaci" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "Datum" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "Odgovorni" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "Standard" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "Standard Prioritet" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "Zadane postavke" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "Izbriši" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "Opis" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "Radni Prostor" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "Detalji" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "Onemogući" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "Odbaci" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "DocType" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "Doctype" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "Tip Dokumenta" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "Gotovo" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "Preuzmi" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "Povuci i Ispusti datoteke ovdje ili ih učitaj iz" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "Ispusti datoteke ovdje" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "Krajnji Rok" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "Kopiraj" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "Trajanje" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "Uredi" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "Uredi Bilješku" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "E-pošta" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "E-pošta poslana u" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "Šablon e-pošte" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "E-pošta" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "Prazno" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "Omogući" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "Omogućeno" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "Datum završetka" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "Vrijeme Završetka" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "Unesi {0}" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "Jednako" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "Grеška" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "Excel" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "Proširi" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "Isteklo" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "Izvoz" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "Tip Izvoza" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "Neuspješno" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "Polje" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "Filter" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "Filteri" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "Ime" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "Prvi Odgovor" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "Rok za Prvi Odgovor" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "Vrijeme Prvog Odgovora" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "Forma" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "Petak" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "Od" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "Od Datuma" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "Od korisnika" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "Ispunjeno" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "Puno Ime" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "Rod" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "Općenito" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "Grupiši po" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "Sakriveno" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "Sakrij" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "Visoki" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "Lista Praznika" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "Naziv Liste Praznika" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "Praznici" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "ID" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "Ikona" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "Slika" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "U" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "U Toku" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "Dolazeći" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "Industrija" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "Pokrenut" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "Integracije" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "Je" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "Je Standard" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "Grupa" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "Primarno je" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "Je standardno" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "JSON" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "Naziv Posla" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "Kanban" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "Postavke Oglasne Table" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "Ključ" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "Oznaka" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "Zadnji mjesec" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "Prezime" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "Zadnji kvartal" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "Prošle sedmice" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "Prošle godine" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "Potencijalni Klijent" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "Detalji Potencijalnog Klijenta" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "Naziv Potencijalnog Klijenta" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "Odgovorni" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "Odgovorni za Potencijalnog Klijenta ne može biti isti kao i adresa e-pošte potencijalnog klijenta" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "Potencijalni Klijenti" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "Lijevo" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "Biblioteka" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "Lajk" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "Veza" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "Veze" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "Lista" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "Učitaj Još" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "Učitavanje u toku..." + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "Dnevnik" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "Prijavi se na Frappe Cloud?" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "Logo" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "Nisko" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "Napravi {0}" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "Ručno" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "Označi sve kao pročitano" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "Srednje" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "Spominjanje" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "Poruka" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "Srednje ime" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "Mobilni Broj" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "Mobilni Broj" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "Ponedjeljak" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "Naziv" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "Imenovanje serije" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "Novi" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "Nova Adresa" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "Novi Kontakt" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "Nova e-pošta" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "Nova Napomena" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "Novi Zadatak" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "Ne" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "Bez Odgovora" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "Nema podataka" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "Nema novih obavijesti" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "Nije pronađeno {0}" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "Personalni Broj" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "Nije Jednako" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "Nije u" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "Nije Kao" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "Nespremljeno" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "Napomena" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "Napomene" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "Obavijest" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "Obavještenja" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "Broj" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "Stari Nadređeni" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "Samo jedan {0} može biti postavljen kao primarni." + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "Opcije" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "Sortiraj prema" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "Organizacija" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "Naziv Organizacije" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "Ostalo" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "Odlazno" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "Odgovorni" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "Na čekanju" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "Telefon" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "Pozicija" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "Primarni" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "Prioriteti" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "Prioritet" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "Privatno" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "Vjerovatnoća" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "Profil" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "Javno" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "U Redu" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "Brzi Unos" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "Brzi Filteri" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "Čitaj" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "URL Snimanja" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "Referentni Doctype" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "Referentna vrsta dokumenta" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "Referentni Naziv" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "Osvježi" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "Odbij" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "Ukloni" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "Ukloni kolonu" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "Ukloni sekciju" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "Ukloni karticu" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "Odgovor" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "Odgovori Svima" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "Poništi" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "Poništi Promjene" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "Odgovor od" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "Detalji Odgovora" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "Vrati" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "Rich Text" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "Desno" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "Zvoni" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "Uloga" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "Ruta" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "Upravitelj Prodaje" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "Korisnik Prodaje" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "Titula" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "Subota" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "Spremi" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "Skripta" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "Odjeljak" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "Odaberi {0}" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "Pošalji" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "Separator" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "Numeričke Serije" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "Postavke" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "Prikaži" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "Stavke bočne trake" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "Izvor" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "Naziv Izvora" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "Start Datum" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "Vrijeme Početka" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "Status" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "Poddomena" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "Predmet" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "Uspjeh" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "Nedjelja" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "Upravitelj Sistema" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "Zadatak" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "Zadaci" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "Distrikt" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "Upravitelj Distrikta" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "Naziv Distrikta" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "Četvrtak" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "Vremenski Razmak" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "Naziv" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "Polje naslova" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "Do" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "Do Datuma" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "Za Korisnika" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "Danas" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "Ukupno Praznika" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "Utorak" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "Tip" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "Nepoznat" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "Ažuriraj" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "Učitaj" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "Učitaj Sliku" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "Korisnik" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "Korisničko ime" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "Validnost" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "Vrijednost" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "Web Stranica" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "Srijeda" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "Neradni Dan" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "WhatsApp" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "Širina" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "Radni Dan" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "Radno Vrijeme" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "Vi" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "Vašu dodjelu {0} {1} je uklonio {2}" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "plava" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "komentar" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "cijan" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "sivo" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "zeleno" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "oznaka" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "lista" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "narandžasta" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "roze" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "ljubičasta" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "crveno" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "do" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "žuta" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/de.po b/crm/locale/de.po new file mode 100644 index 00000000..d23ddd2d --- /dev/null +++ b/crm/locale/de.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: de_DE\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr " (Neu)" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "1-10" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "1000+" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "11-50" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "201-500" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "501-1000" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "51-200" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "Ein Interessent benötigt entweder den Namen einer Person oder den Namen einer Organisation" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "API-Schlüssel" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "API-Geheimnis" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "Akzeptiert" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "Aktionen" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "Aktivität" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "Spalte hinzufügen" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "Zeile hinzufügen" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "Wöchentlich freie Tage hinzufügen" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "Spalte hinzufügen" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "Zu arbeitsfreien Tagen hinzufügen" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "Adresse" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "Alle" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "Betrag" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "Eine Icon-Datei mit ICO-Erweiterung. Sie sollte 16 x 16 pixel groß sein. Wurde unter Verwendung eines Favicon-Generators erstellt. [favicon-generator.org]" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "Jahresumsatz" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "Anwenden" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "Anwenden auf" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "Anwenden auf" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "Apps" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "Zuweisen an" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "Zugewiesen zu" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "Zuordnung" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "Zuweisungsregel" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "Anhängen" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "Anhänge" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "BCC" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "Zurück" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "Zwischen" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "Markenname" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "Massenbearbeitung" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "Beschäftigt" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "CC" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "CSV" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "Anrufdetails" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "Anruf empfangen von" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "Anrufe" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "Kamera" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "Abbrechen" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "Abgebrochen" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "Erfassen" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "Löschen" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "Zuweisung löschen" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "Tabelle leeren" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "Schließen" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "Zuklappen" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "Faltbar" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "Farbe" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "Spalte" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "Spalten" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "Kommentar" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "Kommentare" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "Abgeschlossen" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "Rechner" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "Bedingung" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "Bestätigen" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "Kontakt" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "Kontakt" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "Kontakte" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "Inhalt" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "Inhaltstyp" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "umgewandelt" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "Erstellen" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "Interessent erstellen" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "Neuen Eintrag erstellen" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "Währung" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "Daten" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "Datum" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "Besitzer des Deals" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "Standard" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "Standardpriorität" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "Standardeinstellungen" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "Löschen" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "Beschreibung" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "Details" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "Deaktivieren" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "Verwerfen" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "DocType" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "DocType" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "Dokumententyp" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "Erledigt" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "Herunterladen" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "Ziehen Sie die Dateien hierher oder laden Sie sie von" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "Dateien hier ablegen" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "Fälligkeitsdatum" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "Duplizieren" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "Dauer" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "Bearbeiten" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "Notiz bearbeiten" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "E-Mail" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "E-Mail gesendet am" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "E-Mail-Vorlagen" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "E-Mails" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "Leer" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "ermöglichen" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "Aktiviert" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "Enddatum" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "Endzeit" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "ist gleich" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "Fehler" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "Excel" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "Erweitern" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "Verfallen" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "Exportieren" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "Exporttyp" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "Fehlgeschlagen" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "Feld" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "Filter" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "Filter" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "Vorname" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "Zuerst geantwortet auf" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "Erste Antwort fällig" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "Erste Antwortzeit" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "Formular" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "Freitag" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "Von" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "Von-Datum" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "Von Benutzer" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "Erfüllt" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "Vollständiger Name" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "Geschlecht" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "Allgemein" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "Gruppiere nach" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "Versteckt" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "Ausblenden" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "Hoch" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "Feiertagsliste" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "Name der Feiertagsliste" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "Arbeitsfreie Tage" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "ID" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "Symbol" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "Bild" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "in" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "In Bearbeitung" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "Eingehend" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "Industrie" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "Initiiert" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "Einbindungen" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "Ist" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "Ist Standard" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "Ist Gruppe" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "Ist primär" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "Ist Standard" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "JSON" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "Stellenbezeichnung" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "Kanban" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "Kanban-Einstellungen" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "Schlüssel" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "Bezeichnung" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "Vergangener Monat" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "Nachname" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "Vergangenes Quartal" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "Vergangene Woche" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "Vergangenes Jahr" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "Interessent" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "Einzelheiten zum Interessent" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "Name Interessent" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "Verantwortlicher" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "Der Eigentümer des Interessenten darf nicht mit der E-Mail-Adresse des Interessenten übereinstimmen" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "Interessenten" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "Links" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "Bibliothek" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "Wie" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "Verknüpfung" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "Verknüpfungen" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "Liste" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "Mehr laden" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "Laden ..." + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "Protokoll" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "Melden Sie sich bei Frappe Cloud an?" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "Logo" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "Niedrig" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "{0} machen" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "Manuell" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "Alle als gelesen markieren" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "Mittel" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "Erwähnen" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "Nachricht" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "Zweiter Vorname" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "Mobilfunknummer" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "Mobilfunknummer" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "Montag" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "Name" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "Nummernkreis" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "Neu" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "Neue Adresse" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "Neuer Kontakt" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "Neue E-Mail" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "Neue Notiz" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "Neue Aufgabe" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "Nein" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "Keine Antwort" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "Keine Daten" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "Keine neuen Benachrichtigungen" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "Kein {0} gefunden" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "Anzahl Mitarbeiter" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "Ungleich" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "Nicht in" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "Nicht wie" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "Nicht gespeichert" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "Anmerkung" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "Anmerkungen" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "Benachrichtigung" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "Benachrichtigungen" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "Nummer" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "Alte übergeordnetes Element" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "Es kann nur eine {0} als primäre festgelegt werden." + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "Optionen" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "Sortieren nach" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "Firma" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "Firmenname" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "Andere" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "Ausgang" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "Besitzer" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "Ausstehend" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "Telefon" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "Position" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "Primär" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "Prioritäten" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "Priorität" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "Privat" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "Warscheinlichkeit" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "Profil" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "Öffentlich" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "In der Warteschlange" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "Schnelleingabe" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "Schnellfilter" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "Lesen" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "Aufzeichnungs-URL" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "Referenztyp" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "Referenz-Dokumententyp" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "Referenzname" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "Aktualisieren" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "Ablehnen" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "Entfernen" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "Spalte entfernen" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "Abschnitt entfernen" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "Registerkarte entfernen" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "Antworten" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "Allen antworten" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "Zurücksetzen" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "Änderungen zurücksetzen" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "Antwort von" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "Antwortdetails" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "Wiederherstellen" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "Rich-Text" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "Rechts" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "Es klingelt" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "Rolle" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "Pfad" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "Vertriebsleiter" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "Nutzer Vertrieb" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "Anrede" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "Samstag" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "Speichern" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "Skript" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "Sektion" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "{0} auswählen" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "Absenden" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "Trenner" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "Nummernkreis" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "Einstellungen" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "Anzeigen" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "Elemente der Seitenleiste" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "Quelle" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "Quellenname" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "Startdatum" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "Startzeit" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "Status" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "Unterdomäne" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "Betreff" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "Erfolg" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "Sonntag" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "System-Manager" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "Vorgang" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "Aufgaben" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "Gebiet" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "Gebietsleiter" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "Name der Region (Gebiet)" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "Donnerstag" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "Zeitspanne" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "Bezeichnung" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "Bezeichnungs-Feld" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "An" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "Bis-Datum" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "An Benutzer" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "Heute" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "Insgesamt freie Tage" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "Dienstag" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "Typ" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "Unbekannt" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "Aktualisieren" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "Hochladen" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "Bild hochladen" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "Nutzer" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "Nutzername" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "Gültigkeit" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "Wert" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "Webseite" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "Mittwoch" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "Wöchentlich frei" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "WhatsApp" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "Breite" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "Werktag" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "Arbeitszeit" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "Sie" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "Ihre Zuordnung zu {0} {1} wurde von {2} entfernt" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "Blau" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "Kommentar" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "türkis" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "grau" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "Grün" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "bezeichnung" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "Liste" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "Orange" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "rosa" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "lila" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "rot" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "An" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "Gelb" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/eo.po b/crm/locale/eo.po new file mode 100644 index 00000000..4a7ea325 --- /dev/null +++ b/crm/locale/eo.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Esperanto\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: eo\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: eo_UY\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr "crwdns152667:0crwdne152667:0" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "crwdns152669:0crwdne152669:0" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "crwdns152671:0crwdne152671:0" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "crwdns152673:0crwdne152673:0" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "crwdns152675:0crwdne152675:0" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "crwdns152677:0crwdne152677:0" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "crwdns152679:0crwdne152679:0" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "crwdns152681:0crwdne152681:0" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "crwdns152683:0crwdne152683:0" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "crwdns152685:0crwdne152685:0" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "crwdns152687:0{{ lead_name }}crwdnd152687:0{{ grand_total }}crwdne152687:0" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "crwdns152689:0crwdne152689:0" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "crwdns152691:0crwdne152691:0" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "crwdns152693:0crwdne152693:0" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "crwdns152695:0crwdne152695:0" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "crwdns152697:0crwdne152697:0" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "crwdns152699:0crwdne152699:0" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "crwdns152701:0crwdne152701:0" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "crwdns152703:0crwdne152703:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "crwdns152705:0crwdne152705:0" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "crwdns152707:0crwdne152707:0" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "crwdns152709:0crwdne152709:0" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "crwdns152711:0crwdne152711:0" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "crwdns152713:0crwdne152713:0" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "crwdns152715:0crwdne152715:0" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "crwdns152717:0crwdne152717:0" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "crwdns152719:0crwdne152719:0" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "crwdns152721:0crwdne152721:0" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "crwdns152723:0crwdne152723:0" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "crwdns152725:0crwdne152725:0" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "crwdns152727:0crwdne152727:0" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "crwdns152729:0crwdne152729:0" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "crwdns152731:0crwdne152731:0" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "crwdns152733:0crwdne152733:0" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "crwdns152735:0crwdne152735:0" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "crwdns152737:0crwdne152737:0" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "crwdns152739:0crwdne152739:0" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "crwdns152741:0crwdne152741:0" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "crwdns152743:0crwdne152743:0" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "crwdns152745:0crwdne152745:0" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "crwdns152747:0crwdne152747:0" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "crwdns152749:0crwdne152749:0" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "crwdns152751:0crwdne152751:0" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "crwdns152753:0crwdne152753:0" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "crwdns152755:0crwdne152755:0" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "crwdns152757:0crwdne152757:0" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "crwdns152759:0crwdne152759:0" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "crwdns152761:0crwdne152761:0" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "crwdns152763:0crwdne152763:0" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "crwdns152765:0crwdne152765:0" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "crwdns152767:0crwdne152767:0" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "crwdns152769:0crwdne152769:0" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "crwdns152771:0crwdne152771:0" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "crwdns152773:0crwdne152773:0" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "crwdns152775:0crwdne152775:0" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "crwdns152777:0crwdne152777:0" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "crwdns152779:0crwdne152779:0" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "crwdns152781:0crwdne152781:0" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "crwdns152783:0crwdne152783:0" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "crwdns152785:0crwdne152785:0" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "crwdns152787:0crwdne152787:0" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "crwdns152789:0crwdne152789:0" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "crwdns152791:0crwdne152791:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "crwdns152793:0crwdne152793:0" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "crwdns152795:0crwdne152795:0" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "crwdns152797:0crwdne152797:0" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "crwdns152799:0crwdne152799:0" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "crwdns152801:0crwdne152801:0" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "crwdns152803:0crwdne152803:0" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "crwdns152805:0crwdne152805:0" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "crwdns152807:0crwdne152807:0" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "crwdns152809:0crwdne152809:0" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "crwdns152811:0crwdne152811:0" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "crwdns152813:0crwdne152813:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "crwdns152815:0crwdne152815:0" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "crwdns152817:0crwdne152817:0" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "crwdns152819:0crwdne152819:0" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "crwdns152821:0crwdne152821:0" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "crwdns152823:0crwdne152823:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "crwdns152825:0crwdne152825:0" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "crwdns152827:0crwdne152827:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "crwdns152829:0crwdne152829:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "crwdns152831:0crwdne152831:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "crwdns152833:0crwdne152833:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "crwdns152835:0crwdne152835:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "crwdns152837:0crwdne152837:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "crwdns152839:0crwdne152839:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "crwdns152841:0crwdne152841:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "crwdns152843:0crwdne152843:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "crwdns152845:0crwdne152845:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "crwdns152847:0crwdne152847:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "crwdns152849:0crwdne152849:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "crwdns152851:0crwdne152851:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "crwdns152853:0crwdne152853:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "crwdns152855:0crwdne152855:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "crwdns152857:0crwdne152857:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "crwdns152859:0crwdne152859:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "crwdns152861:0crwdne152861:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "crwdns152863:0crwdne152863:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "crwdns152865:0crwdne152865:0" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "crwdns152867:0crwdne152867:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "crwdns152869:0crwdne152869:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "crwdns152871:0crwdne152871:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "crwdns152873:0crwdne152873:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "crwdns152875:0crwdne152875:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "crwdns152877:0crwdne152877:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "crwdns152879:0crwdne152879:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "crwdns152881:0crwdne152881:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "crwdns152883:0crwdne152883:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "crwdns152885:0crwdne152885:0" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "crwdns152887:0crwdne152887:0" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "crwdns152889:0crwdne152889:0" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "crwdns152891:0crwdne152891:0" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "crwdns152893:0crwdne152893:0" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "crwdns152895:0crwdne152895:0" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "crwdns152897:0{0}crwdne152897:0" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "crwdns152899:0crwdne152899:0" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "crwdns152901:0crwdne152901:0" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "crwdns152903:0crwdne152903:0" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "crwdns152905:0crwdne152905:0" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "crwdns152907:0crwdne152907:0" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "crwdns152909:0crwdne152909:0" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "crwdns152911:0crwdne152911:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "crwdns152913:0crwdne152913:0" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "crwdns152915:0{0}crwdne152915:0" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "crwdns152917:0crwdne152917:0" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "crwdns152919:0crwdne152919:0" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "crwdns152921:0crwdne152921:0" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "crwdns152923:0crwdne152923:0" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "crwdns152925:0crwdne152925:0" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "crwdns152927:0crwdne152927:0" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "crwdns152929:0crwdne152929:0" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "crwdns152931:0crwdne152931:0" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "crwdns152933:0crwdne152933:0" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "crwdns152935:0crwdne152935:0" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "crwdns152937:0crwdne152937:0" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "crwdns152939:0crwdne152939:0" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "crwdns152941:0crwdne152941:0" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "crwdns152943:0crwdne152943:0" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "crwdns152945:0crwdne152945:0" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "crwdns152947:0crwdne152947:0" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "crwdns152949:0crwdne152949:0" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "crwdns152951:0crwdne152951:0" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "crwdns152953:0crwdne152953:0" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "crwdns152955:0crwdne152955:0" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "crwdns152957:0crwdne152957:0" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "crwdns152959:0crwdne152959:0" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "crwdns152961:0crwdne152961:0" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "crwdns152963:0crwdne152963:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "crwdns152965:0crwdne152965:0" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "crwdns152967:0crwdne152967:0" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "crwdns152969:0crwdne152969:0" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "crwdns152971:0crwdne152971:0" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "crwdns152973:0crwdne152973:0" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "crwdns152975:0crwdne152975:0" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "crwdns152977:0crwdne152977:0" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "crwdns152979:0crwdne152979:0" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "crwdns152981:0crwdne152981:0" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "crwdns152983:0{0}crwdne152983:0" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "crwdns152985:0crwdne152985:0" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "crwdns152987:0crwdne152987:0" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "crwdns152989:0crwdne152989:0" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "crwdns152991:0crwdne152991:0" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "crwdns152993:0crwdne152993:0" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "crwdns152995:0crwdne152995:0" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "crwdns152997:0crwdne152997:0" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "crwdns152999:0crwdne152999:0" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "crwdns153001:0crwdne153001:0" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "crwdns153003:0crwdne153003:0" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "crwdns153005:0crwdne153005:0" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "crwdns153007:0crwdne153007:0" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "crwdns153009:0crwdne153009:0" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "crwdns153011:0crwdne153011:0" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "crwdns153013:0crwdne153013:0" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "crwdns153015:0crwdne153015:0" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "crwdns153017:0crwdne153017:0" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "crwdns153019:0crwdne153019:0" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "crwdns153021:0crwdne153021:0" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "crwdns153023:0crwdne153023:0" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "crwdns153025:0crwdne153025:0" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "crwdns153027:0crwdne153027:0" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "crwdns153029:0crwdne153029:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "crwdns153031:0crwdne153031:0" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "crwdns153033:0crwdne153033:0" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "crwdns153035:0crwdne153035:0" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "crwdns153037:0crwdne153037:0" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "crwdns153039:0crwdne153039:0" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "crwdns153041:0crwdne153041:0" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "crwdns153043:0crwdne153043:0" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "crwdns153045:0crwdne153045:0" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "crwdns153047:0crwdne153047:0" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "crwdns153049:0{{ lead_name }}crwdnd153049:0{{ grand_total }}crwdne153049:0" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "crwdns153051:0crwdne153051:0" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "crwdns153053:0crwdne153053:0" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "crwdns153055:0crwdne153055:0" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "crwdns153057:0{0}crwdne153057:0" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "crwdns153059:0crwdne153059:0" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "crwdns153061:0crwdne153061:0" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "crwdns153063:0crwdne153063:0" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "crwdns153065:0crwdne153065:0" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "crwdns153067:0crwdne153067:0" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "crwdns153069:0crwdne153069:0" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "crwdns153071:0crwdne153071:0" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "crwdns153073:0crwdne153073:0" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "crwdns153075:0crwdne153075:0" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "crwdns153077:0crwdne153077:0" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "crwdns153079:0crwdne153079:0" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "crwdns153081:0crwdne153081:0" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "crwdns153083:0crwdne153083:0" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "crwdns153085:0crwdne153085:0" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "crwdns153087:0crwdne153087:0" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "crwdns153089:0crwdne153089:0" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "crwdns153091:0crwdne153091:0" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "crwdns153093:0crwdne153093:0" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "crwdns153095:0crwdne153095:0" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "crwdns153097:0crwdne153097:0" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "crwdns153099:0crwdne153099:0" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "crwdns153101:0crwdne153101:0" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "crwdns153103:0crwdne153103:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "crwdns153105:0crwdne153105:0" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "crwdns153107:0crwdne153107:0" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "crwdns153109:0crwdne153109:0" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "crwdns153111:0crwdne153111:0" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "crwdns153113:0crwdne153113:0" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "crwdns153115:0crwdne153115:0" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "crwdns153117:0crwdne153117:0" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "crwdns153119:0crwdne153119:0" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "crwdns153121:0crwdne153121:0" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "crwdns153123:0crwdne153123:0" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "crwdns153125:0crwdne153125:0" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "crwdns153127:0crwdne153127:0" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "crwdns153129:0crwdne153129:0" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "crwdns153131:0crwdne153131:0" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "crwdns153133:0crwdne153133:0" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "crwdns153135:0crwdne153135:0" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "crwdns153137:0crwdne153137:0" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "crwdns153139:0crwdne153139:0" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "crwdns153141:0crwdne153141:0" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "crwdns153143:0crwdne153143:0" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "crwdns153145:0crwdne153145:0" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "crwdns153147:0crwdne153147:0" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "crwdns153149:0crwdne153149:0" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "crwdns153151:0crwdne153151:0" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "crwdns153153:0crwdne153153:0" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "crwdns153155:0crwdne153155:0" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "crwdns153157:0crwdne153157:0" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "crwdns153159:0crwdne153159:0" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "crwdns153161:0crwdne153161:0" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "crwdns153163:0crwdne153163:0" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "crwdns153165:0{0}crwdne153165:0" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "crwdns153167:0crwdne153167:0" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "crwdns153169:0crwdne153169:0" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "crwdns153171:0crwdne153171:0" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "crwdns153173:0crwdne153173:0" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "crwdns153175:0crwdne153175:0" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "crwdns153177:0crwdne153177:0" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "crwdns153179:0crwdne153179:0" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "crwdns153181:0crwdne153181:0" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "crwdns153183:0crwdne153183:0" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "crwdns153185:0crwdne153185:0" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "crwdns153187:0crwdne153187:0" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "crwdns153189:0crwdne153189:0" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "crwdns153191:0{0}crwdne153191:0" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "crwdns153193:0crwdne153193:0" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "crwdns153195:0crwdne153195:0" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "crwdns153197:0crwdne153197:0" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "crwdns153199:0crwdne153199:0" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "crwdns153201:0crwdne153201:0" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "crwdns153203:0crwdne153203:0" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "crwdns153205:0crwdne153205:0" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "crwdns153207:0crwdne153207:0" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "crwdns153209:0crwdne153209:0" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "crwdns153211:0crwdne153211:0" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "crwdns153213:0crwdne153213:0" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "crwdns153215:0crwdne153215:0" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "crwdns153217:0crwdne153217:0" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "crwdns153219:0crwdne153219:0" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "crwdns153221:0crwdne153221:0" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "crwdns153223:0{0}crwdne153223:0" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "crwdns153225:0crwdne153225:0" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "crwdns153227:0crwdne153227:0" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "crwdns153229:0crwdne153229:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "crwdns153231:0crwdne153231:0" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "crwdns153233:0crwdne153233:0" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "crwdns153235:0{0}crwdne153235:0" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "crwdns153237:0crwdne153237:0" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "crwdns153239:0crwdne153239:0" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "crwdns153241:0crwdne153241:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "crwdns153243:0crwdne153243:0" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "crwdns153245:0crwdne153245:0" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "crwdns153247:0crwdne153247:0" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "crwdns153249:0crwdne153249:0" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "crwdns153251:0crwdne153251:0" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "crwdns153253:0crwdne153253:0" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "crwdns153255:0{0}crwdnd153255:0{1}crwdne153255:0" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "crwdns153257:0{0}crwdnd153257:0{1}crwdnd153257:0{2}crwdne153257:0" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "crwdns153259:0crwdne153259:0" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "crwdns153261:0crwdne153261:0" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "crwdns153263:0crwdne153263:0" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "crwdns153265:0crwdne153265:0" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "crwdns153267:0crwdne153267:0" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "crwdns153269:0crwdne153269:0" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "crwdns153271:0crwdne153271:0" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "crwdns153273:0crwdne153273:0" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "crwdns153275:0crwdne153275:0" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "crwdns153277:0crwdne153277:0" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "crwdns153279:0crwdne153279:0" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "crwdns153281:0crwdne153281:0" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "crwdns153283:0crwdne153283:0" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "crwdns153285:0crwdne153285:0" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "crwdns153287:0crwdne153287:0" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "crwdns153289:0crwdne153289:0" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "crwdns153291:0crwdne153291:0" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "crwdns153293:0crwdne153293:0" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "crwdns153295:0crwdne153295:0" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "crwdns153297:0crwdne153297:0" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "crwdns153299:0crwdne153299:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "crwdns153301:0crwdne153301:0" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "crwdns153303:0crwdne153303:0" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "crwdns153305:0crwdne153305:0" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "crwdns153307:0crwdne153307:0" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "crwdns153309:0crwdne153309:0" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "crwdns153311:0crwdne153311:0" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "crwdns153313:0crwdne153313:0" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "crwdns153315:0crwdne153315:0" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "crwdns153317:0crwdne153317:0" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "crwdns153319:0crwdne153319:0" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "crwdns153321:0crwdne153321:0" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "crwdns153323:0crwdne153323:0" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "crwdns153325:0crwdne153325:0" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "crwdns153327:0crwdne153327:0" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "crwdns153329:0crwdne153329:0" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "crwdns153331:0crwdne153331:0" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "crwdns153333:0crwdne153333:0" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "crwdns153335:0crwdne153335:0" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "crwdns153337:0crwdne153337:0" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "crwdns153339:0crwdne153339:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "crwdns153341:0crwdne153341:0" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "crwdns153343:0crwdne153343:0" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "crwdns153345:0crwdne153345:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "crwdns153347:0crwdne153347:0" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "crwdns153349:0crwdne153349:0" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "crwdns153351:0crwdne153351:0" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "crwdns153353:0crwdne153353:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "crwdns153355:0crwdne153355:0" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "crwdns153357:0crwdne153357:0" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "crwdns153359:0crwdne153359:0" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "crwdns153361:0crwdne153361:0" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "crwdns153363:0crwdne153363:0" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "crwdns153365:0crwdne153365:0" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "crwdns153367:0crwdne153367:0" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "crwdns153369:0crwdne153369:0" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "crwdns153371:0crwdne153371:0" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "crwdns153373:0crwdne153373:0" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "crwdns153375:0crwdne153375:0" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "crwdns153377:0crwdne153377:0" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "crwdns153379:0crwdne153379:0" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "crwdns153381:0crwdne153381:0" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "crwdns153383:0crwdne153383:0" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "crwdns153385:0crwdne153385:0" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "crwdns153387:0crwdne153387:0" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "crwdns153389:0crwdne153389:0" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "crwdns153391:0crwdne153391:0" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "crwdns153393:0crwdne153393:0" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "crwdns153395:0crwdne153395:0" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "crwdns153397:0crwdne153397:0" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "crwdns153399:0crwdne153399:0" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "crwdns153401:0crwdne153401:0" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "crwdns153403:0crwdne153403:0" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "crwdns153405:0crwdne153405:0" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "crwdns153407:0crwdne153407:0" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "crwdns153409:0crwdne153409:0" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "crwdns153411:0crwdne153411:0" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "crwdns153413:0crwdne153413:0" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "crwdns153415:0crwdne153415:0" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "crwdns153417:0crwdne153417:0" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "crwdns153419:0crwdne153419:0" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "crwdns153421:0crwdne153421:0" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "crwdns153423:0crwdne153423:0" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "crwdns153425:0crwdne153425:0" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "crwdns153427:0crwdne153427:0" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "crwdns153429:0crwdne153429:0" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "crwdns153431:0crwdne153431:0" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "crwdns153433:0crwdne153433:0" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "crwdns153435:0crwdne153435:0" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "crwdns153437:0crwdne153437:0" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "crwdns153439:0crwdne153439:0" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "crwdns153441:0crwdne153441:0" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "crwdns153443:0crwdne153443:0" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "crwdns153445:0crwdne153445:0" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "crwdns153447:0crwdne153447:0" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "crwdns153449:0crwdne153449:0" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "crwdns153451:0crwdne153451:0" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "crwdns153453:0crwdne153453:0" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "crwdns153455:0crwdne153455:0" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "crwdns153457:0crwdne153457:0" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "crwdns153459:0crwdne153459:0" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "crwdns153461:0crwdne153461:0" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "crwdns153463:0crwdne153463:0" + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "crwdns153465:0crwdne153465:0" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "crwdns153467:0crwdne153467:0" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "crwdns153469:0crwdne153469:0" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "crwdns153471:0crwdne153471:0" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "crwdns153473:0crwdne153473:0" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "crwdns153475:0crwdne153475:0" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "crwdns153477:0crwdne153477:0" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "crwdns153479:0crwdne153479:0" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "crwdns153481:0crwdne153481:0" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "crwdns153483:0crwdne153483:0" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "crwdns153485:0{0}crwdne153485:0" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "crwdns153487:0crwdne153487:0" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "crwdns153489:0crwdne153489:0" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "crwdns153491:0crwdne153491:0" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "crwdns153493:0{0}crwdne153493:0" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "crwdns153495:0{0}crwdne153495:0" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "crwdns153497:0crwdne153497:0" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "crwdns153499:0crwdne153499:0" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "crwdns153501:0crwdne153501:0" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "crwdns153503:0crwdne153503:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "crwdns153505:0crwdne153505:0" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "crwdns153507:0crwdne153507:0" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "crwdns153509:0crwdne153509:0" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "crwdns153511:0crwdne153511:0" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "crwdns153513:0crwdne153513:0" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "crwdns153515:0crwdne153515:0" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "crwdns153517:0crwdne153517:0" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "crwdns153519:0crwdne153519:0" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "crwdns153521:0crwdne153521:0" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "crwdns153523:0crwdne153523:0" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "crwdns153525:0crwdne153525:0" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "crwdns153527:0crwdne153527:0" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "crwdns153529:0crwdne153529:0" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "crwdns153531:0crwdne153531:0" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "crwdns153533:0crwdne153533:0" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "crwdns153535:0crwdne153535:0" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "crwdns153537:0crwdne153537:0" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "crwdns153539:0crwdne153539:0" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "crwdns153541:0crwdne153541:0" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "crwdns153543:0crwdne153543:0" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "crwdns153545:0crwdne153545:0" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "crwdns153547:0crwdne153547:0" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "crwdns153549:0crwdne153549:0" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "crwdns153551:0crwdne153551:0" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "crwdns153553:0crwdne153553:0" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "crwdns153555:0crwdne153555:0" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "crwdns153557:0crwdne153557:0" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "crwdns153559:0crwdne153559:0" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "crwdns153561:0crwdne153561:0" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "crwdns153563:0crwdne153563:0" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "crwdns153565:0crwdne153565:0" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "crwdns153567:0crwdne153567:0" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "crwdns153569:0crwdne153569:0" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "crwdns153571:0crwdne153571:0" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "crwdns153573:0crwdne153573:0" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "crwdns153575:0crwdne153575:0" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "crwdns153577:0crwdne153577:0" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "crwdns153579:0crwdne153579:0" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "crwdns153581:0crwdne153581:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "crwdns153583:0crwdne153583:0" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "crwdns153585:0crwdne153585:0" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "crwdns153587:0crwdne153587:0" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "crwdns153589:0crwdne153589:0" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "crwdns153591:0crwdne153591:0" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "crwdns153593:0crwdne153593:0" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "crwdns153595:0crwdne153595:0" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "crwdns153597:0crwdne153597:0" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "crwdns153599:0crwdne153599:0" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "crwdns153601:0crwdne153601:0" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "crwdns153603:0crwdne153603:0" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "crwdns153605:0crwdne153605:0" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "crwdns153607:0{0}crwdne153607:0" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "crwdns153609:0{0}crwdne153609:0" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "crwdns153611:0crwdne153611:0" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "crwdns153613:0crwdne153613:0" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "crwdns153615:0crwdne153615:0" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "crwdns153617:0crwdne153617:0" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "crwdns153619:0crwdne153619:0" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "crwdns153621:0crwdne153621:0" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "crwdns153623:0crwdne153623:0" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "crwdns153625:0crwdne153625:0" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "crwdns153627:0crwdne153627:0" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "crwdns153629:0crwdne153629:0" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "crwdns153631:0crwdne153631:0" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "crwdns153633:0crwdne153633:0" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "crwdns153635:0crwdne153635:0" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "crwdns153637:0crwdne153637:0" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "crwdns153639:0crwdne153639:0" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "crwdns153641:0crwdne153641:0" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "crwdns153643:0crwdne153643:0" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "crwdns153645:0crwdne153645:0" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "crwdns153647:0crwdne153647:0" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "crwdns153649:0crwdne153649:0" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "crwdns153651:0crwdne153651:0" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "crwdns153653:0{0}crwdne153653:0" + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "crwdns153655:0crwdne153655:0" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "crwdns153657:0crwdne153657:0" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "crwdns153659:0crwdne153659:0" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "crwdns153661:0crwdne153661:0" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "crwdns153663:0crwdne153663:0" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "crwdns153665:0crwdne153665:0" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "crwdns153667:0crwdne153667:0" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "crwdns153669:0crwdne153669:0" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "crwdns153671:0crwdne153671:0" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "crwdns153673:0crwdne153673:0" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "crwdns153675:0crwdne153675:0" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "crwdns153677:0crwdne153677:0" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "crwdns153679:0crwdne153679:0" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "crwdns153681:0crwdne153681:0" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "crwdns153683:0crwdne153683:0" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "crwdns153685:0crwdne153685:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "crwdns153687:0crwdne153687:0" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "crwdns153689:0crwdne153689:0" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "crwdns153691:0crwdne153691:0" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "crwdns153693:0crwdne153693:0" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "crwdns153695:0crwdne153695:0" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "crwdns153697:0{{ name }}crwdne153697:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "crwdns153699:0crwdne153699:0" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "crwdns153701:0crwdne153701:0" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "crwdns153703:0crwdne153703:0" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "crwdns153705:0crwdne153705:0" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "crwdns153707:0crwdne153707:0" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "crwdns153709:0crwdne153709:0" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "crwdns153711:0crwdne153711:0" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "crwdns153713:0crwdne153713:0" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "crwdns153715:0crwdne153715:0" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "crwdns153717:0crwdne153717:0" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "crwdns153719:0crwdne153719:0" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "crwdns153721:0crwdne153721:0" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "crwdns153723:0crwdne153723:0" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "crwdns153725:0crwdne153725:0" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "crwdns153727:0crwdne153727:0" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "crwdns153729:0crwdne153729:0" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "crwdns153731:0crwdne153731:0" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "crwdns153733:0crwdne153733:0" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "crwdns153735:0crwdne153735:0" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "crwdns153737:0crwdne153737:0" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "crwdns153739:0crwdne153739:0" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "crwdns153741:0crwdne153741:0" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "crwdns153743:0crwdne153743:0" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "crwdns153745:0crwdne153745:0" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "crwdns153747:0crwdne153747:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "crwdns153749:0crwdne153749:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "crwdns153751:0crwdne153751:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "crwdns153753:0crwdne153753:0" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "crwdns153755:0crwdne153755:0" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "crwdns153757:0crwdne153757:0" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "crwdns153759:0crwdne153759:0" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "crwdns153761:0crwdne153761:0" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "crwdns153763:0crwdne153763:0" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "crwdns153765:0crwdne153765:0" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "crwdns153767:0crwdne153767:0" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "crwdns153769:0crwdne153769:0" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "crwdns153771:0crwdne153771:0" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "crwdns153773:0crwdne153773:0" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "crwdns153775:0crwdne153775:0" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "crwdns153777:0crwdne153777:0" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "crwdns153779:0crwdne153779:0" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "crwdns153781:0crwdne153781:0" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "crwdns153783:0crwdne153783:0" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "crwdns153785:0crwdne153785:0" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "crwdns153787:0crwdne153787:0" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "crwdns153789:0crwdne153789:0" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "crwdns153791:0crwdne153791:0" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "crwdns153793:0crwdne153793:0" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "crwdns153795:0crwdne153795:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "crwdns153797:0crwdne153797:0" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "crwdns153799:0crwdne153799:0" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "crwdns153801:0crwdne153801:0" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "crwdns153803:0crwdne153803:0" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "crwdns153805:0crwdne153805:0" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "crwdns153807:0crwdne153807:0" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "crwdns153809:0crwdne153809:0" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "crwdns153811:0crwdne153811:0" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "crwdns153813:0crwdne153813:0" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "crwdns153815:0crwdne153815:0" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "crwdns153817:0crwdne153817:0" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "crwdns153819:0crwdne153819:0" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "crwdns153821:0crwdne153821:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "crwdns153823:0crwdne153823:0" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "crwdns153825:0crwdne153825:0" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "crwdns153827:0crwdne153827:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "crwdns153829:0crwdne153829:0" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "crwdns153831:0crwdne153831:0" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "crwdns153833:0crwdne153833:0" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "crwdns153835:0crwdne153835:0" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "crwdns153837:0crwdne153837:0" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "crwdns153839:0crwdne153839:0" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "crwdns153841:0crwdne153841:0" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "crwdns153843:0crwdne153843:0" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "crwdns153845:0crwdne153845:0" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "crwdns153847:0crwdne153847:0" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "crwdns153849:0crwdne153849:0" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "crwdns153851:0crwdne153851:0" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "crwdns153853:0crwdne153853:0" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "crwdns153855:0crwdne153855:0" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "crwdns153857:0crwdne153857:0" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "crwdns153859:0crwdne153859:0" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "crwdns153861:0crwdne153861:0" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "crwdns153863:0crwdne153863:0" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "crwdns153865:0{0}crwdne153865:0" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "crwdns153867:0crwdne153867:0" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "crwdns153869:0crwdne153869:0" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "crwdns153871:0crwdne153871:0" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "crwdns153873:0crwdne153873:0" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "crwdns153875:0crwdne153875:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "crwdns153877:0crwdne153877:0" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "crwdns153879:0crwdne153879:0" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "crwdns153881:0crwdne153881:0" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "crwdns153883:0crwdne153883:0" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "crwdns153885:0crwdne153885:0" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "crwdns153887:0crwdne153887:0" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "crwdns153889:0crwdne153889:0" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "crwdns153891:0crwdne153891:0" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "crwdns153893:0crwdne153893:0" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "crwdns153895:0crwdne153895:0" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "crwdns153897:0crwdne153897:0" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "crwdns153899:0crwdne153899:0" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "crwdns153901:0crwdne153901:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "crwdns153903:0crwdne153903:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "crwdns153905:0crwdne153905:0" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "crwdns153907:0crwdne153907:0" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "crwdns153909:0crwdne153909:0" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "crwdns153911:0crwdne153911:0" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "crwdns153913:0crwdne153913:0" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "crwdns153915:0crwdne153915:0" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "crwdns153917:0crwdne153917:0" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "crwdns153919:0crwdne153919:0" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "crwdns153921:0crwdne153921:0" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "crwdns153923:0crwdne153923:0" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "crwdns153925:0crwdne153925:0" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "crwdns153927:0crwdne153927:0" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "crwdns153929:0crwdne153929:0" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "crwdns153931:0crwdne153931:0" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "crwdns153933:0crwdne153933:0" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "crwdns153935:0{0}crwdne153935:0" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "crwdns153937:0crwdne153937:0" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "crwdns153939:0crwdne153939:0" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "crwdns153941:0crwdne153941:0" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "crwdns153943:0crwdne153943:0" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "crwdns153945:0crwdne153945:0" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "crwdns153947:0crwdne153947:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "crwdns153949:0crwdne153949:0" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "crwdns153951:0crwdne153951:0" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "crwdns153953:0crwdne153953:0" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "crwdns153955:0crwdne153955:0" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "crwdns153957:0crwdne153957:0" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "crwdns153959:0crwdne153959:0" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "crwdns153961:0crwdne153961:0" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "crwdns153963:0crwdne153963:0" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "crwdns153965:0crwdne153965:0" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "crwdns153967:0{0}crwdnd153967:0{1}crwdne153967:0" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "crwdns153969:0crwdne153969:0" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "crwdns153971:0crwdne153971:0" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "crwdns153973:0crwdne153973:0" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "crwdns153975:0crwdne153975:0" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "crwdns153977:0crwdne153977:0" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "crwdns153979:0crwdne153979:0" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "crwdns153981:0crwdne153981:0" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "crwdns153983:0crwdne153983:0" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "crwdns153985:0crwdne153985:0" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "crwdns153987:0crwdne153987:0" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "crwdns153989:0crwdne153989:0" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "crwdns153991:0crwdne153991:0" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "crwdns153993:0crwdne153993:0" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "crwdns153995:0crwdne153995:0" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "crwdns153997:0crwdne153997:0" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "crwdns153999:0crwdne153999:0" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "crwdns154001:0crwdne154001:0" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "crwdns154003:0crwdne154003:0" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "crwdns154005:0crwdne154005:0" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "crwdns154007:0crwdne154007:0" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "crwdns154009:0crwdne154009:0" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "crwdns154011:0crwdne154011:0" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "crwdns154013:0crwdne154013:0" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "crwdns154015:0crwdne154015:0" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "crwdns154017:0crwdne154017:0" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "crwdns154019:0crwdne154019:0" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "crwdns154021:0crwdne154021:0" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "crwdns154023:0crwdne154023:0" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "crwdns154025:0crwdne154025:0" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "crwdns154027:0crwdne154027:0" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "crwdns154029:0crwdne154029:0" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "crwdns154031:0crwdne154031:0" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "crwdns154033:0crwdne154033:0" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "crwdns154035:0crwdne154035:0" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "crwdns154037:0crwdne154037:0" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "crwdns154039:0crwdne154039:0" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "crwdns154041:0crwdne154041:0" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "crwdns154043:0{0}crwdne154043:0" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "crwdns154045:0crwdne154045:0" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "crwdns154047:0crwdne154047:0" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "crwdns154049:0crwdne154049:0" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "crwdns154051:0crwdne154051:0" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "crwdns154053:0crwdne154053:0" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "crwdns154055:0crwdne154055:0" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "crwdns154057:0crwdne154057:0" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "crwdns154059:0crwdne154059:0" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "crwdns154061:0crwdne154061:0" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "crwdns154063:0crwdne154063:0" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "crwdns154065:0crwdne154065:0" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "crwdns154067:0crwdne154067:0" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "crwdns154069:0crwdne154069:0" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "crwdns154071:0crwdne154071:0" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "crwdns154073:0crwdne154073:0" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "crwdns154075:0crwdne154075:0" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "crwdns154077:0crwdne154077:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "crwdns154079:0crwdne154079:0" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "crwdns154081:0crwdne154081:0" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "crwdns154083:0crwdne154083:0" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "crwdns154085:0crwdne154085:0" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "crwdns154087:0crwdne154087:0" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "crwdns154089:0crwdne154089:0" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "crwdns154091:0crwdne154091:0" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "crwdns154093:0crwdne154093:0" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "crwdns154095:0crwdne154095:0" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "crwdns154097:0crwdne154097:0" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "crwdns154099:0crwdne154099:0" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "crwdns154101:0crwdne154101:0" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "crwdns154103:0crwdne154103:0" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "crwdns154105:0crwdne154105:0" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "crwdns154107:0{0}crwdnd154107:0{1}crwdnd154107:0{2}crwdne154107:0" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "crwdns154109:0crwdne154109:0" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "crwdns154111:0crwdne154111:0" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "crwdns154113:0crwdne154113:0" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "crwdns154115:0crwdne154115:0" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "crwdns154117:0crwdne154117:0" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "crwdns154119:0crwdne154119:0" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "crwdns154121:0crwdne154121:0" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "crwdns154123:0crwdne154123:0" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "crwdns154125:0crwdne154125:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "crwdns154127:0crwdne154127:0" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "crwdns154129:0crwdne154129:0" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "crwdns154131:0crwdne154131:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "crwdns154133:0crwdne154133:0" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "crwdns154135:0crwdne154135:0" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "crwdns154137:0crwdne154137:0" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "crwdns154139:0{0}crwdne154139:0" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "crwdns154141:0crwdne154141:0" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "crwdns154143:0crwdne154143:0" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "crwdns154145:0crwdne154145:0" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "crwdns154147:0crwdne154147:0" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "crwdns154149:0crwdne154149:0" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "crwdns154151:0crwdne154151:0" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "crwdns154153:0crwdne154153:0" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "crwdns154155:0crwdne154155:0" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "crwdns154157:0crwdne154157:0" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "crwdns154159:0crwdne154159:0" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "crwdns154161:0crwdne154161:0" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "crwdns154163:0crwdne154163:0" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "crwdns154165:0{0}crwdnd154165:0{1}crwdnd154165:0{2}crwdne154165:0" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "crwdns154167:0{0}crwdne154167:0" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "crwdns154169:0{0}crwdne154169:0" + diff --git a/crm/locale/es.po b/crm/locale/es.po new file mode 100644 index 00000000..82536219 --- /dev/null +++ b/crm/locale/es.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: es_ES\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "1-10" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "más de 1.000" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "11 a 50" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "201-500" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "501-1000" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "51-200" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "Un cliente potencial requiere el nombre de una persona o el nombre de una organización" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "Clave de API" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "Clave Secreta de API" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "Aceptado" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "Acciones" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "Actividad" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "Añadir Columna" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "Añadir Fila" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "Añadir Vacaciones Semanales" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "Agregar columna" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "Agregar a Vacaciones" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "Dirección" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "Todos" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "Importe" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "Un archivo de icono con .ico extensión. Debería ser de 16 x 16 píxeles. Generado usando un generador de favicon. [favicon-generator.org]" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "Ingresos Anuales" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "Postularse" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "Aplicar en" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "Aplicar a" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "Apps" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "Asignar a" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "Asignado a" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "Asignación" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "Regla de asignación" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "Adjuntar" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "Adjuntos" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "CCO" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "Atrás" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "Entre" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "Marca" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "Edición masiva" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "Ocupado" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "CC" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "CSV" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "Detalles de la llamada" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "Llamada recibida por" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "Llamadas" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "Cámara" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "Cancelar" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "Cancelado" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "Capturar" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "Quitar" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "Borrar Asignación" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "Borrar tabla" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "Cerrar" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "Colapso" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "Plegable" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "Color" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "Columna" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "Columnas" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "Comentario" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "Comentarios" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "Completado" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "Computadora" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "Condición" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "Confirmar" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "Contacto" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "Contáctanos" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "Contactos" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "Contenido" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "Tipo de contenido" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "Convertido" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "Crear" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "Crear plomo" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "Crear" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "Divisa / Moneda" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "Datos" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "Fecha" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "Predeterminado" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "Prioridad predeterminada" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "Predeterminados" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "Eliminar" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "Descripción" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "Escritorio" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "Detalles" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "Desactivar" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "Descartar" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "DocType" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "Doctype" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "Tipo de Documento" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "Hecho" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "Descargar" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "Arrastre y suelte los archivos aquí o súbelos desde" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "Soltar archivos aquí" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "Fecha de vencimiento" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "Duplicar" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "Duración" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "Editar" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "Editar Nota" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "Correo electrónico" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "Correo enviado el" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "Plantillas de correo" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "Correos" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "Vacío" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "Habilitar" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "Habilitado" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "Fecha Final" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "Hora de finalización" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "Iguales" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "Error" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "Excel" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "Expandir" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "Expirado" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "Exportar" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "Tipo de Exportación" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "Falló" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "Campo" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "Filtrar" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "Filtros" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "Primer Nombre" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "Primera respuesta el" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "Tiempo de primera respuesta" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "Formulario" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "Viernes" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "Desde" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "Desde la fecha" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "Del usuario" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "Cumplido" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "Nombre completo" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "Género" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "General" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "Agrupar por" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "Oculto" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "Esconder" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "Alto" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "Lista de festividades" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "Nombre de festividad" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "Vacaciones" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "Identificador" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "Icono" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "Imagen" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "En" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "En Progreso" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "Entrante" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "Industria" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "Iniciado" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "Integraciones" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "Es" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "Es por defecto" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "Es un grupo" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "Es primaria" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "Es estándar" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "JSON" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "Título del trabajo" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "Kanban" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "Configuración de Kanban" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "Clave" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "Etiqueta" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "El mes pasado" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "Apellido" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "Último cuarto" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "La semana pasada" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "El año pasado" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "Iniciativa" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "Detalle de Iniciativas" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "Nombre de la iniciativa" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "Propietario de la iniciativa" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "Inactivo/Fuera" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "Biblioteca" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "Como" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "Enlace" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "Enlaces" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "Lista" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "Carga más" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "Cargando..." + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "Registro" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "Logo" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "Bajo" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "Hacer {0}" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "Manual" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "Marcar todo como leídas" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "Medio" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "Mencionar" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "Mensaje" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "Segundo Nombre" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "Nº Móvil" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "Número de teléfono móvil" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "Lunes" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "Nombre" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "Secuencias e identificadores" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "Nuevo" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "Nueva Dirección" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "Nuevo Contacto" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "Nuevo email" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "Nueva Nota" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "Nueva Tarea" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "No" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "Sin respuesta" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "No hay datos" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "No hay nuevas notificaciones" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "Ningún {0} encontrado" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "Núm. de Empleados" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "No es igual" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "No en" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "Diferente a" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "No guardado" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "Nota" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "Notas" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "Notificación" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "Notificaciones" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "Número" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "Antiguo Padre" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "Solo uno {0} se puede establecer como primario." + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "Opciones" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "Ordenar por" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "Organización" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "Nombre de la Organización" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "Otros" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "Saliente" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "Propietario" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "Pendiente" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "Teléfono" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "Posición" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "Primario" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "Prioridades" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "Prioridad" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "Privado" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "Perfil" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "Público" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "En cola" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "Entrada Rápida" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "Leer" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "URL de grabación" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "Referencia a 'DocType'" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "Tipo de Documento de Referencia" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "Nombre Referencia" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "Actualizar" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "Eliminar" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "Eliminar columna" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "Eliminar sección" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "Eliminar Pestaña" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "Responder" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "Responder a todos" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "Reiniciar" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "Restablecer Cambios" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "Respuesta por" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "Detalles de respuesta" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "Restaurar" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "Texto Enriquecido" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "derecho" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "Zumbido" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "Rol" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "Ruta" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "Gerente de ventas" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "Usuario de ventas" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "Saludo." + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "Sábado" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "Guardar" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "Script" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "Sección" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "Seleccionar {0}" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "Enviar" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "Separador" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "Secuencia" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "Configuración" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "Mostrar" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "Elementos de barra lateral" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "Referencia" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "Nombre de la Fuente" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "Fecha de inicio" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "Hora de inicio" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "Estado" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "Sub-dominio" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "Asunto" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "Éxito" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "Domingo" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "Administrador del sistema" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "Tarea" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "Tareas" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "Territorio" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "Gerente de Territorio" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "Nombre Territorio" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "Jueves" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "Espacio de tiempo" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "Nombre" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "Campo de título" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "A" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "Hasta la fecha" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "Al usuario" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "Hoy" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "Vacaciones Totales" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "Martes" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "Tipo" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "Desconocido" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "Actualizar" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "Subir" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "Cargar Imagen" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "Usuario" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "Nombre de usuario" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "Validez" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "Valor" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "Sitio Web" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "Miércoles" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "Semanal Desactivado" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "WhatsApp" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "Ancho" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "Jornada laboral" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "Horas de Trabajo" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "Usted" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "Tu tarea de {0} {1} ha sido eliminada por {2}" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "azul" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "comentario" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "cian" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "gris" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "verde" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "etiqueta" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "lista" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "naranja" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "rosa" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "púrpura" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "rojo" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "a" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "amarillo" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/fa.po b/crm/locale/fa.po new file mode 100644 index 00000000..954ff2e1 --- /dev/null +++ b/crm/locale/fa.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Persian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: fa\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: fa_IR\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "1-10" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "1000+" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "11-50" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "201-500" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "501-1000" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "51-200" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "یک Lead یا به نام شخص یا نام سازمان نیاز دارد" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "کلید API" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "API Secret" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "پذیرفته شده" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "اقدامات" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "فعالیت" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "افزودن ستون" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "افزودن ردیف" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "افزودن تعطیلات هفتگی" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "افزودن ستون" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "افزودن به تعطیلات" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "آدرس" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "همه" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "مبلغ" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "یک فایل نماد با پسوند ico. باید 16 در 16 پیکسل باشد. با استفاده از یک ژنراتور فاویکون تولید شده است. [favicon-generator.org]" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "درآمد سالانه" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "درخواست دادن" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "اعمال روی" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "درخواست به" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "برنامه ها" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "اختصاص دادن به" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "اختصاص یافته به" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "تخصیص" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "قانون تخصیص" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "پیوست" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "پیوست ها" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "BCC" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "بازگشت" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "بین" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "نام تجاری" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "ویرایش انبوه" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "مشغول" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "CC" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "CSV" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "جزئیات تماس" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "تماس دریافت شده توسط" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "تماس می گیرد" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "دوربین" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "لغو" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "لغو شده" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "گرفتن" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "پاک کردن" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "پاک کردن واگذاری" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "پاک کردن جدول" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "بستن" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "جمع شدن" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "تاشو" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "رنگ" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "ستون" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "ستون ها" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "اظهار نظر" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "نظرات" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "تکمیل شده" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "کامپیوتر" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "تایید" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "مخاطب" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "با ما تماس بگیرید" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "مخاطب" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "محتوا" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "نوع محتوا" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "برنده" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "ایجاد کردن" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "سرنخ ایجاد کنید" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "ایجاد جدید" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "واحد پول" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "داده ها" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "تاریخ" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "صاحب معامله" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "پیش‌فرض" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "اولویت پیش‌فرض" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "پیش‌فرض ها" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "حذف" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "شرح" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "جزئیات" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "غیر فعال کردن" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "دور انداختن" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "DocType" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "Doctype" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "نوع سند" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "انجام شده" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "دانلود" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "فایل‌ها را به اینجا بکشید و رها کنید یا آپلود کنید از" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "سررسید" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "تکرار کردن" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "مدت زمان" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "ویرایش" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "ویرایش یادداشت" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "ایمیل" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "ایمیل ارسال شده در" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "قالب‌های ایمیل" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "ایمیل ها" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "خالی" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "فعال کردن" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "فعال" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "تاریخ پایان" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "زمان پایان" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "برابر است" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "خطا" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "اکسل" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "بسط دادن" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "منقضی شده" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "برون‌بُرد" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "نوع برون‌بُرد" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "ناموفق" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "رشته" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "فیلتر" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "فیلترها" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "نام کوچک" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "اولین پاسخ در" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "اولین پاسخ به علت" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "اولین زمان پاسخگویی" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "فرم" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "جمعه" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "از" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "از تاریخ" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "از کاربر" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "برآورده شد" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "نام و نام خانوادگی" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "جنسیت" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "عمومی" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "دسته بندی بر اساس" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "پنهان شده است" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "پنهان شدن" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "بالا" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "لیست تعطیلات" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "نام لیست تعطیلات" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "تعطیلات" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "شناسه" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "آیکون" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "تصویر" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "که در" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "در حال پیش رفت" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "ورودی" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "صنعت" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "آغاز شده" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "یکپارچه سازی‌ها" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "است" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "پیش‌فرض است" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "گروه است" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "اصلی است" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "استاندارد است" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "JSON" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "عنوان شغلی" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "کانبان" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "تنظیمات کانبان" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "کلید" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "برچسب" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "ماه گذشته" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "نام خانوادگی" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "سه ماهه آخر" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "هفته گذشته" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "سال گذشته" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "سرنخ" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "جزئیات سرنخ" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "نام سرنخ" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "مالک اصلی" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "مالک اصلی نمی‌تواند با آدرس ایمیل اصلی یکسان باشد" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "سرنخ ها" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "ترک کرد" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "کتابخانه" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "پسندیدن" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "پیوندها" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "لیست" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "بارگذاری بیشتر" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "بارگذاری..." + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "لاگ" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "ورود به Frappe Cloud?" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "لوگو" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "کم" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "ساختن {0}" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "دستی" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "همه را به عنوان خوانده شده علامت بزن" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "متوسط" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "اشاره" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "پیام" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "نام میانی" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "شماره موبایل" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "شماره موبایل" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "دوشنبه" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "نام" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "سری نامگذاری" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "جدید" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "آدرس جدید" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "تماس جدید" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "ایمیل جدید" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "یادداشت جدید" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "تسک جدید" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "خیر" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "بدون پاسخ" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "اطلاعاتی وجود ندارد" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "اعلان جدیدی وجود ندارد" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "هیچ {0} یافت نشد" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "تعداد کارمندان" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "برابر نیست" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "نه در" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "نه مانند" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "ذخیره نشد" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "یادداشت" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "یادداشت" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "اعلان" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "اعلان‌ها" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "شماره" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "مرجع پیشین" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "فقط یک {0} را می‌توان به عنوان اصلی تنظیم کرد." + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "گزینه‌ها" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "سفارش توسط" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "سازمان" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "نام سازمان" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "سایر" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "خروجی" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "مالک" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "انتظار" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "تلفن" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "موقعیت" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "اصلی" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "اولویت های" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "اولویت" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "خصوصی" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "احتمال" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "نمایه" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "عمومی" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "در صف" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "ثبت سریع" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "فیلترهای سریع" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "خواندن" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "URL ضبط" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "نوع مرجع" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "نوع سند مرجع" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "نام مرجع" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "تازه کردن" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "حدف" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "حذف ستون" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "پاسخ" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "پاسخ به همه" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "بازنشانی" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "بازنشانی تغییرات" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "پاسخ توسط" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "جزئیات پاسخ" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "بازگرداندن" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "متن غنی" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "درست" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "زنگ زدن" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "نقش" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "مسیر" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "مدیر فروش" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "کاربر فروش" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "عنوان پیشوند" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "شنبه" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "ذخیره" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "اسکریپت" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "بخش" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "انتخاب {0}" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "ارسال" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "جداکننده" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "سلسله" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "تنظیمات" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "نمایش دهید" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "موارد نوار کناری" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "منبع" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "نام منبع" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "تاریخ شروع" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "زمان شروع" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "وضعیت" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "زیر دامنه" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "موضوع" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "موفقیت" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "یک‌شنبه" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "مدیر سیستم" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "تسک" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "تسک‌ها" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "قلمرو" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "مدیر منطقه" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "نام منطقه" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "پنج‌شنبه" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "مدت زمان" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "عنوان" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "فیلد عنوان" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "به" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "تا تاریخ" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "به کاربر" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "امروز" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "کل تعطیلات" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "سه‌شنبه" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "نوع" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "ناشناخته" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "به روز رسانی" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "آپلود" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "آپلود تصویر" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "کاربر" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "نام کاربری" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "اعتبار" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "مقدار" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "سایت اینترنتی" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "چهار شنبه" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "تعطیلات هفتگی" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "واتس اپ" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "عرض" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "روز کاری" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "ساعات کاری" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "شما" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "تخصیص شما در {0} {1} توسط {2} حذف شده است" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "آبی" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "comment" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "فیروزه ای" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "خاکستری" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "سبز" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "برچسب" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "فهرست" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "نارنجی" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "صورتی" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "بنفش" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "قرمز" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "به" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "زرد" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/fr.po b/crm/locale/fr.po new file mode 100644 index 00000000..d127cc78 --- /dev/null +++ b/crm/locale/fr.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: fr_FR\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "1-10" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "1000+" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "11-50" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "201-500" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "501-1000" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "51-200" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "Un responsable requiert le nom d'une personne ou le nom d'une organisation" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "Clé API" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "Secret API" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "Accepté.e" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "Actions" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "Historique" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "Ajouter une Colonne" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "Ajouter des vacances hebdomadaires" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "Ajouter aux vacances" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "Adresse" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "Tout" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "Un fichier d'icône avec l’extension .ico. Devrait être 16 x 16 px. Générer en utilisant un générateur de favicon. [favicon-generator.org]" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "CA annuel" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "Appliquer Sur" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "Appliquer à" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "Attribuer À" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "Assigné À" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "Affectation" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "Règle d'assignation" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "Attacher" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "Pièces jointes" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "Entre" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "Nom de la Marque" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "Occupé" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "Détails de l'appel" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "Appels" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "Caméra" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "Annuler" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "Annulé" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "Nettoyer" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "Effacer le tableau" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "Fermer" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "Réduire" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "Réductible" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "Couleur" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "Colonnes" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "Commentaire" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "Commentaires" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "Terminé" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "Ordinateur" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "Conditions" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "Confirmer" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "Contenu" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "Type de Contenu" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "Converti" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "Créer" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "Créer un Lead" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "Créer Nouveau(elle)" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "Devise" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "Données" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "Resp. de l'opportunité" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "Par Défaut" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "Priorité par défaut" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "Valeurs Par Défaut" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "Supprimer" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "Détails" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "Désactiver" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "Ignorer" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "Type de Document" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "Télécharger" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "Date d'Échéance" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "Dupliquer" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "Durée" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "modifier" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "Vide" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "Activer" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "Activé" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "Date de Fin" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "Heure de Fin" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "Égal à" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "Erreur" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "Développer" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "Expiré" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "Exporter" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "Type d'Exportation" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "Échoué" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "Champ" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "Filtre" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "Filtres" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "Prénom" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "Première Réponse Le" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "Temps de première réponse" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "Vendredi" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "À partir de" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "A partir du" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "De l'utilisateur" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "Complété" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "Nom Complet" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "Sexe" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "Général" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "Grouper par" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "Caché" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "Cacher" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "Haut" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "Liste de vacances" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "Nom de la Liste de Vacances" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "Jours Fériés" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "Icône" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "Dans" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "En cours" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "Entrant" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "Industrie" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "Initié" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "Intégrations" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "Est" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "Est Défaut" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "Est un Groupe" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "Est primaire" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "Est Standard" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "Titre de l'Emploi" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "Clé" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "Étiquette" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "Le mois dernier" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "Nom de Famille" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "Le dernier quart" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "La semaine dernière" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "L'année dernière" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "Détails du Lead" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "Nom du Lead" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "Responsable du Prospect" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "Parti" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "Comme" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "Lien" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "Liens" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "Liste" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "Charger plus" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "Chargement en Cours ..." + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "Journal" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "Bas" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "Faire {0}" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "Manuel" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "Moyen" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "Deuxième Nom" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "N° Mobile" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "Lundi" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "Nom" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "Masque de numérotation" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "Nouveau" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "nouveau courriel" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "Nv. Tâche à faire" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "Non" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "Aucune Donnée" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "Nb de salarié(e)s" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "Non égaux" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "Non Inclus" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "Pas Comme" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "Non Sauvegardé" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "Remarques" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "Nombre" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "Grand Parent" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "Un seul {0} peut être défini comme primaire." + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "Commandé par" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "Organisation" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "Nom de l'Organisation" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "Autres" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "Sortant" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "Responsable" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "En Attente" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "Téléphone" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "Primaire" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "Les priorités" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "Priorité" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "Privé" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "Probabilité" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "Dans la file d'attente" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "Écriture rapide" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "Filtres rapides" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "Lire" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "URL d'enregistrement" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "DocType de la Référence" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "Type du document de référence" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "Nom de référence" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "Actualiser" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "Répondre" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "Répondre à Tous" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "Réinitialiser" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "Réponse de" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "Détails de la réponse" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "Restaurer" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "Droit" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "Sonnerie" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "Rôle" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "Responsable des Ventes" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "Chargé de Ventes" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "Civilité" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "Samedi" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "Sauvegarder" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "Sélectionner {0}" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "Envoyer" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "Séparateur" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "Séries" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "Paramètres" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "Afficher" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "Articles de la Barre Latérale" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "Nom de la Source" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "Date de Début" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "Heure de Début" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "Statut" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "Sous-domaine" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "Sujet" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "Succès" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "Dimanche" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "Responsable Système" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "Tâche" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "Région" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "Responsable Régional" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "Nom de la Région" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "Jeudi" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "Période" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "Titre" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "Champ Titre" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "À" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "Jusqu'au" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "À l'utilisateur" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "Aujourd'hui" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "Total des vacances" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "Mardi" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "Inconnu" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "Mettre à Jour" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "Charger" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "Utilisateur" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "Nom d'utilisateur" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "Validité" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "Valeur" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "Site Web" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "Mercredi" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "Jours de Congé Hebdomadaire" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "Largeur" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "Journée de travail" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "Heures de travail" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "Vous" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "Votre devoir sur {0} {1} a été supprimé par {2}" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "bleu" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "Commenter" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "vert" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "liste" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "Orange" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "violet" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "rouge" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "à" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "Jaune" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/hr.po b/crm/locale/hr.po new file mode 100644 index 00000000..d1b6abe4 --- /dev/null +++ b/crm/locale/hr.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Croatian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: hr\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: hr_HR\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr " (Novi)" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "" + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/hu.po b/crm/locale/hu.po new file mode 100644 index 00000000..53eb5689 --- /dev/null +++ b/crm/locale/hu.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Hungarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: hu\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: hu_HU\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr " (Új)" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "" + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/main.pot b/crm/locale/main.pot new file mode 100644 index 00000000..603bd431 --- /dev/null +++ b/crm/locale/main.pot @@ -0,0 +1,4049 @@ +# Translations template for Frappe CRM. +# Copyright (C) 2025 Frappe Technologies Pvt. Ltd. +# This file is distributed under the same license as the Frappe CRM project. +# FIRST AUTHOR , 2025. +# +msgid "" +msgstr "" +"Project-Id-Version: Frappe CRM VERSION\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 16:31+0553\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: shariq@frappe.io\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "" + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/pl.po b/crm/locale/pl.po new file mode 100644 index 00000000..5b2259c8 --- /dev/null +++ b/crm/locale/pl.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Polish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: pl\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: pl_PL\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "" + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/pt.po b/crm/locale/pt.po new file mode 100644 index 00000000..afb6cfd5 --- /dev/null +++ b/crm/locale/pt.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Portuguese, Brazilian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: pt-BR\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: pt_BR\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "" + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/ru.po b/crm/locale/ru.po new file mode 100644 index 00000000..4ee36c1f --- /dev/null +++ b/crm/locale/ru.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: ru\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: ru_RU\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr " (Новый)" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "Шаблоны Email" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "" + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/sv.po b/crm/locale/sv.po new file mode 100644 index 00000000..39963198 --- /dev/null +++ b/crm/locale/sv.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Swedish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: sv-SE\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: sv_SE\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr " (Ny)" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "1-10" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "1000+" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "11-50" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "201-500" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "501-1000" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "51-200" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "Potentiell Kund kräver antingen person namn eller organisation namn" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "API Nyckel" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "API Hemlighet" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "Accepterad" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "Åtgärder" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "Aktivitet" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "Lägg till Kolumn" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "Lägg till Rad " + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "Lägg till Helg Dagar" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "Lägg till kolumn" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "Lägg till Helg Dagar" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "Adress" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "Alla" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "Belopp" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "Ikon fil med ico ändelse. Ska vara 16 x 16 px. Skapas med användning av favicon generator. [favicon-generator.org]" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "Årlig Omsätning" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "Tillämpa" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "Tillämpa På" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "Tillämpa På" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "Appar" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "Är du säker på att du vill logga in på din Översikt Panel i Frappe Cloud?" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "Tilldela till" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "Tilldelad Till" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "Tilldelning" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "Tilldelning Regel" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "Bifoga" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "Bilagor" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "Hemlig Kopia Till" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "Tillbaka" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "Mellan" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "Märke" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "Mass Redigera" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "Upptagen" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "Kopia Till" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "CSV" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "Samtal Information" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "Samtal Mottagen Av" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "Samtal" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "Kamera" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "Annullera" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "Annullerad" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "Fånga" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "Rensa" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "Rensa Tilldelning" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "Rensa Tabell" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "Stäng" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "Fäll In" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "Infällbar" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "Färg" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "Kolumn" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "Kolumner" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "Kommentar" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "Kommentarer" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "Klar" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "Dator" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "Villkor" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "Bekräfta" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "Kontakt" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "Kontakta Oss" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "Kontakter" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "Innehåll " + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "Innehållstyp" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "Konverterad" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "Skapa" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "Skapa Potentiell Kund" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "Skapa Ny" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "Valuta" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "Data" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "Datum" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "Ansvarig" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "Standard" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "Standard Prioritet" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "Standard" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "Ta bort" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "Beskrivning" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "Skrivbord" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "Detaljer" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "Inaktivera" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "Ångra" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "DocType" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "DocType" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "DocType" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "Klar" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "Ladda ner" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "Dra och släpp filer här eller ladda upp från" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "Släpp filer här" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "Förfallo Datum" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "Kopiera" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "Varaktighet" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "Redigera" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "Redigera Anteckning" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "E-post" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "E-post skickad Kl" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "E-Post Mallar" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "E-post " + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "Tom" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "Aktivera" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "Aktiverad" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "Slut Datum" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "Slut Tid" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "Ange {0}" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "Lika" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "Fel" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "Excel" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "Expandera" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "Utgången" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "Export" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "Export Typ" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "Misslyckad" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "Fält" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "Filter" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "Filter" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "Förnamn" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "Första Svar" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "Första Svar inom" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "Första Svarstid" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "Formulär" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "Fredag" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "Från" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "Från Datum" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "Från Användare" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "Uppfylld" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "Fullständig Namn" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "Kön" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "Allmän" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "Gruppera efter" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "Dold " + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "Dölj" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "Hög" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "Helg Lista" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "Helg Lista Namn" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "Helg Dagar" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "ID" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "Ikon" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "Bild" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "I" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "Pågående" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "Inkommande" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "Industri" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "Initierad" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "Integrationer" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "Är" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "Är Standard" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "Är Grupp" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "Är Primär" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "Är Standard" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "JSON" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "Jobb Benämning" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "Anslag Tavla" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "Anslagstavla Inställningar" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "Nyckel" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "Etikett" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "Förra Månad" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "Efternamn" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "Förra Kvartal" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "Förra Vecka" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "Förra Året" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "Potentiell Kund" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "Potentiell Kund Detaljer" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "Potentiell Kund Namn" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "Potentiell Kund Ansvarig" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "Potentiell Kund Ansvarig kan inte vara samma som Potentiell Kund E-post Adress" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "Potentiella Kunder" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "Vänster" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "Bibliotek" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "Gillar" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "Länk" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "Länkar" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "Lista" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "Ladda Mer" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "Laddar..." + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "Logg" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "Logga in på Frappe Cloud?" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "Logotyp" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "Låg" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "Skapa {0}" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "Manuell" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "Markera alla som lästa" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "Medium" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "Hänvisa" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "Meddelande" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "Mellannamn" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "Mobil Nummer" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "Mobilnummer" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "Måndag" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "Namn" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "Nummer Serie" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "Ny" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "Ny Adress" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "Ny Kontakt" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "Ny E-post" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "Ny Anteckning" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "Ny Uppgift" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "Nej" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "Ingen Svar" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "Ingen Data" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "Inga nya aviseringar" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "Ingen {0} Hittades" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "Personal Antal" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "Inte Lika" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "Ej I" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "Inte Som" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "Ej Sparad" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "Anteckning" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "Anteckningar" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "Aviseringar" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "Aviseringar" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "Nummer" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "Tidigare Överordnad" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "Endast en {0} kan anges som primär." + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "Alternativ " + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "Sortera Efter" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "Organisation" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "Organisation Namn" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "Övriga" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "Utgående" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "Ansvarig" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "Pågående" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "Telefon" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "Position" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "Primär" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "Prioriteringar" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "Prioritet" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "Privat" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "Sannolikhet" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "Profil" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "Publik" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "I Kö" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "Snabb Post" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "Snabb Filter" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "Läsa" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "Inspelning URL" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "Referens DocType" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "Referens Dokument Typ" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "Referens Namn" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "Uppdatera" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "Avvisa" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "Ta bort" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "Ta Bort Kolumn" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "Ta bort sektion" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "Ta bort flik" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "Svara" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "Svara Alla" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "Återställ" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "Återställ ändringar" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "Svar Efter" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "Svar Information" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "Återställ" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "Rich Text " + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "Höger" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "Ringer" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "Roll" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "Sökväg" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "Försäljning Ansvarig" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "Försäljning Användare" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "Tilltal" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "Lördag" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "Spara" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "Skript" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "Sektion" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "Välj {0}" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "Skicka" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "Separator" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "Nummer Serie" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "Inställningar" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "Visa" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "Sidofält Element" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "Från" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "Käll Namn" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "Start Datum" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "Start Tid" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "Status" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "Underdomän" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "Ämne" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "Klar" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "Söndag" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "System Ansvarig" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "Uppgift" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "Uppgifter" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "Distrikt" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "Distrikt Ansvarig" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "Distrikt Namn" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "Torsdag" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "Tid Intervall" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "Benämning" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "Titel Fält" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "Till" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "Till Datum" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "Till Användare" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "Idag" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "Totalt Helg Dagar" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "Tisdag" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "Typ" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "Okänd" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "Uppdatera" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "Ladda upp" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "Ladda upp Bild" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "Användare" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "Användare Namn" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "Giltighet" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "Värde" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "Webbplats" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "Onsdag" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "Helg" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "WhatsApp" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "Bredd" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "Arbetsdag" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "Arbets Timmar" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "Du" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "Din tilldelning {0} {1} togs bort av {2}" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "blå" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "kommentar" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "cyan" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "grå" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "grön" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "etikett" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "lista" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "orange" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "rosa" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "lila" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "röd" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "till" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "gul" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/th.po b/crm/locale/th.po new file mode 100644 index 00000000..a11a8ec3 --- /dev/null +++ b/crm/locale/th.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Thai\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: th\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: th_TH\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "" + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/tr.po b/crm/locale/tr.po new file mode 100644 index 00000000..c804a00b --- /dev/null +++ b/crm/locale/tr.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Turkish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: tr\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: tr_TR\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr " (Yeni)" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "1-10" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "1000+" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "11-50" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "201-500" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "501-1000" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "51-200" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "Bir Müşteri Adayı için ya bir kişi adı ya da bir kuruluş adı gereklidir" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "API Anahtarı" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "API Gizli Anahtarı" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "Kabul Edildi" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "İşlemler" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "Aktivite" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "Sütun Ekle" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "Satır Ekle" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "Haftalık Tatilleri Ekle" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "Sütun ekle" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "Tatillere Ekle" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "Adres" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "Tümü" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "Tutar" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr ".ico uzantılı bir simge dosyası. 16 x 16 piksel olmalıdır. Bir favicon oluşturucu kullanılarak oluşturulmuştur. [favicon-generator.org]" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "Ciro" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "Uygula" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "Uygula" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "Uygulanan" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "Uygulamalar" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "Ata" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "Atama" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "Atama" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "Atama Kuralı" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "Ekle" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "Belge Ekleri" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "BCC" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "Geri" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "Arasında" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "Marka Adı" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "Toplu Düzenleme" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "Meşgul" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "CSV Dosyası" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "Çağrı Ayrıntıları" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "Çağrı Alındı" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "Aramalar" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "Kamera" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "İptal" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "İptal Edildi" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "Yakala" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "Açık" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "Atamayı Temizle" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "Tabloyu Temizle" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "Kapat" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "Daralt" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "Açılır Kapanır" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "Renk" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "Sütun" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "Sütunlar" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "Yorum" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "Yorumlar" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "Tamamlandı" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "Bilgisayar" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "Koşul" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "Onayla" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "Kişi" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "Bize Ulaşın" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "Kişiler" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "İçerik" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "İçerik Türü" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "Dönüştürülmüş" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "Oluştur" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "Müşteri Adayı Oluştur" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "Yeni Oluştur" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "Para Birimi" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "Veri" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "Tarih" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "Anlaşma Sahibi" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "Varsayılan" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "Varsayılan Öncelik" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "Varsayılan Değerler" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "Sil" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "Açıklama" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "Ayrıntılar" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "Kapat" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "Vazgeç" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "DocType" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "DocType" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "Belge Türü" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "Bitti" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "İndir" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "Dosyaları buraya sürükleyip bırakın veya şuradan yükleyin" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "Dosyaları buraya sürükleyin" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "Termin Tarihi" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "Kopyala" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "Süre" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "Düzenle" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "Notu Düzenle" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "E-posta" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "E-posta Gönderim Zamanı" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "E-Posta Şablonları" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "E-postalar" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "Boş" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "Etkinleştir" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "Etkin" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "Bitiş Tarihi" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "Bitiş Zamanı" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "Eşittir" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "Hata" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "Excel" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "Genişlet" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "Günü Geçmiş" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "Dışarı Aktar" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "Dışa Aktarma Türü" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "Başarısız" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "Alan" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "Filtre" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "Filtreler" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "Adı" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "İlk Yanıt Tarihi" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "İlk Müdahale Zamanı" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "İlk Müdahale Süresi" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "Form" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "Cuma" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "Gönderen" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "Başlangıç Tarihi" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "Kullanıcıdan" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "Karşılandı" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "Tam Adı" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "Cinsiyeti" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "Genel" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "Grup" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "Gizli" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "Gizle" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "Yüksek" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "Tatil Listesi" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "Tatil Listesi Adı" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "Tatiller" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "ID" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "Simge" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "Resim" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "İçerir" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "İşlemde" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "Gelen" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "Endüstri" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "Başlatıldı" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "Entegrasyonlar" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "Varsayılan" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "Grup" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "Birincil" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "Standart" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "JSON" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "İş İlanı Başlığı" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "Kanban" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "Kanban Ayarları" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "Anahtar" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "Etiket" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "Geçen Ay" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "Soyadı" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "Son Çeyrek" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "Geçen Hafta" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "Geçen Yıl" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "Potansiyel Müşteri" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "Potansiyel Müşteri Detayları" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "Müşteri Adayı Adı" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "Sorumlu Kişi" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "Potansiyel Müşteri Sahibi, Potansiyel Müşteri E-posta Adresi ile aynı olamaz" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "Adaylar" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "Ayrıldı" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "Kütüphane" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "Benzer" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "Bağlantı" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "Bağlantılar" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "Liste" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "Daha Fazla Yükle" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "Yükleniyor..." + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "Kayıt" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "Frappe Cloud'a Giriş Yapın?" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "Logo" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "Düşük" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "{0} Yarat" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "Elle" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "Hepsini Okundu İşaretle" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "Orta" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "Mesaj" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "İkinci Adı" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "Cep No" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "Cep Telefonu" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "Pazartesi" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "Adı" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "Adlandırma Serisi" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "Yeni" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "Yeni Adres" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "Yeni Kişi" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "Yeni E-posta" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "Yeni Not" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "Yeni Görev" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "Hayır" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "Cevap Yok" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "Hiç Veri yok" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "Yeni bildirim yok" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "{0} Bulunamadı" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "Personel Sayısı" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "Eşit Değil" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "İçermez" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "Benzer Değil" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "Kaydedilmedi" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "Not" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "Notlar" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "Bildirim" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "Bildirimler" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "Numara" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "Sadece bir {0} birincil olarak ayarlanabilir." + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "Şeçenekler" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "Sipariş Veren" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "Organizasyon" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "Şirket Adı" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "Diğer" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "Giden" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "Sahibi" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "Bekliyor" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "Telefon" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "Pozisyon" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "Öncelikler" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "Öncelik" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "Özel" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "Olasılık" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "Profil" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "Herkese Açık" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "Sıraya alındı" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "Hızlı Giriş" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "Hızlı Filtreler" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "Okuma" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "URL kaydediliyor" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "Referans Belge Türü" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "Referans Belge Türü" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "Referans Adı" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "Yenile" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "Reddet" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "Kaldır" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "Sütunu Kaldır" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "Bölümü Kaldır" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "Sekmeyi Kaldır" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "Yanıtla" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "Tümünü Yanıtla" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "Sıfırla" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "Değişiklikleri Sıfırla" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "Yanıtlayan" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "Yanıt Ayrıntıları" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "Geri Yükle" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "Zengin Metin" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "Sağ" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "Çalıyor..." + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "Rol" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "Rota" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "Satış Yöneticisi" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "Satış Kullanıcısı" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "Hitap" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "Cumartesi" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "Kaydet" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "Bölüm" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "{0} Seçimi" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "Gönder" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "Ayırıcı" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "Seri" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "Ayarlar" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "Göster" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "Kenar Çubuğu Öğeleri" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "Kaynak" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "Kaynak Adı" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "Başlangıç Tarihi" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "Başlangıç Zamanı" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "Durum" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "Alt Alan Adı" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "Konu" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "Başarılı" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "Pazar" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "Sistem Yöneticisi" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "Görev" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "Görevler" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "Bölge" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "Bölge Müdürü" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "Bölge İsmi" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "Perşembe" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "Zaman Aralığında" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "Başlık" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "Başlık Alanı" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "Alıcı" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "Bitiş Tarihi" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "Bugün" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "Toplam Tatil Günü" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "Salı" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "Türü" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "Bilinmiyor" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "Güncelle" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "Yükle" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "Resim Yükle" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "Kullanıcı" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "Kullanıcı Adı" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "Geçerlilik" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "Değer" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "Website" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "Çarşamba" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "Haftalık İzin" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "WhatsApp" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "Genişlik" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "Çalışma Günü" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "Çalışma Saatleri" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "Kendisi" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "{0} {1} üzerindeki atama {2} tarafından kaldırıldı" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "mavi" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "yorum" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "açık Mavi" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "gri" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "yeşil" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "etiket" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "liste" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "turuncu" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "pembe" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "mor" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "kırmızı" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "giden" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "sarı" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crm/locale/zh.po b/crm/locale/zh.po new file mode 100644 index 00000000..2a1cefd7 --- /dev/null +++ b/crm/locale/zh.po @@ -0,0 +1,4051 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: shariq@frappe.io\n" +"POT-Creation-Date: 2025-03-05 16:31+0553\n" +"PO-Revision-Date: 2025-03-05 11:20\n" +"Last-Translator: shariq@frappe.io\n" +"Language-Team: Chinese Simplified\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File: /[frappe.crm] develop/crm/locale/main.pot\n" +"X-Crowdin-File-ID: 97\n" +"Language: zh_CN\n" + +#: frontend/src/components/ViewControls.vue:1201 +msgid " (New)" +msgstr " (新建)" + +#: frontend/src/components/Modals/TaskModal.vue:95 +#: frontend/src/components/Telephony/TaskPanel.vue:67 +msgid "01/04/2024 11:30 PM" +msgstr "" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1-10" +msgstr "1-10" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "1000+" +msgstr "1000+" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "11-50" +msgstr "11-50" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "201-500" +msgstr "201-500" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "501-1000" +msgstr "501-1000" + +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Deal' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM Lead' +#. Option for the 'No. of Employees' (Select) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "51-200" +msgstr "51-200" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "META" +msgstr "" + +#. Paragraph text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SHORTCUTS" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:67 +msgid "

Dear {{ lead_name }},

\\n\\n

This is a reminder for the payment of {{ grand_total }}.

\\n\\n

Thanks,

\\n

Frappé

" +msgstr "" + +#. Header text in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "PORTAL" +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:81 +msgid "@John, can you please check this?" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:56 +msgid "A Lead requires either a person's name or an organization's name" +msgstr "领导者需要一个人的姓名或组织的名称" + +#. Label of the api_key (Data) field in DocType 'CRM Exotel Settings' +#. Label of the api_key (Data) field in DocType 'CRM Twilio Settings' +#. Label of the api_key (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Key" +msgstr "" + +#. Label of the api_secret (Password) field in DocType 'CRM Twilio Settings' +#. Label of the api_secret (Password) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "API Secret" +msgstr "" + +#. Label of the api_token (Password) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "API Token" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:92 +msgid "Accept" +msgstr "" + +#: crm/fcrm/doctype/crm_invitation/crm_invitation.js:7 +msgid "Accept Invitation" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted" +msgstr "" + +#. Label of the accepted_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Accepted At" +msgstr "" + +#. Label of the account_sid (Data) field in DocType 'CRM Exotel Settings' +#. Label of the account_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Account SID" +msgstr "" + +#: frontend/src/components/CustomActions.vue:73 +#: frontend/src/components/ViewControls.vue:666 +#: frontend/src/components/ViewControls.vue:1093 +msgid "Actions" +msgstr "操作" + +#: frontend/src/pages/Deal.vue:506 frontend/src/pages/Lead.vue:496 +#: frontend/src/pages/MobileDeal.vue:434 frontend/src/pages/MobileLead.vue:338 +msgid "Activity" +msgstr "活动" + +#: frontend/src/components/ColumnSettings.vue:65 +#: frontend/src/components/Kanban/KanbanView.vue:157 +msgid "Add Column" +msgstr "添加列" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:58 +#: frontend/src/components/FieldLayoutEditor.vue:173 +#: frontend/src/components/Kanban/KanbanSettings.vue:84 +#: frontend/src/components/SidePanelLayoutEditor.vue:96 +msgid "Add Field" +msgstr "" + +#: frontend/src/components/Filter.vue:138 +msgid "Add Filter" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:237 +msgid "Add Row" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:200 +#: frontend/src/components/SidePanelLayoutEditor.vue:128 +msgid "Add Section" +msgstr "" + +#: frontend/src/components/SortBy.vue:148 +msgid "Add Sort" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:62 +msgid "Add Tab" +msgstr "" + +#. Label of the add_weekly_holidays_section (Section Break) field in DocType +#. 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add Weekly Holidays" +msgstr "添加每周假期" + +#: frontend/src/components/FieldLayoutEditor.vue:426 +msgid "Add column" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:17 +msgid "Add description..." +msgstr "" + +#: frontend/src/components/ViewControls.vue:104 +msgid "Add filter" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Add note" +msgstr "" + +#. Description of the 'Icon' (Code) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Add svg code or use feather icons e.g 'settings'" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Add task" +msgstr "" + +#. Label of the add_to_holidays (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Add to Holidays" +msgstr "添加至假期" + +#. Label of the address (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Address" +msgstr "地址" + +#: crm/integrations/twilio/twilio_handler.py:144 +msgid "Agent is unavailable to take the call, please call after some time." +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "All" +msgstr "所有" + +#: frontend/src/pages/Contact.vue:605 frontend/src/pages/MobileContact.vue:601 +#: frontend/src/pages/MobileOrganization.vue:487 +#: frontend/src/pages/Organization.vue:505 +msgid "Amount" +msgstr "金额" + +#. Description of the 'Favicon' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "" + +#. Description of the 'Logo' (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "An image with 1:1 & 2:1 ratio is preferred" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "And" +msgstr "" + +#. Label of the annual_revenue (Currency) field in DocType 'CRM Deal' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Lead' +#. Label of the annual_revenue (Currency) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Annual Revenue" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:210 +#: frontend/src/components/Modals/LeadModal.vue:146 +msgid "Annual Revenue should be a number" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:49 +msgid "Appears in the left sidebar. Recommended size is 32x32 px in PNG or SVG" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:84 +msgid "Appears next to the title in your browser tab. Recommended size is 32x32 px in PNG or ICO" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:107 +#: frontend/src/components/Kanban/KanbanView.vue:45 +msgid "Apply" +msgstr "" + +#. Label of the apply_on (Link) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Apply On" +msgstr "" + +#. Label of the view (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Apply To" +msgstr "" + +#: frontend/src/components/Apps.vue:19 +msgid "Apps" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:128 +msgid "Are you sure you want to delete this attachment?" +msgstr "" + +#: frontend/src/pages/Contact.vue:293 frontend/src/pages/MobileContact.vue:286 +msgid "Are you sure you want to delete this contact?" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:280 +#: frontend/src/pages/Organization.vue:301 +msgid "Are you sure you want to delete this organization?" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:58 +msgid "Are you sure you want to delete this task?" +msgstr "" + +#: frontend/src/composables/frappecloud.js:24 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:9 +msgid "Are you sure you want to reset 'Create Quotation from CRM Deal' Form Script?" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:193 +#: frontend/src/components/Modals/AssignmentModal.vue:5 +msgid "Assign To" +msgstr "分配给" + +#: frontend/src/components/AssignTo.vue:9 +msgid "Assign to" +msgstr "" + +#. Label of the assigned_to (Link) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Assigned To" +msgstr "已分配给" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Assignment" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Assignment Rule" +msgstr "作业规则" + +#: frontend/src/components/ListBulkActions.vue:158 +msgid "Assignment cleared successfully" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:171 +msgid "At least one field is required" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:5 +#: frontend/src/components/FilesUploader/FilesUploader.vue:76 +msgid "Attach" +msgstr "附件" + +#: frontend/src/pages/Deal.vue:106 frontend/src/pages/Lead.vue:156 +msgid "Attach a file" +msgstr "" + +#: frontend/src/pages/Deal.vue:542 frontend/src/pages/Lead.vue:532 +#: frontend/src/pages/MobileDeal.vue:470 frontend/src/pages/MobileLead.vue:374 +msgid "Attachments" +msgstr "附件" + +#. Label of the auth_token (Password) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Auth Token" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:72 +#: frontend/src/components/EmailEditor.vue:43 +#: frontend/src/components/EmailEditor.vue:67 +msgid "BCC" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:31 +msgid "Back to file upload" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Backlog" +msgstr "" + +#: frontend/src/components/Filter.vue:342 +msgid "Between" +msgstr "之间" + +#: frontend/src/components/Settings/GeneralSettings.vue:19 +msgid "Brand Name" +msgstr "" + +#. Label of the branding_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Branding" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:2 +msgid "Bulk Edit" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Busy" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:67 +#: frontend/src/components/EmailEditor.vue:33 +#: frontend/src/components/EmailEditor.vue:55 +msgid "CC" +msgstr "抄送" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "CRM Call Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +msgid "CRM Communication Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +msgid "CRM Contacts" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:34 +msgid "CRM Deal" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +msgid "CRM Deal Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "CRM Dropdown Item" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "CRM Exotel Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "CRM Fields Layout" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "CRM Form Script" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "CRM Global Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "CRM Holiday" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "CRM Holiday List" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_industry/crm_industry.json +msgid "CRM Industry" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "CRM Invitation" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "CRM Lead" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "CRM Lead Source" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "CRM Lead Status" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "CRM Notification" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "CRM Organization" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "CRM Portal Page" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "CRM Service Day" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "CRM Service Level Agreement" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "CRM Service Level Priority" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "CRM Status Change Log" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "CRM Task" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "CRM Telephony Agent" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "CRM Telephony Phone" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "CRM Territory" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "CRM Twilio Settings" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "CRM View Settings" +msgstr "" + +#: frontend/src/components/ViewControls.vue:270 +msgid "CSV" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:8 +msgid "Call Details" +msgstr "" + +#. Label of the receiver (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call Received By" +msgstr "" + +#. Description of the 'Duration' (Duration) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Call duration in seconds" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:10 +msgid "Call using {0}" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:43 +#: frontend/src/components/Modals/TaskModal.vue:43 +msgid "Call with John Doe" +msgstr "" + +#. Label of the caller (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Caller" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:27 +msgid "Calling Medium" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:40 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Calling..." +msgstr "" + +#: frontend/src/pages/Deal.vue:526 frontend/src/pages/Lead.vue:516 +#: frontend/src/pages/MobileDeal.vue:454 frontend/src/pages/MobileLead.vue:358 +msgid "Calls" +msgstr "电话" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:51 +msgid "Camera" +msgstr "相机" + +#: frontend/src/components/ColumnSettings.vue:128 +#: frontend/src/components/Modals/AssignmentModal.vue:9 +#: frontend/src/components/Telephony/TwilioCallUI.vue:77 +#: frontend/src/components/ViewControls.vue:56 +#: frontend/src/components/ViewControls.vue:156 +msgid "Cancel" +msgstr "取消" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Canceled" +msgstr "取消" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.py:27 +msgid "Cannot delete standard items {0}" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:94 +msgid "Capture" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:44 +msgid "Change Status" +msgstr "" + +#: frontend/src/pages/Contact.vue:41 frontend/src/pages/Lead.vue:86 +#: frontend/src/pages/MobileContact.vue:34 +#: frontend/src/pages/MobileOrganization.vue:37 +#: frontend/src/pages/Organization.vue:41 +msgid "Change image" +msgstr "" + +#: frontend/src/pages/Lead.vue:232 frontend/src/pages/Lead.vue:258 +#: frontend/src/pages/MobileLead.vue:110 frontend/src/pages/MobileLead.vue:137 +msgid "Choose Existing" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:41 +msgid "Choose Existing Contact" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:34 +msgid "Choose Existing Organization" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:60 +msgid "Clear" +msgstr "明确" + +#: frontend/src/components/ListBulkActions.vue:139 +#: frontend/src/components/ListBulkActions.vue:147 +#: frontend/src/components/ListBulkActions.vue:197 +msgid "Clear Assignment" +msgstr "" + +#: frontend/src/components/SortBy.vue:160 +msgid "Clear Sort" +msgstr "" + +#. Label of the clear_table (Button) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Clear Table" +msgstr "" + +#: frontend/src/components/Filter.vue:18 frontend/src/components/Filter.vue:150 +msgid "Clear all Filter" +msgstr "" + +#: frontend/src/components/Notifications.vue:28 +msgid "Close" +msgstr "关闭" + +#. Label of the close_date (Date) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Close Date" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Collapse" +msgstr "坍方" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Collapsible" +msgstr "" + +#. Label of the color (Select) field in DocType 'CRM Deal Status' +#. Label of the color (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Color" +msgstr "颜色" + +#: frontend/src/components/FieldLayoutEditor.vue:423 +msgid "Column" +msgstr "" + +#. Label of the column_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:15 +msgid "Column Field" +msgstr "" + +#. Label of the columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:4 +msgid "Columns" +msgstr "" + +#. Label of the comment (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/CommentBox.vue:80 +#: frontend/src/components/CommunicationArea.vue:17 +msgid "Comment" +msgstr "评论" + +#: frontend/src/pages/Deal.vue:516 frontend/src/pages/Lead.vue:506 +#: frontend/src/pages/MobileDeal.vue:444 frontend/src/pages/MobileLead.vue:348 +msgid "Comments" +msgstr "评论" + +#. Label of the communication_status (Link) field in DocType 'CRM Deal' +#. Label of the communication_status (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Communication Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Communication Statuses" +msgstr "" + +#. Label of the erpnext_company (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Company in ERPNext Site" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Completed" +msgstr "已完成" + +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Computer" +msgstr "" + +#. Label of the condition (Code) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Condition" +msgstr "" + +#: frontend/src/composables/frappecloud.js:29 +msgid "Confirm" +msgstr "确认" + +#. Label of the contact (Link) field in DocType 'CRM Contacts' +#. Label of the contact (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json frontend/src/pages/Lead.vue:254 +#: frontend/src/pages/MobileLead.vue:133 +msgid "Contact" +msgstr "联系人" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:194 +msgid "Contact Already Exists" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:20 +msgid "Contact Us" +msgstr "" + +#: frontend/src/pages/Deal.vue:625 frontend/src/pages/MobileDeal.vue:553 +msgid "Contact added" +msgstr "" + +#: frontend/src/pages/Deal.vue:611 frontend/src/pages/MobileDeal.vue:539 +msgid "Contact already added" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:193 +msgid "Contact already exists with {0}" +msgstr "" + +#: crm/api/contact.py:57 +msgid "Contact not found" +msgstr "" + +#: frontend/src/pages/Deal.vue:640 frontend/src/pages/MobileDeal.vue:568 +msgid "Contact removed" +msgstr "" + +#. Label of the contacts_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the contacts (Table) field in DocType 'CRM Deal' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Contact.vue:242 frontend/src/pages/MobileContact.vue:235 +#: frontend/src/pages/MobileOrganization.vue:367 +msgid "Contacts" +msgstr "" + +#. Label of the content (Text Editor) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:61 +#: frontend/src/components/Modals/EmailTemplateModal.vue:74 +#: frontend/src/components/Modals/NoteModal.vue:47 +msgid "Content" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:51 +msgid "Content Type" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:70 +#: frontend/src/pages/Lead.vue:192 frontend/src/pages/MobileLead.vue:49 +#: frontend/src/pages/MobileLead.vue:96 +msgid "Convert" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:62 +#: frontend/src/components/ListBulkActions.vue:204 +#: frontend/src/pages/Lead.vue:38 frontend/src/pages/Lead.vue:203 +#: frontend/src/pages/MobileLead.vue:92 +msgid "Convert to Deal" +msgstr "" + +#. Label of the converted (Check) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Converted" +msgstr "已转换" + +#: frontend/src/components/ListBulkActions.vue:79 +msgid "Converted successfully" +msgstr "" + +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/ContactModal.vue:37 +#: frontend/src/components/Modals/DealModal.vue:63 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/LeadModal.vue:34 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/OrganizationModal.vue:37 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Modals/ViewModal.vue:16 +#: frontend/src/pages/CallLogs.vue:11 frontend/src/pages/Contacts.vue:13 +#: frontend/src/pages/Contacts.vue:57 frontend/src/pages/Deals.vue:13 +#: frontend/src/pages/Deals.vue:233 frontend/src/pages/EmailTemplates.vue:13 +#: frontend/src/pages/EmailTemplates.vue:58 frontend/src/pages/Leads.vue:13 +#: frontend/src/pages/Leads.vue:259 frontend/src/pages/Notes.vue:7 +#: frontend/src/pages/Notes.vue:93 frontend/src/pages/Organizations.vue:13 +#: frontend/src/pages/Organizations.vue:57 frontend/src/pages/Tasks.vue:11 +#: frontend/src/pages/Tasks.vue:182 +msgid "Create" +msgstr "创建" + +#: frontend/src/components/Modals/DealModal.vue:8 +msgid "Create Deal" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:5 +msgid "Create Email Template" +msgstr "" + +#: frontend/src/components/Modals/LeadModal.vue:8 +msgid "Create Lead" +msgstr "创造领导力" + +#: frontend/src/components/Controls/Link.vue:48 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:55 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:45 +#: frontend/src/components/SidePanelLayout.vue:125 +msgid "Create New" +msgstr "创建新的" + +#: frontend/src/components/Activities/Activities.vue:383 +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Create Note" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:398 +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Create Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:9 +#: frontend/src/components/ViewControls.vue:670 +msgid "Create View" +msgstr "" + +#. Label of the create_customer_on_status_change (Check) field in DocType +#. 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Create customer on status change" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:148 +msgid "Create lead" +msgstr "" + +#. Label of the currency (Link) field in DocType 'CRM Deal' +#. Label of the currency (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Currency" +msgstr "货币" + +#: frontend/src/pages/Deal.vue:399 +msgid "Customer created successfully" +msgstr "" + +#: frontend/src/components/ViewControls.vue:209 +msgid "Customize quick filters" +msgstr "" + +#: frontend/src/components/Activities/DataFields.vue:6 +#: frontend/src/pages/Deal.vue:521 frontend/src/pages/Lead.vue:511 +#: frontend/src/pages/MobileDeal.vue:449 frontend/src/pages/MobileLead.vue:353 +msgid "Data" +msgstr "数据" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Data Fields" +msgstr "" + +#. Label of the date (Date) field in DocType 'CRM Holiday' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +msgid "Date" +msgstr "日期" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:129 +msgid "Deal" +msgstr "" + +#. Label of the deal_owner (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Deal Owner" +msgstr "" + +#. Label of the deal_status (Link) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Deal Status" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Deal Statuses" +msgstr "" + +#: frontend/src/pages/Contact.vue:626 frontend/src/pages/MobileContact.vue:622 +#: frontend/src/pages/MobileOrganization.vue:508 +#: frontend/src/pages/Organization.vue:526 +msgid "Deal owner" +msgstr "" + +#: frontend/src/pages/Deal.vue:439 frontend/src/pages/MobileDeal.vue:361 +msgid "Deal updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Deal.vue:471 frontend/src/pages/MobileContact.vue:314 +#: frontend/src/pages/MobileDeal.vue:393 +#: frontend/src/pages/MobileOrganization.vue:361 +msgid "Deals" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:84 +msgid "Dear {{ lead_name }}, \\n\\nThis is a reminder for the payment of {{ grand_total }}. \\n\\nThanks, \\nFrappé" +msgstr "" + +#. Label of the default (Check) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Default" +msgstr "默认" + +#. Label of the default_medium (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Default Medium" +msgstr "" + +#. Label of the default_priority (Check) field in DocType 'CRM Service Level +#. Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "Default Priority" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:33 +msgid "Default Service Level Agreement already exists for {0}" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:29 +msgid "Default calling medium for logged in user" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:299 +msgid "Default calling medium updated successfully" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:22 +msgid "Default medium" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:18 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:30 +msgid "Default statuses, custom fields and layouts restored successfully." +msgstr "" + +#. Label of the defaults_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Defaults" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:131 +#: frontend/src/components/Activities/NoteArea.vue:12 +#: frontend/src/components/Activities/TaskArea.vue:53 +#: frontend/src/components/Activities/TaskArea.vue:61 +#: frontend/src/components/Controls/Grid.vue:232 +#: frontend/src/components/Kanban/KanbanView.vue:225 +#: frontend/src/components/ListBulkActions.vue:96 +#: frontend/src/components/ListBulkActions.vue:104 +#: frontend/src/components/ListBulkActions.vue:186 +#: frontend/src/components/ViewControls.vue:1145 +#: frontend/src/components/ViewControls.vue:1156 +#: frontend/src/pages/Contact.vue:105 frontend/src/pages/Contact.vue:296 +#: frontend/src/pages/MobileContact.vue:81 +#: frontend/src/pages/MobileContact.vue:289 +#: frontend/src/pages/MobileDeal.vue:519 +#: frontend/src/pages/MobileOrganization.vue:72 +#: frontend/src/pages/MobileOrganization.vue:283 +#: frontend/src/pages/Notes.vue:40 frontend/src/pages/Organization.vue:83 +#: frontend/src/pages/Organization.vue:304 frontend/src/pages/Tasks.vue:361 +msgid "Delete" +msgstr "删除" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:26 +msgid "Delete & Restore" +msgstr "" + +#: frontend/src/components/Activities/TaskArea.vue:57 +msgid "Delete Task" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1141 +#: frontend/src/components/ViewControls.vue:1149 +msgid "Delete View" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:58 +#: frontend/src/components/Activities/AttachmentArea.vue:127 +msgid "Delete attachment" +msgstr "" + +#: frontend/src/pages/Contact.vue:292 frontend/src/pages/MobileContact.vue:285 +msgid "Delete contact" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:279 +#: frontend/src/pages/Organization.vue:300 +msgid "Delete organization" +msgstr "" + +#: frontend/src/components/ListBulkActions.vue:114 +msgid "Deleted successfully" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'CRM Holiday' +#. Label of the description (Text Editor) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: frontend/src/components/Modals/TaskModal.vue:48 +msgid "Description" +msgstr "描述" + +#: frontend/src/components/Apps.vue:63 +msgid "Desk" +msgstr "" + +#. Label of the details (Tab Break) field in DocType 'CRM Lead' +#. Label of the details (Text Editor) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: frontend/src/pages/MobileContact.vue:309 +#: frontend/src/pages/MobileDeal.vue:428 frontend/src/pages/MobileLead.vue:332 +#: frontend/src/pages/MobileOrganization.vue:356 +msgid "Details" +msgstr "详细信息" + +#. Label of the call_receiving_device (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:39 +msgid "Device" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Disable" +msgstr "" + +#: frontend/src/components/CommentBox.vue:76 +#: frontend/src/components/EmailEditor.vue:155 +msgid "Discard" +msgstr "丢弃" + +#. Label of the dt (Link) field in DocType 'CRM Form Script' +#. Label of the dt (Link) field in DocType 'CRM Global Settings' +#. Label of the dt (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "DocType" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:32 +msgid "Doctype" +msgstr "文档类型" + +#. Label of the dt (Link) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Document Type" +msgstr "文档类型" + +#: crm/api/activities.py:19 +msgid "Document not found" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Done" +msgstr "DONE" + +#: frontend/src/components/Activities/AudioPlayer.vue:166 +#: frontend/src/components/ViewControls.vue:252 +msgid "Download" +msgstr "下载" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:24 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:56 +msgid "Drop files here" +msgstr "" + +#. Label of the dropdown_items_tab (Tab Break) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Dropdown Items" +msgstr "" + +#. Label of the due_date (Datetime) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Due Date" +msgstr "到期日" + +#: frontend/src/components/Modals/ViewModal.vue:15 +#: frontend/src/components/ViewControls.vue:1097 +msgid "Duplicate" +msgstr "复制" + +#: frontend/src/components/Modals/ViewModal.vue:8 +msgid "Duplicate View" +msgstr "" + +#. Label of the duration (Duration) field in DocType 'CRM Call Log' +#. Label of the duration (Duration) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Duration" +msgstr "持续时间" + +#: frontend/src/components/Settings/Settings.vue:121 +msgid "ERPNext" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext CRM Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:4 +msgid "ERPNext Settings" +msgstr "" + +#: frontend/src/components/Settings/ERPNextSettings.vue:5 +msgid "ERPNext Settings updated" +msgstr "" + +#. Label of the section_break_oubd (Section Break) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site API's" +msgstr "" + +#. Label of the erpnext_site_url (Data) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "ERPNext Site URL" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:25 +msgid "ERPNext is not installed in the current site" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:98 +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:124 +msgid "ERPNext is not integrated with the CRM" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:75 +#: frontend/src/components/FieldLayoutEditor.vue:319 +#: frontend/src/components/FieldLayoutEditor.vue:345 +#: frontend/src/components/ListBulkActions.vue:179 +#: frontend/src/components/ViewControls.vue:1115 +msgid "Edit" +msgstr "编辑" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "Edit Call Log" +msgstr "" + +#: frontend/src/components/Modals/DataFieldsModal.vue:7 +msgid "Edit Data Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:7 +msgid "Edit Field Layout" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:7 +msgid "Edit Grid Fields Layout" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:7 +msgid "Edit Grid Row Fields Layout" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:18 +msgid "Edit Note" +msgstr "" + +#: frontend/src/components/Modals/QuickEntryModal.vue:7 +msgid "Edit Quick Entry Layout" +msgstr "" + +#: frontend/src/components/Modals/TaskModal.vue:18 +msgid "Edit Task" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:6 +msgid "Edit View" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:19 +msgid "Edit note" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:19 +#: frontend/src/components/Settings/ProfileSettings.vue:23 +msgid "Edit profile photo" +msgstr "" + +#: frontend/src/components/Modals/CallLogDetailModal.vue:24 +msgid "Edit task" +msgstr "" + +#: frontend/src/components/Controls/GridRowModal.vue:8 +msgid "Editing Row {0}" +msgstr "" + +#. Label of the email (Data) field in DocType 'CRM Contacts' +#. Label of the email (Data) field in DocType 'CRM Deal' +#. Label of the email (Data) field in DocType 'CRM Invitation' +#. Label of the email (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:616 +#: frontend/src/pages/MobileContact.vue:612 +#: frontend/src/pages/MobileOrganization.vue:498 +#: frontend/src/pages/MobileOrganization.vue:526 +#: frontend/src/pages/Organization.vue:516 +#: frontend/src/pages/Organization.vue:544 +msgid "Email" +msgstr "电子邮件" + +#. Label of the email_sent_at (Datetime) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Email Sent At" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:4 +msgid "Email Templates" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:203 +msgid "Email from Lead" +msgstr "" + +#: frontend/src/pages/Deal.vue:511 frontend/src/pages/Lead.vue:501 +#: frontend/src/pages/MobileDeal.vue:439 frontend/src/pages/MobileLead.vue:343 +msgid "Emails" +msgstr "" + +#: frontend/src/components/ListViews/ListRows.vue:12 +msgid "Empty" +msgstr "空的" + +#: frontend/src/components/Filter.vue:124 +msgid "Empty - Choose a field to filter by" +msgstr "" + +#: frontend/src/components/SortBy.vue:134 +msgid "Empty - Choose a field to sort by" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:30 +msgid "Enable" +msgstr "" + +#. Label of the enabled (Check) field in DocType 'CRM Exotel Settings' +#. Label of the enabled (Check) field in DocType 'CRM Form Script' +#. Label of the enabled (Check) field in DocType 'CRM Service Level Agreement' +#. Label of the enabled (Check) field in DocType 'CRM Twilio Settings' +#. Label of the enabled (Check) field in DocType 'ERPNext CRM Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:92 +msgid "Enabled" +msgstr "已启用" + +#. Label of the end_date (Date) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "End Date" +msgstr "结束日期" + +#. Label of the end_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the end_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "End Time" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:260 +msgid "Enter {0}" +msgstr "" + +#: frontend/src/components/Filter.vue:67 frontend/src/components/Filter.vue:100 +#: frontend/src/components/Filter.vue:259 +#: frontend/src/components/Filter.vue:280 +#: frontend/src/components/Filter.vue:297 +#: frontend/src/components/Filter.vue:308 +#: frontend/src/components/Filter.vue:319 +#: frontend/src/components/Filter.vue:335 +msgid "Equals" +msgstr "等号" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:169 +#: frontend/src/components/Settings/SettingsPage.vue:91 +#: frontend/src/components/Settings/TelephonySettings.vue:131 +#: frontend/src/components/Settings/TelephonySettings.vue:156 +#: frontend/src/pages/Lead.vue:600 frontend/src/pages/Lead.vue:610 +#: frontend/src/pages/MobileLead.vue:434 frontend/src/pages/MobileLead.vue:444 +msgid "Error" +msgstr "错误" + +#: frontend/src/pages/Deal.vue:460 frontend/src/pages/MobileDeal.vue:382 +msgid "Error Updating Deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:450 frontend/src/pages/MobileLead.vue:286 +msgid "Error Updating Lead" +msgstr "" + +#: frontend/src/pages/Lead.vue:654 +msgid "Error converting to deal" +msgstr "" + +#: frontend/src/pages/Deal.vue:447 frontend/src/pages/MobileDeal.vue:369 +msgid "Error updating deal" +msgstr "" + +#: frontend/src/pages/Lead.vue:437 frontend/src/pages/MobileLead.vue:273 +msgid "Error updating lead" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:261 +msgid "Error while creating customer in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:173 +msgid "Error while creating prospect in ERPNext, check error log for more details" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.py:117 +msgid "Error while fetching customer in ERPNext, check error log for more details" +msgstr "" + +#: frontend/src/components/ViewControls.vue:266 +#: frontend/src/components/ViewControls.vue:275 +msgid "Excel" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the exotel (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:26 +#: frontend/src/components/Settings/TelephonySettings.vue:48 +msgid "Exotel" +msgstr "" + +#: crm/integrations/exotel/handler.py:114 +msgid "Exotel Exception" +msgstr "" + +#. Label of the exotel_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Exotel Number" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "Exotel Number Missing" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Exotel Number {0} is not valid" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:315 +msgid "Exotel is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:149 +msgid "Exotel settings updated successfully" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:78 +msgid "Expand" +msgstr "扩大" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Expired" +msgstr "已过期" + +#: frontend/src/components/ViewControls.vue:203 +#: frontend/src/components/ViewControls.vue:249 +msgid "Export" +msgstr "导出" + +#: frontend/src/components/ViewControls.vue:280 +msgid "Export All {0} Record(s)" +msgstr "" + +#: frontend/src/components/ViewControls.vue:262 +msgid "Export Type" +msgstr "导出类型" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "FCRM Note" +msgstr "" + +#. Name of a DocType +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "FCRM Settings" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Failed" +msgstr "失败" + +#: crm/integrations/twilio/api.py:130 +msgid "Failed to capture Twilio recording" +msgstr "" + +#: crm/integrations/twilio/api.py:152 +msgid "Failed to update Twilio call status" +msgstr "" + +#. Label of the favicon (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:62 +msgid "Favicon" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:5 +msgid "Field" +msgstr "字段" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:19 +#: frontend/src/components/Kanban/KanbanSettings.vue:51 +msgid "Fields Order" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:355 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:360 +msgid "File \"{0}\" was skipped because only {1} uploads are allowed for DocType \"{2}\"" +msgstr "" + +#: frontend/src/components/Filter.vue:6 +msgid "Filter" +msgstr "过滤" + +#. Label of the filters (Code) field in DocType 'CRM View Settings' +#. Label of the filters_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Filters" +msgstr "过滤器" + +#. Label of the first_name (Data) field in DocType 'CRM Deal' +#. Label of the first_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/ColumnSettings.vue:108 +#: frontend/src/components/Filter.vue:58 frontend/src/components/Filter.vue:89 +#: frontend/src/components/SortBy.vue:6 frontend/src/components/SortBy.vue:106 +#: frontend/src/components/SortBy.vue:140 +msgid "First Name" +msgstr "名" + +#: frontend/src/components/Modals/LeadModal.vue:139 +msgid "First Name is mandatory" +msgstr "" + +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Deal' +#. Label of the first_responded_on (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Responded On" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Due" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Service +#. Level Priority' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +msgid "First Response TIme" +msgstr "" + +#. Label of the first_response_time (Duration) field in DocType 'CRM Deal' +#. Label of the first_response_time (Duration) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "First Response Time" +msgstr "第一次响应时间" + +#: frontend/src/components/Filter.vue:131 +msgid "First name" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Form" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:19 +msgid "Form Script updated successfully" +msgstr "" + +#. Name of a Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Frappe CRM" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Friday" +msgstr "" + +#. Label of the from (Data) field in DocType 'CRM Call Log' +#. Label of the from (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From" +msgstr "从" + +#. Label of the from_date (Date) field in DocType 'CRM Holiday List' +#. Label of the from_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "From Date" +msgstr "起始日期" + +#. Label of the from_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "From User" +msgstr "" + +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Deal' +#. Option for the 'SLA Status' (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Fulfilled" +msgstr "" + +#. Label of the full_name (Data) field in DocType 'CRM Contacts' +#. Label of the lead_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Full Name" +msgstr "全名" + +#. Label of the gender (Link) field in DocType 'CRM Contacts' +#. Label of the gender (Link) field in DocType 'CRM Deal' +#. Label of the gender (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Gender" +msgstr "性别" + +#: frontend/src/components/Settings/GeneralSettings.vue:4 +#: frontend/src/components/Settings/Settings.vue:92 +msgid "General" +msgstr "" + +#: frontend/src/pages/Deal.vue:94 frontend/src/pages/Lead.vue:144 +msgid "Go to website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Grid Row" +msgstr "" + +#. Label of the group_by_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:376 +#: frontend/src/components/ViewControls.vue:594 frontend/src/utils/view.js:16 +msgid "Group By" +msgstr "通过...分组" + +#. Label of the group_by_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Group By Field" +msgstr "" + +#: frontend/src/components/GroupBy.vue:8 +msgid "Group By: " +msgstr "" + +#: frontend/src/components/CommunicationArea.vue:58 +msgid "Hi John, \\n\\nCan you please provide more details on this..." +msgstr "" + +#. Label of the hidden (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Hidden" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Hide" +msgstr "隐藏" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Hide Recording" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Hide border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Hide label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Hide preview" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "High" +msgstr "高" + +#. Label of the holiday_list (Link) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Holiday List" +msgstr "假期列表" + +#. Label of the holiday_list_name (Data) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holiday List Name" +msgstr "" + +#. Label of the holidays_section (Section Break) field in DocType 'CRM Holiday +#. List' +#. Label of the holidays (Table) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Holidays" +msgstr "" + +#: frontend/src/components/Settings/GeneralSettings.vue:97 +msgid "Home actions" +msgstr "" + +#. Label of the id (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "ID" +msgstr "" + +#. Label of the icon (Code) field in DocType 'CRM Dropdown Item' +#. Label of the icon (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Icon" +msgstr "图标" + +#. Label of the image (Attach Image) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Image" +msgstr "" + +#: frontend/src/components/Filter.vue:263 +#: frontend/src/components/Filter.vue:284 +#: frontend/src/components/Filter.vue:299 +#: frontend/src/components/Filter.vue:312 +#: frontend/src/components/Filter.vue:326 +msgid "In" +msgstr "在" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "In Progress" +msgstr "进行中" + +#: frontend/src/components/SLASection.vue:75 +msgid "In less than a minute" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:35 +msgid "Inbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Incoming" +msgstr "来料检验" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:41 +msgid "Incoming call..." +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Industries" +msgstr "" + +#. Label of the industry (Link) field in DocType 'CRM Deal' +#. Label of the industry (Data) field in DocType 'CRM Industry' +#. Label of the industry (Link) field in DocType 'CRM Lead' +#. Label of the industry (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Industry" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Initiated" +msgstr "已初始化" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:36 +msgid "Initiating call..." +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Integration Not Enabled" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:106 +msgid "Integrations" +msgstr "集成" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:33 +msgid "Invalid Account SID or Auth Token." +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:219 +#: frontend/src/components/Modals/LeadModal.vue:155 +msgid "Invalid Email" +msgstr "" + +#: crm/integrations/exotel/handler.py:89 +msgid "Invalid Exotel Number" +msgstr "" + +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.py:25 +msgid "Invalid credentials" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:98 +msgid "Invite Members" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:22 +msgid "Invite as" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:9 +msgid "Invite by email" +msgstr "" + +#. Label of the invited_by (Link) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Invited By" +msgstr "" + +#: frontend/src/components/Filter.vue:265 +#: frontend/src/components/Filter.vue:274 +#: frontend/src/components/Filter.vue:286 +#: frontend/src/components/Filter.vue:301 +#: frontend/src/components/Filter.vue:314 +#: frontend/src/components/Filter.vue:328 +#: frontend/src/components/Filter.vue:337 +msgid "Is" +msgstr "是" + +#. Label of the is_default (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Default" +msgstr "是否默认" + +#. Label of the is_erpnext_in_different_site (Check) field in DocType 'ERPNext +#. CRM Settings' +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +msgid "Is ERPNext installed on a different site?" +msgstr "" + +#. Label of the is_group (Check) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Is Group" +msgstr "群组事件" + +#. Label of the is_primary (Check) field in DocType 'CRM Contacts' +#. Label of the is_primary (Check) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Is Primary" +msgstr "" + +#. Label of the is_standard (Check) field in DocType 'CRM Dropdown Item' +#. Label of the is_standard (Check) field in DocType 'CRM Form Script' +#. Label of the is_standard (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Is Standard" +msgstr "" + +#. Label of the json (JSON) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "JSON" +msgstr "" + +#. Label of the job_title (Data) field in DocType 'CRM Deal' +#. Label of the job_title (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Job Title" +msgstr "" + +#: frontend/src/components/Filter.vue:75 frontend/src/components/Filter.vue:108 +#: frontend/src/components/Modals/AssignmentModal.vue:35 +#: frontend/src/components/Modals/TaskModal.vue:75 +#: frontend/src/components/Telephony/TaskPanel.vue:47 +msgid "John Doe" +msgstr "" + +#. Label of the kanban_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:381 +#: frontend/src/components/ViewControls.vue:583 frontend/src/utils/view.js:20 +msgid "Kanban" +msgstr "" + +#. Label of the kanban_columns (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Columns" +msgstr "" + +#. Label of the kanban_fields (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Kanban Fields" +msgstr "" + +#: frontend/src/components/Kanban/KanbanSettings.vue:3 +#: frontend/src/components/Kanban/KanbanSettings.vue:11 +msgid "Kanban Settings" +msgstr "" + +#. Label of the key (Data) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Key" +msgstr "" + +#. Label of the label (Data) field in DocType 'CRM Dropdown Item' +#. Label of the label (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ColumnSettings.vue:105 +msgid "Label" +msgstr "标签" + +#: frontend/src/components/Filter.vue:607 +msgid "Last 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:599 +msgid "Last Month" +msgstr "" + +#. Label of the last_name (Data) field in DocType 'CRM Deal' +#. Label of the last_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Last Name" +msgstr "姓" + +#: frontend/src/components/Filter.vue:603 +msgid "Last Quarter" +msgstr "" + +#. Label of the last_status_change_log (Link) field in DocType 'CRM Status +#. Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Last Status Change Log" +msgstr "" + +#: frontend/src/components/Filter.vue:595 +msgid "Last Week" +msgstr "" + +#: frontend/src/components/Filter.vue:611 +msgid "Last Year" +msgstr "" + +#: frontend/src/pages/Contact.vue:631 frontend/src/pages/MobileContact.vue:627 +#: frontend/src/pages/MobileOrganization.vue:513 +#: frontend/src/pages/MobileOrganization.vue:541 +#: frontend/src/pages/Organization.vue:531 +#: frontend/src/pages/Organization.vue:559 +msgid "Last modified" +msgstr "" + +#. Label of the layout (Code) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Layout" +msgstr "" + +#. Label of the lead (Link) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: frontend/src/components/Telephony/ExotelCallUI.vue:205 +#: frontend/src/pages/Tasks.vue:130 +msgid "Lead" +msgstr "商机" + +#. Label of the lead_details_tab (Tab Break) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Details" +msgstr "商机信息" + +#. Label of the lead_name (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Lead Name" +msgstr "线索姓名" + +#. Label of the lead_owner (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Lead Owner" +msgstr "线索负责人" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:73 +msgid "Lead Owner cannot be same as the Lead Email Address" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Sources" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Lead Statuses" +msgstr "" + +#: frontend/src/pages/Lead.vue:429 frontend/src/pages/MobileLead.vue:265 +msgid "Lead updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/Lead.vue:461 frontend/src/pages/MobileLead.vue:297 +msgid "Leads" +msgstr "" + +#. Label of the lft (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Left" +msgstr "左边" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:43 +msgid "Library" +msgstr "" + +#: frontend/src/components/Filter.vue:261 +#: frontend/src/components/Filter.vue:272 +#: frontend/src/components/Filter.vue:282 +#: frontend/src/components/Filter.vue:310 +#: frontend/src/components/Filter.vue:324 +msgid "Like" +msgstr "喜欢" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:47 +msgid "Link" +msgstr "" + +#. Label of the links (Table) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Links" +msgstr "链接" + +#. Option for the 'Apply To' (Select) field in DocType 'CRM Form Script' +#. Label of the list_tab (Tab Break) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/ViewControls.vue:371 +#: frontend/src/components/ViewControls.vue:572 frontend/src/utils/view.js:12 +msgid "List" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:74 +msgid "Listen" +msgstr "" + +#. Label of the load_default_columns (Check) field in DocType 'CRM View +#. Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Load Default Columns" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:139 +msgid "Load More" +msgstr "装载更多" + +#: frontend/src/components/Activities/Activities.vue:22 +#: frontend/src/components/Activities/DataFields.vue:35 +#: frontend/src/pages/Deal.vue:169 frontend/src/pages/MobileDeal.vue:111 +msgid "Loading..." +msgstr "载入中..." + +#. Label of the log_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the log_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Log" +msgstr "" + +#: frontend/src/composables/frappecloud.js:23 +msgid "Login to Frappe Cloud?" +msgstr "登录 Frappe Cloud?" + +#. Label of the brand_logo (Attach) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Settings/GeneralSettings.vue:27 +msgid "Logo" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:9 +msgid "Loved the demo?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Low" +msgstr "低" + +#: frontend/src/pages/Contact.vue:94 frontend/src/pages/MobileContact.vue:70 +msgid "Make Call" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Private" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1130 +msgid "Make Public" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:378 +#: frontend/src/components/Activities/ActivityHeader.vue:37 +#: frontend/src/components/Activities/ActivityHeader.vue:141 +#: frontend/src/pages/Deals.vue:506 frontend/src/pages/Leads.vue:529 +msgid "Make a Call" +msgstr "" + +#: frontend/src/pages/Deal.vue:77 frontend/src/pages/Lead.vue:119 +msgid "Make a call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:98 +msgid "Make attachment {0}" +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:7 +msgid "Make call" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:43 +msgid "Make public" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:107 +msgid "Make {0}" +msgstr "制作{0}" + +#: frontend/src/components/Telephony/CallUI.vue:34 +msgid "Make {0} as default calling medium" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:25 +#: frontend/src/components/Settings/InviteMemberPage.vue:106 +msgid "Manager Access" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Manual" +msgstr "" + +#: frontend/src/components/Notifications.vue:19 +#: frontend/src/pages/MobileNotification.vue:11 +#: frontend/src/pages/MobileNotification.vue:14 +msgid "Mark all as read" +msgstr "" + +#. Label of the medium (Data) field in DocType 'CRM Call Log' +#. Option for the 'Priority' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Medium" +msgstr "中" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Mention" +msgstr "" + +#. Label of the message (HTML Editor) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Message" +msgstr "信息" + +#. Label of the middle_name (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Middle Name" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Contacts' +#. Label of the mobile_no (Data) field in DocType 'CRM Deal' +#. Label of the mobile_no (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Mobile No" +msgstr "手机号码" + +#: frontend/src/components/Modals/DealModal.vue:215 +#: frontend/src/components/Modals/LeadModal.vue:151 +msgid "Mobile No should be a number" +msgstr "" + +#. Label of the mobile_no (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Mobile No." +msgstr "" + +#: frontend/src/components/Telephony/CallUI.vue:22 +msgid "Mobile Number" +msgstr "手机号码" + +#: crm/integrations/exotel/handler.py:93 +msgid "Mobile Number Missing" +msgstr "" + +#: frontend/src/pages/Contact.vue:621 frontend/src/pages/MobileContact.vue:617 +#: frontend/src/pages/MobileOrganization.vue:503 +#: frontend/src/pages/Organization.vue:521 +msgid "Mobile no" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Monday" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:454 +msgid "Move to next section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:407 +msgid "Move to next tab" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:464 +msgid "Move to previous section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:393 +msgid "Move to previous tab" +msgstr "" + +#: frontend/src/components/Modals/ViewModal.vue:40 +msgid "My Open Deals" +msgstr "" + +#. Label of the name1 (Data) field in DocType 'CRM Dropdown Item' +#. Label of the brand_name (Data) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +#: frontend/src/components/Modals/EmailTemplateModal.vue:24 +#: frontend/src/components/ViewControls.vue:765 +#: frontend/src/pages/MobileOrganization.vue:521 +#: frontend/src/pages/Organization.vue:539 +msgid "Name" +msgstr "名称" + +#. Label of the naming_series (Select) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Naming Series" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:87 +msgid "New" +msgstr "新" + +#: frontend/src/components/Modals/AddressModal.vue:95 +msgid "New Address" +msgstr "" + +#: frontend/src/components/Modals/CallLogModal.vue:100 +msgid "New Call Log" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:393 +#: frontend/src/components/Activities/ActivityHeader.vue:27 +#: frontend/src/components/Activities/ActivityHeader.vue:136 +msgid "New Comment" +msgstr "" + +#: frontend/src/components/Modals/ContactModal.vue:8 +msgid "New Contact" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:388 +#: frontend/src/components/Activities/ActivityHeader.vue:17 +#: frontend/src/components/Activities/ActivityHeader.vue:131 +msgid "New Email" +msgstr "新的电子邮件" + +#: frontend/src/components/Activities/ActivityHeader.vue:78 +msgid "New Message" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:47 +#: frontend/src/components/Activities/ActivityHeader.vue:147 +#: frontend/src/pages/Deals.vue:512 frontend/src/pages/Leads.vue:535 +msgid "New Note" +msgstr "" + +#: frontend/src/components/Modals/OrganizationModal.vue:8 +msgid "New Organization" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:203 +#: frontend/src/components/SidePanelLayoutEditor.vue:131 +msgid "New Section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:299 +#: frontend/src/components/FieldLayoutEditor.vue:304 +msgid "New Tab" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:57 +#: frontend/src/components/Activities/ActivityHeader.vue:152 +#: frontend/src/pages/Deals.vue:517 frontend/src/pages/Leads.vue:540 +msgid "New Task" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:162 +msgid "New WhatsApp Message" +msgstr "" + +#: frontend/src/pages/Lead.vue:270 frontend/src/pages/MobileLead.vue:150 +msgid "New contact will be created based on the person's details" +msgstr "" + +#: frontend/src/pages/Lead.vue:245 frontend/src/pages/MobileLead.vue:124 +msgid "New organization will be created based on the data in details section" +msgstr "" + +#: frontend/src/components/Filter.vue:655 +msgid "Next 6 Months" +msgstr "" + +#: frontend/src/components/Filter.vue:647 +msgid "Next Month" +msgstr "" + +#: frontend/src/components/Filter.vue:651 +msgid "Next Quarter" +msgstr "" + +#. Label of the next_step (Data) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Next Step" +msgstr "" + +#: frontend/src/components/Filter.vue:643 +msgid "Next Week" +msgstr "" + +#: frontend/src/components/Filter.vue:659 +msgid "Next Year" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:27 +msgid "No" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "No Answer" +msgstr "" + +#: frontend/src/components/Controls/Grid.vue:225 +msgid "No Data" +msgstr "无数据" + +#: frontend/src/components/Kanban/KanbanView.vue:102 +#: frontend/src/pages/Deals.vue:106 frontend/src/pages/Leads.vue:122 +#: frontend/src/pages/Tasks.vue:68 +msgid "No Title" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:51 +#: frontend/src/pages/Deal.vue:254 frontend/src/pages/MobileDeal.vue:199 +msgid "No contacts added" +msgstr "" + +#: frontend/src/pages/Deal.vue:89 frontend/src/pages/Lead.vue:139 +msgid "No email set" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:92 +msgid "No label" +msgstr "" + +#: frontend/src/pages/Deal.vue:685 +msgid "No mobile number set" +msgstr "" + +#: frontend/src/components/Notifications.vue:83 +#: frontend/src/pages/MobileNotification.vue:67 +msgid "No new notifications" +msgstr "" + +#: frontend/src/pages/Lead.vue:126 +msgid "No phone number set" +msgstr "" + +#: frontend/src/pages/Deal.vue:680 +msgid "No primary contact set" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:52 +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:42 +msgid "No templates found" +msgstr "" + +#: frontend/src/pages/Deal.vue:101 frontend/src/pages/Lead.vue:151 +msgid "No website set" +msgstr "" + +#: frontend/src/components/SidePanelLayout.vue:116 +msgid "No {0} Available" +msgstr "" + +#: frontend/src/pages/CallLogs.vue:53 frontend/src/pages/Contact.vue:165 +#: frontend/src/pages/Contacts.vue:56 frontend/src/pages/Deals.vue:232 +#: frontend/src/pages/EmailTemplates.vue:57 frontend/src/pages/Leads.vue:258 +#: frontend/src/pages/MobileContact.vue:154 +#: frontend/src/pages/MobileOrganization.vue:143 +#: frontend/src/pages/Notes.vue:92 frontend/src/pages/Organization.vue:157 +#: frontend/src/pages/Organizations.vue:56 frontend/src/pages/Tasks.vue:181 +msgid "No {0} Found" +msgstr "" + +#. Label of the no_of_employees (Select) field in DocType 'CRM Deal' +#. Label of the no_of_employees (Select) field in DocType 'CRM Lead' +#. Label of the no_of_employees (Select) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "No. of Employees" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:148 +msgid "Normal" +msgstr "" + +#: frontend/src/components/Filter.vue:260 +#: frontend/src/components/Filter.vue:281 +#: frontend/src/components/Filter.vue:298 +#: frontend/src/components/Filter.vue:309 +#: frontend/src/components/Filter.vue:336 +msgid "Not Equals" +msgstr "不等于" + +#: frontend/src/components/Filter.vue:264 +#: frontend/src/components/Filter.vue:285 +#: frontend/src/components/Filter.vue:300 +#: frontend/src/components/Filter.vue:313 +#: frontend/src/components/Filter.vue:327 +msgid "Not In" +msgstr "在不" + +#: frontend/src/components/Filter.vue:262 +#: frontend/src/components/Filter.vue:273 +#: frontend/src/components/Filter.vue:283 +#: frontend/src/components/Filter.vue:311 +#: frontend/src/components/Filter.vue:325 +msgid "Not Like" +msgstr "不类似" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:10 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:10 +#: frontend/src/components/Modals/DataFieldsModal.vue:10 +#: frontend/src/components/Modals/QuickEntryModal.vue:10 +#: frontend/src/components/Modals/SidePanelModal.vue:10 +#: frontend/src/components/Settings/GeneralSettings.vue:7 +#: frontend/src/components/Settings/SettingsPage.vue:9 +#: frontend/src/components/Settings/TelephonySettings.vue:9 +msgid "Not Saved" +msgstr "尚未保存" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:214 +msgid "Not allowed to add contact to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_lead/crm_lead.py:390 +msgid "Not allowed to convert Lead to Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:225 +msgid "Not allowed to remove contact from Deal" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:236 +msgid "Not allowed to set primary contact for Deal" +msgstr "" + +#. Label of the note (Link) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Note" +msgstr "注" + +#: frontend/src/pages/Deal.vue:537 frontend/src/pages/Lead.vue:527 +#: frontend/src/pages/MobileDeal.vue:465 frontend/src/pages/MobileLead.vue:369 +msgid "Notes" +msgstr "便签" + +#: frontend/src/pages/Notes.vue:20 +msgid "Notes View" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:13 +msgid "Notification" +msgstr "" + +#. Label of the notification_text (Text) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Text" +msgstr "" + +#. Label of the notification_type_doc (Dynamic Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doc" +msgstr "" + +#. Label of the notification_type_doctype (Link) field in DocType 'CRM +#. Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Notification Type Doctype" +msgstr "" + +#: frontend/src/components/Layouts/AppSidebar.vue:13 +#: frontend/src/components/Mobile/MobileSidebar.vue:23 +#: frontend/src/components/Notifications.vue:17 +#: frontend/src/pages/MobileNotification.vue:6 +msgid "Notifications" +msgstr "通知" + +#. Label of the number (Data) field in DocType 'CRM Telephony Phone' +#: crm/fcrm/doctype/crm_telephony_phone/crm_telephony_phone.json +msgid "Number" +msgstr "" + +#. Label of the old_parent (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Old Parent" +msgstr "" + +#: frontend/src/pages/Contact.vue:276 frontend/src/pages/Lead.vue:561 +#: frontend/src/pages/MobileContact.vue:269 +#: frontend/src/pages/MobileOrganization.vue:263 +#: frontend/src/pages/Organization.vue:284 +msgid "Only PNG and JPG images are allowed" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.py:56 +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.py:23 +msgid "Only one {0} can be set as primary." +msgstr "只能将一个{0}设置为主。" + +#: frontend/src/components/Modals/NoteModal.vue:25 +#: frontend/src/components/Modals/TaskModal.vue:25 +msgid "Open Deal" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:26 +#: frontend/src/components/Modals/TaskModal.vue:26 +msgid "Open Lead" +msgstr "" + +#: crm/fcrm/doctype/crm_deal/crm_deal.js:6 +#: crm/fcrm/doctype/crm_lead/crm_lead.js:6 +msgid "Open in Portal" +msgstr "" + +#. Label of the open_in_new_window (Check) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Open in new window" +msgstr "" + +#: frontend/src/pages/Organization.vue:92 +msgid "Open website" +msgstr "" + +#: frontend/src/components/Kanban/KanbanView.vue:221 +#: frontend/src/components/Modals/CallLogDetailModal.vue:15 +#: frontend/src/components/ViewControls.vue:199 +msgid "Options" +msgstr "" + +#. Label of the order_by_tab (Tab Break) field in DocType 'CRM View Settings' +#. Label of the order_by (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Order By" +msgstr "订购依据" + +#. Label of the organization (Link) field in DocType 'CRM Deal' +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the organization (Data) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json frontend/src/pages/Contact.vue:600 +#: frontend/src/pages/Lead.vue:228 frontend/src/pages/MobileContact.vue:596 +#: frontend/src/pages/MobileLead.vue:106 +#: frontend/src/pages/MobileOrganization.vue:482 +#: frontend/src/pages/MobileOrganization.vue:536 +#: frontend/src/pages/Organization.vue:500 +#: frontend/src/pages/Organization.vue:554 +msgid "Organization" +msgstr "组织" + +#. Label of the organization_details_section (Section Break) field in DocType +#. 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Organization Details" +msgstr "" + +#. Label of the organization_logo (Attach Image) field in DocType 'CRM +#. Organization' +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Logo" +msgstr "" + +#. Label of the organization_name (Data) field in DocType 'CRM Deal' +#. Label of the organization_name (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Organization Name" +msgstr "" + +#: frontend/src/pages/Deal.vue:60 +msgid "Organization logo" +msgstr "" + +#: frontend/src/pages/MobileOrganization.vue:215 +#: frontend/src/pages/Organization.vue:236 +msgid "Organization updated" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +#: frontend/src/pages/MobileOrganization.vue:222 +#: frontend/src/pages/Organization.vue:243 +msgid "Organizations" +msgstr "" + +#. Label of the organization_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Others" +msgstr "其他" + +#: frontend/src/components/Activities/CallArea.vue:36 +msgid "Outbound Call" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Outgoing" +msgstr "出货检验" + +#. Label of the log_owner (Link) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "Owner" +msgstr "业主" + +#. Label of the parent_crm_territory (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Parent CRM Territory" +msgstr "" + +#: crm/api/demo.py:21 crm/api/demo.py:29 +msgid "Password cannot be reset by Demo User {}" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:23 +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:11 +msgid "Payment Reminder" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:43 +msgid "Payment Reminder from Frappé - (#{{ name }})" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Pending" +msgstr "有待" + +#: frontend/src/components/Settings/InviteMemberPage.vue:36 +msgid "Pending Invites" +msgstr "" + +#. Label of the person_section (Section Break) field in DocType 'CRM Deal' +#. Label of the person_tab (Tab Break) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Person" +msgstr "" + +#. Label of the phone (Data) field in DocType 'CRM Contacts' +#. Label of the phone (Data) field in DocType 'CRM Deal' +#. Label of the phone (Data) field in DocType 'CRM Lead' +#. Option for the 'Device' (Select) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_contacts/crm_contacts.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/pages/MobileOrganization.vue:531 +#: frontend/src/pages/Organization.vue:549 +msgid "Phone" +msgstr "电话" + +#. Label of the phone_nos (Table) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Phone Numbers" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Pin View" +msgstr "" + +#. Label of the pinned (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Pinned" +msgstr "" + +#: frontend/src/components/ViewControls.vue:660 +msgid "Pinned Views" +msgstr "" + +#: frontend/src/components/Activities/AudioPlayer.vue:176 +msgid "Playback speed" +msgstr "" + +#: crm/integrations/twilio/twilio_handler.py:119 +msgid "Please enable twilio settings before making a call." +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:170 +msgid "Please enter a valid URL" +msgstr "" + +#: frontend/src/pages/Lead.vue:601 frontend/src/pages/MobileLead.vue:435 +msgid "Please select an existing contact" +msgstr "" + +#: frontend/src/pages/Lead.vue:611 frontend/src/pages/MobileLead.vue:445 +msgid "Please select an existing organization" +msgstr "" + +#: crm/integrations/exotel/handler.py:73 +msgid "Please setup Exotel intergration" +msgstr "" + +#. Label of the position (Int) field in DocType 'CRM Deal Status' +#. Label of the position (Int) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "Position" +msgstr "" + +#: frontend/src/pages/Deal.vue:198 frontend/src/pages/MobileDeal.vue:143 +msgid "Primary" +msgstr "" + +#: frontend/src/pages/Deal.vue:655 frontend/src/pages/MobileDeal.vue:583 +msgid "Primary contact set" +msgstr "" + +#. Label of the priorities (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Priorities" +msgstr "" + +#. Label of the priority (Link) field in DocType 'CRM Service Level Priority' +#. Label of the priority (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_priority/crm_service_level_priority.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Priority" +msgstr "优先" + +#: frontend/src/components/FilesUploader/FilesUploaderArea.vue:89 +msgid "Private" +msgstr "私人" + +#. Label of the probability (Percent) field in DocType 'CRM Deal' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +msgid "Probability" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:82 +msgid "Profile" +msgstr "" + +#: frontend/src/components/Settings/ProfileSettings.vue:119 +msgid "Profile updated successfully" +msgstr "" + +#. Label of the public (Check) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Public" +msgstr "公共" + +#: frontend/src/components/ViewControls.vue:655 +msgid "Public Views" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Queued" +msgstr "排队" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Quick Entry" +msgstr "快速入门" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Quick Filters" +msgstr "" + +#: frontend/src/components/ViewControls.vue:716 +msgid "Quick Filters updated successfully" +msgstr "" + +#. Label of the read (Check) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Read" +msgstr "阅读" + +#. Label of the record_calls (Check) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "Record Calls" +msgstr "" + +#. Label of the record_call (Check) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Record Outgoing Calls" +msgstr "" + +#. Label of the recording_url (Data) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Recording URL" +msgstr "" + +#. Label of the reference_name (Dynamic Link) field in DocType 'CRM +#. Notification' +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Task' +#. Label of the reference_docname (Dynamic Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Doc" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Reference Doctype" +msgstr "参考文档类型" + +#. Label of the reference_doctype (Link) field in DocType 'CRM Call Log' +#. Label of the reference_doctype (Link) field in DocType 'CRM Task' +#. Label of the reference_doctype (Link) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Reference Document Type" +msgstr "参考文档类型" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'CRM Call +#. Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Reference Name" +msgstr "参考名称" + +#: frontend/src/components/ViewControls.vue:25 +#: frontend/src/components/ViewControls.vue:160 +msgid "Refresh" +msgstr "刷新" + +#: frontend/src/components/Settings/InviteMemberPage.vue:24 +#: frontend/src/components/Settings/InviteMemberPage.vue:105 +msgid "Regular Access" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:104 +msgid "Reject" +msgstr "" + +#: frontend/src/pages/Deal.vue:591 +msgid "Remove" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:23 +msgid "Remove all" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:444 +msgid "Remove and move fields to previous column" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:438 +msgid "Remove column" +msgstr "" + +#: frontend/src/pages/Contact.vue:47 frontend/src/pages/Lead.vue:92 +#: frontend/src/pages/MobileContact.vue:40 +#: frontend/src/pages/MobileOrganization.vue:43 +#: frontend/src/pages/Organization.vue:47 +msgid "Remove image" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:365 +msgid "Remove section" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:324 +msgid "Remove tab" +msgstr "" + +#: frontend/src/components/Activities/EmailArea.vue:31 +#: frontend/src/components/CommunicationArea.vue:8 +msgid "Reply" +msgstr "回复" + +#: frontend/src/components/Activities/EmailArea.vue:44 +msgid "Reply All" +msgstr "全部回复" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Required Fields" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:82 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:30 +#: frontend/src/components/Modals/DataFieldsModal.vue:30 +#: frontend/src/components/Modals/QuickEntryModal.vue:30 +#: frontend/src/components/Modals/SidePanelModal.vue:30 +msgid "Reset" +msgstr "重启" + +#: frontend/src/components/ColumnSettings.vue:78 +msgid "Reset Changes" +msgstr "" + +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.js:7 +msgid "Reset ERPNext Form Script" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:89 +msgid "Reset to Default" +msgstr "" + +#. Label of the response_by (Datetime) field in DocType 'CRM Deal' +#. Label of the response_by (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response By" +msgstr "" + +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Deal' +#. Label of the response_details_section (Section Break) field in DocType 'CRM +#. Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Response Details" +msgstr "" + +#. Label of the section_break_ufaf (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Response and Follow Up" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:14 +msgid "Restore" +msgstr "恢复" + +#. Label of the restore_defaults (Button) field in DocType 'FCRM Settings' +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:13 +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Restore Defaults" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:54 +msgid "Retake" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:54 +msgid "Rich Text" +msgstr "" + +#. Label of the rgt (Int) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Right" +msgstr "右边" + +#. Option for the 'Status' (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Ringing" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:38 +#: frontend/src/components/Telephony/TwilioCallUI.vue:148 +msgid "Ringing..." +msgstr "" + +#. Label of the role (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +msgid "Role" +msgstr "角色" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#. Label of the route (Data) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Route" +msgstr "" + +#. Label of the route_name (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Route Name" +msgstr "" + +#. Label of the rows (Code) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Rows" +msgstr "" + +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Deal' +#. Label of the sla (Link) field in DocType 'CRM Deal' +#. Label of the sla_tab (Tab Break) field in DocType 'CRM Lead' +#. Label of the sla (Link) field in DocType 'CRM Lead' +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "SLA" +msgstr "" + +#. Label of the sla_creation (Datetime) field in DocType 'CRM Deal' +#. Label of the sla_creation (Datetime) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Creation" +msgstr "" + +#. Label of the sla_name (Data) field in DocType 'CRM Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "SLA Name" +msgstr "" + +#. Label of the sla_status (Select) field in DocType 'CRM Deal' +#. Label of the sla_status (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "SLA Status" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:79 +msgid "SUBJECT" +msgstr "" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "Sales Manager" +msgstr "销售经理" + +#. Name of a role +#. Option for the 'Role' (Select) field in DocType 'CRM Invitation' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_industry/crm_industry.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/crm_territory/crm_territory.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +msgid "Sales User" +msgstr "销售用户" + +#. Label of the salutation (Link) field in DocType 'CRM Deal' +#. Label of the salutation (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Salutation" +msgstr "称呼" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Saturday" +msgstr "" + +#: frontend/src/components/Controls/GridFieldsEditorModal.vue:87 +#: frontend/src/components/Controls/GridRowFieldsModal.vue:26 +#: frontend/src/components/DropdownItem.vue:21 +#: frontend/src/components/Modals/AddressModal.vue:100 +#: frontend/src/components/Modals/CallLogModal.vue:104 +#: frontend/src/components/Modals/DataFieldsModal.vue:26 +#: frontend/src/components/Modals/QuickEntryModal.vue:26 +#: frontend/src/components/Modals/SidePanelModal.vue:26 +#: frontend/src/components/Settings/ProfileSettings.vue:35 +#: frontend/src/components/Telephony/ExotelCallUI.vue:231 +#: frontend/src/components/ViewControls.vue:123 +msgid "Save" +msgstr "保存" + +#: frontend/src/components/Modals/ViewModal.vue:13 +#: frontend/src/components/ViewControls.vue:57 +#: frontend/src/components/ViewControls.vue:157 +msgid "Save Changes" +msgstr "" + +#: frontend/src/components/ViewControls.vue:650 +msgid "Saved Views" +msgstr "" + +#: frontend/src/components/Telephony/TaskPanel.vue:8 +msgid "Schedule a task..." +msgstr "" + +#. Label of the script (Code) field in DocType 'CRM Form Script' +#: crm/fcrm/doctype/crm_form_script/crm_form_script.json +msgid "Script" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:342 +msgid "Section" +msgstr "" + +#: frontend/src/components/FieldLayout/Field.vue:258 +msgid "Select {0}" +msgstr "选择{0}" + +#: frontend/src/components/EmailEditor.vue:159 +msgid "Send" +msgstr "发送" + +#: frontend/src/components/Settings/InviteMemberPage.vue:72 +msgid "Send Invites" +msgstr "" + +#: frontend/src/components/Settings/InviteMemberPage.vue:4 +msgid "Send Invites To" +msgstr "" + +#: frontend/src/components/Activities/ActivityHeader.vue:71 +msgid "Send Template" +msgstr "" + +#: frontend/src/pages/Deal.vue:82 frontend/src/pages/Lead.vue:132 +msgid "Send an email" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Dropdown Item' +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +msgid "Separator" +msgstr "" + +#. Label of the naming_series (Select) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Series" +msgstr "系列" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:69 +msgid "Set all as private" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:62 +msgid "Set all as public" +msgstr "" + +#: frontend/src/pages/Deal.vue:71 +msgid "Set an organization" +msgstr "" + +#: frontend/src/pages/Deal.vue:599 frontend/src/pages/MobileDeal.vue:527 +msgid "Set as Primary Contact" +msgstr "" + +#: frontend/src/components/ViewControls.vue:1107 +msgid "Set as default" +msgstr "" + +#: frontend/src/pages/Lead.vue:113 +msgid "Set first name" +msgstr "" + +#: frontend/src/components/Settings/Settings.vue:11 +#: frontend/src/components/Settings/Settings.vue:78 +msgid "Settings" +msgstr "设置" + +#: frontend/src/components/Activities/Activities.vue:230 +msgid "Show" +msgstr "显示" + +#: frontend/src/components/FieldLayoutEditor.vue:360 +msgid "Show border" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:355 +msgid "Show label" +msgstr "" + +#: frontend/src/components/Controls/GridRowFieldsModal.vue:20 +#: frontend/src/components/Modals/DataFieldsModal.vue:20 +#: frontend/src/components/Modals/QuickEntryModal.vue:20 +#: frontend/src/components/Modals/SidePanelModal.vue:20 +msgid "Show preview" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Fields Layout' +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +msgid "Side Panel" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Global Settings' +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +msgid "Sidebar Items" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:15 +msgid "Sign up now" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Simple Python Expression, Example: doc.status == 'Open' and doc.lead_source == 'Ads'" +msgstr "" + +#: frontend/src/components/SortBy.vue:10 frontend/src/components/SortBy.vue:22 +#: frontend/src/components/SortBy.vue:240 +msgid "Sort" +msgstr "" + +#. Label of the source (Link) field in DocType 'CRM Deal' +#. Label of the source (Link) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: frontend/src/components/Modals/EditValueModal.vue:10 +msgid "Source" +msgstr "源" + +#. Label of the source_name (Data) field in DocType 'CRM Lead Source' +#: crm/fcrm/doctype/crm_lead_source/crm_lead_source.json +msgid "Source Name" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.js:15 +msgid "Standard Form Scripts can not be modified, duplicate the Form Script instead." +msgstr "" + +#: frontend/src/components/ViewControls.vue:617 +msgid "Standard Views" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'CRM Service Level +#. Agreement' +#. Label of the start_date (Date) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Start Date" +msgstr "开始日期" + +#. Label of the start_time (Datetime) field in DocType 'CRM Call Log' +#. Label of the start_time (Time) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Start Time" +msgstr "" + +#. Label of the status (Select) field in DocType 'CRM Call Log' +#. Label of the status (Data) field in DocType 'CRM Communication Status' +#. Label of the status (Link) field in DocType 'CRM Deal' +#. Label of the deal_status (Data) field in DocType 'CRM Deal Status' +#. Label of the status (Select) field in DocType 'CRM Invitation' +#. Label of the status (Link) field in DocType 'CRM Lead' +#. Label of the lead_status (Data) field in DocType 'CRM Lead Status' +#. Label of the status (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_communication_status/crm_communication_status.json +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +#: crm/fcrm/doctype/crm_task/crm_task.json frontend/src/pages/Contact.vue:611 +#: frontend/src/pages/MobileContact.vue:607 +#: frontend/src/pages/MobileOrganization.vue:493 +#: frontend/src/pages/Organization.vue:511 +msgid "Status" +msgstr "状态" + +#. Label of the status_change_log (Table) field in DocType 'CRM Deal' +#. Label of the status_change_log (Table) field in DocType 'CRM Lead' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +msgid "Status Change Log" +msgstr "" + +#: frontend/src/components/Modals/DealModal.vue:223 +#: frontend/src/components/Modals/LeadModal.vue:159 +msgid "Status is required" +msgstr "" + +#. Label of the subdomain (Data) field in DocType 'CRM Exotel Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Subdomain" +msgstr "" + +#: frontend/src/components/Modals/EmailTemplateModal.vue:42 +msgid "Subject" +msgstr "主题" + +#: frontend/src/components/Modals/EmailTemplateSelectorModal.vue:31 +msgid "Subject: {0}" +msgstr "" + +#: frontend/src/components/Settings/SettingsPage.vue:83 +#: frontend/src/components/Settings/TelephonySettings.vue:123 +#: frontend/src/components/Settings/TelephonySettings.vue:148 +#: frontend/src/components/Settings/TelephonySettings.vue:298 +msgid "Success" +msgstr "成功" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Sunday" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:49 +msgid "Switch camera" +msgstr "" + +#. Name of a role +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_invitation/crm_invitation.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +#: crm/fcrm/doctype/erpnext_crm_settings/erpnext_crm_settings.json +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.json +msgid "System Manager" +msgstr "系统管理员" + +#: frontend/src/components/EmailEditor.vue:22 +msgid "TO" +msgstr "" + +#: frontend/src/components/Telephony/ExotelCallUI.vue:151 +msgid "Take a note..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "Task" +msgstr "任务" + +#: frontend/src/pages/Deal.vue:532 frontend/src/pages/Lead.vue:522 +#: frontend/src/pages/MobileDeal.vue:460 frontend/src/pages/MobileLead.vue:364 +msgid "Tasks" +msgstr "任务" + +#: frontend/src/components/Settings/Settings.vue:109 +msgid "Telephony" +msgstr "" + +#. Label of the telephony_medium (Select) field in DocType 'CRM Call Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +msgid "Telephony Medium" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:6 +msgid "Telephony Settings" +msgstr "" + +#. Label of a shortcut in the Frappe CRM Workspace +#: crm/fcrm/workspace/frappe_crm/frappe_crm.json +msgid "Territories" +msgstr "" + +#. Label of the territory (Link) field in DocType 'CRM Deal' +#. Label of the territory (Link) field in DocType 'CRM Lead' +#. Label of the territory (Link) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Territory" +msgstr "区域" + +#. Label of the territory_manager (Link) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Manager" +msgstr "" + +#. Label of the territory_name (Data) field in DocType 'CRM Territory' +#: crm/fcrm/doctype/crm_territory/crm_territory.json +msgid "Territory Name" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.py:46 +msgid "The Condition '{0}' is invalid: {1}" +msgstr "" + +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.js:14 +msgid "There can only be one default priority in Priorities table" +msgstr "" + +#: frontend/src/components/Filter.vue:631 +msgid "This Month" +msgstr "" + +#: frontend/src/components/Filter.vue:635 +msgid "This Quarter" +msgstr "" + +#: frontend/src/components/Filter.vue:627 +msgid "This Week" +msgstr "" + +#: frontend/src/components/Filter.vue:639 +msgid "This Year" +msgstr "" + +#: frontend/src/components/SidePanelLayoutEditor.vue:117 +msgid "This section is not editable" +msgstr "" + +#: crm/fcrm/doctype/fcrm_settings/fcrm_settings.js:9 +msgid "This will restore (if not exist) all the default statuses, custom fields and layouts. Delete & Restore will delete default layouts and then restore them." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Thursday" +msgstr "" + +#: frontend/src/components/Filter.vue:343 +msgid "Timespan" +msgstr "时间跨度" + +#. Label of the title (Data) field in DocType 'CRM Task' +#. Label of the title (Data) field in DocType 'FCRM Note' +#: crm/fcrm/doctype/crm_task/crm_task.json +#: crm/fcrm/doctype/fcrm_note/fcrm_note.json +#: frontend/src/components/Modals/NoteModal.vue:41 +#: frontend/src/components/Modals/TaskModal.vue:41 +msgid "Title" +msgstr "标题" + +#. Label of the title_field (Data) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +#: frontend/src/components/Kanban/KanbanSettings.vue:32 +msgid "Title Field" +msgstr "" + +#. Label of the to (Data) field in DocType 'CRM Call Log' +#. Label of the to (Data) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +#: frontend/src/components/Activities/EmailArea.vue:63 +msgid "To" +msgstr "至" + +#. Label of the to_date (Date) field in DocType 'CRM Holiday List' +#. Label of the to_date (Datetime) field in DocType 'CRM Status Change Log' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_status_change_log/crm_status_change_log.json +msgid "To Date" +msgstr "至今" + +#. Label of the to_user (Link) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +msgid "To User" +msgstr "给用户" + +#: frontend/src/components/Filter.vue:619 +msgid "Today" +msgstr "今天" + +#. Option for the 'Status' (Select) field in DocType 'CRM Task' +#: crm/fcrm/doctype/crm_task/crm_task.json +msgid "Todo" +msgstr "" + +#: frontend/src/components/Modals/SidePanelModal.vue:59 +msgid "Toggle on for preview" +msgstr "" + +#: frontend/src/components/Filter.vue:623 +msgid "Tomorrow" +msgstr "" + +#: frontend/src/components/Modals/NoteModal.vue:56 +#: frontend/src/components/Modals/TaskModal.vue:58 +msgid "Took a call with John Doe and discussed the new project." +msgstr "" + +#. Label of the total_holidays (Int) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Total Holidays" +msgstr "" + +#: frontend/src/components/SignupBanner.vue:12 +msgid "Try Frappe CRM for free with a 14-day trial." +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Tuesday" +msgstr "" + +#. Label of the twiml_sid (Data) field in DocType 'CRM Twilio Settings' +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.json +msgid "TwiML SID" +msgstr "" + +#. Option for the 'Telephony Medium' (Select) field in DocType 'CRM Call Log' +#. Label of the twilio (Check) field in DocType 'CRM Telephony Agent' +#. Option for the 'Default Medium' (Select) field in DocType 'CRM Telephony +#. Agent' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: frontend/src/components/Settings/TelephonySettings.vue:25 +#: frontend/src/components/Settings/TelephonySettings.vue:35 +msgid "Twilio" +msgstr "" + +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:59 +#: crm/fcrm/doctype/crm_twilio_settings/crm_twilio_settings.py:60 +msgid "Twilio API credential creation error." +msgstr "" + +#. Label of the twilio_number (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "Twilio Number" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:311 +msgid "Twilio is not enabled" +msgstr "" + +#: frontend/src/components/Settings/TelephonySettings.vue:124 +msgid "Twilio settings updated successfully" +msgstr "" + +#. Label of the type (Select) field in DocType 'CRM Call Log' +#. Label of the type (Select) field in DocType 'CRM Dropdown Item' +#. Label of the type (Select) field in DocType 'CRM Fields Layout' +#. Label of the type (Select) field in DocType 'CRM Global Settings' +#. Label of the type (Select) field in DocType 'CRM Notification' +#. Label of the type (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_call_log/crm_call_log.json +#: crm/fcrm/doctype/crm_dropdown_item/crm_dropdown_item.json +#: crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +#: crm/fcrm/doctype/crm_global_settings/crm_global_settings.json +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "Type" +msgstr "类型" + +#: frontend/src/components/Activities/WhatsAppBox.vue:85 +msgid "Type your message here..." +msgstr "" + +#: crm/integrations/exotel/handler.py:170 +msgid "Unauthorized request" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:350 +msgid "Uncollapsible" +msgstr "" + +#: frontend/src/components/Telephony/TwilioCallUI.vue:24 +#: frontend/src/components/Telephony/TwilioCallUI.vue:130 +msgid "Unknown" +msgstr "未知" + +#: frontend/src/components/ViewControls.vue:1122 +msgid "Unpin View" +msgstr "" + +#: frontend/src/components/ViewControls.vue:960 +msgid "Unsaved Changes" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:26 +#: frontend/src/components/Modals/AddressModal.vue:8 +#: frontend/src/components/Modals/CallLogModal.vue:8 +#: frontend/src/components/Section.vue:21 +#: frontend/src/components/SidePanelLayoutEditor.vue:19 +#: frontend/src/pages/Deal.vue:65 frontend/src/pages/Deal.vue:73 +#: frontend/src/pages/Deal.vue:489 frontend/src/pages/Lead.vue:74 +#: frontend/src/pages/Lead.vue:115 frontend/src/pages/Lead.vue:479 +#: frontend/src/pages/MobileDeal.vue:411 frontend/src/pages/MobileLead.vue:315 +msgid "Untitled" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:134 +#: frontend/src/components/Modals/AssignmentModal.vue:17 +#: frontend/src/components/Modals/EmailTemplateModal.vue:9 +#: frontend/src/components/Modals/NoteModal.vue:8 +#: frontend/src/components/Modals/TaskModal.vue:8 +#: frontend/src/components/Settings/GeneralSettings.vue:112 +#: frontend/src/components/Settings/ProfileSettings.vue:71 +#: frontend/src/components/Settings/SettingsPage.vue:31 +#: frontend/src/components/Settings/TelephonySettings.vue:70 +#: frontend/src/components/Telephony/ExotelCallUI.vue:219 +#: frontend/src/components/ViewControls.vue:965 +msgid "Update" +msgstr "更新" + +#: frontend/src/components/Modals/EditValueModal.vue:30 +msgid "Update {0} Records" +msgstr "" + +#: frontend/src/components/FilesUploader/FilesUploader.vue:86 +msgid "Upload" +msgstr "上传" + +#: frontend/src/components/Activities/Activities.vue:403 +#: frontend/src/components/Activities/ActivityHeader.vue:67 +#: frontend/src/components/Activities/ActivityHeader.vue:157 +msgid "Upload Attachment" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:132 +msgid "Upload Document" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:140 +msgid "Upload Image" +msgstr "" + +#: frontend/src/components/Activities/WhatsAppBox.vue:148 +msgid "Upload Video" +msgstr "" + +#: frontend/src/pages/Contact.vue:42 frontend/src/pages/Lead.vue:87 +#: frontend/src/pages/MobileContact.vue:35 +#: frontend/src/pages/MobileOrganization.vue:38 +#: frontend/src/pages/Organization.vue:42 +msgid "Upload image" +msgstr "" + +#. Label of the user (Link) field in DocType 'CRM Telephony Agent' +#. Label of the user (Link) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "User" +msgstr "用户" + +#. Label of the user_name (Data) field in DocType 'CRM Telephony Agent' +#: crm/fcrm/doctype/crm_telephony_agent/crm_telephony_agent.json +msgid "User Name" +msgstr "" + +#. Label of the section_break_nevd (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Validity" +msgstr "" + +#: frontend/src/components/Modals/EditValueModal.vue:14 +msgid "Value" +msgstr "值" + +#: frontend/src/components/Modals/ViewModal.vue:25 +msgid "View Name" +msgstr "" + +#. Label of the webhook_verify_token (Data) field in DocType 'CRM Exotel +#. Settings' +#: crm/fcrm/doctype/crm_exotel_settings/crm_exotel_settings.json +msgid "Webhook Verify Token" +msgstr "" + +#. Label of the website (Data) field in DocType 'CRM Deal' +#. Label of the website (Data) field in DocType 'CRM Lead' +#. Label of the website (Data) field in DocType 'CRM Organization' +#: crm/fcrm/doctype/crm_deal/crm_deal.json +#: crm/fcrm/doctype/crm_lead/crm_lead.json +#: crm/fcrm/doctype/crm_organization/crm_organization.json +msgid "Website" +msgstr "网站" + +#: frontend/src/pages/MobileOrganization.vue:302 +#: frontend/src/pages/Organization.vue:327 +msgid "Website not found" +msgstr "" + +#. Option for the 'Weekly Off' (Select) field in DocType 'CRM Holiday List' +#. Option for the 'Workday' (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Wednesday" +msgstr "" + +#. Label of the weekly_off (Check) field in DocType 'CRM Holiday' +#. Label of the weekly_off (Select) field in DocType 'CRM Holiday List' +#: crm/fcrm/doctype/crm_holiday/crm_holiday.json +#: crm/fcrm/doctype/crm_holiday_list/crm_holiday_list.json +msgid "Weekly Off" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:11 +msgid "Welcome Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM Notification' +#: crm/fcrm/doctype/crm_notification/crm_notification.json +#: frontend/src/components/Settings/Settings.vue:115 +#: frontend/src/pages/Deal.vue:547 frontend/src/pages/Lead.vue:537 +#: frontend/src/pages/MobileDeal.vue:475 frontend/src/pages/MobileLead.vue:379 +msgid "WhatsApp" +msgstr "" + +#: frontend/src/components/Modals/WhatsappTemplateSelectorModal.vue:4 +msgid "WhatsApp Templates" +msgstr "" + +#: frontend/src/components/Filter.vue:44 frontend/src/components/Filter.vue:82 +msgid "Where" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:113 +msgid "Width" +msgstr "" + +#: frontend/src/components/ColumnSettings.vue:118 +msgid "Width can be in number, pixel or rem (eg. 3, 30px, 10rem)" +msgstr "" + +#. Label of the workday (Select) field in DocType 'CRM Service Day' +#: crm/fcrm/doctype/crm_service_day/crm_service_day.json +msgid "Workday" +msgstr "" + +#. Label of the section_break_rmgo (Section Break) field in DocType 'CRM +#. Service Level Agreement' +#. Label of the working_hours (Table) field in DocType 'CRM Service Level +#. Agreement' +#: crm/fcrm/doctype/crm_service_level_agreement/crm_service_level_agreement.json +msgid "Working Hours" +msgstr "工作时间" + +#: frontend/src/components/Filter.vue:615 +msgid "Yesterday" +msgstr "" + +#: crm/api/whatsapp.py:216 crm/api/whatsapp.py:230 +#: frontend/src/components/Activities/WhatsAppArea.vue:34 +#: frontend/src/components/Activities/WhatsAppBox.vue:14 +msgid "You" +msgstr "你" + +#: frontend/src/components/Telephony/CallUI.vue:38 +msgid "You can change the default calling medium from the settings" +msgstr "" + +#: crm/integrations/exotel/handler.py:85 +msgid "You do not have Exotel Number set in your Telephony Agent" +msgstr "" + +#: crm/integrations/exotel/handler.py:93 +msgid "You do not have mobile number set in your Telephony Agent" +msgstr "" + +#: frontend/src/components/ViewControls.vue:961 +msgid "You have unsaved changes. Do you want to save them?" +msgstr "" + +#: crm/fcrm/doctype/crm_form_script/crm_form_script.py:24 +msgid "You need to be in developer mode to edit a Standard Form Script" +msgstr "" + +#: crm/api/todo.py:46 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "您在{0} {1}上的分配已被{2}删除" + +#: frontend/src/components/Activities/CommentArea.vue:9 +msgid "added a" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "amber" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "black" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "blue" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:232 +msgid "changes from" +msgstr "" + +#: frontend/src/components/Activities/CommentArea.vue:11 +msgid "comment" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "cyan" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "gray" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "green" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "group_by" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:16 +msgid "has made a call" +msgstr "" + +#: frontend/src/components/Activities/CallArea.vue:15 +msgid "has reached out" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "kanban" +msgstr "" + +#: crm/api/doc.py:38 crm/api/doc.py:156 crm/api/doc.py:500 +msgid "label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'CRM View Settings' +#: crm/fcrm/doctype/crm_view_settings/crm_view_settings.json +msgid "list" +msgstr "" + +#: frontend/src/components/Notifications.vue:65 +#: frontend/src/pages/MobileNotification.vue:52 +msgid "mentioned you in {0}" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "next" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "orange" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "pink" +msgstr "" + +#: frontend/src/components/FieldLayoutEditor.vue:374 +msgid "previous" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "private" +msgstr "" + +#: frontend/src/components/Activities/AttachmentArea.vue:97 +msgid "public" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "purple" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "red" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "teal" +msgstr "" + +#: frontend/src/components/Activities/Activities.vue:274 +#: frontend/src/components/Activities/Activities.vue:337 +msgid "to" +msgstr "到" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "violet" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'CRM Deal Status' +#. Option for the 'Color' (Select) field in DocType 'CRM Lead Status' +#: crm/fcrm/doctype/crm_deal_status/crm_deal_status.json +#: crm/fcrm/doctype/crm_lead_status/crm_lead_status.json +msgid "yellow" +msgstr "" + +#: crm/api/todo.py:50 +msgid "{0} assigned a {1} {2} to you" +msgstr "" + +#: frontend/src/pages/Deal.vue:461 frontend/src/pages/Lead.vue:451 +#: frontend/src/pages/MobileDeal.vue:383 frontend/src/pages/MobileLead.vue:287 +msgid "{0} is a required field" +msgstr "" + +#: frontend/src/components/EmailEditor.vue:28 +#: frontend/src/components/EmailEditor.vue:62 +#: frontend/src/components/EmailEditor.vue:74 +#: frontend/src/components/Settings/InviteMemberPage.vue:15 +msgid "{0} is an invalid email address" +msgstr "" + diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 00000000..9daa2e04 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,3 @@ +files: + - source: /crm/locale/main.pot + translation: /crm/locale/%two_letters_code%.po